POST Web/timeline/approve

Request Information

URI Parameters

None.

Body Parameters

ApprovalLogDto
NameDescriptionTypeAdditional information
Id

integer

None.

TaskAssignId

integer

None.

UserId

integer

None.

UserFullName

string

None.

StatusId

integer

None.

Status

string

None.

Comment

string

None.

Role

string

None.

Date

date

None.

TaskProgressId

integer

None.

FileName

string

None.

FilePath

string

None.

BulkApproveId

string

None.

TypeId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "TaskAssignId": 2,
  "UserId": 3,
  "UserFullName": "sample string 4",
  "StatusId": 5,
  "Status": "sample string 6",
  "Comment": "sample string 7",
  "Role": "sample string 8",
  "Date": "2026-02-06T17:38:20.4438889+05:30",
  "TaskProgressId": 10,
  "FileName": "sample string 11",
  "FilePath": "sample string 12",
  "BulkApproveId": "sample string 13",
  "TypeId": 14
}

text/html

Sample:
{"Id":1,"TaskAssignId":2,"UserId":3,"UserFullName":"sample string 4","StatusId":5,"Status":"sample string 6","Comment":"sample string 7","Role":"sample string 8","Date":"2026-02-06T17:38:20.4438889+05:30","TaskProgressId":10,"FileName":"sample string 11","FilePath":"sample string 12","BulkApproveId":"sample string 13","TypeId":14}

application/xml, text/xml

Sample:
<ApprovalLogDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tracking.Entity">
  <BulkApproveId>sample string 13</BulkApproveId>
  <Comment>sample string 7</Comment>
  <Date>2026-02-06T17:38:20.4438889+05:30</Date>
  <FileName>sample string 11</FileName>
  <FilePath>sample string 12</FilePath>
  <Id>1</Id>
  <Role>sample string 8</Role>
  <Status>sample string 6</Status>
  <StatusId>5</StatusId>
  <TaskAssignId>2</TaskAssignId>
  <TaskProgressId>10</TaskProgressId>
  <TypeId>14</TypeId>
  <UserFullName>sample string 4</UserFullName>
  <UserId>3</UserId>
</ApprovalLogDto>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ApprovalLogDto'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.