View address
GET
/goodsReception/rest/v1/addresses/view/{id}
View specific address by ID
Authorizations
bearerAuth
TypeHTTP (bearer)
Parameters
Path Parameters
id*
Typeinteger
RequiredResponses
Address details
application/json
JSON
{
"id": 0,
"street": "string",
"city": "string",
"postalCode": "string",
"countryId": 0,
"addressTypeId": 0,
"active": true
}