POST Contacts/RequestNew
Request Information
URI Parameters
None.
Body Parameters
RequestContactPostName | Description | Type | Additional information |
---|---|---|---|
ExternalAccountId | integer |
None. |
|
First | string |
None. |
|
Last | string |
None. |
|
string |
None. |
||
Comment | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "ExternalAccountId": 1, "First": "sample string 2", "Last": "sample string 3", "Email": "sample string 4", "Comment": "sample string 5" }
application/xml, text/xml
Sample:
<RequestContactPost xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Placements.WebAPI.Controllers.Contact.Models"> <Comment>sample string 5</Comment> <Email>sample string 4</Email> <ExternalAccountId>1</ExternalAccountId> <First>sample string 2</First> <Last>sample string 3</Last> </RequestContactPost>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |