Search customer
If you don't have the unique customer id as saved in your Notify administration, you can search it with the customer code form your own administration.
Search customer
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
HTTP/1.1 200 OK
Content-Type: application/hal+json
{
"resource": "customer",
"id": "a0f0660d-6c8d-422b-8114-e363b260521e",
"customerCode":"10001"
}HTTP/1.1 404 Not Found
Content-Type: application/json
{
"status": 404,
"title": "Not Found",
"detail": "No customer exists with customerCode 'I_dont_exist'."
}Example
Response
Last updated