customer-controller
Get Tenant Customer by Customer title (getTenantCustomer)
Get the Customer using Customer Title.
Available for users with 'TENANT_ADMIN' authority.
get/api/tenant/customers
Query parameters
customerTitlestring required
A string value representing the Customer title.
Response
OK
Example response
{
"id": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "CUSTOMER"
},
"createdTime": 1609459200000,
"country": "US",
"state": "NY",
"city": "New York",
"phone": "+1(415)777-7777",
"email": "example@company.com",
"title": "Company A",
"tenantId": {
"id": "784f394c-42b6-435a-983c-b7beff2784f9",
"entityType": "TENANT"
},
"name": "Company A",
"additionalInfo": {}
}