POST api/user/v1/close_ticket
Request Information
URI Parameters
None.
Body Parameters
ContactSup| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| year | integer |
None. |
|
| month | integer |
None. |
|
| weekNo | integer |
None. |
|
| dayOfYear | integer |
None. |
|
| day | integer |
None. |
|
| department_id | integer |
None. |
|
| department | string |
None. |
|
| user_id | integer |
None. |
|
| name | string |
None. |
|
| Emailadd | string |
None. |
|
| date | date |
None. |
|
| Message | string |
None. |
|
| type | integer |
None. |
|
| Contact | string |
None. |
|
| Solved | integer |
None. |
|
| tickect_id | string |
None. |
|
| unseen | integer |
None. |
|
| track | string |
None. |
|
| other | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"year": 2,
"month": 3,
"weekNo": 4,
"dayOfYear": 5,
"day": 6,
"department_id": 7,
"department": "sample string 8",
"user_id": 9,
"name": "sample string 10",
"Emailadd": "sample string 11",
"date": "2025-12-06T04:30:11.7402019+00:00",
"Message": "sample string 13",
"type": 14,
"Contact": "sample string 15",
"Solved": 16,
"tickect_id": "sample string 17",
"unseen": 18,
"track": "sample string 19",
"other": "sample string 20"
}
application/xml, text/xml
Sample:
<ContactSup xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models"> <Contact>sample string 15</Contact> <Emailadd>sample string 11</Emailadd> <Message>sample string 13</Message> <Solved>16</Solved> <date>2025-12-06T04:30:11.7402019+00:00</date> <day>6</day> <dayOfYear>5</dayOfYear> <department>sample string 8</department> <department_id>7</department_id> <id>1</id> <month>3</month> <name>sample string 10</name> <other>sample string 20</other> <tickect_id>sample string 17</tickect_id> <track>sample string 19</track> <type>14</type> <unseen>18</unseen> <user_id>9</user_id> <weekNo>4</weekNo> <year>2</year> </ContactSup>
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.