Create/Read/Update/Delete Control Group
The Customer Sales Representative or Finance Department User wants to via CRM / Finance system GUI Create, Read, Update or Delete Control Group in the OCS.io. This operation is available in the CRM / Finance system GUI for users with correct privileges.
The CRM / Finance system via the RESTful API requests for creation, reading, updating or deletion of the Control Group in the OCS.io. The request body contains all information necessary for the operation.
The OCS.io performs the operation, then returns the result of the operation as a payload of the response.
The CRM / Finance system presents the result of the operation to the User in the GUI.
Basic Flow - Create Control Group
Step | Actor | Action | Description |
---|---|---|---|
1. |
CSR / FIN |
Request for Operation |
Customer Sales Representative or Finance Department User via CRM / Finance GUI requests for Operation. |
2. |
CRM / Finance |
Call createControlGroup API |
CRM / Finance System calls Create Control Group API exposed by OCS.io. |
3. |
OCS.io |
Request Validation |
OCS.io validates Request whether all mandatory attributes are populated, all data types are valid, ENUMs match with definition, etc. |
4. |
OCS.io |
Create Control Group |
OCS.io creates Control Group. |
5. |
OCS.io |
Return createControlGroup Response |
OCS.io returns Response to the CRM / Finance System. |
Basic Flow - Read Control Group
Step | Actor | Action | Description |
---|---|---|---|
1. |
CSR / FIN |
Request for Operation |
Customer Sales Representative or Finance Department User via CRM / Finance GUI requests for Operation. |
2. |
CRM / Finance |
Call readControlGroup API |
CRM / Finance System calls Read Control Group API exposed by OCS.io. |
3. |
OCS.io |
Request Validation |
OCS.io validates Request whether all mandatory attributes are populated, all data types are valid, ENUMs match with definition, etc. |
4. |
OCS.io |
Read Control Group |
OCS.io reads Control Group. |
5. |
OCS.io |
Return readControlGroup Response |
OCS.io returns Response to the CRM / Finance System. |
Basic Flow - Update Control Group
Step | Actor | Action | Description |
---|---|---|---|
1. |
CSR / FIN |
Request for Operation |
Customer Sales Representative or Finance Department User via CRM / Finance GUI requests for Operation. |
2. |
CRM / Finance |
Call updateControlGroup API |
CRM / Finance System calls Update Control Group API exposed by OCS.io. |
3. |
OCS.io |
Request Validation |
OCS.io validates Request whether all mandatory attributes are populated, all data types are valid, ENUMs match with definition, etc. |
4. |
OCS.io |
Update Control Group |
OCS.io updates Control Group. |
5. |
OCS.io |
Return updateControlGroup Response |
OCS.io returns Response to the CRM / Finance System. |
Basic Flow - Delete Control Group
Step | Actor | Action | Description |
---|---|---|---|
1. |
CSR / FIN |
Request for Operation |
Customer Sales Representative or Finance Department User via CRM / Finance GUI requests for Operation. |
2. |
CRM / Finance |
Call deleteControlGroup API |
CRM / Finance System calls Delete Control Group API exposed by OCS.io. |
3. |
OCS.io |
Request Validation |
OCS.io validates Request whether all mandatory attributes are populated, all data types are valid, ENUMs match with definition, etc. |
4. |
OCS.io |
Delete Control Group |
OCS.io deletes Control Group. |
5. |
OCS.io |
Return deleteControlGroup Response |
OCS.io returns Response to the CRM / Finance System. |