POST api/Opportunity/CreateOpportunityHold
Request Information
URI Parameters
None.
Body Parameters
HoldAttempt| Name | Description | Type | Additional information |
|---|---|---|---|
| UnitId | globally unique identifier |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| EmailAddress | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UnitId": "a29e670f-08cd-48b6-af90-e0881e9a8bbb",
"FirstName": "sample string 2",
"LastName": "sample string 3",
"EmailAddress": "sample string 4"
}
text/html
Sample:
{"UnitId":"a29e670f-08cd-48b6-af90-e0881e9a8bbb","FirstName":"sample string 2","LastName":"sample string 3","EmailAddress":"sample string 4"}
application/xml, text/xml
Sample:
<HoldAttempt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BRH.ServicesAPI.Controllers"> <EmailAddress>sample string 4</EmailAddress> <FirstName>sample string 2</FirstName> <LastName>sample string 3</LastName> <UnitId>a29e670f-08cd-48b6-af90-e0881e9a8bbb</UnitId> </HoldAttempt>
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. |