v1
latestOpenAPI 3.1.02026-07-222392081.7 MBPatch organisation
Update the details of an existing organisation.
Path parameters
Request body
Organisation legal name.
Currency code. See ISO 4217.
Two-letter country code in ISO format. See ISO 3166-1 alpha-2.
Frequency on which the invoices are grouped and emitted from the organisation. Only applies to concat invoice configuration on children customers.
Next invoice date where the invoices will be grouped and emitted from the organisation. Only applies to concat invoice configuration on children customers.
Example request
{
"name": "Acme Group",
"currency": "EUR",
"country": "FR",
"invoice_schedule": "month",
"next_invoice_at": "2024-04-01T00:00:00Z"
}Response
Organisation ID.
Organisation legal name.
Currency code. See ISO 4217.
Two-letter country code in ISO format. See ISO 3166-1 alpha-2.
Frequency on which the invoices are grouped and emitted from the organisation. Only applies to concat invoice configuration on children customers.
Next invoice date where the invoices will be grouped and emitted from the organisation. Only applies to concat invoice configuration on children customers.
List of the organization's child customer IDs.
Example response
{
"id": "cus_0noDeAEU22FgA4",
"name": "Acme Group",
"currency": "EUR",
"country": "FR",
"invoice_schedule": "month",
"next_invoice_at": "2024-04-01T00:00:00Z",
"child_customer_ids": [
"cus_Typ0px2W0aiEtl"
]
}