Retrieves the list of associated receivables and payables
get
/service/v1/netInvDetForNettMgmt
This API is used to retrieve the list of associated receivables and payables based on given set of parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
identifier: string
Identifier
-
limit(optional): integer
LimitDefault Value:
0
-
nettingTxnNo: string
Netting Txn No
-
offset(optional): integer
OffsetDefault Value:
0
-
partyId: string
Party Id who has logged in
Header Parameters
-
appId: string
Source Application Id
-
branchCode: string
Branch Code
-
userId: string
Source User id
Response
Supported Media Types
- application/json
- application/xml
200 Response
Successfully performs the operation
Root Schema : NettingInvoiceDetails
Type:
object
Netting Invoice Details Model
Show Source
-
errors(optional):
array errors
-
message(optional):
string
-
netPayOutOrPayIn(optional):
number
Net Pay Out
-
nettingPayInvModel(optional):
array nettingPayInvModel
-
nettingRecInvModel(optional):
array nettingRecInvModel
-
paging(optional):
object PagingDto
-
responseStatus(optional):
string
-
totalPayables(optional):
number
Total Payables
-
totalPayablesCount(optional):
number
Total Payables
-
totalReceivables(optional):
number
Total Receivables
-
totalReceivablesCount(optional):
number
Total Receivables
Nested Schema : errors
Type:
Show Source
array
-
Array of:
object ErrorDTO
Netting Transactions Status Update Errors
Nested Schema : ErrorDTO
Type:
object
Netting Transactions Status Update Errors
Show Source
-
errorCode(optional):
string
Error Code
-
errorDesc(optional):
string
Error Description
Nested Schema : NettingInvoicesModel
Type:
Show Source
object
-
id(optional):
string
Id
-
identifier(optional):
string
Identifier For Receivable or Payable
-
invoiceAmount(optional):
number
Invoice Amount
-
invoiceCcy(optional):
string
Invoice Currency
-
invoiceRefNo(optional):
string
Invoice Ref No
-
invoiceStatus(optional):
string
Invoice Status
-
nettedInvAmount(optional):
number
Netted Inv Amount
-
nettingStatus(optional):
string
Invoice Netting Status
-
nettingTxnNo(optional):
string
Netting Transaction Number
-
outStandingAmount(optional):
number
Invoice OutStanding Amount
-
paymentDueDate(optional):
string
Invoice Payment Due Date
-
paymentStatus(optional):
string
Invoice Payment Status
-
remainingOutStandingAmount(optional):
number
Remaining Out Standing Amount
-
sourceRefNo(optional):
string
Source Ref No
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error