Save Ad hoc Task Data
post
/api/1.0/adhocktask
This endpoint is used to save ad hoc task data.
Request
Supported Media Types
- application/json
- application/xml
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.
-
userId(required): string
The user ID of requesting user.
Request Body contain data required for creating a new adhoc task.
Root Schema : AdhocTaskDto
Type:
Show Source
object
-
accountId:
string
Account ID
-
actionCode:
string
Actin Code
-
adhocFlag:
string
Adhoc Flag
-
applyDateToAllInitiatedTask:
string
Apply Date to all initiated Tasks
-
applyStatusToAllAccounts:
string
Apply Status To all Accounts
-
assignee:
string
Assignee
-
caseId:
string
Case ID
-
collectionStatus:
array collectionStatus
Collection Status
-
createdBy:
string
Created By
-
createdDtTm:
string
Created Date Time
-
desc:
string
Description
-
escalationDate:
string
Escalation Date
-
existingCollectionStatus:
string
Existing Collection Status
-
expiryDate:
string
Expiry Date
-
followUpDate:
string
Follow Up Date
-
groupTaskStatusCode:
string
Group Task Status Code
-
nextTaskTriggerDate:
string
Next Task Trigger Date
-
notes:
string
Notes
-
partyId:
string
Party ID
-
resultCode:
string
Result Code
-
segmentCode:
string
Segment Code
-
sequence:
integer
Sequence
-
startDate:
string
Start Date
-
strategyCode:
string
Strategy Code
-
taskId:
string
Task ID
-
taskName:
string
Task Name
-
taskStatusCode:
string
Task Status Code
-
taskTypeCode:
string
Task Type Code
-
updatedBy:
string
Updated By
-
updateDtTm:
string
Update Date Time
Nested Schema : CollectionStatus
Type:
Show Source
object
-
action:
string
Action
-
collectionStatusCode:
string
Collection Status Code
Response
Supported Media Types
- application/json
- application/xml
201 Response
Adhoc task data updated successfully.
Headers
-
Location: string
URL of newly created Adhoc task.
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.