Fetch the relationship master for given relationship code.
get
/service/v1/relationshipmaster/associatedParty
This endpoint is used to fetch relationship master for given relationship code.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
relationshipCode: string
Relationship code
Header Parameters
-
appId: string
-
branchCode: string
branchCode
-
userId: string
userId
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of succes or failure
Headers
-
Location: string
URL of newly created relationshipmaster
Root Schema : AssociatedPartiesResponseList
Type:
object
Response of Associated Parties Respose
Show Source
-
corporates(optional):
object corporates
-
counterparties(optional):
object counterparties
Counterparties
-
partyId(optional):
string
Party Id
Nested Schema : corporates
Type:
Show Source
object
-
buyer(optional):
array buyer
Contains all associated corporate details of Buyer party Id
-
seller(optional):
array seller
Contains all associated corporate details of Seller party Id
Nested Schema : counterparties
Type:
object
Counterparties
Show Source
-
buyer(optional):
array buyer
Contains all associated buyer Counterparty details of party Id
-
seller(optional):
array seller
Contains all associated seller Counterparty details of party Id
Nested Schema : buyer
Type:
array
Contains all associated corporate details of Buyer party Id
Show Source
-
Array of:
object AssociatedParties
Response of Associated Parties Respose
Nested Schema : seller
Type:
array
Contains all associated corporate details of Seller party Id
Show Source
-
Array of:
object AssociatedParties
Response of Associated Parties Respose
Nested Schema : AssociatedParties
Type:
object
Response of Associated Parties Respose
Show Source
-
data(optional):
array data
Contains all associated buyer Counterparty details of party Id
-
paging(optional):
object PagingDto
Nested Schema : data
Type:
array
Contains all associated buyer Counterparty details of party Id
Show Source
-
Array of:
object AssociatedPartyData
Response of Associated Parties Response
Nested Schema : AssociatedPartyData
Type:
object
Response of Associated Parties Response
Show Source
-
customerId(optional):
string
Associated Counter/Corporate Id
-
customerName(optional):
string
Name of associated Counter/Corporate Id
Nested Schema : buyer
Type:
array
Contains all associated buyer Counterparty details of party Id
Show Source
-
Array of:
object AssociatedParties
Response of Associated Parties Respose
Nested Schema : seller
Type:
array
Contains all associated seller Counterparty details of party Id
Show Source
-
Array of:
object AssociatedParties
Response of Associated Parties Respose
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error