v1

latestOpenAPI 3.0.02026-07-173842117.3 KB
InvoiceController

Permissions
10213
put/invoices/{id}

Path parameters

idstring required

Request body

deletedboolean
deletedOnstring date-time nullable
deletedBystring nullable
createdOnstring date-time
modifiedOnstring date-time
createdBystring
modifiedBystring
idstring
startDatestring required

start date for the period this invoice is generated for

endDatestring required

end date for the period this invoice is generated for

amountnumber required

total amount for the invoice

currencyCodestring required

currency for the invoice

invoiceFilestring

option reference to the generated file of the invoice

dueDatestring required

due date for the invoice

statusnumber required

status of the invoice - 0(PENDING), 1(PAID), 2(CANCELLED)

tenantIdstring required

id of the tenant this invoice is generated for

Response

Invoice PUT success