Retrieves the list of subsidiaries linked to the netting transaction
get
/service/v1/getAllSubsidiaries
This API is used to retrieve the list of subsidiaries linked to the netting transaction based on given set of parameters.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
loginEntityType: string
Party Id who has logged in
-
nettingTxnNo(required): string
Netting Txn No
-
nettingTxnType: string
txn type is from Global centre or Sub centre
-
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 : NettingSubsidiaryDetailsCollection
Type:
object
Collection of Netting Subsidiaries.
Show Source
Nested Schema : NettingSubsidiaryDetails
Type:
Show Source
object
-
frequency:
string
Netting Frequency
-
netPayIn:
number
Net Pay In of linked subsidiary
-
netPayOut:
number
Net Pay Out of linked subsidiary
-
nettingCycle:
integer
Netting Cycle
-
nettingEndDate:
string
Netting End Date
-
nettingStartDate:
string
Netting Start Date
-
subsidiaryCcy:
string
Subsidiary ccy
-
subsidiaryId:
string
Subsidiary Id
-
subsidiaryName:
string
Subsidiary Name
-
subsidiaryPayInOutIdentifier:
string
PI or PO
-
subsidiaryTxnNo:
string
Subsidiary Id
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
500 Response
Internal error