Skip to content

Search contacts

POST
/goodsReception/rest/v1/contacts

Returns filtered contacts using POST body

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"search": "John Doe"
}

Responses

Filtered contacts

application/json
JSON
[
{
"id": 0,
"firstName": "string",
"lastName": "string",
"email": "string",
"phone": "string",
"supplierNr": 0,
"active": true
}
]

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0