Create an academic period sequence

post

/fscmRestApi/resources/11.13.18.05/academicPeriodSequences

Request

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
Nested Schema : Level One Academic Periods
Type: array
Title: Level One Academic Periods
The level one academic periods resource is a child resource of the academic period sequence resource and provides an ordered sequence of academic periods in the first level of the hierarchy.
Show Source
Nested Schema : Academic Period Sequence Owners
Type: array
Title: Academic Period Sequence Owners
The academic period sequence owners resource is a child resource of the academic period sequence resource and identifies the institution and academic level for the academic period sequence.
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : Level Two Academic Periods
Type: array
Title: Level Two Academic Periods
The level two academic periods resource is a child resource of the academic period sequence resource and provides an ordered sequence of academic periods in the second level of the hierarchy.
Show Source
Nested Schema : academicPeriodSequences-levelOnePeriods-levelTwoPeriods-item-post-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
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 : academicPeriodSequences-item-response
Type: object
Show Source
Nested Schema : Level One Academic Periods
Type: array
Title: Level One Academic Periods
The level one academic periods resource is a child resource of the academic period sequence resource and provides an ordered sequence of academic periods in the first level of the hierarchy.
Show Source
Nested Schema : Academic Period Sequence Owners
Type: array
Title: Academic Period Sequence Owners
The academic period sequence owners resource is a child resource of the academic period sequence resource and identifies the institution and academic level for the academic period sequence.
Show Source
Nested Schema : academicPeriodSequences-levelOnePeriods-item-response
Type: object
Show Source
Nested Schema : Level Two Academic Periods
Type: array
Title: Level Two Academic Periods
The level two academic periods resource is a child resource of the academic period sequence resource and provides an ordered sequence of academic periods in the second level of the hierarchy.
Show Source
Nested Schema : academicPeriodSequences-levelOnePeriods-levelTwoPeriods-item-response
Type: object
Show Source
  • Title: Academic Period ID
    Read Only: true
    The unique identifier for an academic period associated with a level two period.
  • Title: Academic Period Name
    Read Only: true
    Maximum Length: 50
    The academic period for a level two period.
  • Links
  • Title: Category Code
    Read Only: true
    Maximum Length: 30
    The period category code for a level two period. A list of accepted values is defined in the lookup type ORA_HER_PERIOD_CATEGORY_CODE.
  • Title: Category
    Read Only: true
    Maximum Length: 80
    The period category code for a level two period, such as Academic, Holiday, Academic reporting, and Academic self-paced. A list of accepted values is defined in the lookup type ORA_HER_PERIOD_CATEGORY_CODE.
  • Title: Period End Date
    Read Only: true
    The date when the level two period ends.
  • Title: Period Start Date
    Read Only: true
    The date when the level two period starts.
  • Title: Weeks of Instruction
    Read Only: true
    Default Value: 1
    The week of instruction of a level two period.
Nested Schema : academicPeriodSequences-periodSequenceOwners-item-response
Type: object
Show Source
Back to Top