OAuth scope: client_invoice.write
Updates the draft client invoice identified by the id path parameter.
Bearer authorization header: Bearer <token>, where <token> is the access token received from the authorization server at the end of the OAuth 2.0 flow.
Required only for Sandbox API requests; to get one, please sign up to the Developer Portal.
UUID of the client invoice to update.
"e3d68a1a-b23f-496a-a9a2-815089337720"
All fields are optional - only provided fields will be updated.
Optional ID of a previously uploaded file to attach to this invoice. The upload must have been created using the POST /v2/client_invoices/uploads endpoint.
"4d5418bb-bd0d-4df4-865c-c07afab8bb48"
"2022-03-01"
Date the initiator has issued or shared the invoice as legally viable. The format should be YYYY-MM-DD
Payment deadline that is added by the initiator. The format should be YYYY-MM-DD
Invoice's number. Must be unique within the organization.
40"INV-2023-001"
Purchase order data added by the invoice’s initiator.
40Additional notes added by the invoice’s initiator.
525"This is an example."
"This is an example."
Payment method details for the invoice.
This collection of properties can be optionally used to temporarily override some of the organization's properties for this one invoice.
false, the invoice will not be sent to SdI.GET v2/client_invoices to retrieve its e-invoicing status under the property einvoicing_status.rate field with their IRPF.4 - 15"1.00"
Global discount applied to the entire invoice. This discount is applied to the sum of all items (after item-level discounts, if any).
Returns the client invoice identified by the id path parameter.