Pilots¶
Pilot Attributes¶
| Attribute | Description |
|---|---|
| id | The unique ID of the pilot. |
| user | The user associated with the pilot. |
| code | The user entered code for the pilot. This code can be used to match pilots across systems. |
| business_name | The business name of the pilot. |
| pilot_pest_lic | The Pilot’s pest license. |
| business_pest_lic | The Business’ pest license. |
| pilot_license | The Pilot’s license. |
| address | The Pilot’s address. |
| city | The Pilot’s city. |
| state | The Pilot’s state. |
| zip | The Pilot’s zip. |
| payment_terms | The Pilot’s fee. |
| active | Is the pilot active? |
Sample¶
{
"id": 257,
"user": {
"id": 839,
"login": "oscar1",
"email": "",
"first_name": "Oscar",
"last_name": ".Rogator"
},
"code": "TEST PILOT",
"business_name": "AgriSmart Ground",
"pilot_pest_lic": "IA 123456",
"business_pest_lic": "IA 567890",
"pilot_license": "",
"address": "100 Main Street",
"city": "Red Oak",
"state": "IA",
"zip": "51566",
"payment_terms": 1.5,
"active": true
}