Update a parcel district
patch
/fscmRestApi/resources/11.13.18.05/publicSectorParcelDistricts/{publicSectorParcelDistrictsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorParcelDistrictsUniqID: integer
This is the hash key of the attributes which make up the composite key--- ParcelId and DistrictId ---for the Parcel Districts resource and used to uniquely identify an instance of Parcel Districts. The client should not generate the hash key value. Instead, the client should query on the Parcel Districts collection resource with a filter on the primary key values in order to navigate to a specific instance of Parcel Districts.
For example: publicSectorParcelDistricts?q=ParcelId=<value1>;DistrictId=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorParcelDistricts-item
Type:
Show Source
object-
CreatedBy(optional):
string
Maximum Length:
64The user who created the parcel district. -
CreationDate(optional):
string(date-time)
The date and time that the parcel district was created.
-
DistrictId(optional):
string
Maximum Length:
30The unique identifier for a district. -
LastUpdateDate(optional):
string(date-time)
The date and time that the parcel district was last updated.
-
LastUpdatedBy(optional):
string
Maximum Length:
64The user who last updated the parcel district. -
links(optional):
array Items
Title:
ItemsLink Relations -
ParcelId(optional):
integer(int64)
The unique identifier for a parcel.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.
Response
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Default Response
The following table describes the default response for this task.
Root Schema : publicSectorParcelDistricts-item
Type:
Show Source
object-
CreatedBy(optional):
string
Maximum Length:
64The user who created the parcel district. -
CreationDate(optional):
string(date-time)
The date and time that the parcel district was created.
-
DistrictId(optional):
string
Maximum Length:
30The unique identifier for a district. -
LastUpdateDate(optional):
string(date-time)
The date and time that the parcel district was last updated.
-
LastUpdatedBy(optional):
string
Maximum Length:
64The user who last updated the parcel district. -
links(optional):
array Items
Title:
ItemsLink Relations -
ParcelId(optional):
integer(int64)
The unique identifier for a parcel.
Nested Schema : link
Type:
Show Source
object-
href(optional):
string
Title:
hyperlink referenceThe URI to the related resource. -
rel(optional):
string
Title:
relationThe name of the relation to the resource instance. Example: self.