Billing API Index

Main Index

Policy Service Endpoints

The following endpoints are used to update billing parameters but are hosted on their respective services:

Update Policy Billing Trigger
Deprecated
updatePolicyBillingTrigger
This endpoint will be removed in a future release.
PATCH /policy/{tenantLocator}/policies/{locator}/billingTrigger
BillingTriggerUpdateRequest
Deprecated
This entity will be removed in a future release.
required
billingTrigger Enum accept | issue
Update Billing Level for an Account
updateBillingLevelForAnAccount
PATCH /policy/{tenantLocator}/accounts/{locator}/billingLevel
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    locatorpathlocatorrequired
    Security Group:accounts   Permission:write
Update Billing Level for a Policy
updateBillingLevelForAPolicy
PATCH /policy/{tenantLocator}/policies/{locator}/billingLevel
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    locatorpathlocatorrequired
    Security Group:policies   Permission:write
Update Billing Level for a Quote
updateBillingLevelForAQuote
PATCH /policy/{tenantLocator}/quotes/{locator}/billingLevel
    Request Parameters:
    NamePositionTypeRequired
    tenantLocatorpathuuidrequired
    locatorpathlocatorrequired
    Response:QuoteResponse
    Security Group:quotes   Permission:write