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
-
delinkedFlag: string
delinkedFlag Y or N
-
identifier(required): string
Identifier
-
limit: integer
LimitDefault Value:
0
-
nettingTxnNo(required): string
Netting Txn No
-
offset: integer
OffsetDefault Value:
0
-
partyId(required): string
Party Id who has logged in
Header Parameters
-
appId(required): string
Source Application Id
-
branchCode(required): string
Branch Code
-
userId(required): 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
-
dsAction:
string
Selected Action Button (saveClose/next)
-
errors:
array errors
-
message:
string
-
netPayOutOrPayIn:
number
Net Pay Out
-
nettingPayInvModel:
array nettingPayInvModel
-
nettingRecInvModel:
array nettingRecInvModel
-
nettingTxnNo:
string
Netting Txn No
-
paging:
object PagingDto
-
responseStatus:
string
-
totalPayables:
number
Total Payables
-
totalPayablesCount:
number
Total Payables
-
totalReceivables:
number
Total Receivables
-
totalReceivablesCount:
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:
string
Error Code
-
errorDesc:
string
Error Description
Nested Schema : NettingInvoicesModel
Type:
Show Source
object
-
buyerId:
string
Buyer Id
-
id:
string
Id
-
identifier:
string
Identifier For Receivable or Payable
-
invoiceAmount:
number
Invoice Amount
-
invoiceCcy:
string
Invoice Currency
-
invoiceRefNo:
string
Invoice Ref No
-
invoiceStatus:
string
Invoice Status
-
nettedInvAmount:
number
Netted Inv Amount
-
nettingStatus:
string
Invoice Netting Status
-
nettingTxnNo:
string
Netting Transaction Number
-
outStandingAmount:
number
Invoice OutStanding Amount
-
paymentDueDate:
string
Invoice Payment Due Date
-
paymentStatus:
string
Invoice Payment Status
-
remainingOutStandingAmount:
number
Remaining Out Standing Amount
-
sourceRefNo:
string
Source Ref No
-
supplierId:
string
Supplier Id
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error