POST api/user/v1/reply
Request Information
URI Parameters
None.
Body Parameters
ContactSupRespons| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| support_id | integer |
None. |
|
| sender | integer |
None. |
|
| name | string |
None. |
|
| date | date |
None. |
|
| Message | string |
None. |
|
| type | integer |
None. |
|
| other | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"support_id": 2,
"sender": 3,
"name": "sample string 4",
"date": "2025-12-06T04:28:53.1575052+00:00",
"Message": "sample string 6",
"type": 7,
"other": "sample string 8"
}
application/xml, text/xml
Sample:
<ContactSupRespons xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stocks.Models"> <Message>sample string 6</Message> <date>2025-12-06T04:28:53.1575052+00:00</date> <id>1</id> <name>sample string 4</name> <other>sample string 8</other> <sender>3</sender> <support_id>2</support_id> <type>7</type> </ContactSupRespons>
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.