POST api/SupportTicket/Get_Client_status
Request Information
URI Parameters
None.
Body Parameters
Task_traker_param| Name | Description | Type | Additional information |
|---|---|---|---|
| client_id | integer |
None. |
|
| client_name | string |
None. |
|
| project_id | integer |
None. |
|
| project_name | string |
None. |
|
| user_id | integer |
None. |
|
| location_id | integer |
None. |
|
| company_id | integer |
None. |
|
| from_date | string |
None. |
|
| to_date | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"client_id": 1,
"client_name": "sample string 2",
"project_id": 3,
"project_name": "sample string 4",
"user_id": 5,
"location_id": 6,
"company_id": 7,
"from_date": "sample string 8",
"to_date": "sample string 9"
}
application/xml, text/xml
Sample:
<Task_traker_param xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.SupportTicketModel"> <client_id>1</client_id> <client_name>sample string 2</client_name> <company_id>7</company_id> <from_date>sample string 8</from_date> <location_id>6</location_id> <project_id>3</project_id> <project_name>sample string 4</project_name> <to_date>sample string 9</to_date> <user_id>5</user_id> </Task_traker_param>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.