v1

latestOpenAPI 3.0.02026-08-061380344.2 KB
Nutrients

Create a Nutrient Record

Create a soil sample or amendment record

Parameters

amount OPTIONAL

A string value of the amount applied, for example "1,000 lbs" or "200 gallons"


application_method OPTIONAL

Details about how the amendment was applied, typically one of the following options, but could be a custom value:

"Broadcast", "Compost - Solids", "Compost - Tea", "Granules", "Liquid", "Manure", "Pellets", "Spray", "Other"


boron OPTIONAL

A positive numeric value indicating the amount of boron applied or measured (depending on if this is additive or a sample)


calcium OPTIONAL

A positive numeric value indicating the amount of calcium applied or measured (depending on if this is additive or a sample)


copper OPTIONAL

A positive numeric value indicating the amount of copper applied or measured (depending on if this is additive or a sample)


date OPTIONAL

The date of the amendment or sample. Defaults to today.


iron OPTIONAL

A positive numeric value indicating the amount of iron applied or measured (depending on if this is additive or a sample)


is_additive OPTIONAL

Boolean value indicating is this is an amendment or a soil sample. true indicates that this is an amendment, false a soil sample. Defaults to false.


latitude OPTIONAL

An optional latitude value for the location of the amendment or sample


longitude OPTIONAL

An optional longitude value for the location of the amendment or sample


magnesium OPTIONAL

A positive numeric value indicating the amount of magnesium applied or measured (depending on if this is additive or a sample)


manganese OPTIONAL

A positive numeric value indicating the amount of magnesium applied or measured (depending on if this is additive or a sample)


nitrogen OPTIONAL

A positive numeric value indicating the amount of nitrogen applied or measured (depending on if this is additive or a sample)


ph OPTIONAL

A numeric (float) value for the Ph measured. Typically used with a soil sample.


phosphorus OPTIONAL

A positive numeric value indicating the amount of phosphorus applied or measured (depending on if this is additive or a sample)


potassium OPTIONAL

A positive numeric value indicating the amount of potassium applied or measured (depending on if this is additive or a sample)


product OPTIONAL

Details or name of the product applied, typically used with an amendment.


sulfur OPTIONAL

A positive numeric value indicating the amount of sulfur applied or measured (depending on if this is additive or a sample)


zinc OPTIONAL

A positive numeric value indicating the amount of zinc applied or measured (depending on if this is additive or a sample)

post/{resource_name}/{resource_id}/nutrients

Path parameters

resource_namestring required
resource_idstring required

Headers

Content-Typestring

Request body

object required

Example request

{
  "amount": null,
  "application_method": null,
  "boron": 7,
  "calcium": 6,
  "copper": 8,
  "date": "2022-03-26",
  "is_additive": false,
  "iron": 9,
  "latitude": null,
  "longitude": null,
  "magnesium": 4,
  "manganese": 11,
  "nitrogen": 1,
  "ph": 9,
  "phosphorus": 2,
  "potassium": 3,
  "product": null,
  "sulfur": 5,
  "zinc": 10
}

Response

Successful response