Create a student management category
post
/fscmRestApi/resources/11.13.18.05/studentManagementCategories
Request
Header Parameters
-
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.
-
Upsert-Mode:
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
- application/json
Root Schema : schema
Type:
Show Source
object-
ActiveFlag(required): boolean
Title:
ActiveMaximum Length:1Indicates whether a category is active or inactive. -
CategoryCode(required): string
Title:
Category CodeMaximum Length:30The unique code for a category. -
categoryDataGroups: array
Category Data Groups
Title:
Category Data GroupsUse the category data groups resource to view, create, modify, or delete category data groups. -
CategoryDescription(required): string
Title:
DescriptionMaximum Length:240The description of a category. -
categoryEvents: array
Category Events
Title:
Category EventsUse the category events resource to view, create, modify, or delete category events. -
CategoryId: integer
(int64)
Title:
Category IDThe unique identifier for a category. -
CategoryName(required): string
Title:
Category NameMaximum Length:50The name of a category, such as Enrollment or Billing. -
categoryRuleAttributes: array
Category Rule Attributes
Title:
Category Rule AttributesUse the category rule attributes resource to view, create, modify, or delete category rule attributes. -
SeedDataLock: integer
(int32)
Title:
Predefined DataDefault Value:0Indicates whether the record is predefined. The value 0 means the record isn't predefined. The value 1 means the record is predefined and can't be updated. A value greater than 1 means the record is predefined but can be updated. -
subcategories: array
Subcategories
Title:
SubcategoriesUse the student management subcategories resource to view, create, modify, or delete subcategories. For example, an enrollment category can have various subcategories.
Nested Schema : Category Data Groups
Type:
arrayTitle:
Category Data GroupsUse the category data groups resource to view, create, modify, or delete category data groups.
Show Source
Nested Schema : Category Events
Type:
arrayTitle:
Category EventsUse the category events resource to view, create, modify, or delete category events.
Show Source
Nested Schema : Category Rule Attributes
Type:
arrayTitle:
Category Rule AttributesUse the category rule attributes resource to view, create, modify, or delete category rule attributes.
Show Source
Nested Schema : Subcategories
Type:
arrayTitle:
SubcategoriesUse the student management subcategories resource to view, create, modify, or delete subcategories. For example, an enrollment category can have various subcategories.
Show Source
Nested Schema : studentManagementCategories-categoryDataGroups-item-post-request
Type:
Show Source
object-
ArtifactGroupId: integer
(int64)
Title:
Data Group IDThe unique identifier for a data group. -
ArtifactGroupName: string
Title:
Data Group NameMaximum Length:50The name of a data group. -
CategoryArtifactGroupId: integer
(int64)
Title:
Category Data Group IDThe unique identifier for the data group and category association.
Nested Schema : studentManagementCategories-categoryEvents-item-post-request
Type:
Show Source
object-
EventId(required): integer
(int64)
Title:
Event IDThe unique identifier for an event that occurs in the application, for example, Enrollment Drop and Refund Posted. -
EventName(required): string
Title:
Event NameMaximum Length:50The name of an event, such as Enrollment Drop. -
eventTokens: array
Event Tokens
Title:
Event TokensThe event tokens resource provides a list of event tokens.
Nested Schema : Event Tokens
Type:
arrayTitle:
Event TokensThe event tokens resource provides a list of event tokens.
Show Source
Nested Schema : studentManagementCategories-categoryEvents-eventTokens-item-post-request
Type:
Show Source
objectNested Schema : studentManagementCategories-categoryRuleAttributes-item-post-request
Type:
Show Source
object-
AllowCallOtherRulesFlag: boolean
Title:
Allow SubcategoriesMaximum Length:1Default Value:trueIndicates whether rules of this category can call rules that belong to other categories. These other categories are known as subcategories of this category. -
AllowRuleChangesFlag: boolean
Title:
Allow Rule ChangesMaximum Length:1Default Value:trueIndicates whether changes to rules are allowed for this category. -
CategoryRuleId: integer
(int64)
Title:
Rule Category IDThe unique identifier for a rule category.
Nested Schema : studentManagementCategories-subcategories-item-post-request
Type:
Show Source
object-
CategoryAssociationId: integer
(int64)
Title:
Category Association IDThe unique identifier for the subcategory and category association. -
SubcategoryId: integer
(int64)
Title:
Subcategory IDThe unique identifier for a subcategory. -
SubcategoryName: string
Title:
Subcategory NameMaximum Length:50The name of a subcategory.
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 : studentManagementCategories-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Indicates whether a category is active or inactive. -
CategoryCode: string
Title:
Category CodeMaximum Length:30The unique code for a category. -
categoryDataGroups: array
Category Data Groups
Title:
Category Data GroupsUse the category data groups resource to view, create, modify, or delete category data groups. -
CategoryDescription: string
Title:
DescriptionMaximum Length:240The description of a category. -
categoryEvents: array
Category Events
Title:
Category EventsUse the category events resource to view, create, modify, or delete category events. -
CategoryId: integer
(int64)
Title:
Category IDThe unique identifier for a category. -
CategoryName: string
Title:
Category NameMaximum Length:50The name of a category, such as Enrollment or Billing. -
categoryRuleAttributes: array
Category Rule Attributes
Title:
Category Rule AttributesUse the category rule attributes resource to view, create, modify, or delete category rule attributes. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The person who created the category. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the category was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the category was updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The person who updated the category. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MappedEventCount: integer
Title:
Mapped EventsRead Only:trueThe number of events mapped to a category. -
SeedDataLock: integer
(int32)
Title:
Predefined DataDefault Value:0Indicates whether the record is predefined. The value 0 means the record isn't predefined. The value 1 means the record is predefined and can't be updated. A value greater than 1 means the record is predefined but can be updated. -
SeededDataFlag: boolean
Read Only:
trueIndicates whether the associated row is predefined. -
subcategories: array
Subcategories
Title:
SubcategoriesUse the student management subcategories resource to view, create, modify, or delete subcategories. For example, an enrollment category can have various subcategories.
Nested Schema : Category Data Groups
Type:
arrayTitle:
Category Data GroupsUse the category data groups resource to view, create, modify, or delete category data groups.
Show Source
Nested Schema : Category Events
Type:
arrayTitle:
Category EventsUse the category events resource to view, create, modify, or delete category events.
Show Source
Nested Schema : Category Rule Attributes
Type:
arrayTitle:
Category Rule AttributesUse the category rule attributes resource to view, create, modify, or delete category rule attributes.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Subcategories
Type:
arrayTitle:
SubcategoriesUse the student management subcategories resource to view, create, modify, or delete subcategories. For example, an enrollment category can have various subcategories.
Show Source
Nested Schema : studentManagementCategories-categoryDataGroups-item-response
Type:
Show Source
object-
ArtifactGroupCode: string
Title:
Data Group CodeRead Only:trueMaximum Length:50The data group unique code, such as ACADSTRUCTUREPROFILE. -
ArtifactGroupId: integer
(int64)
Title:
Data Group IDThe unique identifier for a data group. -
ArtifactGroupName: string
Title:
Data Group NameMaximum Length:50The name of a data group. -
ArtifactGroupTypeCode: string
Title:
Data Group Type CodeRead Only:trueMaximum Length:30The type of the data group, for example, a data profile or a data contract. -
ArtifactGroupTypeMeaning: string
Title:
Data Group TypeRead Only:trueMaximum Length:80The meaning of the data group type code, for example, a data profile or a data contract. -
CategoryArtifactGroupId: integer
(int64)
Title:
Category Data Group IDThe unique identifier for the data group and category association. -
Description: string
Title:
Data Group DescriptionRead Only:trueMaximum Length:240The description of a data group. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProcessNames: string
Title:
Process NamesRead Only:trueThe list of processes that are mapped to a contract.
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.
Nested Schema : studentManagementCategories-categoryEvents-item-response
Type:
Show Source
object-
ActiveFlag: boolean
Title:
ActiveRead Only:trueMaximum Length:1Indicates whether an event is active or inactive. -
CategoryEventMapId: integer
(int64)
Title:
Category Event Map IDRead Only:trueThe unique identifier for the category and event mapping. -
EventCode: string
Title:
Event CodeRead Only:trueMaximum Length:30The unique code for an event. -
EventDescription: string
Title:
Event DescriptionRead Only:trueMaximum Length:240The description of an event. -
EventId: integer
(int64)
Title:
Event IDThe unique identifier for an event that occurs in the application, for example, Enrollment Drop and Refund Posted. -
EventName: string
Title:
Event NameMaximum Length:50The name of an event, such as Enrollment Drop. -
EventTimingRuleCode: string
Read Only:
trueMaximum Length:30The timing rule type code for a date based event. For example, the ORA_HEY_EVENT_TIMING_AFTER code indicates a communication can be sent after the event occurs. A list of accepted values is defined in the lookup type ORA_HEY_EVENT_TIMING_RULE_TYPE. -
eventTokens: array
Event Tokens
Title:
Event TokensThe event tokens resource provides a list of event tokens. -
EventTypeCode: string
Title:
Event TypeRead Only:trueMaximum Length:30The type of an event, such as a transactional or date-based event. A list of accepted values is defined in the lookup type ORA_HEY_EVENT_TYPE. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SeededDataFlag: boolean
Read Only:
trueIndicates whether the associated row is predefined.
Nested Schema : Event Tokens
Type:
arrayTitle:
Event TokensThe event tokens resource provides a list of event tokens.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : studentManagementCategories-categoryEvents-eventTokens-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
TokenCode: string
Title:
Token CodeRead Only:trueMaximum Length:30The unique code for a communication token. -
TokenDescription: string
Title:
Token DescriptionRead Only:trueMaximum Length:256The description of a communication token. -
TokenId: integer
(int64)
Title:
Token IDRead Only:trueThe unique identifier for a communication token. -
TokenIsMandatoryFlag: boolean
Read Only:
trueMaximum Length:1Indicates that the communication token is required for the mapped event. -
TokenName: string
Title:
Token NameRead Only:trueMaximum Length:30The name of a communication token, such as FIRST_NAME. -
TokenTypeCode: string
Title:
Token TypeRead Only:trueMaximum Length:30The type of a communication token, such as a token specific to a single communication event or a token for all communications. A list of accepted values is defined in the lookup type ORA_HEY_TOKEN_TYPE.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : studentManagementCategories-categoryRuleAttributes-item-response
Type:
Show Source
object-
AllowCallOtherRulesFlag: boolean
Title:
Allow SubcategoriesMaximum Length:1Default Value:trueIndicates whether rules of this category can call rules that belong to other categories. These other categories are known as subcategories of this category. -
AllowRuleChangesFlag: boolean
Title:
Allow Rule ChangesMaximum Length:1Default Value:trueIndicates whether changes to rules are allowed for this category. -
CategoryRuleId: integer
(int64)
Title:
Rule Category IDThe unique identifier for a rule category. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : studentManagementCategories-subcategories-item-response
Type:
Show Source
object-
CategoryAssociationId: integer
(int64)
Title:
Category Association IDThe unique identifier for the subcategory and category association. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SubcategoryDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240The description of a subcategory. -
SubcategoryId: integer
(int64)
Title:
Subcategory IDThe unique identifier for a subcategory. -
SubcategoryName: string
Title:
Subcategory NameMaximum Length:50The name of a subcategory.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- categoryDataGroups
-
Operation: /fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryDataGroupsParameters:
- CategoryId:
$request.path.CategoryId
Use the category data groups resource to view, create, modify, or delete category data groups. - CategoryId:
- categoryEvents
-
Operation: /fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/categoryEventsParameters:
- CategoryId:
$request.path.CategoryId
Use the category events resource to view, create, modify, or delete category events. - CategoryId:
- categoryRuleAttributes
-
Parameters:
- CategoryId:
$request.path.CategoryId
Use the category rule attributes resource to view, create, modify, or delete category rule attributes. - CategoryId:
- subcategories
-
Operation: /fscmRestApi/resources/11.13.18.05/studentManagementCategories/{CategoryId}/child/subcategoriesParameters:
- CategoryId:
$request.path.CategoryId
Use the student management subcategories resource to view, create, modify, or delete subcategories. For example, an enrollment category can have various subcategories. - CategoryId: