Sets the pointers back x number of days for a custom client. Requires OAuth authentification.
GET
http://api.cixonline.com/v1.0/cix.svc/user/{client}/{back}/setpointersback(.xml/.json)
| Required | Name | Type | Description |
|---|---|---|---|
| yes | client | string | The name of your given client. |
| yes | back | int | The days to set the pointers back for a given client. |
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">Success</string>
"Success"
| Code | Description |
|---|---|
| 400 | Bad request. Check input parameters. |
| 401 | Authentication failed. Missing required parameter : {parameter name}. |
| 401 | Signature expired. Either the timestamp or the nonce have expired or are invalid. |