Skip to content

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
}
]

Playground

Authorization
Body

Samples

Powered by VitePress OpenAPI

Iteas IScan Applikation Version v1.0.0