PUT Api/planRevision/{id}?userId={userId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| userId | string |
Required |
Body Parameters
PLAN_REVISION| Name | Description | Type | Additional information |
|---|---|---|---|
| PLAN_REVISION_ID | integer |
None. |
|
| PARCEL_ID | integer |
None. |
|
| PLAN_CHANGE_RQ_DT | date |
None. |
|
| PLAN_CHANGE_RCVD_DT | date |
None. |
|
| PLAN_SHEET | string |
None. |
|
| PLAN_CHANGE_RQ_NOTES | string |
None. |
|
| PARCEL | PARCEL |
None. |
Request Formats
application/json, text/json
Sample:
{
"PLAN_REVISION_ID": 1,
"PARCEL_ID": 2,
"PLAN_CHANGE_RQ_DT": "2026-04-03T22:38:52.0281578+00:00",
"PLAN_CHANGE_RCVD_DT": "2026-04-03T22:38:52.0281578+00:00",
"PLAN_SHEET": "sample string 4",
"PLAN_CHANGE_RQ_NOTES": "sample string 5"
}
text/xml
Sample:
<PLAN_REVISION xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EF"> <PARCEL_ID>2</PARCEL_ID> <PLAN_CHANGE_RCVD_DT>2026-04-03T22:38:52.0281578+00:00</PLAN_CHANGE_RCVD_DT> <PLAN_CHANGE_RQ_DT>2026-04-03T22:38:52.0281578+00:00</PLAN_CHANGE_RQ_DT> <PLAN_CHANGE_RQ_NOTES>sample string 5</PLAN_CHANGE_RQ_NOTES> <PLAN_REVISION_ID>1</PLAN_REVISION_ID> <PLAN_SHEET>sample string 4</PLAN_SHEET> </PLAN_REVISION>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.