Developer Q&A

Ask a Question

connection refused

Hi,

API Credential - Timeout

Per this thread – what credentials should we use for API connections?

issue with ConcurrencyId ---> <Description>Data was already modified by another user.</Description>

Hello,

Help adding in a time filter to this code snippet

Hi - I have this code snippet that I'd like to add a time filter in to poll the last hour, for example, as I believe it currently is pulling back everything.

Report - We need the category detail, to help break out between tax, labor and parts

We are currently feeding invoice data from Corrigo to Fusion (our accounting system) but it only breaks out the invoice total and the tax. We need the category detail, to help break out between tax, labor and parts.

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>