retrieve the waste types for a specific state and license number
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "CAPWR0001",
- "name": "contamination_bcc",
- "is_note_required": true,
- "info": "bcc for bcc licenses only"
}, - {
- "id": "CAPWR0002",
- "name": "damage_bcc",
- "is_note_required": true,
- "info": "bcc for bcc licenses only"
}, - {
- "id": "CAPWR0003",
- "name": "failure_to_thrive_bcc",
- "is_note_required": true,
- "info": "bcc for bcc licenses only"
}, - {
- "id": "CAPWR0004",
- "name": "male_plants_bcc",
- "is_note_required": false,
- "info": "bcc for bcc licenses only"
}, - {
- "id": "CAPWR0005",
- "name": "mandated_destruction",
- "is_note_required": true,
- "info": null
}, - {
- "id": "CAPWR0006",
- "name": "pesticides",
- "is_note_required": true,
- "info": null
}, - {
- "id": "CAPWR0007",
- "name": "pruning",
- "is_note_required": true,
- "info": null
}, - {
- "id": "CAPWR0012",
- "name": "mold",
- "is_note_required": false,
- "info": null
}
]
}, - "warnings": [ ]
}