Updates invoices

put

/service/v3/instrument

This service is used to updates invoices in TW table.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for editing a new Invoice.
Root Schema : EditInvoiceModel
Type: object
Show Source
Nested Schema : editinvoices
Type: array
editinvoices
Show Source
Nested Schema : EditInvoice
Type: object
Show Source
Nested Schema : edit_fields
Type: array
editinvoices
Show Source
Nested Schema : EditFields
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns the Id of the newly created invoice
Body ()
Root Schema : UpdateInvoiceResponseV3
Type: object
Discrepancy Response model
Show Source
Nested Schema : refNoList
Type: array
Show Source
Nested Schema : TransactionRefNoResponse
Type: object
List of Internal Reference Numbers
Show Source
Nested Schema : invoiceRefNoList
Type: array
Show Source
Nested Schema : InvoiceRefNoResponse
Type: object
List of Internal Reference Numbers
Show Source

400 Response

Bad Request

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

405 Response

Invalid input

500 Response

Internal error
Back to Top