Thank you Paul.
I am trying to use MethodAPI soap service client to insert data into ReceivePayment table. When I hit the service method I got the below response.
<?xml version="1.0" encoding="windows-1252" ?><MethodAPI response = "Not all required fields are present. Required field CustomerRef is not passed for the table ReceivePayment" ></MethodAPI>
I even looked into the table and there is not field with the name CustomerRef.
Anyways I tried passing that column but I received the below response.
<?xml version="1.0" encoding="windows-1252" ?><MethodAPI response = "It does not appear the field 'CustomerRef' exists in the table." ></MethodAPI>
Kindly help me out on this.
Thanks,
AswinChepuri.