Please find the entire request below.. POST https://rest.apisandbox.zuora.com/v1/object/Subscription HTTP/1.1 Accept-Encoding: gzip,deflate Content-Type: application/json apiAccessKeyId: xxxxxxxxxxxxxxxxxxxxxxxx apiSecretAccessKey: xxxxxxxxxxxxx { "RenewalTermPeriodType": "Month", "InitialTermPeriodType": "Month", "AccountId": "2c92c0fb56bc8e830156c21836cb7c75", "CurrentTermPeriodType": "Month", "AutoRenew": false, "TermStartDate": "2016-11-14", "ContractEffectiveDate": "2016-11-14", "RenewalSetting": "RENEW_WITH_SPECIFIC_TERM", "Notes": "Test - crreate subscription with draft mode", "IsInvoiceSeparate": false, "Status": "Draft", "TermType": "EVERGREEN" } I tried with some other CRUD api calls that is working fine as explained in API reference. Just CRUD create subscription is not working for me now. Please provide your assistance on the same. Thanks, Krishnan
... View more