Update a record assignment in the project
patch
/fscmRestApi/resources/11.13.18.05/publicSectorProjectRecords/{publicSectorProjectRecordsUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorProjectRecordsUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, ProjectCode and RecordKey ---for the Project Records resource and used to uniquely identify an instance of Project Records. The client should not generate the hash key value. Instead, the client should query on the Project Records collection resource with a filter on the primary key values in order to navigate to a specific instance of Project Records.
For example: publicSectorProjectRecords?q=AgencyId=<value1>;ProjectCode=<value2>;RecordKey=<value3>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorProjectRecords-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
The unique identifier of the public sector agency.
-
Classification(optional):
string
Maximum Length:
3The classification of the record type. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time when the record was created. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date and time when the record was last updated. -
links(optional):
array Items
Title:
ItemsLink Relations -
ProjectCode(optional):
string
Title:
Project IDMaximum Length:30The unique identifier of the project. -
RecordId(optional):
string
Maximum Length:
50The identifier of the application record. The value is generated based on the auto number rule configured for the type of record. -
RecordKey(optional):
integer(int64)
The unique identifier of the record.
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 : publicSectorProjectRecords-item
Type:
Show Source
object-
AgencyId(optional):
integer(int32)
The unique identifier of the public sector agency.
-
Classification(optional):
string
Maximum Length:
3The classification of the record type. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date and time when the record was created. -
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date and time when the record was last updated. -
links(optional):
array Items
Title:
ItemsLink Relations -
ProjectCode(optional):
string
Title:
Project IDMaximum Length:30The unique identifier of the project. -
RecordId(optional):
string
Maximum Length:
50The identifier of the application record. The value is generated based on the auto number rule configured for the type of record. -
RecordKey(optional):
integer(int64)
The unique identifier of the record.
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.