PATCH /v1/tenant/billing-settings
PATCH/v1/tenant/billing-settings
Update platform billing email recipients
Request Body
| Name | Typ | Beschreibung |
|---|
invoiceEmailRecipients | object[] | |
Beispiel
curl -X PATCH https://api.codemeta-os.de/v1/tenant/billing-settings \
-H "X-Tenant-Id: $TENANT" \
-H "Content-Type: application/json" \
-b cookies.txt \
-d '{
"invoiceEmailRecipients": []
}'
const result = await cm.tenant.patch({
"invoiceEmailRecipients": []
});
Antwortcodes
| HTTP |
Bedeutung |
200 |
Default Response |