Join the Power Platform Masterclass #2 starting April 23

Resco CRM Connector: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 550: Line 550:
=== POST ImportProject (and publish) ===
=== POST ImportProject (and publish) ===


Replace the content of an existing app project with the imported file. Specify destination project ID or name. The project must already exist. Use <code>&publish=true</code> to automatically publish the project.
Replace the content of an existing app project with the imported file. Specify destination project ID or name. The project must already exist. Use <code>&$publish=true</code> to automatically publish the project.


Sample URL:
Sample URL:


<code>https://{organization}.rescocrm.com/rest/v1/data/ImportProject?id={id}&publish={publish}</code>
<code><nowiki>https://{organization}.rescocrm.com/rest/v1/data/ImportProject?$id={id}&$publish={publish}</nowiki></code>


<code>https://{organization}.rescocrm.com/rest/v1/data/ImportProject?name={name}&publish={publish}</code>
<code><nowiki>https://{organization}.rescocrm.com/rest/v1/data/ImportProject?$name={name}&$publish={publish}</nowiki></code>


BODY:
BODY:

Navigation menu