This article contains changes made within our APIs related to the January 2022 release.
Manage Prepayment Lines API
New: For PUT requests for Manage Prepayment Lines, the billing schedule id has been moved to the url. The url is now /billing_schedules/{id}/manage_prepayment_lines. In addition, lines has been updated to schedule_lines and qty has been updated to quantity.
Endpoint: /billing_schedules/{id}/manage_prepayment_lines
Sample Payload:
{
"schedule_lines": [
{
"start_date": "2020-03-26T00:00:00Z",
"end_date": null,
"charge_ready_date": "2020-03-11T00:00:00Z",
"quantity": 10,
"parent_link": null
}
],
}
Comments
0 comments
Please sign in to leave a comment.