Adds a new invoice in stage table.

post

/service/v1/stageInvoice

This endpoint is used to add a new invoice.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new Invoice.
Root Schema : InvoiceModel
Invoice model
Match All
Show Source
Nested Schema : TransactionModel
Type: object
Discriminator: model_Type
Nested Schema : InvoiceModel-allOf[1]
Type: object
Show Source
Nested Schema : invoiceCommodityGridList
Type: array
Show Source
Nested Schema : InvoiceCommodityGridModel
Type: object
Show Source
Back to Top

Response

Supported Media Types

201 Response

Returns the Id of the newly created bidding
Body ()
Root Schema : ResponseDtoWrapper
Type: object

400 Response

Bad Request
Body ()
Root Schema : ResponseDtoWrapper
Type: object

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