Billing API Index
Main Index
Policy Service Endpoints
The following endpoints are used to update billing parameters but are hosted on their respective services:
PATCH /policy/{tenantLocator}/accounts/{locator}/billingLevel
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
tenantLocator | path | uuid | required |
locator | path | string | required |
Request:UpdateBillingLevelRequest
Response:AccountResponse
Security Group:accounts  Permission:write
PATCH /policy/{tenantLocator}/policies/{locator}/billingLevel
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
tenantLocator | path | uuid | required |
locator | path | string | required |
Request:UpdateBillingLevelRequest
Response:PolicyResponse
Security Group:policies  Permission:write
PATCH /policy/{tenantLocator}/quotes/{locator}/billingLevel
Request Parameters:
Name | Position | Type | Required |
---|---|---|---|
tenantLocator | path | uuid | required |
locator | path | string | required |
Request:UpdateBillingLevelRequest
Response:QuoteResponse
Security Group:quotes  Permission:write