Get CRB customer record by ID

Securityaccess_auth
Request
path Parameters
sp_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

Service Provider Id

crb_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

CRB Id

customer_id
required
string^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F...

Customer Id

Responses
200

Ok

401

Unauthorized

403

Forbidden

404

Not Found

422

Validation Failed

get/service-providers/{sp_id}/crbs/{crb_id}/customers/{customer_id}
Response samples
application/json
{
  • "crb_id": "118BAb5A-7FfA-ba28-ecD3-Ec913FA20b29",
  • "id": "56eBe8C7-b8e0-3033-e4e6-4c9Df7D94FCc",
  • "pos_type": "Sage Intacct",
  • "pos_customer_id": "ex cillum esse laborum",
  • "first_name": null,
  • "last_name": null,
  • "middle_name": "Ut eu occaecat",
  • "dob": null,
  • "address_1": null,
  • "address_2": null,
  • "city": "anim",
  • "state": "Excepteur amet enim",
  • "zip_code": "consectetur aliqua",
  • "phone": "ea proident sed deserunt adipisicing",
  • "cell_phone": null,
  • "email_address": "dolor",
  • "gender": null,
  • "pos_identification_type": "consectetur sint",
  • "pos_customer_type": "magna nulla",
  • "gc_customer_type": null,
  • "medical_id": null,
  • "medical_id_expiration_date": "occaecat ut magna",
  • "drivers_license_id": "nulla esse ut nisi Duis",
  • "drivers_license_expiration_date": "ut veniam exercitation",
  • "other_id": null,
  • "other_id_expiration_date": null,
  • "caregiver": null,
  • "loyalty_member": false,
  • "loyalty_points": -42176945.604805246,
  • "anonymous": true,
  • "pos_updated_date": "occaecat et qui deserunt do",
  • "pos_updated_date_local": "voluptate ea incididunt tempor",
  • "gc_updated_date": null,
  • "gc_created_date": "veniam est laborum culpa pariatur"
}