Customer
Search a customer
GET /customer/search
GET /customer/search
Search a customer by firstname, lastname contractId
Query parameters
qstringqueryrequiredThe keyword to search
limitintegerqueryThe number of items to return
offsetintegerqueryThe number of items to skip
Responses
200 — Successful operation
Response Example
[
{
"id": 1,
"firstname": "string",
"lastname": "string",
"address": "string",
"phone": "string",
"email": "string",
"contractIds": [
"string"
]
}
]403 — Unauthorized
404 — Customer not found
500 — Internal error