POST api/CallCenter/CreateLifeClubLog

Request Information

URI Parameters

None.

Body Parameters

LifeClubRequest
NameDescriptionTypeAdditional information
PersonId

string

None.

Name

string

None.

Surname

string

None.

Email

string

None.

Phone

string

None.

Message

string

None.

Request Formats

application/json, text/json

Sample:
{
  "PersonId": "sample string 1",
  "Name": "sample string 2",
  "Surname": "sample string 3",
  "Email": "sample string 4",
  "Phone": "sample string 5",
  "Message": "sample string 6"
}

application/xml, text/xml

Sample:
<CallCenterController.LifeClubRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WEBAPI.Controllers">
  <Email>sample string 4</Email>
  <Message>sample string 6</Message>
  <Name>sample string 2</Name>
  <PersonId>sample string 1</PersonId>
  <Phone>sample string 5</Phone>
  <Surname>sample string 3</Surname>
</CallCenterController.LifeClubRequest>

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 'LifeClubRequest'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.