GET odata/ResaleOffers

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ResaleOffer
NameDescriptionTypeAdditional information
AuthorizationID

string

String length: inclusive between 0 and 20

ResaleOfferID

integer

None.

ClientID

integer

None.

BrokerID

integer

None.

BrokerCode

string

String length: inclusive between 0 and 50

BrokerDescription

string

String length: inclusive between 0 and 200

OfferDate

date

None.

OfferAmount

decimal number

None.

EarnestMoney

decimal number

None.

Financing

string

String length: inclusive between 0 and 20

MortgageAmt

decimal number

None.

PointsPct

decimal number

None.

PointsAmt

decimal number

None.

InterestRate

decimal number

None.

MortgageAppDate

date

None.

MortgageCommitDate

date

None.

InspectionDate

date

None.

SchedCloseDate

date

None.

SubjectTo

string

String length: inclusive between 0 and 30

Repairs

string

String length: inclusive between 0 and 30

RepairsAmount

decimal number

None.

Warranty

decimal number

None.

Concessions

decimal number

None.

BrokerCommission

decimal number

None.

BuyerClosingCostsPct

decimal number

None.

BuyerClosingClostsAmt

decimal number

None.

Buyer

string

String length: inclusive between 0 and 50

BuyerIncome

decimal number

None.

CobuyerIncome

decimal number

None.

Employer

string

String length: inclusive between 0 and 50

EmploymentLength

string

String length: inclusive between 0 and 20

OwnRent

string

String length: inclusive between 0 and 20

BuyerType

string

String length: inclusive between 0 and 20

OfferStatus

string

String length: inclusive between 0 and 20

AcceptDate

date

None.

CounterDate

date

None.

CounterAmount

decimal number

None.

User1

string

String length: inclusive between 0 and 50

User2

string

String length: inclusive between 0 and 50

User3

string

String length: inclusive between 0 and 50

User4

string

String length: inclusive between 0 and 50

User5

string

String length: inclusive between 0 and 50

User6

date

None.

User7

date

None.

User8

date

None.

User9

decimal number

None.

User10

decimal number

None.

MasterRecCode

string

String length: inclusive between 0 and 10

Comments

string

String length: inclusive between 0 and 500

FallThroughDate

date

None.

InspectionReleaseDate

date

None.

FallThroughReason

string

String length: inclusive between 0 and 50

ID

integer

None.

Item

Object

None.

Response Formats

application/json, text/json

Sample:
[
  null,
  {
    "AuthorizationID": "sample string 1",
    "ResaleOfferID": 2,
    "ClientID": 1,
    "BrokerID": 1,
    "BrokerCode": "sample string 3",
    "BrokerDescription": "sample string 4",
    "OfferDate": "2025-05-09T18:03:33.6434998+00:00",
    "OfferAmount": 1.0,
    "EarnestMoney": 1.0,
    "Financing": "sample string 5",
    "MortgageAmt": 1.0,
    "PointsPct": 1.1,
    "PointsAmt": 1.0,
    "InterestRate": 1.1,
    "MortgageAppDate": "2025-05-09T18:03:33.6434998+00:00",
    "MortgageCommitDate": "2025-05-09T18:03:33.6434998+00:00",
    "InspectionDate": "2025-05-09T18:03:33.6434998+00:00",
    "SchedCloseDate": "2025-05-09T18:03:33.6434998+00:00",
    "SubjectTo": "sample string 6",
    "Repairs": "sample string 7",
    "RepairsAmount": 1.0,
    "Warranty": 1.0,
    "Concessions": 1.0,
    "BrokerCommission": 1.1,
    "BuyerClosingCostsPct": 1.1,
    "BuyerClosingClostsAmt": 1.0,
    "Buyer": "sample string 8",
    "BuyerIncome": 1.0,
    "CobuyerIncome": 1.0,
    "Employer": "sample string 9",
    "EmploymentLength": "sample string 10",
    "OwnRent": "sample string 11",
    "BuyerType": "sample string 12",
    "OfferStatus": "sample string 13",
    "AcceptDate": "2025-05-09T18:03:33.6434998+00:00",
    "CounterDate": "2025-05-09T18:03:33.6434998+00:00",
    "CounterAmount": 1.0,
    "User1": "sample string 14",
    "User2": "sample string 15",
    "User3": "sample string 16",
    "User4": "sample string 17",
    "User5": "sample string 18",
    "User6": "2025-05-09T18:03:33.6434998+00:00",
    "User7": "2025-05-09T18:03:33.6434998+00:00",
    "User8": "2025-05-09T18:03:33.6434998+00:00",
    "User9": 1.0,
    "User10": 1.0,
    "MasterRecCode": "sample string 19",
    "Comments": "sample string 20",
    "FallThroughDate": "2025-05-09T18:03:33.6434998+00:00",
    "InspectionReleaseDate": "2025-05-09T18:03:33.6434998+00:00",
    "FallThroughReason": "sample string 21",
    "ID": 22
  }
]

application/xml, text/xml

Sample:
<ArrayOfResaleOffer xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric">
  <ResaleOffer i:nil="true" />
  <ResaleOffer>
    <AcceptDate>2025-05-09T18:03:33.6434998+00:00</AcceptDate>
    <AuthorizationID>sample string 1</AuthorizationID>
    <BrokerCode>sample string 3</BrokerCode>
    <BrokerCommission>1.1</BrokerCommission>
    <BrokerDescription>sample string 4</BrokerDescription>
    <BrokerID>1</BrokerID>
    <Buyer>sample string 8</Buyer>
    <BuyerClosingClostsAmt>1</BuyerClosingClostsAmt>
    <BuyerClosingCostsPct>1.1</BuyerClosingCostsPct>
    <BuyerIncome>1</BuyerIncome>
    <BuyerType>sample string 12</BuyerType>
    <ClientID>1</ClientID>
    <CobuyerIncome>1</CobuyerIncome>
    <Comments>sample string 20</Comments>
    <Concessions>1</Concessions>
    <CounterAmount>1</CounterAmount>
    <CounterDate>2025-05-09T18:03:33.6434998+00:00</CounterDate>
    <EarnestMoney>1</EarnestMoney>
    <Employer>sample string 9</Employer>
    <EmploymentLength>sample string 10</EmploymentLength>
    <FallThroughDate>2025-05-09T18:03:33.6434998+00:00</FallThroughDate>
    <FallThroughReason>sample string 21</FallThroughReason>
    <Financing>sample string 5</Financing>
    <ID>22</ID>
    <InspectionDate>2025-05-09T18:03:33.6434998+00:00</InspectionDate>
    <InspectionReleaseDate>2025-05-09T18:03:33.6434998+00:00</InspectionReleaseDate>
    <InterestRate>1.1</InterestRate>
    <MasterRecCode>sample string 19</MasterRecCode>
    <MortgageAmt>1</MortgageAmt>
    <MortgageAppDate>2025-05-09T18:03:33.6434998+00:00</MortgageAppDate>
    <MortgageCommitDate>2025-05-09T18:03:33.6434998+00:00</MortgageCommitDate>
    <OfferAmount>1</OfferAmount>
    <OfferDate>2025-05-09T18:03:33.6434998+00:00</OfferDate>
    <OfferStatus>sample string 13</OfferStatus>
    <OwnRent>sample string 11</OwnRent>
    <PointsAmt>1</PointsAmt>
    <PointsPct>1.1</PointsPct>
    <Repairs>sample string 7</Repairs>
    <RepairsAmount>1</RepairsAmount>
    <ResaleOfferID>2</ResaleOfferID>
    <SchedCloseDate>2025-05-09T18:03:33.6434998+00:00</SchedCloseDate>
    <SubjectTo>sample string 6</SubjectTo>
    <User1>sample string 14</User1>
    <User10>1</User10>
    <User2>sample string 15</User2>
    <User3>sample string 16</User3>
    <User4>sample string 17</User4>
    <User5>sample string 18</User5>
    <User6>2025-05-09T18:03:33.6434998+00:00</User6>
    <User7>2025-05-09T18:03:33.6434998+00:00</User7>
    <User8>2025-05-09T18:03:33.6434998+00:00</User8>
    <User9>1</User9>
    <Warranty>1</Warranty>
  </ResaleOffer>
</ArrayOfResaleOffer>