POST api/ContactsInfoDetail/CreateContact
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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",
"phone": "sample string 3",
"email": "sample string 4",
"msg": "sample string 5",
"interest": "sample string 6"
}
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> <interest>sample string 6</interest> <msg>sample string 5</msg> <phone>sample string 3</phone> </ContactInfoDetail>
application/x-www-form-urlencoded
Sample:
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
true
text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>