m2pfintech

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.

POST
/statement/update/StatementDate

Header Parameters

TENANT*string

Tenant identifier for multi-tenancy support

Request Body

application/json

entityId*string

Unique entity identifier of the customer

stmtDate*integer

New statement date as day of month (1-31)

Range1 <= value <= 31

Response 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"
}