POST api/Contact/AddMsg

Request Information

URI Parameters

None.

Body Parameters

ContactMsgModel
NameDescriptionTypeAdditional information
Lang

integer

None.

UserID

integer

None.

MsBody

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Lang": 1,
  "UserID": 1,
  "MsBody": "sample string 2"
}

application/xml, text/xml

Sample:
<ContactMsgModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/API.Models">
  <Lang>1</Lang>
  <MsBody>sample string 2</MsBody>
  <UserID>1</UserID>
</ContactMsgModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.