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
}
]