Developer Q&A
What is the correct xml for a date field conditionexpression?
I am retrieving a set of WordOrders using RetriveMultiple(). What Is the XML I need to filter by a date range? I tried something like this, but the filter is not working.
Activity Log Manual Update
Is there an API to manually update the Activity Log for a Work Order? I've noticed that if I create a document via the API with this call
API to extract documents/photos from specific work orders
Hi,
"Create operation is not supported by Actor entity" error on creating Note
When I fire this request
Attaching image data when creating work order
We have images that we would like to attach to the work orders when we create them.
The images would not be accessible via url, so we would need to send the image data as part of the work order creation.
Request/Response Sample for WoCreateCommand API
Hi, I am trying to access WSDL service and invoke WoCreateCommand. Based on the documentation I can create SOAP message as request payload, however not able to decide on the values for parameters since there is no sample request/response available.
RetrieveMultiple Filter WOs
<int:Criteria>
<int:FilterOperator>And</int:FilterOperator>
<int:Filters>
<int:FilterExpression>
<int:Conditions>
<int:ConditionExpression>
<int:PropertyName>WorkOrder</int:PropertyName>
<int:Operator>Equal</int:Operator>
<int:Values>
<int:anyType xsi:type="WorkOrderType">RM</int:anyType>
</int:Values>
</int:ConditionExpression>
<int:FilterOperator>And</int:FilterOperator>
</int:Conditions>
</int:FilterExpression>
</int:Filters>
</int:Criteria>
What is the correct way of passing ContactName field ?
Our application consumes Corrigo wsld api to create work orders. Our request body looks like this :
how to get 'specialty group'
i have a requirement to find this column: 'specialty group', and the relationship between specialty group and specialties, from SOAP API.