Applicators¶
Applicator Attributes¶
| Attribute | Description |
|---|---|
| id | The unique ID of the given applicator. |
| business_name | The name of the applicator’s business. |
| address | Applicator’s address. |
| city | Applicator’s city. |
| state | Applicator’s state. |
| zip | Applicator’s zip code. |
| phone | Applicator’s phone number. |
| contact_first_name | The first name of the applicator’s primary contact. |
| contact_last_name | The last name of the applicator’s primary contact. |
| min_release_window | The minimum number of days for release windows. This is used to validate the release_start and release_end dates for jobs. The release_end must be at least this many days after the release_start date or the job is not valid. |
Sample¶
{
"id": 12,
"business_name": "AgriSmart Aerial",
"address": "PO Box 542",
"city": "Red Oak",
"state": "IA",
"zip": "51566",
"phone": "(800) 890-6945",
"contact_first_name": "Larry",
"contact_last_name": "Barmann",
"min_release_window": 1
}