POST 17.0/database/propertyoffers

Description

Create Property Offers

URI Parameters

None.

Name Description Type Additional information
ID

integer

None.

PropertyID

integer

None.

ContactID

integer

None.

OfferDate

date

None.

Amount

decimal number

None.

Notes

string

None.

Status

byte

None.

UserID

integer

None.

SolicitorID

integer

None.

MortgageBrokerID

integer

None.

MortgageProviderID

integer

None.

MortgageFormSubmitted

date

None.

MortgageValuation

date

None.

MortgageAmount

decimal number

None.

MortgageInterestRate

decimal number

None.

MortgageOfferReceived

date

None.

LocalAuthoritySearchSubmitted

date

None.

LocalAuthoritySearchReceived

date

None.

DraftContractsIssued

date

None.

ContractsSignedByVendor

date

None.

ContractsSignedByPurchaser

date

None.

ExchangedContracts

date

None.

ExchangeDepositPaid

date

None.

CompletionDate

date

None.

CompletionDateStatus

byte

None.

UpdatedDate

date

None.

StatusDate

date

None.

ClientLoginUpdated

byte

None.

PropertyChainID

integer

None.

InvoiceID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "propertyID": 1,
  "contactID": 1,
  "offerDate": "2025-01-09T20:31",
  "amount": 1.0,
  "notes": "sample string 1",
  "status": 64,
  "userID": 1,
  "solicitorID": 1,
  "mortgageBrokerID": 1,
  "mortgageProviderID": 1,
  "mortgageFormSubmitted": "2025-01-09T20:31",
  "mortgageValuation": "2025-01-09T20:31",
  "mortgageAmount": 1.0,
  "mortgageInterestRate": 1.0,
  "mortgageOfferReceived": "2025-01-09T20:31",
  "localAuthoritySearchSubmitted": "2025-01-09T20:31",
  "localAuthoritySearchReceived": "2025-01-09T20:31",
  "draftContractsIssued": "2025-01-09T20:31",
  "contractsSignedByVendor": "2025-01-09T20:31",
  "contractsSignedByPurchaser": "2025-01-09T20:31",
  "exchangedContracts": "2025-01-09T20:31",
  "exchangeDepositPaid": "2025-01-09T20:31",
  "completionDate": "2025-01-09T20:31",
  "completionDateStatus": 64,
  "updatedDate": "2025-01-09T20:31",
  "statusDate": "2025-01-09T20:31",
  "clientLoginUpdated": 64,
  "propertyChainID": 1,
  "invoiceID": 1
}

application/xml, text/xml

Sample:
<PropertyOffersUpdate xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <PropertyID>1</PropertyID>
  <ContactID>1</ContactID>
  <OfferDate>2025-01-09T20:31:38.7141552+00:00</OfferDate>
  <Amount>1</Amount>
  <Notes>sample string 1</Notes>
  <Status>64</Status>
  <UserID>1</UserID>
  <SolicitorID>1</SolicitorID>
  <MortgageBrokerID>1</MortgageBrokerID>
  <MortgageProviderID>1</MortgageProviderID>
  <MortgageFormSubmitted>2025-01-09T20:31:38.7141552+00:00</MortgageFormSubmitted>
  <MortgageValuation>2025-01-09T20:31:38.7141552+00:00</MortgageValuation>
  <MortgageAmount>1</MortgageAmount>
  <MortgageInterestRate>1</MortgageInterestRate>
  <MortgageOfferReceived>2025-01-09T20:31:38.7141552+00:00</MortgageOfferReceived>
  <LocalAuthoritySearchSubmitted>2025-01-09T20:31:38.7141552+00:00</LocalAuthoritySearchSubmitted>
  <LocalAuthoritySearchReceived>2025-01-09T20:31:38.7141552+00:00</LocalAuthoritySearchReceived>
  <DraftContractsIssued>2025-01-09T20:31:38.7141552+00:00</DraftContractsIssued>
  <ContractsSignedByVendor>2025-01-09T20:31:38.7141552+00:00</ContractsSignedByVendor>
  <ContractsSignedByPurchaser>2025-01-09T20:31:38.7141552+00:00</ContractsSignedByPurchaser>
  <ExchangedContracts>2025-01-09T20:31:38.7141552+00:00</ExchangedContracts>
  <ExchangeDepositPaid>2025-01-09T20:31:38.7141552+00:00</ExchangeDepositPaid>
  <CompletionDate>2025-01-09T20:31:38.7141552+00:00</CompletionDate>
  <CompletionDateStatus>64</CompletionDateStatus>
  <UpdatedDate>2025-01-09T20:31:38.7141552+00:00</UpdatedDate>
  <StatusDate>2025-01-09T20:31:38.7141552+00:00</StatusDate>
  <ClientLoginUpdated>64</ClientLoginUpdated>
  <PropertyChainID>1</PropertyChainID>
  <InvoiceID>1</InvoiceID>
</PropertyOffersUpdate>

application/x-www-form-urlencoded

Sample:

Sample not available.

Name Description Type Additional information
ID

integer

None.

PropertyID

integer

None.

ContactID

integer

None.

OfferDate

date

None.

Amount

decimal number

None.

Notes

string

None.

Status

byte

None.

UserID

integer

None.

SolicitorID

integer

None.

MortgageBrokerID

integer

None.

MortgageProviderID

integer

None.

MortgageFormSubmitted

date

None.

MortgageValuation

date

None.

MortgageAmount

decimal number

None.

MortgageInterestRate

decimal number

None.

MortgageOfferReceived

date

None.

LocalAuthoritySearchSubmitted

date

None.

LocalAuthoritySearchReceived

date

None.

DraftContractsIssued

date

None.

ContractsSignedByVendor

date

None.

ContractsSignedByPurchaser

date

None.

ExchangedContracts

date

None.

ExchangeDepositPaid

date

None.

CompletionDate

date

None.

CompletionDateStatus

byte

None.

UpdatedDate

date

None.

StatusDate

date

None.

ClientLoginUpdated

byte

None.

PropertyChainID

integer

None.

InvoiceID

integer

None.

application/json, text/json

Sample:
{
  "id": 1,
  "propertyID": 2,
  "contactID": 3,
  "offerDate": "2025-01-09T20:31",
  "amount": 5.0,
  "notes": "sample string 6",
  "status": 64,
  "userID": 8,
  "solicitorID": 9,
  "mortgageBrokerID": 10,
  "mortgageProviderID": 11,
  "mortgageFormSubmitted": "2025-01-09T20:31",
  "mortgageValuation": "2025-01-09T20:31",
  "mortgageAmount": 14.0,
  "mortgageInterestRate": 15.0,
  "mortgageOfferReceived": "2025-01-09T20:31",
  "localAuthoritySearchSubmitted": "2025-01-09T20:31",
  "localAuthoritySearchReceived": "2025-01-09T20:31",
  "draftContractsIssued": "2025-01-09T20:31",
  "contractsSignedByVendor": "2025-01-09T20:31",
  "contractsSignedByPurchaser": "2025-01-09T20:31",
  "exchangedContracts": "2025-01-09T20:31",
  "exchangeDepositPaid": "2025-01-09T20:31",
  "completionDate": "2025-01-09T20:31",
  "completionDateStatus": 64,
  "updatedDate": "2025-01-09T20:31",
  "statusDate": "2025-01-09T20:31",
  "clientLoginUpdated": 64,
  "propertyChainID": 29,
  "invoiceID": 30
}

application/xml, text/xml

Sample:
<PropertyOffers xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ID>1</ID>
  <PropertyID>2</PropertyID>
  <ContactID>3</ContactID>
  <OfferDate>2025-01-09T20:31:38.7297827+00:00</OfferDate>
  <Amount>5</Amount>
  <Notes>sample string 6</Notes>
  <Status>64</Status>
  <UserID>8</UserID>
  <SolicitorID>9</SolicitorID>
  <MortgageBrokerID>10</MortgageBrokerID>
  <MortgageProviderID>11</MortgageProviderID>
  <MortgageFormSubmitted>2025-01-09T20:31:38.7297827+00:00</MortgageFormSubmitted>
  <MortgageValuation>2025-01-09T20:31:38.7297827+00:00</MortgageValuation>
  <MortgageAmount>14</MortgageAmount>
  <MortgageInterestRate>15</MortgageInterestRate>
  <MortgageOfferReceived>2025-01-09T20:31:38.7297827+00:00</MortgageOfferReceived>
  <LocalAuthoritySearchSubmitted>2025-01-09T20:31:38.7297827+00:00</LocalAuthoritySearchSubmitted>
  <LocalAuthoritySearchReceived>2025-01-09T20:31:38.7297827+00:00</LocalAuthoritySearchReceived>
  <DraftContractsIssued>2025-01-09T20:31:38.7297827+00:00</DraftContractsIssued>
  <ContractsSignedByVendor>2025-01-09T20:31:38.7297827+00:00</ContractsSignedByVendor>
  <ContractsSignedByPurchaser>2025-01-09T20:31:38.7297827+00:00</ContractsSignedByPurchaser>
  <ExchangedContracts>2025-01-09T20:31:38.7297827+00:00</ExchangedContracts>
  <ExchangeDepositPaid>2025-01-09T20:31:38.7297827+00:00</ExchangeDepositPaid>
  <CompletionDate>2025-01-09T20:31:38.7297827+00:00</CompletionDate>
  <CompletionDateStatus>64</CompletionDateStatus>
  <UpdatedDate>2025-01-09T20:31:38.7297827+00:00</UpdatedDate>
  <StatusDate>2025-01-09T20:31:38.7297827+00:00</StatusDate>
  <ClientLoginUpdated>64</ClientLoginUpdated>
  <PropertyChainID>29</PropertyChainID>
  <InvoiceID>30</InvoiceID>
</PropertyOffers>