Organizations
Store billing address
put/api/v1/organizations/{organizationId}/addresses/billing
Path parameters
organizationIdstring required
organizationId
Request body
Example request
{
"companyName": "ACME Inc.",
"firstname": "Max",
"lastname": "Muster",
"street": "Examplestreet 1",
"city": "MyCity",
"countryCode": "DE",
"countryName": "Germany",
"telephone": "+49 8088 12345"
}Response
OK
Example response
{
"companyName": "ACME Inc.",
"firstname": "Max",
"lastname": "Muster",
"street": "Examplestreet 1",
"city": "MyCity",
"countryCode": "DE",
"countryName": "Germany",
"telephone": "+49 8088 12345"
}