Retrieve a list of identification types that can be passed with a sale.
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "CAKOMIT0001",
- "name": "drivers_license"
}, - {
- "id": "CAKOMIT0002",
- "name": "patient_id"
}, - {
- "id": "CAKOMIT0003",
- "name": "caregiver_id"
}, - {
- "id": "CAKOMIT0004",
- "name": "externalpatient_id"
}
]
}, - "warnings": [ ]
}