GET Api/abstractUpdate?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ABSTRACT_UPDATE| Name | Description | Type | Additional information |
|---|---|---|---|
| ABSTRACT_UPDATE_ID | integer |
None. |
|
| PARCEL_ID | integer |
None. |
|
| ABS_UPDT_RCVD_DT | date |
None. |
|
| PARCEL | PARCEL |
None. |
Response Formats
application/json, text/json
Sample:
{
"ABSTRACT_UPDATE_ID": 1,
"PARCEL_ID": 2,
"ABS_UPDT_RCVD_DT": "2026-04-03T22:42:27.1832572+00:00"
}
text/xml
Sample:
<ABSTRACT_UPDATE xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <ABSTRACT_UPDATE_ID>1</ABSTRACT_UPDATE_ID> <ABS_UPDT_RCVD_DT>2026-04-03T22:42:27.1832572+00:00</ABS_UPDT_RCVD_DT> <PARCEL_ID>2</PARCEL_ID> </ABSTRACT_UPDATE>