Reallocate Data

Author: Salman Pathan 131 views

Purpose:

This function is used to reallocate data or tasks to a particular user.

Use Case:

Reallocate data when a user is absent or has left organization and will not be able to handle scheduled calls.
In such cases, data needs to be reallocated to other Jodo users to meet the scheduled call goal.
Option to reallocate data should be added to CRM / Business application.

User Input Parameters:

Output Parameters:

Return Value:

This API returns in one format I.e., JSON format.

Reallocate data JSON Request

				
					 {
"method":"reallocatedata",
"apikey":"test_org",
"servicekey":"VoiceProcess",
"contactnumber":"7507959484",
"login":"tanmay.k",
"calldatetime":"2018-11-10 09:00:00",
"customercode":0,
"reqdatetime":"2018-11-12 14:00:05"
}
				
			

Reallocate data JSON Response

				
					{
"method":"reallocatedata",
"statuscode":"001",
"resdatetime":"2018-11-12 14:00:05",
"statusdesc":"Success"
}
				
			

Reallocate data JSON Fail Response

				
					{
"method":”reallocatedata”,
"revisionno":"1",
"status":5,
"statusdesc":"fail",
"resdatetime":"2018-11-12 14:00:05"
}
				
			

Status Code Information