Relationship Master API REST Endpoints
Core Services/Relationship Master API
This service is for relationship master aggregate operations
- Adds a new datasegment details
- Method: postPath:
/web/v1/relationshipmaster
- Authorize the resource
- Method: putPath:
/web/v1/relationshipmaster/{resourceId}/authorize
- Closes the resource by given Resource Id
- Method: patchPath:
/web/v1/relationshipmaster/{resourceId}/close
- Delete the resource based on the resourceId and version
- Method: putPath:
/web/v1/relationshipmaster/{resourceId}/delete
- Fetch relationship master for given associated party
- Method: getPath:
/web/v1/relationshipmaster/associatedParties/lov
- Fetch relationship master for given associated party
- Method: getPath:
/web/v1/relationshipmaster/associatedPartiesList
- Fetch relationshipmaster for given associated party
- Method: getPath:
/web/v1/relationshipmaster/externalCode
- Get aggregate details of the resource
- Method: getPath:
/web/v1/relationshipmaster/{keyId}/aggregate
- Get all valid master datasegment details
- Method: getPath:
/web/v1/relationshipmaster
- Get all valid relationship master
- Method: getPath:
/web/v1/buyerseller/relationshipmaster
- Provides action for Resource Id.
- Method: getPath:
/web/v1/relationshipmaster/{resourceId}/actions
- Rejects the resource by given Resource Id
- Method: patchPath:
/web/v1/relationshipmaster/{id}/reject
- Removes the advisory lock on the resource
- Method: putPath:
/web/v1/relationshipmaster/{resourceId}/unlock
- Reopen the resource by given Resource Id
- Method: patchPath:
/web/v1/relationshipmaster/{resourceId}/reopen
- Retrieves the datasegment deatils by resourceId
- Method: getPath:
/web/v1/relationshipmaster/{resourceId}
- Retrives the history by given Resource Id
- Method: getPath:
/web/v1/relationshipmaster/{resourceId}/history
- Retrives the unauthorized resource by given resource id
- Method: getPath:
/web/v1/relationshipmaster/{resourceId}/unauthorized
- Submit for the Resource
- Method: patchPath:
/web/v1/relationshipmaster/{resourceId}/submit
- Update an existing datasegment
- Method: putPath:
/web/v1/relationshipmaster/{resourceId}
- Validates the resource by Resource Id
- Method: getPath:
/web/v1/relationshipmaster/{resourceId}/isValid