Updates the list of existing credit notes

put

/service/v1/updateCreditNote

This endpoint is used to update the list of existing credit notes.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for updating CreditNotes
Root Schema : CreditNoteCollection
Type: object
List of Credit Notes
Show Source
Nested Schema : creditNoteList
Type: array
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : CreditNoteModel
Type: object
Credit Note Model
Show Source
Nested Schema : commodityGridList
Type: array
Show Source
Nested Schema : linkedInvoiceList
Type: array
Show Source
Nested Schema : CnCommodityGridModel
Type: object
Show Source
Nested Schema : LinkedInvoiceModel
Type: object
Show Source
Back to Top

Response

Supported Media Types

200 Response

Response of the Update operation
Body ()
Root Schema : ResponseDtoWrapper
Type: object
Collection of ResponseDto and ResponseResourceSupport
Show Source
Nested Schema : ResponseResourceSupport
Type: object
Response DTO which extends RepresentationModel of Spring HATEOAS
Nested Schema : ResponseDto
Type: object
ResponseDto stores the response status and code.
Show Source
Nested Schema : codes
Type: array
Show Source
Nested Schema : ResponseCode
Type: object
ResponseCode stores the response details.
Show Source
Nested Schema : args
Type: array
Show Source
Nested Schema : items
Type: object

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