POST api/Comments/CreateTicketComment
Request Information
URI Parameters
None.
Body Parameters
TicketComments| Name | Description | Type | Additional information |
|---|---|---|---|
| tcId | integer |
None. |
|
| tc_ticketCode | integer |
None. |
|
| tc_commnet | string |
None. |
|
| tc_status | string |
None. |
|
| tc_commnetby | string |
None. |
|
| tc_source | string |
None. |
|
| tc_datecreated | string |
None. |
|
| emp_photo | string |
None. |
|
| tc_commnetby_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"tcId": 1,
"tc_ticketCode": 2,
"tc_commnet": "sample string 3",
"tc_status": "sample string 4",
"tc_commnetby": "sample string 5",
"tc_source": "sample string 6",
"tc_datecreated": "sample string 7",
"emp_photo": "sample string 8",
"tc_commnetby_ID": 9
}
application/xml, text/xml
Sample:
<TicketComments xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <emp_photo>sample string 8</emp_photo> <tcId>1</tcId> <tc_commnet>sample string 3</tc_commnet> <tc_commnetby>sample string 5</tc_commnetby> <tc_commnetby_ID>9</tc_commnetby_ID> <tc_datecreated>sample string 7</tc_datecreated> <tc_source>sample string 6</tc_source> <tc_status>sample string 4</tc_status> <tc_ticketCode>2</tc_ticketCode> </TicketComments>
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. |