Skip to main content

NutrientAdviceResponse

@svenvw/fdm-source


@svenvw/fdm-source / fdm-calculator/src / NutrientAdviceResponse

Type Alias: NutrientAdviceResponse

NutrientAdviceResponse = object

Defined in: fdm-calculator/src/nutrient-advice/types.d.ts:47

Represents the full response structure from the NMI Nutrient Advice API.

Properties

data

data: object

Defined in: fdm-calculator/src/nutrient-advice/types.d.ts:57

Contains the actual nutrient advice data

cut?

optional cut: object[]

Optional: Nutrient advice values per cut for grassland. Only available if the most recent b_lu_brp crop code is 265.

year

year: NutrientAdvice

Nutrient advice values for the entire year


message

message: string | null

Defined in: fdm-calculator/src/nutrient-advice/types.d.ts:55

Optional message providing more details about the response or errors


request_id

request_id: string

Defined in: fdm-calculator/src/nutrient-advice/types.d.ts:49

Unique identifier for the request


status

status: number

Defined in: fdm-calculator/src/nutrient-advice/types.d.ts:53

HTTP status code of the response


success

success: boolean

Defined in: fdm-calculator/src/nutrient-advice/types.d.ts:51

Indicates if the request was successful