Discussions
Need help to filter customer/space record based off of Customer.Number and Spaces.Asset.Name
I've below API call that is not filtering rows based off of Spaces.Asset.Name - In the output I would like to see only one record - for Customer - "TOR02" & Space - "01"
Not getting any reponse while retriving the Invoice details. The value (2476700090) is the Number from the WorkOrder API response
<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>Invoice</int:EntityType>
<int:PropertySet xsi:type="int:PropertySet"><int:Properties>
<int:string>*</int:string>
</int:Properties>
</int:PropertySet>
<int:Criteria>
<int:Filters>
<int:FilterExpression>
<int:Conditions>
<int:ConditionExpression>
<int:PropertyName>Number</int:PropertyName>
<int:Operator>In</int:Operator>
<int:Values>
<int:anyType xsi:type="xsd:string">2476700090</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>
could not get any info for invoice information
could not get the response back getting empty
Payload:
issue with https://previewabmworks.corrigo.com/api/v1/base/Invoice?Id=165200014&properties=BillingContact.*
https://oauth-pro-v2.corrigo.com/OAuth/token - genereated token using this URL and used the same to get the billing contact details above, can you please help us
Create Update an asset
Hello, I am reviewing the documentation, but I can’t find a way to create or update an asset. Also, what does "asset" refer to, and what is it related to?
Testing a endpoint need token generator URL from your end
WO Action Log
Due By Modifed action records the From/To date time in the Comment. Although this seems to be a system generated text, it has multiple variants -- language and date formats.
Updating a Custom Field
Hi All,
Set NTE?
Can the NTE be set with the API? Looking to set a more accvurate NTE with automated work roders