Appearance
Search certificate types
POST
/goodsReception/rest/v1/certificate-types
Returns filtered certificate types using POST body
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"search": "Organic"
}
Responses
Filtered certificate types
application/json
JSON
[
{
"id": 0,
"name": "string",
"description": "string",
"requiresValidation": true,
"active": true
}
]