Hi,
I have a product set up with 2 subscription plans (monthly and annual) in Infusionsoft. I have created a CreditCard entry for the contact using the API. I am trying to use the API to now associate the contact with the product and one of subscription plans. I believe the API method I need is OrderService.placeOrder. However I am getting an error using the Python SDK.
Request:
OrderService.placeOrder
Code:
infusionsoft.OrderService('placeOrder',120197, 4349, 9, [71])
Error:
(‘ERROR’, <Fault 0: ‘No method matching arguments: java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer, [Ljava.lang.Object;’>)