Retrieves the status of existing invoices

post

/service/v3/fetchInvoicesStatus

This service is used to retrieves the status of existing Invoices.

Request

Supported Media Types
Query Parameters
Header Parameters
Body ()
Request Body that contains list of invoice reference numbers.
Root Schema : InvoiceRefNosList
Type: object
Show Source
Nested Schema : invoiceRefNos
Type: array
Show Source
Back to Top

Response

Supported Media Types

200 Response

Successful performs the operation
Body ()
Root Schema : InvoicesStatusCollection
Type: object
Collection of Invoices.
Show Source
Nested Schema : invoicesStatusList
Type: array
Show Source
Nested Schema : paging
Type: object
Nested Schema : InvoicesStatusList
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