POST api/JANANSSBOMBO/visitorfeedback

Request Information

URI Parameters

None.

Body Parameters

visitorcomment
NameDescriptionTypeAdditional information
name

string

None.

phone

string

None.

email

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": "2024-12-22T08:21:16.1069667+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>2024-12-22T08:21:16.1069667+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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'visitorcomment'.

Response Information

Resource Description

None.