POST api/Opportunity/CreateOpportunityHold
Request Information
URI Parameters
None.
Body Parameters
HoldAttemptName | 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": "442426e1-f050-4641-af86-3d51fc819c11", "FirstName": "sample string 2", "LastName": "sample string 3", "EmailAddress": "sample string 4" }
text/html
Sample:
{"UnitId":"442426e1-f050-4641-af86-3d51fc819c11","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>442426e1-f050-4641-af86-3d51fc819c11</UnitId> </HoldAttempt>
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. |