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

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

ITeas iScan Applikation Dokumentation

Version: dev-master Version: dev-master
Commit: cb3eefe4
Deployed at: 2025-12-04T11:09:49Z