POST api/SupportTicket/CLIENT_DETAILS
Request Information
URI Parameters
None.
Body Parameters
project_list| Name | Description | Type | Additional information |
|---|---|---|---|
| project_name | string |
None. |
|
| project_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"project_name": "sample string 1",
"project_id": 2
}
application/xml, text/xml
Sample:
<project_list xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Entities.SupportTicketModel"> <project_id>2</project_id> <project_name>sample string 1</project_name> </project_list>
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.