When integrated third party applications how do I trigger a process step

Friday, Nov 14, 2014

If you would like a third party application to notify CourseSales.com of an action taken you can use our standard API call back function with a call to Status update using this REST format, or the SOAP equivalent:

{"Status":{"StatusTableName":"Documents"},"DocumentExternalId":"DOCUMENTEXTERNALID","StatusStepId":STEPIDTOEXECUTE,"LoginUsername":"USER","LoginPassword":"PASSWORD"}

Capitalization indicates which values need to be changed for the particular circumstance.