v7

latestSwagger 2.02026-07-13186148695.0 KB
ChemicalProducts

Creates or updates a chemicalProduct resource.

patch/chemical-products/{chemicalProductId}

Path parameters

chemicalProductIdstring required

Id of the chemicalProduct resource.

Query parameters

api-versionstring required

The requested API version

Response

Success

cropIdsstring[]

The Ids of the crops associated with the Chemical product. Note: A maximum of 25 crops can be associated with a cropProduct.

brandstring

Commercial brand of the chemical product.

productstring

Commercial product name of the chemical product.

typestring

Herbicide, Additive, Insecticides, Fertilizers.

statestring

Liquid/non Liquid.

activeIngredientsstring[]

Active chemicals in the formulation.

specificGravitystring

Specific gravity details.

formulationstring

Formulation description. Percentage or other unit of N, P, K, CA, MG, S, FE, MN, ZN, CU, B, MO, CL (based on the source, the available chemical elements can vary, but this is a typical list).

locationstring

Area where the chemical is used. This is important from a compliance perspective.

registrationNumberstring

Registration number of the chemical. This could vary by geography.

reEntryIntervalinteger

The number of days after which a person can visit the field after the chemical product is applied.

idstring

Unique resource ID.

eTagstring

The ETag value to implement optimistic concurrency.

statusstring

Status of the resource.

createdDateTimestring date-time

Date-time when resource was created, sample format: yyyy-MM-ddTHH:mm:ssZ.

modifiedDateTimestring date-time

Date-time when resource was last modified, sample format: yyyy-MM-ddTHH:mm:ssZ.

sourcestring

Source of the resource.

namestring

Name to identify resource.

descriptionstring

Textual description of the resource.

createdBystring

Created by user/tenant id.

modifiedBystring

Modified by user/tenant id.

propertiesobject

A collection of key value pairs that belongs to the resource. Each pair must not have a key greater than 50 characters and must not have a value greater than 150 characters. Note: A maximum of 25 key value pairs can be provided for a resource and only string, numeral and datetime (yyyy-MM-ddTHH:mm:ssZ) values are supported.

Example response

{
  "createdDateTime": "2020-12-31T11:10:21Z",
  "modifiedDateTime": "2020-12-31T11:10:21Z",
  "properties": {
    "key1": "value1",
    "key2": 123.45
  }
}