Retrieves the list of existing invoices

post

/service/v3/invoiceSearch

This service is used to retrieves the list of existing invoices.

Request

Supported Media Types
Query Parameters
Header Parameters
Body ()
Request Body that contains data required for searching invoices.
Root Schema : InvoiceSearchDTO
Type: object
Collection of Main Invoices.
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful performs the operation
Body ()
Root Schema : ServiceInvoices
Type: object
Collection of Main Invoices.
Show Source
Nested Schema : invoiceList
Type: array
Show Source
Nested Schema : paging
Type: object
Nested Schema : InvoiceResponseModel
Type: object
Service Post API Invoice model
Show Source
Nested Schema : buyerAddress
Type: array
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 : linkedPo
Type: array
Show Source
Nested Schema : ProductMasterDTO
Type: object
Match All
Show Source
Nested Schema : ProgramSpoke
Type: object
Scf Program Spoke Response
Show Source
Nested Schema : supplierAddress
Type: array
Show Source
Nested Schema : ScfNonCustAddressModel
Type: object
Show Source
Nested Schema : InvoiceCommodityGridServiceModel
Type: object
Show Source
Nested Schema : InvoiceOfferDTO
Type: object
Show Source
Nested Schema : invoiceOfferTenorParameterList
Type: array
Show Source
Nested Schema : InvoiceOfferTenorParameterModel
Type: object
Show Source
Nested Schema : invoiceOfferTenorParametersScheduleList
Type: array
Show Source
Nested Schema : InvoiceOfferTenorParametersScheduleModel
Type: object
Show Source
Nested Schema : LinkedInvoiceModel
Type: object
Show Source
Nested Schema : LinkPoDetils
Type: object
Show Source
Nested Schema : GenericDto
Match All
Show Source
Nested Schema : GenericDto-allOf[0]
Type: object
Discriminator: resource_type
Nested Schema : ProductMasterDTO-allOf[1]
Type: object
Show Source
Nested Schema : SpokeHierarchyParamsModel
Type: object
Show Source
Nested Schema : programSpokeCodeList
Type: array
Show Source
Nested Schema : ProgramSpokeCodeModel
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