Update preferences from external source
Updates entity preferences triggered by an external source or partner system. NOTE: This endpoint path was not found in the available source code of credit-clms, credit-customer-service, or credit-service. A related endpoint /business-entity-manager/updatePreference exists in credit-customer-service (RegistrationController) which updates entity preferences internally.
Header Parameters
Tenant identifier for multi-tenancy routing
Request Body
application/json
Entity ID for which preferences are updated
Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://uat-m2p-ccms.m2pfintech.com/Yappay/business-entity-manager/updatePreferenceExternal" \ -H "TENANT: string" \ -H "Content-Type: application/json" \ -d '{ "entityId": "CUST123456" }'{
"status": 200,
"result": true,
"message": "Success"
}{
"status": 400,
"message": "Invalid request parameters",
"timestamp": "2019-08-24T14:15:22Z"
}{
"status": 400,
"message": "Invalid request parameters",
"timestamp": "2019-08-24T14:15:22Z"
}{
"status": 400,
"message": "Invalid request parameters",
"timestamp": "2019-08-24T14:15:22Z"
}Update customer (entity) profile information POST
Updates the profile fields of an existing customer entity. Supports updating name, gender, marital status, employment details, contact info, email, and address. The controller is in credit-customer-service (RegistrationController).
Update dispute status (v2) POST
Updates the status of an existing dispute for a given entity. Version 2 supports additional statuses and dispute resolution flows. Returns true on successful update.
