Add 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: string
Flag to update follow up date.
Header Parameters
-
appId: string
The application ID of host service.
-
branchCode: string
The branch code of requesting branch.
-
contentType(optional): string
The content type of request or response body.
-
entityId: string
The entity ID of host service.
-
userId: 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(optional):
string
Account ID
-
actionCode(optional):
string
Action Code
-
applyDateToAllInitiatedTask(optional):
string
Apply Date To All Initiated Task
-
applyStatusToAllAccounts(optional):
string
Apply Status To All Accounts
-
caseId(optional):
string
Case ID
-
collectionStatus(optional):
array collectionStatus
-
existingCollectionStatus(optional):
string
Existing Collection Status
-
followupDate(optional):
string
Followup Date
-
id(optional):
string
ID
-
notes(optional):
string
Notes
-
resultCode(optional):
string
Result Code
-
taskId(optional):
string
Task ID
-
taskName(optional):
string
Task Name
-
taskStatus(optional):
string
Task Status
Nested Schema : DmTmCollectionStatusDetails
Type:
Show Source
object-
action(optional):
string
Action
-
collectionStatusCode(optional):
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
Nested Schema : ResponseResourceSupport
Type:
objectNested Schema : items
Type:
object400 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