Add a New Call Action followup record
post
/api/1.0/callActionTransactional
This end point is used to Add a new call action followup record.
Request
Supported Media Types
- application/json
- application/xml
Query Parameters
-
followupDate(required): string
Flag to update follow up date.
Header Parameters
-
appId(required): string
The application ID of host service.
-
branchCode(required): string
The branch code of requesting branch.
-
contentType: string
The content type of request or response body.
-
entityId(required): string
The entity ID of host service.
-
userId(required): string
The user ID of requesting user.
Request Body that contains data required for creating a new call action followup.
Root Schema : DmActionResultsDTO
Type:
Show Source
object
-
accountId:
string
Account ID
-
actionCode:
string
Action Code
-
applyDateToAllInitiatedTask:
string
Apply Date To All Initiated Task
-
applyStatusToAllAccounts:
string
Apply Status To All Accounts
-
callType:
string
Call Type
-
caseId:
string
Case ID
-
collectionStatus:
array collectionStatus
-
existingCollectionStatus:
string
Existing Collection Status
-
followupDate:
string
Followup Date
-
id:
string
ID
-
notes:
string
Notes
-
resultCode:
string
Result Code
-
rightPartyContacted:
string
Call Type
-
segmentCode:
string
Segment Code
-
strategyCode:
string
Strategy Code
-
taskId:
string
Task ID
-
taskName:
string
Task Name
-
taskStatus:
string
Task Status
-
taskTypeCode:
string
Task Type Code
Nested Schema : DmTmCollectionStatusDetails
Type:
Show Source
object
-
action:
string
Action
-
collectionStatusCode:
string
Collection Status Code
Response
Supported Media Types
- application/json
- application/xml
201 Response
Returns message of success or failure
Headers
-
Location: string
URL of newly created Call Action
Root Schema : ResponseDtoWrapper
Type:
object
Response Data Transfer object
Show Source
-
data:
object ResponseResourceSupport
-
messages:
object ResponseDto
Response Data Transfer object
Nested Schema : ResponseResourceSupport
Type:
object
Nested Schema : ResponseDto
Type:
object
Response Data Transfer object
Show Source
-
codes:
array codes
Codes
-
id:
string
ID
-
requestId:
string
Request ID
-
status:
string
Status
Nested Schema : ResponseCode
Type:
object
Response code
Show Source
-
arg:
string
Argument
-
args:
array args
Arguments
-
Code:
string
Code
-
Desc:
string
Description
-
Language:
string
Language
-
Type:
string
Type
Nested Schema : items
Type:
object
400 Response
Malformed syntax.
401 Response
Request does not have sufficient credentials.
403 Response
Request is not authorized.
405 Response
Invalid input
500 Response
Internal error