This article contains changes made within our APIs related to the January 2022 release.
Bulk Usage API Requests
New: Introduced a new endpoint for bulk usage. This new endpoint can be used Create, Update, and Delete. Valid values for type - ‘create/update/delete’
Endpoint: /api/v1/usages/bulk
Sample Payload:
{
"type": "create",
"usages": [
{
"date": "2021-12-22",
"quantity": 12,
"customer_id": "C-00001",
"subscription_id": "S-00004"
}
]
}
Comments
0 comments
Please sign in to leave a comment.