Search addresses
POST
/goodsReception/rest/v1/addresses
Returns filtered addresses using POST body
Authorizations
bearerAuth
TypeHTTP (bearer)
Request Body
application/json
JSON
{
"search": "Main Street"
}
Responses
Filtered addresses
application/json
JSON
[
{
"id": 0,
"street": "string",
"city": "string",
"postalCode": "string",
"countryId": 0,
"addressTypeId": 0,
"active": true
}
]