POST api/DeedOfTrust

Request Information

URI Parameters

None.

Body Parameters

DeedOfTrustData
NameDescriptionTypeAdditional information
ID

integer

None.

OrderID

integer

None.

MortgageType

integer

None.

Mortgagor

string

None.

Mortgagee

string

None.

Trustee

string

None.

DeedDate

date

None.

DeedRec

date

None.

BookPage

string

None.

Instrument

string

None.

Amount

decimal number

None.

CloseEnd

integer

None.

MaturityDate

date

None.

Comments

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "OrderID": 2,
  "MortgageType": 3,
  "Mortgagor": "sample string 4",
  "Mortgagee": "sample string 5",
  "Trustee": "sample string 6",
  "DeedDate": "2026-02-10T16:14:00.2236803-08:00",
  "DeedRec": "2026-02-10T16:14:00.2236803-08:00",
  "BookPage": "sample string 7",
  "Instrument": "sample string 8",
  "Amount": 9.0,
  "CloseEnd": 10,
  "MaturityDate": "2026-02-10T16:14:00.2236803-08:00",
  "Comments": "sample string 11"
}

text/xml

Sample:
<DeedOfTrustData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAS.DAL">
  <Amount>9</Amount>
  <BookPage>sample string 7</BookPage>
  <CloseEnd>10</CloseEnd>
  <Comments>sample string 11</Comments>
  <DeedDate>2026-02-10T16:14:00.2236803-08:00</DeedDate>
  <DeedRec>2026-02-10T16:14:00.2236803-08:00</DeedRec>
  <ID>1</ID>
  <Instrument>sample string 8</Instrument>
  <MaturityDate>2026-02-10T16:14:00.2236803-08:00</MaturityDate>
  <MortgageType>3</MortgageType>
  <Mortgagee>sample string 5</Mortgagee>
  <Mortgagor>sample string 4</Mortgagor>
  <OrderID>2</OrderID>
  <Trustee>sample string 6</Trustee>
</DeedOfTrustData>

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 'DeedOfTrustData'.

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.