Updates the invoices in work table

put

/service/v2/invoice

This endpoint is used to update the invoices in work table.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new Invoice.
Root Schema : InvoicePutModel
Type: object
Invoice put model
Show Source
Nested Schema : DiscountOfferPutModel
Type: object
Show Source
Nested Schema : invoiceList
Type: array
Show Source
Nested Schema : invoiceOfferTenorParameterList
Type: array
Show Source
Nested Schema : InvoiceOfferTenorParameterModel
Type: object
Show Source
Nested Schema : invoiceOfferTenorParametersScheduleList
Type: array
Show Source
Nested Schema : InvoiceOfferTenorParametersScheduleModel
Type: object
Show Source
Nested Schema : InvoiceUpdateModel2
Type: object
Invoice Update model 2
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns the Id of the newly created invoice
Body ()
Root Schema : UpdateInvoiceResponse
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 : poRefNoList
Type: array
Show Source
Nested Schema : PORefNoResponse
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