Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Body
application/json
curl --request PATCH \
--url https://gateway.7exchange.io/customer/1.0.0/organization/createAddress/{organizationId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--header 'token: <token>' \
--data '{
"addresses": [
{
"addressPurpose": "<string>",
"address": [
{
"country": "<string>",
"area": "<string>",
"region": "<string>",
"city": "<string>",
"street": "<string>",
"building": "<string>",
"apartment": "<string>",
"entrance": "<string>",
"floor": "<string>",
"doorNumber": "<string>",
"addressone": "<string>",
"addresstwo": "<string>",
"postal": "<string>",
"geoPosition": {
"latitude": 123,
"longitude": 123,
"altitude": 123
},
"alternative": {
"word1": "<string>",
"word2": "<string>",
"word3": "<string>"
},
"relatedToAddress": {
"relationType": "<string>"
}
}
]
}
]
}'{
"reason": "<string>",
"path": "<string>",
"method": "<string>",
"message": "<string>",
"timestamp": "<string>",
"status": 123
}curl --request PATCH \
--url https://gateway.7exchange.io/customer/1.0.0/organization/createAddress/{organizationId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'tenantId: <tenantid>' \
--header 'token: <token>' \
--data '{
"addresses": [
{
"addressPurpose": "<string>",
"address": [
{
"country": "<string>",
"area": "<string>",
"region": "<string>",
"city": "<string>",
"street": "<string>",
"building": "<string>",
"apartment": "<string>",
"entrance": "<string>",
"floor": "<string>",
"doorNumber": "<string>",
"addressone": "<string>",
"addresstwo": "<string>",
"postal": "<string>",
"geoPosition": {
"latitude": 123,
"longitude": 123,
"altitude": 123
},
"alternative": {
"word1": "<string>",
"word2": "<string>",
"word3": "<string>"
},
"relatedToAddress": {
"relationType": "<string>"
}
}
]
}
]
}'{
"reason": "<string>",
"path": "<string>",
"method": "<string>",
"message": "<string>",
"timestamp": "<string>",
"status": 123
}The access token received from the authorization server in the OAuth 2.0 flow.
Show child attributes