Create a student official residency

post

/fscmRestApi/resources/11.13.18.05/studentOfficialResidencies

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 : Residency Exceptions
Type: array
Title: Residency Exceptions
The residency exceptions resource contains the residency exception type and related notes that are used to grant official residency determination, where without the exception, the student wouldn't qualify for the residency.
Show Source
Nested Schema : studentOfficialResidencies-residencyExceptions-item-post-request
Type: object
Show Source
  • Title: Request Action
    Maximum Length: 80
    Action to define if the object should be removed.
  • Title: Residency Exception Type
    Maximum Length: 30
    The type of residency exception. A list of accepted values is defined in the lookup type ORA_HEY_RESIDENCY_EXCPT_CODE.
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 : studentOfficialResidencies-item-response
Type: object
Show Source
  • Title: End Date
    The end date of the residency information record.
  • Title: Name
    Read Only: true
    Maximum Length: 360
    The first and last name of the party displayed as a single string.
  • Title: Last Updated Date
    Read Only: true
    The last updated date of the residency information record.
  • Links
  • Title: Party ID
    The unique identifier for the party. Party can be a person. For example, a student can be a party.
  • Title: Residency Type Code
    Maximum Length: 30
    The unique code for the residency type. A list of accepted values is defined in the lookup type ORA_HEY_RESIDENCY_CODE.
  • Residency Exceptions
    Title: Residency Exceptions
    The residency exceptions resource contains the residency exception type and related notes that are used to grant official residency determination, where without the exception, the student wouldn't qualify for the residency.
  • Title: Student Residency ID
    Read Only: true
    The unique identifier assigned to an official residency record.
  • Title: Residency Type
    Read Only: true
    Maximum Length: 80
    The meaning of the residency type code, such as in-state, out-of-state, or international. A list of accepted values is defined in the lookup type ORA_HEY_RESIDENCY_CODE.
  • Title: Start Date
    The effective date of the official residency determination.
  • Title: Residency Date Status
    Read Only: true
    The status of the residency record in the timeline. A value of -1 indicates this is a past record, 0 indicated this is current, and 1 indicates this is upcoming.
Nested Schema : Residency Exceptions
Type: array
Title: Residency Exceptions
The residency exceptions resource contains the residency exception type and related notes that are used to grant official residency determination, where without the exception, the student wouldn't qualify for the residency.
Show Source
Nested Schema : studentOfficialResidencies-residencyExceptions-item-response
Type: object
Show Source
  • Links
  • Title: Request Action
    Maximum Length: 80
    Action to define if the object should be removed.
  • Title: Residency Exception Type
    Maximum Length: 30
    The type of residency exception. A list of accepted values is defined in the lookup type ORA_HEY_RESIDENCY_EXCPT_CODE.
  • Title: Student Residency Exception ID
    Read Only: true
    The unique identifier for a residency exception.
  • Title: Residency Exception
    Read Only: true
    Maximum Length: 80
    The meaning of the residency exception code, such as military. A list of accepted values is defined in the lookup type ORA_HEY_RESIDENCY_EXCPT_CODE.
Back to Top