See the API's various operations for details on their request parameters and response data.
| Operation | Method | Endpoint |
|---|---|---|
| CP Codes | ||
| List CP codes | GET | /cpcodes |
| Get a water-mark limit | GET | /cpcodes/contracts/{contractId}/watermark-limits |
| Get a CP code | GET | /cpcodes/{cpcodeId} |
| Update a CP code | PUT | /cpcodes/{cpcodeId} |
| Reporting Groups | ||
| Create a reporting group | POST | /reporting-groups |
| List reporting groups | GET | /reporting-groups |
| Get a water-mark limit for reporting groups | GET | /reporting-groups/contracts/{contractId}/watermark-limits |
| Get a reporting group | GET | /reporting-groups/{reportingGroupId} |
| Update a reporting group | PUT | /reporting-groups/{reportingGroupId} |
| Delete a reporting group | DELETE | /reporting-groups/{reportingGroupId} |
| List products within a reporting group | GET | /reporting-groups/{reportingGroupId}/products |
