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": "2efEf8bB-b1A7-8572-Ba5e-E4f664d475dD",
  • "id": "cBcAFba9-f2e5-F1fE-B7DC-5aeaE8EdEDd4",
  • "pos_type": "Cova",
  • "pos_customer_id": "tempor deserunt dolor",
  • "first_name": "enim",
  • "last_name": null,
  • "middle_name": "Duis deserunt aliqua mollit qui",
  • "dob": "tempor aute",
  • "address_1": "tempor minim ex dolor sed",
  • "address_2": null,
  • "city": null,
  • "state": null,
  • "zip_code": "Ut ea commodo aute",
  • "phone": null,
  • "cell_phone": null,
  • "email_address": "nisi labore",
  • "gender": null,
  • "pos_identification_type": "irure ipsum deserunt eu",
  • "pos_customer_type": null,
  • "gc_customer_type": "medical",
  • "medical_id": "ullamco tempor fugiat aute",
  • "medical_id_expiration_date": null,
  • "drivers_license_id": "fugiat mollit eiusmod dolore adipisicing",
  • "drivers_license_expiration_date": "anim aute deserunt sit",
  • "other_id": null,
  • "other_id_expiration_date": null,
  • "caregiver": null,
  • "loyalty_member": true,
  • "loyalty_points": null,
  • "anonymous": true,
  • "pos_updated_date": null,
  • "pos_updated_date_local": "nisi consequat",
  • "gc_created_date": "consectetur elit dolore enim nisi",
  • "gc_created_date_local": "anim"
}