Enneo

Customer

Search a customer

GET /customer/search

GET /customer/search

Search a customer by firstname, lastname contractId

Query parameters

qstringqueryrequired

The keyword to search

limitintegerquery

The number of items to return

offsetintegerquery

The 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