POST api/AddContact
Request Information
URI Parameters
None.
Body Parameters
AddContactParam| Name | Description | Type | Additional information |
|---|---|---|---|
| id_hubspot | string |
None. |
|
| nom | string |
None. |
|
| prenom | string |
None. |
|
| telephone_mobile | string |
None. |
|
| string |
None. |
||
| id_acanthe | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"id_hubspot": "sample string 1",
"nom": "sample string 2",
"prenom": "sample string 3",
"telephone_mobile": "sample string 4",
"email": "sample string 5",
"id_acanthe": 1
}
application/xml, text/xml
Sample:
<AddContactParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HappyWhiteWebService.Controllers"> <email>sample string 5</email> <id_acanthe>1</id_acanthe> <id_hubspot>sample string 1</id_hubspot> <nom>sample string 2</nom> <prenom>sample string 3</prenom> <telephone_mobile>sample string 4</telephone_mobile> </AddContactParam>
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. |