Retrieves current unauthorised credit note

get

/service/v1/getUnauthTwCreditNoteRecord

This endpoint is used to get the current unauthorised credit note.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful performs the operation
Body ()
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

400 Response

Malformed syntax.

401 Response

Request does not have sufficient credentials.

403 Response

Request is not authorized.

500 Response

Internal error
Back to Top