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: 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.
-
userId: 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(optional):
string
Account ID
-
actionCode(optional):
string
Actin Code
-
adhocFlag(optional):
string
Adhoc Flag
-
applyDateToAllInitiatedTask(optional):
string
Apply Date to all initiated Tasks
-
applyStatusToAllAccounts(optional):
string
Apply Status To all Accounts
-
assignee(optional):
string
Assignee
-
caseId(optional):
string
Case ID
-
collectionStatus(optional):
array collectionStatus
Collection Status
-
createdBy(optional):
string
Created By
-
createdDtTm(optional):
string
Created Date Time
-
desc(optional):
string
Description
-
escalationDate(optional):
string
Escalation Date
-
existingCollectionStatus(optional):
string
Existing Collection Status
-
expiryDate(optional):
string
Expiry Date
-
followUpDate(optional):
string
Follow Up Date
-
groupTaskStatusCode(optional):
string
Group Task Status Code
-
nextTaskTriggerDate(optional):
string
Next Task Trigger Date
-
notes(optional):
string
Notes
-
partyId(optional):
string
Party ID
-
resultCode(optional):
string
Result Code
-
segmentCode(optional):
string
Segment Code
-
sequence(optional):
integer
Sequence
-
startDate(optional):
string
Start Date
-
strategyCode(optional):
string
Strategy Code
-
taskId(optional):
string
Task ID
-
taskName(optional):
string
Task Name
-
taskStatusCode(optional):
string
Task Status Code
-
taskTypeCode(optional):
string
Task Type Code
-
updatedBy(optional):
string
Updated By
-
updateDtTm(optional):
string
Update Date Time
Nested Schema : CollectionStatus
Type:
Show Source
object-
action(optional):
string
Action
-
collectionStatusCode(optional):
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.
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.