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