POST api/page/purchase

Request Information

URI Parameters

None.

Body Parameters

Page
NameDescriptionTypeAdditional information
PageId

integer

None.

ViewId

globally unique identifier

None.

VendorId

integer

None.

VendorPageId

integer

None.

VendorBookId

integer

None.

VendorData

string

None.

StateCode

string

None.

StateId

integer

None.

CountyId

integer

None.

VendorCountyId

integer

None.

ReceptionNumber

string

None.

BookNumber

string

None.

BookId

string

None.

PageNumber

string

None.

Notes

string

None.

Sequence

integer

None.

SuggestedFirstPage

integer

None.

SuggestedLastPage

integer

None.

DocumentId

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:
{
  "pageId": 1,
  "viewId": "d48c04bb-63c0-4272-b60e-4c087be96bc4",
  "vendorId": 3,
  "vendorPageId": 4,
  "vendorBookId": 5,
  "vendorData": "sample string 6",
  "stateCode": "sample string 7",
  "stateId": 8,
  "countyId": 9,
  "vendorCountyId": 10,
  "receptionNumber": "sample string 11",
  "bookNumber": "sample string 12",
  "bookId": "sample string 13",
  "pageNumber": "sample string 14",
  "notes": "sample string 15",
  "sequence": 16,
  "suggestedFirstPage": 17,
  "suggestedLastPage": 18,
  "documentId": 1,
  "cost": 19.1,
  "external": true,
  "imageExists": true,
  "name": "sample string 22",
  "contentType": "sample string 24",
  "description": "sample string 25",
  "createdDate": "2026-01-11T13:35:34.1160871+00:00",
  "uploadedDate": "2026-01-11T13:35:34.1160871+00:00",
  "url": "sample string 28",
  "path": "sample string 29",
  "user": "sample string 30",
  "fileTypeId": 31,
  "uploaded": true,
  "createdBy": "sample string 33",
  "created": "2026-01-11T13:35:34.1160871+00:00",
  "lastModifiedBy": "sample string 35",
  "lastModified": "2026-01-11T13:35:34.1160871+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.