Policy notes
Use the following endpoint to retrieve all of the notes associated with a policy:
- GET
/billing/v1/accounts/{accountId}/policies/{policyId}/notes
For example, the following request retrieves policy notes for policy bc:127732, which is owned by account bc:606.
Command
Response
Use the following endpoint to create a new note associated with a policy:
- POST
/billing/v1/accounts/{accountId}/policies/{policyId}/notes
The following fields are required for a note:
body
- a String valuelanguage
- a typecode from theLanguageType
typelist (such as "en_US
")subject
- String value
For example, the following request create a new policy notes for policy bc:127732, which is owned by account bc:606.
Command
Response