Update an activity group line
patch
/fscmRestApi/resources/11.13.18.05/publicSectorActivityGroups/{publicSectorActivityGroupsUniqID}/child/ActivityGroupLine/{ActivityGroupLineUniqID}
Request
Path Parameters
-
ActivityGroupLineUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Activity Group Lines resource and used to uniquely identify an instance of Activity Group Lines. The client should not generate the hash key value. Instead, the client should query on the Activity Group Lines collection resource in order to navigate to a specific instance of Activity Group Lines to get the hash key.
-
publicSectorActivityGroupsUniqID(required): string
This is the hash key of the attributes which make up the composite key--- ActivityGroupId, AgencyId and Classification ---for the Activity Groups resource and used to uniquely identify an instance of Activity Groups. The client should not generate the hash key value. Instead, the client should query on the Activity Groups collection resource with a filter on the primary key values in order to navigate to a specific instance of Activity Groups.
For example: publicSectorActivityGroups?q=ActivityGroupId=<value1>;AgencyId=<value2>;Classification=<value3>
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
ActivityPriority: integer
(int32)
The priority of the activity.
-
ActivityType: string
Maximum Length:
30The activity type associated with the group line. -
DueDateAdjust: string
Maximum Length:
30Default Value:ORA_ACT_NAThis indicates whether the due date calculation should be adjusted to the prior or next day based on if the due date falls on a weekend or a holiday. -
DuedateDuration: integer
(int32)
The due date duration.
-
DurationUom: string
Maximum Length:
30The unit of measure for due date duration. -
EnabledFlag: boolean
Title:
Redo ActivityMaximum Length:1Indicates whether the activity group line is enabled for use. Valid values are Y for enabled activity and N for disabled activity. -
ExclDueDateCalc: string
Maximum Length:
30Default Value:ORA_ACT_NAThis indicates how the due date calculation will be carried out whether to exclude weekends and holidays. -
LeadLagIndicator: string
Maximum Length:
30Indicates whether the due date is before or after the base date. Valid values are Days before base date and Days after base date. -
RedoFlag: boolean
Maximum Length:
1Indicates whether an activity retrigger is required. The valid values are Y and N. -
ResubmitFlag: boolean
Title:
Allow ResubmissionMaximum Length:1Indicates whether the activity can be submitted. The default value is false.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : publicSectorActivityGroups-ActivityGroupLine-item-response
Type:
Show Source
object-
ActivityGroupId: string
Title:
Activity Group IDMaximum Length:30The unique identifier for the activity group associated with the group line. -
ActivityId: string
Title:
Activity IDMaximum Length:50The unique identifier for the activity. -
ActivityName: string
Read Only:
trueMaximum Length:250The activity name. -
ActivityPriority: integer
(int32)
The priority of the activity.
-
ActivityType: string
Maximum Length:
30The activity type associated with the group line. -
AgencyId: integer
(int32)
Default Value:
1The unique identifier of the agency associated with the activity group line. -
DueDateAdjust: string
Maximum Length:
30Default Value:ORA_ACT_NAThis indicates whether the due date calculation should be adjusted to the prior or next day based on if the due date falls on a weekend or a holiday. -
DuedateBasis: string
Title:
Base DateMaximum Length:30The base date used for due date calculation. -
DuedateDuration: integer
(int32)
The due date duration.
-
DurationUom: string
Maximum Length:
30The unit of measure for due date duration. -
EnabledFlag: boolean
Title:
Redo ActivityMaximum Length:1Indicates whether the activity group line is enabled for use. Valid values are Y for enabled activity and N for disabled activity. -
ExclDueDateCalc: string
Maximum Length:
30Default Value:ORA_ACT_NAThis indicates how the due date calculation will be carried out whether to exclude weekends and holidays. -
LeadLagIndicator: string
Maximum Length:
30Indicates whether the due date is before or after the base date. Valid values are Days before base date and Days after base date. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RedoFlag: boolean
Maximum Length:
1Indicates whether an activity retrigger is required. The valid values are Y and N. -
ResubmitFlag: boolean
Title:
Allow ResubmissionMaximum Length:1Indicates whether the activity can be submitted. The default value is false. -
TranStatus: string
Maximum Length:
500Default Value:The transaction status associated with the activity. -
TranType: string
Maximum Length:
30Default Value:The transaction type of the event trigger.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.