Retrieve transfer types by state.
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "CAKOMTT0001",
- "license": {
- "license_number": "CML17-0000001",
- "type": {
- "name": "Type 17"
}
}, - "name": "qa_onsite_testing",
- "type": [
- "standard",
- "pick_up",
- "order",
- "third_party",
- "return"
], - "characteristics": {
- "for_licensed_shipments": true,
- "for_external_inbound_shipments": true,
- "for_external_outbound_shipments": true,
- "requires_destination_gross_weight": false,
- "requires_lots_gross_weight": false
}
}, - {
- "id": "CAKOMTT0003",
- "license": {
- "license_number": "CML17-0000001",
- "type": {
- "name": "Type 17"
}
}, - "name": "state_authorized",
- "type": [
- "standard",
- "pick_up",
- "order",
- "third_party",
- "return"
], - "characteristics": {
- "for_licensed_shipments": null,
- "for_external_inbound_shipments": null,
- "for_external_outbound_shipments": null,
- "requires_destination_gross_weight": null,
- "requires_lots_gross_weight": null
}
}, - {
- "id": "CAKOMTT0004",
- "license": {
- "license_number": "CML17-0000001",
- "type": {
- "name": "Type 17"
}
}, - "name": "transfer",
- "type": [
- "standard",
- "pick_up",
- "order",
- "third_party",
- "return"
], - "characteristics": {
- "for_licensed_shipments": null,
- "for_external_inbound_shipments": null,
- "for_external_outbound_shipments": null,
- "requires_destination_gross_weight": null,
- "requires_lots_gross_weight": null
}
}
]
}, - "warnings": [ ]
}