POST api/v1/insert_lead_data_contact
Request Information
URI Parameters
None.
Body Parameters
amura_payload| Name | Description | Type | Additional information |
|---|---|---|---|
| form_type | string |
None. |
|
| utf8 | string |
None. |
|
| contact[name] | string |
None. |
|
| contact[email] | string |
None. |
|
| contact[phone] | string |
None. |
|
| contact[wa] | string |
None. |
|
| contact[body] | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"form_type": "sample string 1",
"utf8": "sample string 2",
"contact[name]": "sample string 3",
"contact[email]": "sample string 4",
"contact[phone]": "sample string 5",
"contact[wa]": "sample string 6",
"contact[body]": "sample string 7"
}
application/xml, text/xml
Sample:
<amura_payload xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/"> <contactbody>sample string 7</contactbody> <contactemail>sample string 4</contactemail> <contactname>sample string 3</contactname> <contactphone>sample string 5</contactphone> <contactwa>sample string 6</contactwa> <form_type>sample string 1</form_type> <utf8>sample string 2</utf8> </amura_payload>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |