Fetch 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
Query Parameters
Header Parameters
Back to Top

Response

Supported Media Types

201 Response

Returns message of succes or failure
Headers
Body ()
Root Schema : AssociatedPartiesResponseList
Type: object
Response of Associated Parties Respose
Show Source
Nested Schema : corporates
Type: object
Show Source
Nested Schema : counterparties
Type: object
Counterparties
Show Source
Nested Schema : buyer
Type: array
Contains all associated corporate details of Buyer party Id
Show Source
Nested Schema : seller
Type: array
Contains all associated corporate details of Seller party Id
Show Source
Nested Schema : AssociatedParties
Type: object
Response of Associated Parties Respose
Show Source
Nested Schema : data
Type: array
Contains all associated buyer Counterparty details of party Id
Show Source
Nested Schema : PagingDto
Type: object
Show Source
Nested Schema : AssociatedPartyData
Type: object
Response of Associated Parties Response
Show Source
Nested Schema : buyer
Type: array
Contains all associated buyer Counterparty details of party Id
Show Source
Nested Schema : seller
Type: array
Contains all associated seller Counterparty details of party Id
Show Source

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
Back to Top