Update a record type display group line
patch
/fscmRestApi/resources/11.13.18.05/publicSectorDisplayGroupLines/{publicSectorDisplayGroupLinesUniqID}
Request
Supported Media Types
- application/vnd.oracle.adf.resourceitem+json
- application/json
Path Parameters
-
publicSectorDisplayGroupLinesUniqID: integer
This is the hash key of the attributes which make up the composite key--- AgencyId, DisplayGroup and RecordTypeId ---for the Record Type Display Group Lines resource and used to uniquely identify an instance of Record Type Display Group Lines. The client should not generate the hash key value. Instead, the client should query on the Record Type Display Group Lines collection resource with a filter on the primary key values in order to navigate to a specific instance of Record Type Display Group Lines.
For example: publicSectorDisplayGroupLines?q=AgencyId=<value1>;DisplayGroup=<value2>;RecordTypeId=<value3>
The following table describes the body parameters in the request for this task.
Root Schema : publicSectorDisplayGroupLines-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe unique identifier for a public sector agency. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the record type display group line. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the record type display group line was created. -
DisplayGroup(optional):
string
Maximum Length:
30The display group to which the group line belongs. -
DisplayOrder(optional):
integer(int64)
The display number for the display group line.
-
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the record type display group line was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the record type display group line. -
links(optional):
array Items
Title:
ItemsLink Relations -
RecordTypeCode(optional):
string
Title:
Record Type CodeMaximum Length:20The short name of the record type included in the display group line. -
RecordTypeId(optional):
string
Title:
Record Type IDMaximum Length:30The unique identifier for the record type included in the display group line.
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 : publicSectorDisplayGroupLines-item
Type:
Show Source
object-
AgencyId(optional):
integer(int64)
Title:
Agency IDThe unique identifier for a public sector agency. -
CreatedBy(optional):
string
Title:
Created ByMaximum Length:64The user who created the record type display group line. -
CreationDate(optional):
string(date-time)
Title:
Creation DateThe date when the record type display group line was created. -
DisplayGroup(optional):
string
Maximum Length:
30The display group to which the group line belongs. -
DisplayOrder(optional):
integer(int64)
The display number for the display group line.
-
LastUpdateDate(optional):
string(date-time)
Title:
Last Updated DateThe date when the record type display group line was last updated. -
LastUpdatedBy(optional):
string
Title:
Last Updated ByMaximum Length:64The user who last updated the record type display group line. -
links(optional):
array Items
Title:
ItemsLink Relations -
RecordTypeCode(optional):
string
Title:
Record Type CodeMaximum Length:20The short name of the record type included in the display group line. -
RecordTypeId(optional):
string
Title:
Record Type IDMaximum Length:30The unique identifier for the record type included in the display group line.
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.