- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-01-2018
07:42 AM
09-01-2018
07:42 AM
Amend preview does not show the AppliedToChargeNumber?
In a specific scenario, Amend preview rest call response does not show the AppliedToChargeNumber. Please check below solution for further details.
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √
Labels:
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Email to a Friend
- Report Inappropriate Content
09-01-2018
07:44 AM
09-01-2018
07:44 AM
Re: Amend preview does not show the AppliedToChargeNumber?
The rest api proxy default refer to soap version 79. The AppliedToChargeNumber is available from Version 80.
Please add a header field "X-Zuora-WSDL-Version": 80 and then the REST AMEND Preview call response will display AppliedToChargeNumber
If you found my answer helpful, please give me a kudo ↑
Help others find answers faster by accepting my post as a solution √