API.updateSubscriberDRMPeriod
This action allows you to update a periodic subscription
Request
| api_key | Use your API key |
| login | Use the e-mail address of an account profile that has access to the APIs. |
| md5_pwd | Use the password from the profile, encrypted in MD5 format. |
| subscription_code | Use the API code supplied in the « Your subcriptions » page, or recovered by the getAccountSubscriptions API |
| subscriber_login | Login of the subscriber |
| period_id | ID of the subscription period |
| from | Start date of the period |
| to | End date of the period |
| extras (optional) | Free field of up to 255 characters |
Response
This request sends the character string “ok” if successful.
An error message is sent back in case of problems.
Loading...