POST api/Hold/AddRealtor
Request Information
URI Parameters
None.
Body Parameters
Realtor| Name | Description | Type | Additional information |
|---|---|---|---|
| FullName | string |
None. |
|
| ContactId | globally unique identifier |
None. |
|
| EmailAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FullName": "sample string 1",
"ContactId": "d86b528b-5e1b-44e9-85a8-340141c87047",
"EmailAddress": "sample string 3"
}
text/html
Sample:
{"FullName":"sample string 1","ContactId":"d86b528b-5e1b-44e9-85a8-340141c87047","EmailAddress":"sample string 3"}
application/xml, text/xml
Sample:
<Realtor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BRH.Services.Models"> <ContactId>d86b528b-5e1b-44e9-85a8-340141c87047</ContactId> <EmailAddress>sample string 3</EmailAddress> <FullName>sample string 1</FullName> </Realtor>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
JsonResultOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| Content | string |
None. |
|
| SerializerSettings | JsonSerializerSettings |
None. |
|
| Encoding | Encoding |
None. |
|
| Request | HttpRequestMessage |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.