Update Billing Plan
Update a billing plan; the charges array is a full replacement.
PATCH, the charges array is a full replacement: charges omitted (by
id) are deleted, charges with a known id are updated, and charges without an
id are created.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
255Cumulative unbilled usage that triggers a mid-agreement invoice. None = only bill on agreement end.
^-?\d{0,8}(?:\.\d{0,2})?$Hours after invoice creation before it may be finalized.
-2147483648 <= x <= 2147483647Hours a LATE_TICKET draft stays open to batch incoming late tickets before finalization.
-2147483648 <= x <= 2147483647Hours a PROGRESSIVE draft stays open before it may be finalized.
-2147483648 <= x <= 2147483647Number of hours when payment is due after finalizations.
-2147483648 <= x <= 2147483647Agreements that ended before this date will not generate invoices. Null means no restriction.
HTML rendered in the Payment Instructions section of driver invoice PDFs.
Response
255Cumulative unbilled usage that triggers a mid-agreement invoice. None = only bill on agreement end.
^-?\d{0,8}(?:\.\d{0,2})?$Hours after invoice creation before it may be finalized.
-2147483648 <= x <= 2147483647Hours a LATE_TICKET draft stays open to batch incoming late tickets before finalization.
-2147483648 <= x <= 2147483647Hours a PROGRESSIVE draft stays open before it may be finalized.
-2147483648 <= x <= 2147483647Number of hours when payment is due after finalizations.
-2147483648 <= x <= 2147483647Agreements that ended before this date will not generate invoices. Null means no restriction.
HTML rendered in the Payment Instructions section of driver invoice PDFs.

