Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
appTaskId |
The app task identifier. |
integer |
Required |
Body Parameters
The app task.
Nano.AppTaskName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
code |
Gets or sets the code. |
string |
None. |
createDate |
Gets or sets the create date. |
date |
None. |
disposition |
Gets or sets the disposition. |
string |
None. |
endDate |
Gets or sets the end date. |
date |
None. |
externalParty |
Gets or sets the external party. |
string |
None. |
isCorrection |
Gets or sets a value indicating whether is correction is true or false. |
boolean |
None. |
isMessageUpdated |
Gets or sets a value indicating whether is message updated is true or false. |
boolean |
None. |
message |
Gets or sets the message. |
string |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
status |
Gets or sets the status. |
string |
None. |
appCondition |
Gets or sets the app condition identifier. |
integer |
None. |
id |
Gets or sets the application task identifier. |
integer |
None. |
baseTask |
Gets or sets the base task identifier. |
integer |
None. |
createdBy |
Gets or sets the created by identifier. |
integer |
None. |
endedBy |
Gets or sets the ended by identifier. |
integer |
None. |
permission |
Gets or sets the permission identifier. |
integer |
None. |
role |
Gets or sets the role identifier. |
integer |
None. |
startedBy |
Gets or sets the started by identifier. |
integer |
None. |
verificationType |
Gets or sets the verification type identifier. |
integer |
None. |
answers |
Gets or sets the answer identifiers. |
Collection of integer |
None. |
appQuestions |
Gets or sets the app questions identifiers. |
Collection of integer |
None. |
childRelatedAppTasks |
Gets or sets the child related application task identifiers. |
Collection of integer |
None. |
correctionAppTasks |
Gets or sets the app task identifiers to be corrected. |
Collection of integer |
None. |
newChildAppTasks |
Gets or sets the new child app task identifiers. |
Collection of integer |
None. |
newParentAppTasks |
Gets or sets the parent app task identifiers. |
Collection of integer |
None. |
notes |
Gets or sets the app note identifiers. |
Collection of integer |
None. |
parentRelatedAppTasks |
Gets or sets the parent related application task identifiers. |
Collection of integer |
None. |
Request Formats
application/json, text/json
{ "category": "sample String 1", "code": "sample String 2", "createDate": "2025-04-25T17:56:44.4958755Z", "disposition": "sample String 4", "endDate": "2025-04-25T17:56:44.4958755Z", "externalParty": "sample String 5", "isCorrection": true, "isMessageUpdated": true, "message": "sample String 8", "startDate": "2025-04-25T17:56:44.4958755Z", "status": "sample String 9", "appCondition": 10, "id": 11, "baseTask": 1, "createdBy": 1, "endedBy": 1, "permission": 1, "role": 1, "startedBy": 1, "verificationType": 1, "answers": [ "1", "2" ], "appQuestions": [ "1", "2" ], "childRelatedAppTasks": [ "1", "2" ], "correctionAppTasks": [ "1", "2" ], "newChildAppTasks": [ "1", "2" ], "newParentAppTasks": [ "1", "2" ], "notes": [ "1", "2" ], "parentRelatedAppTasks": [ "1", "2" ] }
text/html
{"category":"sample String 1","code":"sample String 2","createDate":"2025-04-25T17:56:44.4958755Z","disposition":"sample String 4","endDate":"2025-04-25T17:56:44.4958755Z","externalParty":"sample String 5","isCorrection":true,"isMessageUpdated":true,"message":"sample String 8","startDate":"2025-04-25T17:56:44.4958755Z","status":"sample String 9","appCondition":10,"id":11,"baseTask":1,"createdBy":1,"endedBy":1,"permission":1,"role":1,"startedBy":1,"verificationType":1,"answers":["1","2"],"appQuestions":["1","2"],"childRelatedAppTasks":["1","2"],"correctionAppTasks":["1","2"],"newChildAppTasks":["1","2"],"newParentAppTasks":["1","2"],"notes":["1","2"],"parentRelatedAppTasks":["1","2"]}
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated app task.
Nano.AppTaskName | Description | Type | Additional information |
---|---|---|---|
category |
Gets or sets the category. |
string |
None. |
code |
Gets or sets the code. |
string |
None. |
createDate |
Gets or sets the create date. |
date |
None. |
disposition |
Gets or sets the disposition. |
string |
None. |
endDate |
Gets or sets the end date. |
date |
None. |
externalParty |
Gets or sets the external party. |
string |
None. |
isCorrection |
Gets or sets a value indicating whether is correction is true or false. |
boolean |
None. |
isMessageUpdated |
Gets or sets a value indicating whether is message updated is true or false. |
boolean |
None. |
message |
Gets or sets the message. |
string |
None. |
startDate |
Gets or sets the start date. |
date |
None. |
status |
Gets or sets the status. |
string |
None. |
appCondition |
Gets or sets the app condition identifier. |
integer |
None. |
id |
Gets or sets the application task identifier. |
integer |
None. |
baseTask |
Gets or sets the base task identifier. |
integer |
None. |
createdBy |
Gets or sets the created by identifier. |
integer |
None. |
endedBy |
Gets or sets the ended by identifier. |
integer |
None. |
permission |
Gets or sets the permission identifier. |
integer |
None. |
role |
Gets or sets the role identifier. |
integer |
None. |
startedBy |
Gets or sets the started by identifier. |
integer |
None. |
verificationType |
Gets or sets the verification type identifier. |
integer |
None. |
answers |
Gets or sets the answer identifiers. |
Collection of integer |
None. |
appQuestions |
Gets or sets the app questions identifiers. |
Collection of integer |
None. |
childRelatedAppTasks |
Gets or sets the child related application task identifiers. |
Collection of integer |
None. |
correctionAppTasks |
Gets or sets the app task identifiers to be corrected. |
Collection of integer |
None. |
newChildAppTasks |
Gets or sets the new child app task identifiers. |
Collection of integer |
None. |
newParentAppTasks |
Gets or sets the parent app task identifiers. |
Collection of integer |
None. |
notes |
Gets or sets the app note identifiers. |
Collection of integer |
None. |
parentRelatedAppTasks |
Gets or sets the parent related application task identifiers. |
Collection of integer |
None. |
Response Formats
application/json, text/json
{ "category": "sample String 1", "code": "sample String 2", "createDate": "2025-04-25T17:56:44.4958755Z", "disposition": "sample String 4", "endDate": "2025-04-25T17:56:44.4958755Z", "externalParty": "sample String 5", "isCorrection": true, "isMessageUpdated": true, "message": "sample String 8", "startDate": "2025-04-25T17:56:44.4958755Z", "status": "sample String 9", "appCondition": 10, "id": 11, "baseTask": 1, "createdBy": 1, "endedBy": 1, "permission": 1, "role": 1, "startedBy": 1, "verificationType": 1, "answers": [ "1", "2" ], "appQuestions": [ "1", "2" ], "childRelatedAppTasks": [ "1", "2" ], "correctionAppTasks": [ "1", "2" ], "newChildAppTasks": [ "1", "2" ], "newParentAppTasks": [ "1", "2" ], "notes": [ "1", "2" ], "parentRelatedAppTasks": [ "1", "2" ] }
text/html
{"category":"sample String 1","code":"sample String 2","createDate":"2025-04-25T17:56:44.4958755Z","disposition":"sample String 4","endDate":"2025-04-25T17:56:44.4958755Z","externalParty":"sample String 5","isCorrection":true,"isMessageUpdated":true,"message":"sample String 8","startDate":"2025-04-25T17:56:44.4958755Z","status":"sample String 9","appCondition":10,"id":11,"baseTask":1,"createdBy":1,"endedBy":1,"permission":1,"role":1,"startedBy":1,"verificationType":1,"answers":["1","2"],"appQuestions":["1","2"],"childRelatedAppTasks":["1","2"],"correctionAppTasks":["1","2"],"newChildAppTasks":["1","2"],"newParentAppTasks":["1","2"],"notes":["1","2"],"parentRelatedAppTasks":["1","2"]}
application/vnd.api+json
Sample not available.