Developer Q&A
Invalid Credentials on "login to company" method
Hi,
issue with creating work order with priority
Inspecting the web page I see
Get Logged In user details.
When I login using credentials I want contact and other details of the logged-in user.
Custom Field is not supported for object type {!{Work Order}!}
I'm trying to set a new custom field for a work order, however it doesn't look like it's allowing me for this one. I am able to successfully set a different custom field with Id of 4 (WORK ORDER CUSTOM FIELDS) without issue but looks like I'm not able to do so with custom field Id of 12 (CUSTOMER CUSTOM FIELDS), what might I be missing?
Login session not found
I am trying to get task list matching the pattern.I am using the following request payload:
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:int="http://corrigo.com/integration/" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<soap:Header>
<int:CorrigoNetOptions>
<int:ImposeConcurrencyId>false</int:ImposeConcurrencyId>
<int:UpdateLastModified>false</int:UpdateLastModified>
<int:CanDeleteMissingEntity>false</int:CanDeleteMissingEntity>
<int:LockOnDataRetrieval>Default</int:LockOnDataRetrieval>
</int:CorrigoNetOptions>
</soap:Header>
<soap:Body>
<int:RetrieveMultiple>
<int:queryExpression xsi:type="int:QueryExpression" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<int:EntityType>Task</int:EntityType>
<int:PropertySet xsi:type="int:PropertySet">
<int:Properties>
<int:string></int:string>
<int:string>Specialty.</int:string>
</int:Properties>
</int:PropertySet>
<int:Orders>
<int:OrderExpression>
<int:PropertyName>Id</int:PropertyName>
<int:OrderType>Ascending</int:OrderType>
</int:OrderExpression>
</int:Orders>
<int:Count>10</int:Count>
<int:FirstResultIndex>0</int:FirstResultIndex>
<int:Criteria>
<int:Conditions>
<int:ConditionExpression>
<int:PropertyName>DisplayAs</int:PropertyName>
<int:Operator>Like</int:Operator>
<int:Values>
<int:anyType xsi:type="xsd:string">%cafe%</int:anyType>
</int:Values>
</int:ConditionExpression>
</int:Conditions>
<int:FilterOperator>And</int:FilterOperator>
<int:Filters>
<int:FilterExpression>
<int:Conditions>
<int:ConditionExpression>
<int:PropertyName>IsRemoved</int:PropertyName>
<int:Operator>Equal</int:Operator>
<int:Values>
<int:anyType xsi:type="xsd:boolean">false</int:anyType>
</int:Values>
</int:ConditionExpression>
</int:Conditions>
</int:FilterExpression>
</int:Filters>
</int:Criteria>
<int:Distinct>true</int:Distinct>
</int:queryExpression>
</int:RetrieveMultiple>
</soap:Body>
</soap:Envelope>
How to create Customer with target billing
I want to be able to setup a new customer with a billing account in mind. In my case, I know the billing account ID I want to use is from account # 88
How to create work order with defined address?
When I send this payload via the API
- 1 Corrigo.Core.CorrigoBrokenRulesException: MhProduct is a required field.'
What is MhProduct in the UA?
Fetch Document
I am uploading document while creating WO requests.When I am fetching open requests I am not getting uploaded document along with the WO details.
Workorder submission is failing.
First Of all here is my request body.