Fetch the relationshipmaster for given associated party
get
/service/v1/relationshipmaster/associatedParties/lov
This endpoints is used to get all relationshipmaster for given associated party.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
associatedPartyRole: string
Can be either B/S. B-Buyer, S- Supplier.
-
customerId: string
Customer Id of associated to parties.
-
customerName: string
Customer name of associated to parties.
-
isChildDataReq: string
flag for child data required
-
isNetting: boolean
Netting flag for fetching exact CP's who are on-boarded as Buyer as well as Seller.
-
name: string
Party Name whose associated parties have to be found.
-
partyId: string
The party whose associated parties have to be identified. Either partyId or name is required. If party id and name both are sent, then system will use party id.
-
relationshipCode: string
Relationship code for filter
Header Parameters
-
appId(required): string
-
branchCode(required): string
branchCode
-
userId(required): 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 : AssociatedPartiesLov
Type:
object
Response of Associated Parties Respose
Show Source
-
data:
array data
Contains all associated buyer Counterparty details of party Id
-
paging:
object PagingDto
Paging Dto
Nested Schema : data
Type:
array
Contains all associated buyer Counterparty details of party Id
Show Source
-
Array of:
object AssociatedPartyLovData
Response of Associated Parties Response
Nested Schema : AssociatedPartyLovData
Type:
object
Response of Associated Parties Response
Show Source
-
customerId:
string
Associated Counter/Corporate Id
-
customerName:
string
Name of associated Counter/Corporate Id
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