POST api/JANANSSBOMBO/visitorfeedback
Request Information
URI Parameters
None.
Body Parameters
visitorcomment| Name | Description | Type | Additional information |
|---|---|---|---|
| name | string |
None. |
|
| phone | string |
None. |
|
| string |
None. |
||
| comment | string |
None. |
|
| date | date |
None. |
|
| studentname | string |
None. |
|
| class | string |
None. |
|
| keyfield | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"phone": "sample string 2",
"email": "sample string 3",
"comment": "sample string 4",
"date": "2025-12-19T09:07:59.788799+03:00",
"studentname": "sample string 5",
"class": "sample string 6",
"keyfield": 7
}
application/xml, text/xml
Sample:
<visitorcomment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JANANSSBOMBOApi"> <class>sample string 6</class> <comment>sample string 4</comment> <date>2025-12-19T09:07:59.788799+03:00</date> <email>sample string 3</email> <keyfield>7</keyfield> <name>sample string 1</name> <phone>sample string 2</phone> <studentname>sample string 5</studentname> </visitorcomment>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.