Developer Q&A
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:ImposeConcurrencyIdfalse</int:ImposeConcurrencyId>
int:UpdateLastModifiedfalse</int:UpdateLastModified>
int:CanDeleteMissingEntityfalse</int:CanDeleteMissingEntity>
int:LockOnDataRetrievalDefault</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:EntityTypeTask</int:EntityType>
<int:PropertySet xsi:type="int:PropertySet">
int:Properties
int:string</int:string>
int:stringSpecialty.</int:string>
</int:Properties>
</int:PropertySet>
int:Orders
int:OrderExpression
int:PropertyNameId</int:PropertyName>
int:OrderTypeAscending</int:OrderType>
</int:OrderExpression>
</int:Orders>
int:Count10</int:Count>
int:FirstResultIndex0</int:FirstResultIndex>
int:Criteria
int:Conditions
int:ConditionExpression
int:PropertyNameDisplayAs</int:PropertyName>
int:OperatorLike</int:Operator>
int:Values
<int:anyType xsi:type="xsd:string">%cafe%</int:anyType>
</int:Values>
</int:ConditionExpression>
</int:Conditions>
int:FilterOperatorAnd</int:FilterOperator>
int:Filters
int:FilterExpression
int:Conditions
int:ConditionExpression
int:PropertyNameIsRemoved</int:PropertyName>
int:OperatorEqual</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:Distincttrue</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.
AssignedTo Field
Hi Baisong,
Priority 'Stat' is escalated; assignment is required 1 Corrigo.Core.CorrigoBrokenRulesException
Hi,
Experiencing Error: "Data was already modified by another user" & "Valid email address is required for sending message via e-mail"
Hi,
WO customer location and property.
I am creating WO and using the customer id of singapore in the WoCreateCommand payload.But when the WO gets created the location on the portal comes up to be westmont.
