POST api/ContactsInfoDetail/CreateContact

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
contact
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "companyname": "sample string 1",
  "firstname": "sample string 2",
  "lastname": "sample string 3",
  "email": "sample string 4",
  "msg": "sample string 5"
}

text/xml

Sample:
<ContactInfoDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EPDS.Model">
  <companyname>sample string 1</companyname>
  <email>sample string 4</email>
  <firstname>sample string 2</firstname>
  <lastname>sample string 3</lastname>
  <msg>sample string 5</msg>
</ContactInfoDetail>

application/x-www-form-urlencoded

Sample:

Sample not available.