Skip to content

Search suppliers

POST
/goodsReception/rest/v3/suppliers/search

Returns filtered suppliers based on search criteria

Authorizations

bearerAuth
TypeHTTP (bearer)

Request Body

application/json
JSON
{
"search": "FreshCorp",
"active": true
}

Responses

Filtered suppliers

application/json
JSON
[
{
"id": 0,
"supplierNumber": "string",
"name": "string",
"address": "string",
"contactPerson": "string",
"email": "string",
"phone": "string",
"active": true
}
]

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0