POST api/CallCenter/CreateLifeClubLog
Request Information
URI Parameters
None.
Body Parameters
LifeClubRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonId | string |
None. |
|
| Name | string |
None. |
|
| Surname | string |
None. |
|
| 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.