Relationship Master Service API REST Endpoints
Core Services/Relationship Master Service API
This service is used for maintaining relationships between corporate and its buyers and sellers. All parameter related to relationship will be configured through this service.
- Add a new relationship record
- Method: postPath:
/service/v1/relationshipmaster/noncustomer
- Check the expiry of each relationship at the end of the day
- Method: getPath:
/service/v1/checkRelationshipExpiry
- Fetch the counter party details for given external code.
- Method: getPath:
/service/v1/relationshipmaster/nonCustomerDetails/{externalCode}
- Fetch the external code for given associated party
- Method: getPath:
/service/v1/relationshipmaster/externalCode
- Fetch the relationship master for given relationship code
- Method: getPath:
/service/v1/relationshipmaster/associatedParty
- Fetch the relationship record for given associated party
- Method: getPath:
/service/v1/relationshipmaster/associatedPartiesList
- Get all valid relationship record
- Method: getPath:
/service/v1/buyerseller/relationshipmaster