Update the statement date for an entity
Updates the statement generation date for a customer's credit account. The new date is specified as a day-of-month integer. Audit trail is recorded on failure.
Header Parameters
Tenant identifier for multi-tenancy support
Request Body
application/json
Unique entity identifier of the customer
New statement date as day of month (1-31)
1 <= value <= 31Response Body
application/json
application/json
application/json
application/json
curl -X POST "https://uat-m2p-ccms.m2pfintech.com/statement/update/StatementDate" \ -H "TENANT: string" \ -H "Content-Type: application/json" \ -d '{ "entityId": "string", "stmtDate": 1 }'{
"result": true,
"exception": {}
}{
"code": "string",
"message": "string",
"details": "string"
}{
"code": "string",
"message": "string",
"details": "string"
}{
"code": "string",
"message": "string",
"details": "string"
}Set card transaction preferences for an entity or kit POST
Configures transaction channel preferences (ATM, ECOM, POS, contactless, international, DCC), credit/cash limits, currency settings, and detailed rule configurations for an entity or a specific kit. Can also set per-transaction-type daily/weekly/monthly/quarterly/yearly limits. The controller is in credit-clms (CardConfigController).
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).
