Get all suppliers
GET
/goodsReception/rest/v3/suppliers/list
Returns all available suppliers
Authorizations
bearerAuth
TypeHTTP (bearer)
Responses
List of suppliers
application/json
JSON
[
{
"id": 0,
"supplierNumber": "string",
"name": "string",
"address": "string",
"contactPerson": "string",
"email": "string",
"phone": "string",
"active": true
}
]