Update a property condition
patch
/fscmRestApi/resources/11.13.18.05/publicSectorPropertyConditions/{publicSectorPropertyConditionsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorPropertyConditionsUniqID: integer
This is the hash key of the attributes which make up the composite key--- PropertyCondition and AgencyId ---for the Property Conditions resource and used to uniquely identify an instance of Property Conditions. The client should not generate the hash key value. Instead, the client should query on the Property Conditions collection resource with a filter on the primary key values in order to navigate to a specific instance of Property Conditions.
For example: publicSectorPropertyConditions?q=PropertyCondition=<value1>;AgencyId=<value2>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorPropertyConditions-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
The agency ID of the property condition.
-
CreatedBy(optional):
string
Maximum Length:
64The user who created the property condition. -
CreationDate(optional):
string(date-time)
The date and time that the property condition was created.
-
Description(optional):
string
Title:
DescriptionMaximum Length:100The description of the property condition. -
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates whether the property condition is active. If the value is Y, the condition is active. -
LastUpdateDate(optional):
string(date-time)
The date and time when the property condition was last updated.
-
LastUpdatedBy(optional):
string
Maximum Length:
64The user who last updated the property condition. -
links(optional):
array Items
Title:
ItemsLink Relations -
PropertyCondition(optional):
string
Title:
Property ConditionMaximum Length:30The property condition name.
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 : publicSectorPropertyConditions-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
The agency ID of the property condition.
-
CreatedBy(optional):
string
Maximum Length:
64The user who created the property condition. -
CreationDate(optional):
string(date-time)
The date and time that the property condition was created.
-
Description(optional):
string
Title:
DescriptionMaximum Length:100The description of the property condition. -
EnabledFlag(optional):
string
Title:
EnabledMaximum Length:1Indicates whether the property condition is active. If the value is Y, the condition is active. -
LastUpdateDate(optional):
string(date-time)
The date and time when the property condition was last updated.
-
LastUpdatedBy(optional):
string
Maximum Length:
64The user who last updated the property condition. -
links(optional):
array Items
Title:
ItemsLink Relations -
PropertyCondition(optional):
string
Title:
Property ConditionMaximum Length:30The property condition name.
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.