POST api/TaskManagement/ChangeStatus_Date
Request Information
URI Parameters
None.
Body Parameters
CalenderchangeStatus| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | string |
None. |
|
| StartDate | string |
None. |
|
| section | string |
None. |
|
| companyid | integer |
None. |
|
| usrid | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": "sample string 1",
"StartDate": "sample string 2",
"section": "sample string 3",
"companyid": 4,
"usrid": 5
}
application/xml, text/xml
Sample:
<TaskManagementController.CalenderchangeStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/TaskManagementServices.Controllers"> <ID>sample string 1</ID> <StartDate>sample string 2</StartDate> <companyid>4</companyid> <section>sample string 3</section> <usrid>5</usrid> </TaskManagementController.CalenderchangeStatus>
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |