Search
-
Its looking for the RecordID(integer) of the purchase order that this line belongs to.
A good idea when using the API is to review the tables you are trying to insert into in Method. The table UI in Method will show you the required fields, what table they come from if relelvant, and the type.
-
I've tried something else and I am now getting this error.
<MethodAPI response = "Not all required fields are present. Required field PurchaseOrderRef is not passed for the table purchaseorderline" ></MethodAPI>
Looking through the tables I can't find a field PurchaseOrderRef for the table purchaseorderline. ...
-
I beleive so.
Here are example contents of the arrays. recordID is the value passed back from athe API after adding the Purchase Order.
arrNames = ['Item', 'PurchaseOrderRecordID', 'Rate', 'Quantity']
arrValues = ['100381', recordID, 12.23, 22.00]
-
Are you including the auto generated ID of the Order? Can you please share your field names and values?
-
yes, I am using the zeep SOAP client for python.
I have successfully inserted purchase orders to the purchaseorder table.
But I get this error when I try to insert purchase order line items to the purchaseorderline table for the previously inserted purchase order.
-
Hi there,
This endpoint is a soap webservice. Are you using node or python? Are you calling it as just a http post or are you using any soap library?
Regards,
Hossein
-
The issue is with the purchaseorderline table. I am trying to insert values for Item, PurchaseOrderRecordID, Rate, and Quantity.
Before trying to insert to the purchaseorderline table I have succesfully inserted a Purchase Order to the purchaseorder table.
Here are the parameters for the failing API call.
parameters = {
...
-
Hello Udhaya,
Currently we dont have a direct way for retrieving Updated Datetime for Contact. However there are couple of work arounds which you could try out
1. There is a field TimeModifiedAccounting in Customer Table. If your Method Account is connected to QuickBooks, every time you update a ...
-
Hello scarson,
Can you give us more information as to which Table is throwing this error and what columns are you trying to Insert? It will help us if we can have a look at the request.
-
Hi,
Anyone can help me out here. I'm integrating Method API to my web application. In my web application I can create, update & delete a contact. After that these contacts were pushed to Method CRM. There again I can create, update, delete these.
Now I want to sync back with these updates to my DB. So I need to identify which all ...
|
|
|