Retrieve the list of PO finance
get
/service/v1/po/finances
This service is used to retrieve the List of PO Finance
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
poExternalNumber(required): string
ReferenceNumber for which data needs to be fetched
-
requestId: string
Data to be fetch from work or main table
Header Parameters
Back to Top
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successful performs the operation
Nested Schema : poFinanceModelList
Type:
Show Source
array
-
Array of:
object PoFinanceModel
PO Finance Transaction Model
Nested Schema : PoFinanceModel
Type:
object
PO Finance Transaction Model
Show Source
-
financeReferenceNo:
string
Purchase Order Finance ReferenceNo
-
finTxnStatus:
string
Finance Transaction Status
-
linkInvoice:
array linkInvoice
-
poExternalNumber:
string
Purchase Order External Number
-
poInternalNumber:
string
Purchase Order Internal Number
-
requestId:
string
Purchase Order Finance request Id
-
scfPOFinanceId:
string
Purchase Order Finance Id
-
status:
string
Purchase Order Status
Nested Schema : LinkedInvoiceDTO
Type:
Show Source
object
-
currency:
string
-
exchangeRate:
number
-
id:
string
-
invoiceAllocAmount:
number
-
invoiceAllocAmountToBe:
number
-
invoiceAllocPercentage:
number
-
invoiceMasterId:
string
-
invoiceRefNo:
string
-
isLinkageSuccessful:
string
-
netPoAmount:
number
-
poAvailableAmount:
number
-
poAvailableAmountPostLink:
number
-
poDate:
string
-
poExternalNumber:
string
-
poInternalNumber:
string
-
poStatus:
string
-
seqNo:
integer(int64)
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error