POST api/document/purchase

Request Information

URI Parameters

None.

Body Parameters

Document
NameDescriptionTypeAdditional information
DocumentId

integer

None.

ViewId

globally unique identifier

None.

VendorId

integer

None.

VendorDocumentId

integer

None.

VendorData

string

None.

VendorBookId

integer

None.

StateCode

string

None.

StateId

integer

None.

CountyId

integer

None.

VendorCountyId

integer

None.

ClientCode

string

None.

ReceptionNumber

string

None.

BookNumber

string

None.

BookId

string

None.

PageNumber

string

None.

RecordedDate

date

None.

InstrumentTitle

string

None.

EffectiveDate

date

None.

DocumentDate

date

None.

GrantorList

string

None.

GranteeList

string

None.

FullLegalDescription

string

None.

Notes

string

None.

Term

string

None.

SurfaceConveyance

boolean

None.

MineralConveyance

boolean

None.

OilAndGasLeasehold

boolean

None.

Easement

boolean

None.

MortgageLienDeed

boolean

None.

CreatedFromPages

boolean

None.

PageCount

integer

None.

Cost

decimal number

None.

External

boolean

None.

ImageExists

boolean

None.

Name

string

Required

ContentType

string

None.

Description

string

None.

CreatedDate

date

None.

UploadedDate

date

None.

Url

string

None.

Path

string

None.

User

string

None.

FileTypeId

integer

None.

Uploaded

boolean

None.

CreatedBy

string

None.

Created

date

None.

LastModifiedBy

string

None.

LastModified

date

None.

Request Formats

application/json, text/json

Sample:
{
  "documentId": 1,
  "viewId": "98e7357a-1f61-42b7-ac06-9e2d04b36008",
  "vendorId": 3,
  "vendorDocumentId": 4,
  "vendorData": "sample string 5",
  "vendorBookId": 6,
  "stateCode": "sample string 7",
  "stateId": 8,
  "countyId": 9,
  "vendorCountyId": 10,
  "clientCode": "sample string 11",
  "receptionNumber": "sample string 12",
  "bookNumber": "sample string 13",
  "bookId": "sample string 14",
  "pageNumber": "sample string 15",
  "recordedDate": "2026-01-11T13:29:02.4448502+00:00",
  "instrumentTitle": "sample string 16",
  "effectiveDate": "2026-01-11T13:29:02.4448502+00:00",
  "documentDate": "2026-01-11T13:29:02.4448502+00:00",
  "grantorList": "sample string 17",
  "granteeList": "sample string 18",
  "fullLegalDescription": "sample string 19",
  "notes": "sample string 20",
  "term": "sample string 21",
  "surfaceConveyance": true,
  "mineralConveyance": true,
  "oilAndGasLeasehold": true,
  "easement": true,
  "mortgageLienDeed": true,
  "createdFromPages": true,
  "pageCount": 28,
  "cost": 29.1,
  "external": true,
  "imageExists": true,
  "name": "sample string 32",
  "contentType": "sample string 34",
  "description": "sample string 35",
  "createdDate": "2026-01-11T13:29:02.4448502+00:00",
  "uploadedDate": "2026-01-11T13:29:02.4448502+00:00",
  "url": "sample string 38",
  "path": "sample string 39",
  "user": "sample string 40",
  "fileTypeId": 41,
  "uploaded": true,
  "createdBy": "sample string 43",
  "created": "2026-01-11T13:29:02.4448502+00:00",
  "lastModifiedBy": "sample string 45",
  "lastModified": "2026-01-11T13:29:02.4448502+00:00"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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.