Create an office
This endpoint lets you create new offices for a given organization_reference.
new office
Query Parameters
Name
Type
Description
{
"id": 42,
"name": "Paris",
"address": "11 bis rue Bachaumont",
"zip_code": "75002",
"city": "Paris",
"country_code": "FR",
"is_headquarter": true
}Last updated
Was this helpful?