Create an activity group line

post

/fscmRestApi/resources/11.13.18.05/publicSectorActivityGroups/{publicSectorActivityGroupsUniqID}/child/ActivityGroupLine

Request

Path Parameters
  • 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
  • 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".
  • 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.
  • Contains one of the following values: true or false. If true, the server performs an Upsert operation instead of a Create operation. During an Upsert operation, the server attempts to find an existing resource that matches the payload. If a match is found, the server updates the existing resource instead of creating a new one. If not found or false (default), the server performs a Create operation. Note that the Upsert operation isn't supported for date-effective REST resources.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Activity Group ID
    Maximum Length: 30
    The unique identifier for the activity group associated with the group line.
  • Title: Activity ID
    Maximum Length: 50
    The unique identifier for the activity.
  • The priority of the activity.
  • Maximum Length: 30
    The activity type associated with the group line.
  • Default Value: 1
    The unique identifier of the agency associated with the activity group line.
  • Maximum Length: 30
    Default Value: ORA_ACT_NA
    This 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.
  • Title: Base Date
    Maximum Length: 30
    The base date used for due date calculation.
  • The due date duration.
  • Maximum Length: 30
    The unit of measure for due date duration.
  • Title: Redo Activity
    Maximum Length: 1
    Indicates whether the activity group line is enabled for use. Valid values are Y for enabled activity and N for disabled activity.
  • Maximum Length: 30
    Default Value: ORA_ACT_NA
    This indicates how the due date calculation will be carried out whether to exclude weekends and holidays.
  • Maximum Length: 30
    Indicates whether the due date is before or after the base date. Valid values are Days before base date and Days after base date.
  • Maximum Length: 1
    Indicates whether an activity retrigger is required. The valid values are Y and N.
  • Title: Allow Resubmission
    Maximum Length: 1
    Indicates whether the activity can be submitted. The default value is false.
  • Maximum Length: 500
    Default Value:
    The transaction status associated with the activity.
  • Maximum Length: 30
    Default Value:
    The transaction type of the event trigger.
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : publicSectorActivityGroups-ActivityGroupLine-item-response
Type: object
Show Source
  • Title: Activity Group ID
    Maximum Length: 30
    The unique identifier for the activity group associated with the group line.
  • Title: Activity ID
    Maximum Length: 50
    The unique identifier for the activity.
  • Read Only: true
    Maximum Length: 250
    The activity name.
  • The priority of the activity.
  • Maximum Length: 30
    The activity type associated with the group line.
  • Default Value: 1
    The unique identifier of the agency associated with the activity group line.
  • Maximum Length: 30
    Default Value: ORA_ACT_NA
    This 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.
  • Title: Base Date
    Maximum Length: 30
    The base date used for due date calculation.
  • The due date duration.
  • Maximum Length: 30
    The unit of measure for due date duration.
  • Title: Redo Activity
    Maximum Length: 1
    Indicates whether the activity group line is enabled for use. Valid values are Y for enabled activity and N for disabled activity.
  • Maximum Length: 30
    Default Value: ORA_ACT_NA
    This indicates how the due date calculation will be carried out whether to exclude weekends and holidays.
  • Maximum Length: 30
    Indicates whether the due date is before or after the base date. Valid values are Days before base date and Days after base date.
  • Links
  • Maximum Length: 1
    Indicates whether an activity retrigger is required. The valid values are Y and N.
  • Title: Allow Resubmission
    Maximum Length: 1
    Indicates whether the activity can be submitted. The default value is false.
  • Maximum Length: 500
    Default Value:
    The transaction status associated with the activity.
  • Maximum Length: 30
    Default Value:
    The transaction type of the event trigger.
Back to Top