Fetch relationship master for given associated party
get
/service/v1/relationshipmaster/associatedParties/lov
This endpoint is used to get all relationship master 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 : AssociatedPartiesResponseList
Type:
object
Response of Associated Parties Respose
Show Source
-
corporates:
object corporates
-
counterparties:
object counterparties
Counterparties
-
partyId:
string
Party Id
Nested Schema : corporates
Type:
Show Source
object
-
buyer:
array buyer
Contains all associated corporate details of Buyer party Id
-
seller:
array seller
Contains all associated corporate details of Seller party Id
Nested Schema : counterparties
Type:
object
Counterparties
Show Source
-
buyer:
array buyer
Contains all associated buyer Counterparty details of party Id
-
seller:
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 Response
Nested Schema : seller
Type:
array
Contains all associated corporate details of Seller party Id
Show Source
-
Array of:
object AssociatedParties
Response of Associated Parties Response
Nested Schema : AssociatedParties
Type:
object
Response of Associated Parties Response
Show Source
-
allowOverdueRcv:
string
Allow Overdue Receivables
-
associatedPartyId:
string
Associated Counter/Corporate Id
-
associatedPartyName:
string
Name of associated Counter/Corporate Id
-
authStatus:
string
Contains A/U
-
autoAcceptanceDays:
string
Auto Acceptance Days
-
autoAcceptanceFlag:
string
Auto Acceptance Flag
-
cifStatus:
string
Conatins Y/N
-
divisionDetails:
array divisionDetails
Division Details for each record of counterparties
-
excessHandling:
string
Excess Handling
-
excessRefundParty:
string
Excess Refund Party
-
excessRefundPaymentMode:
string
Excess Refund Payment Mode
-
existingCounterparty:
string
Contains Y/N
-
maxDaysOverdue:
string
Maximum Days Overdue
-
relationshipCode:
string
Relationship Code in BO
-
relationshipDesc:
string
Relationship Desc in BO
-
status:
string
Active/Inactive
Nested Schema : divisionDetails
Type:
array
Division Details for each record of counterparties
Show Source
Nested Schema : DivisionDetails
Type:
Show Source
object
-
associatedPartyCode:
string
CounterParty Code
-
associatedPartyDivisionCode:
string
Counter Party Division Code
-
corporateDivisionCode:
string
Corporate Divisio Code
Nested Schema : buyer
Type:
array
Contains all associated buyer Counterparty details of party Id
Show Source
-
Array of:
object AssociatedParties
Response of Associated Parties Response
Nested Schema : seller
Type:
array
Contains all associated seller Counterparty details of party Id
Show Source
-
Array of:
object AssociatedParties
Response of Associated Parties Response
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