Job Products

Job Product Attributes

Attribute Description
name The name of the product
code The user entered code for the product. This code can be used to match product definitions across systems. When creating a new job, this code must be used to identify the products to be added to the new job.
rate The rate at which the product should be applied. The value provided here should be expressed in the product’s as applied units. So if the product is sold and tracked in inventory in gallons, but is applied in floz, the rate attribute value should be provided in floz.
rate_type The rate type to use for the given rate. Note: to maintian compatibility with previous versions of the API, if this attribute is missing, the old behavior will be used and the default rate type will be Rate/Acre (value: 1). Otherwise either Rate/Acre (value: 1) or Total Product (value: 2) are valid values for this attribute. Fertility/Acre (value: 3) is not valid when creating jobs via the API.
price The price for this product on the given job. Note: to maintain compatibility with previous versions of the API, if this attribute is missing, the old behavior will be used and the default pricing on the product will be carried forward.
blend_group The blend group the product should be created in. Defaults to 1 if missing.
total_price The extended price of the product on the given job. Matches the Total column from the Job Details product list.

Sample

{
        "name": "2,4-D Amine 4#",
        "code": "",
        "rate": 1.5,
        "rate_type: 1,
        "price": 10.0,
        "blend_group": "2",
        "total_price": 99.99
}