GET odata/Listings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ListingName | Description | Type | Additional information |
---|---|---|---|
Authorizationid | string |
String length: inclusive between 0 and 50 |
|
ListingId | integer |
None. |
|
ClientID | integer |
None. |
|
BrokerNbr | string |
String length: inclusive between 0 and 50 |
|
BrokerName | string |
String length: inclusive between 0 and 75 |
|
BrokerCompany | string |
String length: inclusive between 0 and 50 |
|
ListingStatus | string |
String length: inclusive between 0 and 10 |
|
ListingType | string |
String length: inclusive between 0 and 10 |
|
Listingdate | date |
None. |
|
ListingPrice | decimal number |
None. |
|
ListCommission | decimal number |
None. |
|
ListingBegins | date |
None. |
|
ListingEnds | date |
None. |
|
ListReferral | decimal number |
None. |
|
ListIncentives | string |
String length: inclusive between 0 and 1000 |
|
ListUser1 | string |
String length: inclusive between 0 and 50 |
|
ListUser2 | string |
String length: inclusive between 0 and 50 |
|
ListUser3 | string |
String length: inclusive between 0 and 50 |
|
ListUser4 | string |
String length: inclusive between 0 and 50 |
|
Listuser5 | string |
String length: inclusive between 0 and 50 |
|
ListUser6 | date |
None. |
|
Listuser7 | date |
None. |
|
ListUser8 | date |
None. |
|
Listuser9 | decimal number |
None. |
|
ListUser10 | decimal number |
None. |
|
LAComPct | decimal number |
None. |
|
ReferralDue | string |
String length: inclusive between 0 and 50 |
|
MasterRecCode | string |
String length: inclusive between 0 and 10 |
|
ExclusionClause | string |
String length: inclusive between 0 and 1 |
|
ListingAgreementDate | date |
None. |
|
SelectedBy | string |
String length: inclusive between 0 and 50 |
|
NoReferralReason | string |
String length: inclusive between 0 and 50 |
|
AddedOn | date |
None. |
|
AddedBy | string |
String length: inclusive between 0 and 50 |
|
ModifiedOn | date |
None. |
|
ModifiedBy | string |
String length: inclusive between 0 and 50 |
|
ID | integer |
None. |
|
Item | Object |
None. |
Response Formats
application/json, text/json
[ null, { "Authorizationid": "sample string 1", "ListingId": 2, "ClientID": 1, "BrokerNbr": "sample string 3", "BrokerName": "sample string 4", "BrokerCompany": "sample string 5", "ListingStatus": "sample string 6", "ListingType": "sample string 7", "Listingdate": "2025-05-09T17:56:47.1350401+00:00", "ListingPrice": 1.0, "ListCommission": 1.1, "ListingBegins": "2025-05-09T17:56:47.1350401+00:00", "ListingEnds": "2025-05-09T17:56:47.1350401+00:00", "ListReferral": 1.1, "ListIncentives": "sample string 8", "ListUser1": "sample string 9", "ListUser2": "sample string 10", "ListUser3": "sample string 11", "ListUser4": "sample string 12", "Listuser5": "sample string 13", "ListUser6": "2025-05-09T17:56:47.1350401+00:00", "Listuser7": "2025-05-09T17:56:47.1350401+00:00", "ListUser8": "2025-05-09T17:56:47.1350401+00:00", "Listuser9": 1.0, "ListUser10": 1.0, "LAComPct": 1.1, "ReferralDue": "sample string 14", "MasterRecCode": "sample string 15", "ExclusionClause": "sample string 16", "ListingAgreementDate": "2025-05-09T17:56:47.1350401+00:00", "SelectedBy": "sample string 17", "NoReferralReason": "sample string 18", "AddedOn": "2025-05-09T17:56:47.1350401+00:00", "AddedBy": "sample string 19", "ModifiedOn": "2025-05-09T17:56:47.1350401+00:00", "ModifiedBy": "sample string 20", "ID": 21 } ]
application/xml, text/xml
<ArrayOfListing xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Fabric"> <Listing i:nil="true" /> <Listing> <AddedBy>sample string 19</AddedBy> <AddedOn>2025-05-09T17:56:47.1350401+00:00</AddedOn> <Authorizationid>sample string 1</Authorizationid> <BrokerCompany>sample string 5</BrokerCompany> <BrokerName>sample string 4</BrokerName> <BrokerNbr>sample string 3</BrokerNbr> <ClientID>1</ClientID> <ExclusionClause>sample string 16</ExclusionClause> <ID>21</ID> <LAComPct>1.1</LAComPct> <ListCommission>1.1</ListCommission> <ListIncentives>sample string 8</ListIncentives> <ListReferral>1.1</ListReferral> <ListUser1>sample string 9</ListUser1> <ListUser10>1</ListUser10> <ListUser2>sample string 10</ListUser2> <ListUser3>sample string 11</ListUser3> <ListUser4>sample string 12</ListUser4> <ListUser6>2025-05-09T17:56:47.1350401+00:00</ListUser6> <ListUser8>2025-05-09T17:56:47.1350401+00:00</ListUser8> <ListingAgreementDate>2025-05-09T17:56:47.1350401+00:00</ListingAgreementDate> <ListingBegins>2025-05-09T17:56:47.1350401+00:00</ListingBegins> <ListingEnds>2025-05-09T17:56:47.1350401+00:00</ListingEnds> <ListingId>2</ListingId> <ListingPrice>1</ListingPrice> <ListingStatus>sample string 6</ListingStatus> <ListingType>sample string 7</ListingType> <Listingdate>2025-05-09T17:56:47.1350401+00:00</Listingdate> <Listuser5>sample string 13</Listuser5> <Listuser7>2025-05-09T17:56:47.1350401+00:00</Listuser7> <Listuser9>1</Listuser9> <MasterRecCode>sample string 15</MasterRecCode> <ModifiedBy>sample string 20</ModifiedBy> <ModifiedOn>2025-05-09T17:56:47.1350401+00:00</ModifiedOn> <NoReferralReason>sample string 18</NoReferralReason> <ReferralDue>sample string 14</ReferralDue> <SelectedBy>sample string 17</SelectedBy> </Listing> </ArrayOfListing>