Operations

Background Information
Progression presents a Web Service. A Web Service is a computer program allowing communication and data exchange between applications and heterogeneous sys...
Mon, 20 Feb, 2017 at 10:13 AM
Login
System authentication. Returns a session UID that can be reused for future requests. LoginRequest Property Type Description Credentials Cr...
Mon, 20 Feb, 2017 at 10:14 AM
CreateTask
Operation which creates a task in Progression. Property Type Value Credentials Credentials Authentication information Task Task Info...
Mon, 20 Feb, 2017 at 10:16 AM
SearchRecords and SearchRecordRefs
These operations allow you to search any type of Record in the system. These two operations use the same request. The difference is as follows: SearchRec...
Mon, 20 Feb, 2017 at 10:16 AM
CreateRecord
Operation which allows to create a record in Progression. Currently, the types of Record creation supported are: CLIENT HUMAN_RESOURCE NODE PRODUC...
Mon, 20 Feb, 2017 at 10:18 AM
UpdateRecord
Allows you to update a Record. PHP //Search for task to update $taskRef = new StdClass(); $taskRef->Type = 'TASK'; $taskRef-&g...
Mon, 20 Feb, 2017 at 10:19 AM
UpdateRecordField
Allows you to update a single field from a Record. Property Type Value Credentials Credentials Authentication information RecordRef Re...
Mon, 20 Feb, 2017 at 10:21 AM
UpdateRecordFields
Allows you to update several fields from a Record. Property Type Value Credentials Credentials Authentication information RecordRef Re...
Mon, 20 Feb, 2017 at 10:22 AM
ProgressTask
This operation allows you to update the status of a task. ProgressTaskRequest   Property Type Value Credentials Credentials Authentica...
Mon, 20 Feb, 2017 at 10:25 AM
GetRecord
Allows you to get a Record with the help of a RecordRef. Property Type Value Credentials Credentials Authentication information RecordRe...
Mon, 20 Feb, 2017 at 10:26 AM