PUT api/Tasks/PutTask/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

Task
NameDescriptionTypeAdditional information
TaskId

globally unique identifier

None.

OrgAppSyncId

globally unique identifier

None.

TaskName

string

None.

Version

integer

None.

StatusId

byte

None.

TouchPointId

globally unique identifier

None.

SourceAppEntityActionId

globally unique identifier

None.

SourceAppEntityRequestActionName

string

None.

DestinationAppEntityActionId

globally unique identifier

None.

DestinationAppEntityRequestActionName

string

None.

IsActive

boolean

None.

AutoAudit_CreatedDate

date

None.

AutoAudit_CreatedBy

string

None.

AutoAudit_ModifiedDate

date

None.

AutoAudit_ModifiedBy

string

None.

AutoAudit_RowVersion

integer

None.

Sequence

integer

None.

Remarks

string

None.

Modified

boolean

None.

SourceAppEntityAction

AppEntityAction

None.

DestinationAppEntityAction

AppEntityAction

None.

OrgAppSync

OrgAppSync

None.

Status

Status

None.

TouchPoint

TouchPoint

None.

TaskDependencies

Collection of TaskDependency

None.

TaskDependencies1

Collection of TaskDependency

None.

TaskLogs

Collection of TaskLog

None.

TaskRules

Collection of TaskRule

None.

TaskSchedules

Collection of TaskSchedule

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.