POST Task/TaskProgressInsert
Request Information
URI Parameters
None.
Body Parameters
TaskProgressDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TaskAssignId | integer |
None. |
|
| UserId | integer |
None. |
|
| Progress | string |
None. |
|
| Date | date |
None. |
|
| Comment | string |
None. |
|
| isactive | boolean |
None. |
|
| Lat | string |
None. |
|
| Lang | string |
None. |
|
| AttributesValues | string |
None. |
|
| Attachments | Collection of AttachmentsDto |
None. |
|
| TaskMobileId | string |
None. |
|
| ChainFrom | string |
None. |
|
| ChainTo | string |
None. |
|
| AttributeValuesDto | Collection of AttributeValuesDto |
None. |
|
| NextApproval | integer |
None. |
|
| NextApprovalName | string |
None. |
|
| StatusId | integer |
None. |
|
| Status | string |
None. |
|
| PrevApprovalId | integer |
None. |
|
| PrevApprovalName | string |
None. |
|
| IsFinalApproval | boolean |
None. |
|
| ImagePath | string |
None. |
|
| DownloadPath | string |
None. |
|
| IMEI | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"TaskAssignId": 2,
"UserId": 3,
"Progress": "sample string 4",
"Date": "2026-07-30T20:24:03.12997+05:30",
"Comment": "sample string 6",
"isactive": true,
"Lat": "sample string 8",
"Lang": "sample string 9",
"AttributesValues": "sample string 10",
"Attachments": [
{
"ImagePath": "sample string 1",
"DownloadPath": "sample string 2",
"DocumentId": 3,
"Type": 4,
"ImgTag": "sample string 5"
},
{
"ImagePath": "sample string 1",
"DownloadPath": "sample string 2",
"DocumentId": 3,
"Type": 4,
"ImgTag": "sample string 5"
}
],
"TaskMobileId": "sample string 11",
"ChainFrom": "sample string 12",
"ChainTo": "sample string 13",
"AttributeValuesDto": [
{
"Name": "sample string 1",
"Value": "sample string 2",
"Id": 3,
"ControlTypeId": 4,
"TaskId": 5,
"dropDownValuesConfig": [
{
"Name": "sample string 1",
"Id": 2
},
{
"Name": "sample string 1",
"Id": 2
}
]
},
{
"Name": "sample string 1",
"Value": "sample string 2",
"Id": 3,
"ControlTypeId": 4,
"TaskId": 5,
"dropDownValuesConfig": [
{
"Name": "sample string 1",
"Id": 2
},
{
"Name": "sample string 1",
"Id": 2
}
]
}
],
"NextApproval": 1,
"NextApprovalName": "sample string 14",
"StatusId": 1,
"Status": "sample string 15",
"PrevApprovalId": 1,
"PrevApprovalName": "sample string 16",
"IsFinalApproval": true,
"ImagePath": "sample string 18",
"DownloadPath": "sample string 19",
"IMEI": "sample string 20"
}
application/xml, text/xml
Sample:
<TaskProgressDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tracking.Entity">
<Attachments>
<AttachmentsDto>
<DocumentId>3</DocumentId>
<DownloadPath>sample string 2</DownloadPath>
<ImagePath>sample string 1</ImagePath>
<ImgTag>sample string 5</ImgTag>
<Type>4</Type>
</AttachmentsDto>
<AttachmentsDto>
<DocumentId>3</DocumentId>
<DownloadPath>sample string 2</DownloadPath>
<ImagePath>sample string 1</ImagePath>
<ImgTag>sample string 5</ImgTag>
<Type>4</Type>
</AttachmentsDto>
</Attachments>
<AttributeValuesDto>
<AttributeValuesDto>
<ControlTypeId>4</ControlTypeId>
<Id>3</Id>
<Name>sample string 1</Name>
<TaskId>5</TaskId>
<Value>sample string 2</Value>
<dropDownValuesConfig>
<dropDownValuesConfig>
<Id>2</Id>
<Name>sample string 1</Name>
</dropDownValuesConfig>
<dropDownValuesConfig>
<Id>2</Id>
<Name>sample string 1</Name>
</dropDownValuesConfig>
</dropDownValuesConfig>
</AttributeValuesDto>
<AttributeValuesDto>
<ControlTypeId>4</ControlTypeId>
<Id>3</Id>
<Name>sample string 1</Name>
<TaskId>5</TaskId>
<Value>sample string 2</Value>
<dropDownValuesConfig>
<dropDownValuesConfig>
<Id>2</Id>
<Name>sample string 1</Name>
</dropDownValuesConfig>
<dropDownValuesConfig>
<Id>2</Id>
<Name>sample string 1</Name>
</dropDownValuesConfig>
</dropDownValuesConfig>
</AttributeValuesDto>
</AttributeValuesDto>
<AttributesValues>sample string 10</AttributesValues>
<ChainFrom>sample string 12</ChainFrom>
<ChainTo>sample string 13</ChainTo>
<Comment>sample string 6</Comment>
<Date>2026-07-30T20:24:03.12997+05:30</Date>
<DownloadPath>sample string 19</DownloadPath>
<IMEI>sample string 20</IMEI>
<Id>1</Id>
<ImagePath>sample string 18</ImagePath>
<IsFinalApproval>true</IsFinalApproval>
<Lang>sample string 9</Lang>
<Lat>sample string 8</Lat>
<NextApproval>1</NextApproval>
<NextApprovalName>sample string 14</NextApprovalName>
<PrevApprovalId>1</PrevApprovalId>
<PrevApprovalName>sample string 16</PrevApprovalName>
<Progress>sample string 4</Progress>
<Status>sample string 15</Status>
<StatusId>1</StatusId>
<TaskAssignId>2</TaskAssignId>
<TaskMobileId>sample string 11</TaskMobileId>
<UserId>3</UserId>
<isactive>true</isactive>
</TaskProgressDto>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.