POST api/v2/unit/{unitId}/escrowdocsalert

Request Information

URI Parameters

NameDescriptionTypeAdditional information
unitId

integer

Required

Body Parameters

EscrowDocsAlert
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'EscrowDocsAlert'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.