Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request PATCH \ --url https://apigw.ipxo.com/billing/v1/{tenantUUID} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "string", "email": "string", "business_since": "string", "company_size": "string", "address1": "string", "address2": "string", "city": "string", "postcode": "string", "state": "string", "abuse_email": "string", "vat_number": "string", "industry_uuid": "string", "options": [ { "website": "string", "has_website": true, "social_network": [ "string" ], "has_social_network": true, "found_us": "string", "proprata": true, "prorata_day": 0 } ] } '
{ "uuid": "string", "email": "string", "business_since": "string", "company_size": "string", "title": "string", "status": "string", "code": "string", "options": [ { "key": "string", "value": {} } ], "meta": [ { "key": "string", "value": "string" } ], "credit": { "amount": 0, "auto_payment": true }, "summary": "string", "logo": { "image": "string" }, "payment_gateways": [ "string" ], "flags": [ { "uuid": "string", "slug": "string" } ], "status_reason": { "uuid": "string", "slug": "string", "title": "string" }, "vat_number": "string", "vat_validated_at": "string", "vat_validation_status": "valid" }
Update Tenant Information
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UUID
^[a-zA-Z0-9]{8}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{4}\-[a-zA-Z0-9]{12}$
Show child attributes
Tenant
valid
invalid
failed