- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2018
11:41 AM
04-16-2018
11:41 AM
Zuora returns success when updating the amendment dates but does not activate the Amendment. In other words, the Amendment.Status does not change to Completed or Pending Acceptance.
Solved! Go to Solution.
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2018
11:44 AM
04-16-2018
11:44 AM
The Amendment Status field must be set along with the ServiceActivationDate or CustomerAcceptanceDate.
For example, if ServiceActivationDate is required, the following API call must be made:
POST: {endpoint}/v1/action/update
{"objects":[{"Id": "2c92c0f962ba13db0162c0ac8d2523a0", "ServiceActivationDate": "2018-04-13", "Status":"Completed" }],"type": "Amendment"}
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
04-16-2018
11:44 AM
04-16-2018
11:44 AM
The Amendment Status field must be set along with the ServiceActivationDate or CustomerAcceptanceDate.
For example, if ServiceActivationDate is required, the following API call must be made:
POST: {endpoint}/v1/action/update
{"objects":[{"Id": "2c92c0f962ba13db0162c0ac8d2523a0", "ServiceActivationDate": "2018-04-13", "Status":"Completed" }],"type": "Amendment"}