Fetch relationship master for given associated party
get
/web/v1/relationshipmaster/associatedParties/lov
This endpoint is used to add a new relationship master.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
associatedPartyRole(optional): string
Can be either B/S. B-Buyer, S- Supplier.
-
customerId(optional): string
Customer Id of associated to parties.
-
customerName(optional): string
Customer name of associated to parties.
-
isChildDataReq(optional): 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(optional): string
Party Name whose associated parties have to be found.
-
partyId(optional): 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(optional): string
Relationship code for filter
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 : AssociatedPartiesLov
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
Contains the paging data like Total Results and Next/Prev Links
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 : PagingDto
Type:
object
Contains the paging data like Total Results and Next/Prev Links
Show Source
Nested Schema : AssociatedPartyLovData
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
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