Update additive

Update the details of an additive for the license_number provided.

SecurityApiKeyAuth and CustomAuth
Request
path Parameters
state
required
string

Lower case ANSI standard 38:2009 USPS codes of the US state where licensee is operating.

Enum: "ca" "il" "wa" "ma" "md" "mi" "wv" "co" "ok" "oh"
id
required
string

Additive ID

Example: a521f55de4394f4f99c282be687e63aa
header Parameters
x-api-key
required
string

Trace API key header

Example: b123x21wbHlkYXBpa2V5
Authorization
required
string

Company and user credentials authentication

Example: KMP-JSON token=dmVuZG9yLWFwaS1rZXk6dX12312sdfs2V5
Request Body schema: application/json
object (license_base)
name
string

The name of the additive.

object

The type of the additive.

epa_number
string

The EPA registration number.

upc_code
integer

The UPC code of the additive.

lot_number
string

The lot number of the additive.

manufacturer
string

The manufacturer of the additive.

supplier
string

The supplier of the additive.

Array of objects (additive_contents_optional)

The active ingredients in the additive.

unit_of_measure
string

The unit of measure used by the additive when adding to a plant.

is_used
boolean

True if the additive is in use by the licensee, otherwise false.

Responses
200

OK

400

Bad Request

put/{state}/v1/additives/{id}
Request samples
application/json
{
  • "license_number": "KMP20200825",
  • "supplier": "MP Chemical supplies inc"
}
Response samples
application/json
{
  • "results": {
    },
  • "warnings": [ ]
}