GET api/Items2/{LastUpdated}/{AccountKey}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| LastUpdated | unsigned integer |
Required |
|
| AccountKey | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of ItemDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| ItemKey | integer |
None. |
|
| AccountKey | integer |
None. |
|
| BillTypeDescription | string |
None. |
|
| BillSubTypeDescription | string |
None. |
|
| ItemNumberPrompt | string |
None. |
|
| ItemNumber | string |
None. |
|
| ItemDescription | string |
None. |
|
| OwnFromDate | date |
None. |
|
| OwnToDate | date |
None. |
|
| Address | string |
None. |
|
| OwnerDeedName | string |
None. |
|
| MapNumber | string |
None. |
|
| LegalDescription1 | string |
None. |
|
| LegalDescription2 | string |
None. |
|
| LegalDescription3 | string |
None. |
|
| RowVersion | unsigned integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "2",
"$type": "WebPortalRTFAPI.Models.ItemDetails, WebPortalRTFAPI",
"ItemKey": 1,
"AccountKey": 2,
"BillTypeDescription": "sample string 3",
"BillSubTypeDescription": "sample string 4",
"ItemNumberPrompt": "sample string 5",
"ItemNumber": "sample string 6",
"ItemDescription": "sample string 7",
"OwnFromDate": "2026-06-05T19:42:56.1577344-04:00",
"OwnToDate": "2026-06-05T19:42:56.1577344-04:00",
"Address": "sample string 8",
"OwnerDeedName": "sample string 9",
"MapNumber": "sample string 10",
"LegalDescription1": "sample string 11",
"LegalDescription2": "sample string 12",
"LegalDescription3": "sample string 13",
"RowVersion": 14
},
{
"$ref": "2"
}
]