Change subscription start date
Changes the start date of a client subscription
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Body Params application/json
{
"comment": "string",
"start_date": "2019-08-24T14:15:22.123Z"
}
Request Code Samples
curl --location --request PUT 'https://api.ffdemo.ufp.ai/tenants//clients//subscriptions//change_start_date' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"comment": "string",
"start_date": "2019-08-24T14:15:22.123Z"
}'
Modified at 2025-03-21 07:23:14