Developer Q&A
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.
Is there a list of properties that cannot be updated via the API?
I am trying to update a WorkOrder and I am getting this error:
Archibus
Does corrigo have an API direct interface with ArchBus so we could move data seamlessly?
Conditions not being used when RetrieveMultiple is used.
Hi,
What are the list of valid ActionReason values for the WoCompleteCommand?
Hi,
Unable to delete WorkOrders
Hi,
