Update an activity status
patch
/fscmRestApi/resources/11.13.18.05/publicSectorActivityStatuses/{publicSectorActivityStatusesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorActivityStatusesUniqID: integer
This is the hash key of the attributes which make up the composite key--- ActivityStatus, AgencyId and Classification ---for the Activity Statuses resource and used to uniquely identify an instance of Activity Statuses. The client should not generate the hash key value. Instead, the client should query on the Activity Statuses collection resource with a filter on the primary key values in order to navigate to a specific instance of Activity Statuses.
For example: publicSectorActivityStatuses?q=ActivityStatus=<value1>;AgencyId=<value2>;Classification=<value3>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorActivityStatuses-item
Type:
Show Source
object-
ActivityStatus(optional):
string
Title:
Activity StatusMaximum Length:15The status of the activity. -
AgencyId(optional):
integer(int32)
Title:
Agency IDThe unique identifier of the agency associated with this activity. -
Classification(optional):
string
Title:
ClassificationMaximum Length:3The classification type for the record status. -
CreationDate(optional):
string(date-time)
The date and time when the activity status was created.
-
DeletedFlag(optional):
string
Title:
DeletedMaximum Length:1Indicates whether the record is logically deleted. Valid values are Y for a deleted record, and N for an active record. -
Description(optional):
string
Title:
DescriptionMaximum Length:100The description of the activity status. -
EnabledFlag(optional):
boolean
Title:
EnabledIndicates whether the activity status is enabled for use. Valid values are Y for enabled activity status and N for disabled activity status. -
LastUpdateDate(optional):
string(date-time)
The date and time when the status was last updated.
-
links(optional):
array Items
Title:
ItemsLink Relations -
ModuleId(optional):
string
Maximum Length:
32The Seed Data Framework module that owns the row. A module is an entry in application taxonomy such as a logical business area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data. -
ObjectVersionNumber(optional):
integer(int32)
The object version number used to implement optimistic locking. It is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
-
SeedDataLock(optional):
integer(int32)
Indicates whether the row is seed data. Valid values are 0 for data that is customer data, 1 for seed data that cannot be modified, and 2 for seed data that can be modified.
-
SeedDataSource(optional):
string
Maximum Length:
512The source of the seed data record. A value of BULK_SEED_DATA_SCRIPT indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. -
SystemStatus(optional):
string
Title:
System StatusMaximum Length:15The system status. -
SystemUse(optional):
boolean
Title:
System UseThe system use.
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 : publicSectorActivityStatuses-item
Type:
Show Source
object-
ActivityStatus(optional):
string
Title:
Activity StatusMaximum Length:15The status of the activity. -
AgencyId(optional):
integer(int32)
Title:
Agency IDThe unique identifier of the agency associated with this activity. -
Classification(optional):
string
Title:
ClassificationMaximum Length:3The classification type for the record status. -
CreationDate(optional):
string(date-time)
The date and time when the activity status was created.
-
DeletedFlag(optional):
string
Title:
DeletedMaximum Length:1Indicates whether the record is logically deleted. Valid values are Y for a deleted record, and N for an active record. -
Description(optional):
string
Title:
DescriptionMaximum Length:100The description of the activity status. -
EnabledFlag(optional):
boolean
Title:
EnabledIndicates whether the activity status is enabled for use. Valid values are Y for enabled activity status and N for disabled activity status. -
LastUpdateDate(optional):
string(date-time)
The date and time when the status was last updated.
-
links(optional):
array Items
Title:
ItemsLink Relations -
ModuleId(optional):
string
Maximum Length:
32The Seed Data Framework module that owns the row. A module is an entry in application taxonomy such as a logical business area. When the MODULE_ID column exists and the owner of the row is not specified, then the Seed Data Framework will not extract the row as seed data. -
ObjectVersionNumber(optional):
integer(int32)
The object version number used to implement optimistic locking. It is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
-
SeedDataLock(optional):
integer(int32)
Indicates whether the row is seed data. Valid values are 0 for data that is customer data, 1 for seed data that cannot be modified, and 2 for seed data that can be modified.
-
SeedDataSource(optional):
string
Maximum Length:
512The source of the seed data record. A value of BULK_SEED_DATA_SCRIPT indicates that record was bulk loaded. Otherwise, specifies the name of the seed data file. -
SystemStatus(optional):
string
Title:
System StatusMaximum Length:15The system status. -
SystemUse(optional):
boolean
Title:
System UseThe system use.
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.