Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 4.3 KB

updatecommitenddaterequestbody.md

File metadata and controls

13 lines (9 loc) · 4.3 KB

UpdateCommitEndDateRequestBody

Update the access or invoice end date of a commit

Fields

Field Type Required Description
CustomerID string ✔️ ID of the customer whose commit is to be updated
CommitID string ✔️ ID of the commit to update. Only supports "PREPAID" commits.
AccessEndingBefore *time.Time RFC 3339 timestamp indicating when access to the commit will end and it will no longer be possible to draw it down (exclusive). If not provided, the access will not be updated.
InvoicesEndingBefore *time.Time RFC 3339 timestamp indicating when the commit will stop being invoiced (exclusive). If not provided, the invoice schedule will not be updated.