GET
/api-v1/organization/offices/{organizationId}
curl \
--request GET 'https://wyzio.app/api-v1/organization/offices/{organizationId}' \
--header "WEAL-TOKEN: string" \
--header "TARGET-ORGANIZATION-ID: 42"
Response examples (200)
[
{
"id": 42,
"name": "string",
"line1": "string",
"line2": "string",
"city": "string",
"region": {
"id": 42,
"name": "string",
"code": "string",
"taxMode": "ANNUALLY"
},
"countryCode2": "string",
"postCode": "string",
"toTheAttentionOf": "string",
"position": 42,
"countryId": 42,
"houseNumber": "string",
"service": "string",
"dtbNumber": "string",
"cedNumber": "string",
"fiduciaryId": 42
}
]