Search fields
POST
/goodsReception/rest/v3/fields/search
Returns filtered fields based on search criteria
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"search": "Field A",
"supplierNr": 1
}
Responses
Filtered fields
application/json
JSON
[
{
"id": 0,
"fieldNumber": "string",
"name": "string",
"supplierNr": 0,
"location": "string",
"area": 0,
"active": true
}
]