POST api/v2/unit/{unitId}/escrowdocsalert
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
unitId | integer |
Required |
Body Parameters
EscrowDocsAlertName | Description | Type | Additional information |
---|---|---|---|
BuyerName | string |
None. |
|
BuyerMailingAddress | string |
None. |
|
EstimatedClosingDate | date |
None. |
|
UnitID | integer |
None. |
|
UnitAccountID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "BuyerName": "sample string 1", "BuyerMailingAddress": "sample string 2", "EstimatedClosingDate": "2025-05-20T10:45:08.8484792-07:00", "UnitID": 1, "UnitAccountID": 1 }
application/xml, text/xml
Sample:
<EscrowDocsAlert xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CaliberAPI"> <BuyerMailingAddress>sample string 2</BuyerMailingAddress> <BuyerName>sample string 1</BuyerName> <EstimatedClosingDate>2025-05-20T10:45:08.8484792-07:00</EstimatedClosingDate> <UnitAccountID>1</UnitAccountID> <UnitID>1</UnitID> </EscrowDocsAlert>
application/x-www-form-urlencoded
Sample:
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. |