Create new credit note from external channels

post

/service/v1/createCreditNote

This endpoint is used to create new credit note from external channels.

Request

Supported Media Types
Header Parameters
Body ()
Request Body that contains data required for creating a new CreditNote.
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

201 Response

Returns the details of the newly created credit note
Body ()
Root Schema : CreateCreditNoteResponseCollection
Type: object
List of Create Credit Note Service Response
Show Source
Nested Schema : createCreditNoteList
Type: array
Show Source
Nested Schema : CreateCreditNoteResponse
Type: object
Show Source
Nested Schema : errors
Type: array
Show Source
Nested Schema : Error
Type: object
Error Model
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