POST api/v1/ApprovalLineAction?returnTaskList={returnTaskList}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| returnTaskList | boolean |
Default value is False |
Body Parameters
ApprovalLineAction| Name | Description | Type | Additional information |
|---|---|---|---|
| TaskId | integer |
None. |
|
| ProcessId | integer |
None. |
|
| IsAccepted | boolean |
None. |
|
| Comment | string |
None. |
|
| RowIndex | integer |
None. |
|
| RowVersion | integer |
None. |
|
| NewLineStatus | integer |
None. |
Request Formats
application/json, text/json, application/vnd.VismaMobile.v2+json
Sample:
{
"taskId": 1,
"processId": 2,
"isAccepted": true,
"comment": "sample string 4",
"rowIndex": 5,
"rowVersion": 6,
"newLineStatus": 7
}
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |