Retrieves the list of existing Invoices

get

/service/v1/invoice

This endpoint is used to get the list of existing Invoices.

Request

Supported Media Types
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

200 Response

Successful performs the operation
Body ()
Root Schema : InvoiceCollectionDto
Type: object
List of Invoices
Show Source
Nested Schema : data
Type: array
Show Source
Nested Schema : paging
Type: object
Nested Schema : InvoiceModel
Type: object
Invoice model
Show Source
Nested Schema : invoiceCommodityGridList
Type: array
Show Source
Nested Schema : invoiceOfferList
Type: array
Show Source
Nested Schema : invoiceOfferTenorParameterList
Type: array
Show Source
Nested Schema : linkedInvoiceList
Type: array
Show Source
Nested Schema : tmDrCrNoteLinkInvoiceList
Type: array
Show Source
Nested Schema : InvoiceCommodityGridModel
Type: object
Show Source
Nested Schema : InvoiceOfferDTO
Type: object
Show Source
Nested Schema : InvoiceOfferTenorParameterModel
Type: object
Show Source
Nested Schema : LinkedInvoiceModel
Type: object
Show Source
Nested Schema : TmDrCrNoteLinkInvoiceModel
Type: object
Model for TmDrCrNoteLinkInvoice
Show Source
Nested Schema : creditNotes
Type: array
creditNotes
Show Source
Nested Schema : payments
Type: array
payments
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 : ScfPaymentDTO
Type: object
Payment details for Payments Model
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