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
- application/json
- application/xml
Query Parameters
-
limit: integer
limit is maximum no of records to be fetched
-
offset: integer
offset is starting no of records to be fetched
Header Parameters
Request Body that contains list of invoice reference numbers.
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Nested Schema : paging
Type:
object
Nested Schema : InvoicesStatusList
Type:
Show Source
object
-
invoiceRefNo:
string
Invoice Ref No
-
invoiceStatus:
string
Invoice Status
-
invoiceStatusOther:
string
Invoice Status Other
-
paymentStatus:
string
Payment Status
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error