POST api/WFCreateAddTask
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{
"IsNew": true,
"WFTask": {
"CAN_DELETE": true,
"CAN_EDIT": true,
"CREATED_BY_DESC": "sample string 3",
"STATUS_DESC": "sample string 4",
"WORKFLOW_INSTANCE_NAME": "sample string 5",
"ENTITY_INSTANCE_DESCRIPTION": "sample string 6",
"CustomFieldList": [
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
},
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
},
{
"EntityName": "sample string 1",
"FieldName": "sample string 2",
"Value": "sample string 3",
"Label": "sample string 4",
"FieldType": "sample string 5"
}
],
"TASK_ID": 7,
"DESCRIPTION": "sample string 8",
"DUE_DATE": "2026-05-28T10:49:44.6749272-07:00",
"START_DATE": "2026-05-28T10:49:44.6749272-07:00",
"SCHEDULE_ID": 1,
"CREATED_BY": "sample string 9",
"ASSIGNED_TO": "sample string 10",
"PRIORITY": "sample string 11",
"LINK_TO": "sample string 12",
"STATUS": "sample string 13",
"NOTES": "sample string 14",
"INS_USER": "sample string 15",
"INS_DATE": "2026-05-28T10:49:44.6749272-07:00",
"UPD_USER": "sample string 17",
"UPD_DATE": "2026-05-28T10:49:44.6749272-07:00",
"WORKFLOW_INSTANCE_STEP_ID": 1,
"APPLICATION_CODE": "sample string 19",
"SOURCE": "sample string 20",
"REFERENCE1": "sample string 21",
"REFERENCE2": "sample string 22",
"REFERENCE3": "sample string 23",
"REFERENCE4": "sample string 24",
"SITEMAP_ID": "58a45d4c-d4d4-40fa-9d0b-d477e805fc1b"
}
}
Response Information
Response body formats
application/json, text/json
Sample:
{
"TaskId": 1,
"IsFinalStatus": true,
"ApiResult": {
"Success": true,
"Warnings": true,
"Description": "sample string 3",
"WarningMessages": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"NotificationErrorMessages": "sample string 4"
}
}