Append commitment schedule

View as Markdown

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idstringRequired
Contract Id
commitmentIdstringRequired
Commitment Id

Request

This endpoint expects an object.
startDatestringRequired

Schedule start date (YYYY-MM-DD, inclusive). Must be the day after the previous schedule’s endDate on the commitment.

endDatestringRequired

Schedule end date (YYYY-MM-DD, inclusive). The last day the schedule covers.

stepslist of objectsRequired
commitmentIntervalenumOptional
Commitment period interval for the schedule
prepaymentScheduleTypeenumOptional
Prepayment schedule type

Response

Schedule appended
payloadobject
Response payload, will be empty when success is false
successboolean

Boolean with true=success, false=failure

messagestring

Plain-text description of the result

errorobjectOptional
json element with any error messages or warnings

Errors

400
Bad Request Error
403
Forbidden Error
404
Not Found Error