Hi, I am trying to update the Service Activation Date on a subscription using the REST API but end up getting an unsuccessful response. Following are the details of the request I am sending - Endpoint URL: https://apisandbox-api.zuora.com/rest/v1/subscriptions/A-S00000208 - Zuora-Version: 196.0 and higher - Request Body: {
"serviceActivationDate": "2018-08-15"
} - Request Type: PUT - Response body: {
"success": false,
"processId": "1CAEAF6BFAFE9BE9",
"reasons": [
{
"code": 53500021,
"message": "Invalid parameter(s): 'serviceActivationDate'."
}
]
} Not sure what I'm doing wrong. I am pretty new to using the Zuora API and would appreciate any help to guide me in the right direction. Thanks Avi
... View more