Update a course selection
patch
/fscmRestApi/resources/11.13.18.05/admissionApplications/{ApplicationId}/child/courseSelections/{CourseSelectionId}
Request
Path Parameters
-
ApplicationId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
-
CourseSelectionId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
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.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
CourseCurriculumId: integer
(int64)
Title:
Course Curriculum IDThe curriculum identifier for the selected course. -
CourseListCurriculumId: integer
(int64)
Title:
Course List Curriculum IDThe curriculum identifier for the course list of the selected course. -
CourseListSequence: integer
(int32)
Title:
Course List SequenceDefault Value:1The sequence of the course list for the associated course selection. -
CoursePreference: integer
(int32)
Title:
Course PreferenceDefault Value:1Course selection preference sequence number. -
ProgramCurriculumId: integer
(int64)
Title:
Program Curriculum IDThe curriculum identifier for the program of the selected course. -
RequestAction: string
Title:
Request ActionMaximum Length:80The request action that's performed when passed by the client during an update. When set to DELETE, the record is deleted. The only accepted value for request action is DELETE. -
SelectionDateTime: string
(date-time)
Title:
Selection DateThe date of the course selection.
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 : admissionApplications-courseSelections-item-response
Type:
Show Source
object-
CatalogNumber: string
Title:
Catalog NumberRead Only:trueMaximum Length:10The catalog number of the course selection. -
CourseCurriculumId: integer
(int64)
Title:
Course Curriculum IDThe curriculum identifier for the selected course. -
CourseDescription: string
(byte)
Title:
DescriptionRead Only:trueThe description of the selected course. -
CourseListCurriculumId: integer
(int64)
Title:
Course List Curriculum IDThe curriculum identifier for the course list of the selected course. -
CourseListName: string
Title:
Course List NameRead Only:trueMaximum Length:50The name for the course list of the selected course. -
CourseListSequence: integer
(int32)
Title:
Course List SequenceDefault Value:1The sequence of the course list for the associated course selection. -
CourseListTitle: string
Title:
Course List TitleRead Only:trueMaximum Length:100The title for the course list of the selected course. -
CourseName: string
Title:
Course NameRead Only:trueMaximum Length:50The name of the selected course. -
CoursePreference: integer
(int32)
Title:
Course PreferenceDefault Value:1Course selection preference sequence number. -
CourseSelectionId: integer
(int64)
Title:
Course Selection IDRead Only:trueUnique identifier for the course selection. -
CourseTitle: string
Title:
Course TitleRead Only:trueMaximum Length:100The title of the selected course. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProgramCurriculumId: integer
(int64)
Title:
Program Curriculum IDThe curriculum identifier for the program of the selected course. -
ProgramName: string
Title:
Program NameRead Only:trueMaximum Length:50The name for the academic program of the selected course. -
ProgramTitle: string
Title:
Program TitleRead Only:trueMaximum Length:100The title for the academic program of the selected course. -
RequestAction: string
Title:
Request ActionMaximum Length:80The request action that's performed when passed by the client during an update. When set to DELETE, the record is deleted. The only accepted value for request action is DELETE. -
SelectionDateTime: string
(date-time)
Title:
Selection DateThe date of the course selection. -
Subject: string
Title:
SubjectRead Only:trueMaximum Length:50The subject of the course selection. -
SubjectCode: string
Title:
Subject CodeRead Only:trueMaximum Length:30The subject code of the course selection.
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.