Resco CRM Connector: Difference between revisions

Jump to navigation Jump to search
Line 35: Line 35:
Date fields are in UTC time, in the following format: <code>yyyy-MM-ddTHH:mm:ssZ</code> for example, <code>2020-12-12T09:00:00</code>. Optionally, you can use syntax defined in [https://www.ietf.org/rfc/rfc3339.txt RFC 3339] this format.
Date fields are in UTC time, in the following format: <code>yyyy-MM-ddTHH:mm:ssZ</code> for example, <code>2020-12-12T09:00:00</code>. Optionally, you can use syntax defined in [https://www.ietf.org/rfc/rfc3339.txt RFC 3339] this format.


Lookups are essentially strings in the format <code>entity:id</code> (for update/upload requests) <code>entity:id:name</code> (for fetch requests).
Lookup fields are essentially strings in the following formats:
* <code>entity:id</code> (for create/update requests)
* <code>entity:id:name</code> (for fetch requests)
 
PartyList fields use the following format:
 
<syntaxhighlight lang="xml>
<party [addressused='rajesh@example.com']>entity:id[:name]</party>
</syntaxhighlight>


== Data service ==
== Data service ==

Navigation menu