@vu_phan thanks - that eventually worked for me. Just FYI to anyone reading this --> make sure you set the zuora-version in your request header to 196.0. Also - add the "collect" parameter at the end of your body. Here is a copy of our body ```{ "name": "CompanyTrying_4", "billCycleDay": "0", "taxInfo": { "VATId": "" }, "notes": "This account is created by E-Commerce", "communicationProfileId": "2c92c0f953cfa2da0153d087e5b33bae", "batch": "Batch30", "hpmCreditCardPaymentMethodId": "4028e6972f9a6c62012fb437fb5b472b", "currency": "USD", "autoPay": "false", "billToContact": { "city": "san", "state": "CA", "firstName": "Test", "country": "US", "address1": "address", "lastName": "123", "workEmail": "abbas+t051010@bluejeans.com", "zipCode": "94063" }, "crmId": "ID belongs to a third party CRM system", "subscription": { "initialTerm": 12, "notes": "This has been created by the E-Com Middleware APIs", "renewalTerm": 12, "contractEffectiveDate": "2018-01-03", "autoRenew": "true", "subscribeToRatePlans": [ { "chargeOverrides": [ { "productRatePlanChargeId": "2c92c0f95d7d614d015dae2598df3d6c", "billingPeriod": "Annual", "price": "199.90", "quantity": 1, "listPriceBase": "Per_Billing_Period" } ], "productRatePlanId": "2c92c0f95d7d614d015dae2598c83d6a" } ], "termType": "TERMED" }, "EnterpriseId__c": "6227", "invoiceTemplateId": "2c92c0f953cfa2da0153d08f1dd342e6", "soldToContact": { "city": "san", "state": "CA", "firstName": "Test", "address1": "address", "lastName": "123", "country": "US", "workEmail": "abbas+t0510010@bluejeans.com", "zipCode": "94063" }, "paymentTerm": "Due Upon Receipt", "collect": false }```
... View more