Updates Debit Note in Tw table

put

/service/v1/debitNote

This endpoint is used to updates Debit note.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for updating a new Debit note.
Root Schema : DebitNotePutModel
Type: object
Debit note put model
Show Source
Nested Schema : debitNoteList
Type: array
Show Source
Nested Schema : DebitNoteUpdateModel2
Type: object
Debit note Update model 2
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 collection of the updated debit note
Body ()
Root Schema : UpdateDebitNoteResponse
Type: object
Debit note Response model
Show Source
Nested Schema : refNoList
Type: array
Show Source
Nested Schema : DebitNoteTranRefNoResponse
Type: object
List of Internal Reference Numbers
Show Source
Nested Schema : debitNoteRefNoList
Type: array
Show Source
Nested Schema : DebitNoteRefNoResponse
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.

500 Response

Internal error
Back to Top