Skip to main content
POST
/
finance
/
customers
/
sync-date
Sync customer registration date
curl --request POST \
  --url http://134.209.118.139:3002/finance/customers/sync-date \
  --header 'Content-Type: application/json' \
  --header 'x-access-token: <api-key>' \
  --data '
{
  "customerid": 123,
  "registrationdate": "2025-01-15"
}
'
{
  "message": "No token provided."
}

Authorizations

x-access-token
string
header
required

JWT token obtained from POST /api/auth/signin

Body

application/json
customerid
integer
required
registrationdate
string<date>
required
Example:

"2025-01-15"

Response

Date synced