Create all Student Management organization contacts
post
/fscmRestApi/resources/11.13.18.05/hedOrganizationContacts
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-
contactAssociations: array
Student Management Organization Contact Associations
Title:
Student Management Organization Contact AssociationsThe contact associations resource is used to associate a Student Management organization contact with a Student Management organization. -
ContactStatusCode: string
Title:
Contact Status CodeMaximum Length:30Default Value:ORA_ACTIVEThe contact status code for this contact. -
DefaultContactTypeCode: string
Title:
Default Contact Type CodeMaximum Length:30The default contact type code for this contact. -
DefaultDepartment: string
Title:
Default DepartmentMaximum Length:100The default department of this contact. -
DefaultJobTitle: string
Title:
Default Job TitleMaximum Length:100The default job title for this contact. -
emails: array
Student Management Organization Contact Emails
Title:
Student Management Organization Contact EmailsThe emails resource contains the email addresses of the Student Management organization contacts. -
FirstName: string
Title:
First NameMaximum Length:150The first name of the person. -
FullName(required): string
Title:
NameMaximum Length:360The first and last name of the person displayed as a single string. -
LastName: string
Title:
Last NameMaximum Length:150The last name of the person. -
MiddleName: string
Title:
Middle NameMaximum Length:60The middle name of the person. -
names: array
Student Management Organization Contact Names
Title:
Student Management Organization Contact NamesThe names resource contains the names of the Student Management organization contacts. -
NameSuffix: string
Title:
SuffixMaximum Length:30The name suffix of the person such as junior or senior. -
phones: array
Student Management Organization Contact Phones
Title:
Student Management Organization Contact PhonesThe phones resource contains the phone numbers of the Student Management organization contacts. -
PrimaryEmailAddress: string
Title:
Primary EmailMaximum Length:320The email address of the person. -
PrimaryPhoneAreaCode: string
Title:
Phone Area CodeMaximum Length:20The area code within a country. -
PrimaryPhoneCountryCode: string
Title:
Phone Country CodeMaximum Length:10The international country code for a phone number. For example, 33 for France. -
PrimaryPhoneExtension: string
Title:
Phone Number ExtensionMaximum Length:20The extension number for a phone number. -
PrimaryPhoneNumber: string
Title:
Phone NumberMaximum Length:40The phone number formatted in the local format. The number should not include area code, country code, or extension. -
Title: string
Title:
PrefixMaximum Length:60The title of the person, such as Mr or Mrs.
Nested Schema : Student Management Organization Contact Associations
Type:
arrayTitle:
Student Management Organization Contact AssociationsThe contact associations resource is used to associate a Student Management organization contact with a Student Management organization.
Show Source
Nested Schema : Student Management Organization Contact Emails
Type:
arrayTitle:
Student Management Organization Contact EmailsThe emails resource contains the email addresses of the Student Management organization contacts.
Show Source
Nested Schema : Student Management Organization Contact Names
Type:
arrayTitle:
Student Management Organization Contact NamesThe names resource contains the names of the Student Management organization contacts.
Show Source
Nested Schema : Student Management Organization Contact Phones
Type:
arrayTitle:
Student Management Organization Contact PhonesThe phones resource contains the phone numbers of the Student Management organization contacts.
Show Source
Nested Schema : hedOrganizationContacts-contactAssociations-item-post-request
Type:
Show Source
object-
OrganizationCategoryCode: string
Title:
Organization Category CodeMaximum Length:30Default Value:ORA_HER_EXTERNAL_ORGThe category of the associated Student Management entity. A list of accepted values is defined in the lookup type ORA_HER_ASSOCIATED_OBJECT_TYPE.
Nested Schema : schema
Type:
Show Source
object-
EmailAddress: string
Title:
EmailMaximum Length:320The email address of the contact. -
PreferredFlag: boolean
Title:
PreferredMaximum Length:1Default Value:falseIndicates the preferred email address to use for the contact. The default value is: false. -
PurposeCode: string
Title:
Purpose CodeMaximum Length:30The type of purpose for the email contact point, such as work, emergency, and home. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
Nested Schema : hedOrganizationContacts-names-item-post-request
Type:
Show Source
object-
FirstName: string
Title:
First NameMaximum Length:150The first name of a person. -
FullName: string
Title:
Full NameMaximum Length:360The first and last name of the person displayed as a single string. -
LastName: string
Title:
Last NameMaximum Length:150The last name of a person. -
MiddleName: string
Title:
Middle NameMaximum Length:60The middle name of a person. -
NameSuffix: string
Title:
Name SuffixMaximum Length:30The name suffix of a person such as junior or senior. -
NameTypeCode: string
Title:
Name TypeMaximum Length:30The type of the name. It's a value defined by the Additional Party Name and Identifier Type entity. A list of accepted values is defined in the lookup type ORA_HEY_NAME_TYPE. -
PreferredFlag: boolean
Title:
PreferredIndicates that this name record contains the person's preferred name. -
SingleNameFlag: boolean
Title:
Only One NameMaximum Length:1Default Value:falseIndicates if the person has single name, typically a last name only, and that other names such as first name and middle name are intentionally blank. -
Title: string
Title:
TitleMaximum Length:60The title of the person, such as Mr or Mrs.
Nested Schema : hedOrganizationContacts-phones-item-post-request
Type:
Show Source
object-
PhoneAreaCode: string
Title:
Area CodeMaximum Length:20The area code within a country. -
PhoneCountryCode: string
Title:
Country CodeMaximum Length:10The international country code for a phone number. For example, 33 for France. -
PhoneExtension: string
Title:
Phone ExtensionMaximum Length:20The extension number for a phone number. -
PhoneNumber: string
Title:
Phone NumberMaximum Length:40The phone number formatted in the local format. The number should not include area code, country code, or extension. -
PreferredFlag: boolean
Title:
PreferredMaximum Length:1Default Value:falseIndicates the preferred phone number to use for the contact. The default value is: false. -
PurposeCode: string
Title:
Purpose CodeMaximum Length:30The type of purpose for phone contact, such as work, emergency, and home. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
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 : hedOrganizationContacts-item-response
Type:
Show Source
object-
ConstituentId: string
Title:
Constituent IDRead Only:trueMaximum Length:30The unique identifier for a constituent. -
contactAssociations: array
Student Management Organization Contact Associations
Title:
Student Management Organization Contact AssociationsThe contact associations resource is used to associate a Student Management organization contact with a Student Management organization. -
ContactPartyId: integer
(int64)
Title:
Party IDRead Only:trueThe unique identifier for the party. Party can be a person or an organization. Organizational contacts will always be a party of type person. -
ContactStatusCode: string
Title:
Contact Status CodeMaximum Length:30Default Value:ORA_ACTIVEThe contact status code for this contact. -
ContactStatusMeaning: string
Title:
Contact StatusRead Only:trueMaximum Length:80The meaning of the default contact type code for this contact. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Created OnRead Only:trueThe date the row was created. -
DefaultContactTypeCode: string
Title:
Default Contact Type CodeMaximum Length:30The default contact type code for this contact. -
DefaultContactTypeMeaning: string
Title:
Default Contact TypeRead Only:trueMaximum Length:80The meaning of the default contact type code for this contact. -
DefaultDepartment: string
Title:
Default DepartmentMaximum Length:100The default department of this contact. -
DefaultJobTitle: string
Title:
Default Job TitleMaximum Length:100The default job title for this contact. -
emails: array
Student Management Organization Contact Emails
Title:
Student Management Organization Contact EmailsThe emails resource contains the email addresses of the Student Management organization contacts. -
FirstName: string
Title:
First NameMaximum Length:150The first name of the person. -
FullName: string
Title:
NameMaximum Length:360The first and last name of the person displayed as a single string. -
LastName: string
Title:
Last NameMaximum Length:150The last name of the person. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MiddleName: string
Title:
Middle NameMaximum Length:60The middle name of the person. -
names: array
Student Management Organization Contact Names
Title:
Student Management Organization Contact NamesThe names resource contains the names of the Student Management organization contacts. -
NameSuffix: string
Title:
SuffixMaximum Length:30The name suffix of the person such as junior or senior. -
phones: array
Student Management Organization Contact Phones
Title:
Student Management Organization Contact PhonesThe phones resource contains the phone numbers of the Student Management organization contacts. -
PreferredFirstName: string
Title:
First NameRead Only:trueMaximum Length:150The preferred first name of a person. -
PreferredFullName: string
Title:
Preferred NameRead Only:trueMaximum Length:360The preferred first and last name of the person displayed as a single string. -
PreferredLastName: string
Title:
Last NameRead Only:trueMaximum Length:150The preferred last name of a person. -
PreferredMiddleName: string
Title:
Middle NameRead Only:trueMaximum Length:60The preferred middle name of a person. -
PreferredNameSuffix: string
Title:
SuffixRead Only:trueMaximum Length:30The name suffix of the person such as junior or senior. -
PreferredNameTitle: string
Title:
PrefixRead Only:trueMaximum Length:60The title of the person, such as Mr or Mrs. -
PrimaryEmailAddress: string
Title:
Primary EmailMaximum Length:320The email address of the person. -
PrimaryPhoneAreaCode: string
Title:
Phone Area CodeMaximum Length:20The area code within a country. -
PrimaryPhoneCountryCode: string
Title:
Phone Country CodeMaximum Length:10The international country code for a phone number. For example, 33 for France. -
PrimaryPhoneExtension: string
Title:
Phone Number ExtensionMaximum Length:20The extension number for a phone number. -
PrimaryPhoneNumber: string
Title:
Phone NumberMaximum Length:40The phone number formatted in the local format. The number should not include area code, country code, or extension. -
Title: string
Title:
PrefixMaximum Length:60The title of the person, such as Mr or Mrs.
Nested Schema : Student Management Organization Contact Associations
Type:
arrayTitle:
Student Management Organization Contact AssociationsThe contact associations resource is used to associate a Student Management organization contact with a Student Management organization.
Show Source
Nested Schema : Student Management Organization Contact Emails
Type:
arrayTitle:
Student Management Organization Contact EmailsThe emails resource contains the email addresses of the Student Management organization contacts.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Student Management Organization Contact Names
Type:
arrayTitle:
Student Management Organization Contact NamesThe names resource contains the names of the Student Management organization contacts.
Show Source
Nested Schema : Student Management Organization Contact Phones
Type:
arrayTitle:
Student Management Organization Contact PhonesThe phones resource contains the phone numbers of the Student Management organization contacts.
Show Source
Nested Schema : hedOrganizationContacts-contactAssociations-item-response
Type:
Show Source
object-
AssociatedObjectId: integer
(int64)
Title:
Associated Object IDRead Only:trueThe unique identifier of the associated object. -
AssociationEndDate: string
(date)
Title:
End DateRead Only:trueThe end or expiration date of the contact association. -
AssociationStartDate: string
(date)
Title:
Start DateRead Only:trueThe start date of the contact association. -
ContactAssociationId: integer
(int64)
Title:
Contact Association IDRead Only:trueThe unique identifier for the organization contact association record. -
ContactTypeCode: string
Title:
Contact Type CodeRead Only:trueMaximum Length:30Indicates the type or usage of the contact. A list of accepted values is defined in the lookup type ORA_HEY_ORG_CON_TYPE. -
ContactTypeMeaning: string
Title:
Contact TypeRead Only:trueMaximum Length:80The meaning of the contact type code. A list of accepted values is defined in the lookup type ORA_HEY_ORG_CON_TYPE. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Created OnRead Only:trueThe date the row was created. -
Department: string
Title:
DepartmentRead Only:trueMaximum Length:100The name of the department that the contact belongs to. -
JobTitle: string
Title:
Job TitleRead Only:trueMaximum Length:100The job title of the associated contact. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date the row was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the row. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OrganizationCategoryCode: string
Title:
Organization Category CodeMaximum Length:30Default Value:ORA_HER_EXTERNAL_ORGThe category of the associated Student Management entity. A list of accepted values is defined in the lookup type ORA_HER_ASSOCIATED_OBJECT_TYPE. -
OrganizationCategoryMeaning: string
Title:
Organization CategoryRead Only:trueMaximum Length:80The category name or meaning of the associated Student Management entity. -
OrganizationDescription: string
Title:
Organization DescriptionRead Only:trueA description of the associated Student Management entity. -
OrganizationName: string
Title:
Organization NameRead Only:trueThe name of the associated Student Management entity. -
PrimaryContactFlag: boolean
Title:
Primary ContactRead Only:trueMaximum Length:1Indicates that this person should be the primary contact.
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 : hedOrganizationContacts-emails-item-response
Type:
Show Source
object-
EmailAddress: string
Title:
EmailMaximum Length:320The email address of the contact. -
EmailId: integer
(int64)
Title:
Email IDRead Only:trueThe unique identifier for an email address. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PreferredFlag: boolean
Title:
PreferredMaximum Length:1Default Value:falseIndicates the preferred email address to use for the contact. The default value is: false. -
PurposeCode: string
Title:
Purpose CodeMaximum Length:30The type of purpose for the email contact point, such as work, emergency, and home. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE. -
PurposeMeaning: string
Title:
PurposeRead Only:trueMaximum Length:80The meaning of the purpose code. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE_WEB.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : hedOrganizationContacts-names-item-response
Type:
Show Source
object-
FirstName: string
Title:
First NameMaximum Length:150The first name of a person. -
FullName: string
Title:
Full NameMaximum Length:360The first and last name of the person displayed as a single string. -
LastName: string
Title:
Last NameMaximum Length:150The last name of a person. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MiddleName: string
Title:
Middle NameMaximum Length:60The middle name of a person. -
NameSuffix: string
Title:
Name SuffixMaximum Length:30The name suffix of a person such as junior or senior. -
NameTypeCode: string
Title:
Name TypeMaximum Length:30The type of the name. It's a value defined by the Additional Party Name and Identifier Type entity. A list of accepted values is defined in the lookup type ORA_HEY_NAME_TYPE. -
NameTypeMeaning: string
Title:
Name TypeRead Only:trueMaximum Length:80The meaning of the name type code. A list of accepted values is defined in the lookup type ORA_HEY_NAME_TYPE. -
PartyNameId: integer
(int64)
Title:
Party Name IDRead Only:trueThe unique identifier for a name. -
PreferredFlag: boolean
Title:
PreferredIndicates that this name record contains the person's preferred name. -
SingleNameFlag: boolean
Title:
Only One NameMaximum Length:1Default Value:falseIndicates if the person has single name, typically a last name only, and that other names such as first name and middle name are intentionally blank. -
Title: string
Title:
TitleMaximum Length:60The title of the person, such as Mr or Mrs.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : hedOrganizationContacts-phones-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PhoneAreaCode: string
Title:
Area CodeMaximum Length:20The area code within a country. -
PhoneCountryCode: string
Title:
Country CodeMaximum Length:10The international country code for a phone number. For example, 33 for France. -
PhoneExtension: string
Title:
Phone ExtensionMaximum Length:20The extension number for a phone number. -
PhoneId: integer
(int64)
Title:
Phone IDRead Only:trueThe unique identifier for a phone number. -
PhoneNumber: string
Title:
Phone NumberMaximum Length:40The phone number formatted in the local format. The number should not include area code, country code, or extension. -
PreferredFlag: boolean
Title:
PreferredMaximum Length:1Default Value:falseIndicates the preferred phone number to use for the contact. The default value is: false. -
PurposeCode: string
Title:
Purpose CodeMaximum Length:30The type of purpose for phone contact, such as work, emergency, and home. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE. -
PurposeMeaning: string
Title:
PurposeRead Only:trueMaximum Length:80The meaning of the purpose code. A list of accepted values is defined in the lookup type CONTACT_POINT_PURPOSE.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- ContactStatusLOV
-
Parameters:
- finder:
ByLookupTypeFinder%3BLookupCode%3D{ContactStatusCode}%2CLookupType%3DORA_HER_CONTACT_STATUS
The following properties are defined on the LOV link relation:- Source Attribute: ContactStatusCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ContactTypeLOV
-
Parameters:
- finder:
ByLookupTypeFinder%3BLookupType%3DORA_HEY_ORG_CON_TYPE%2CLookupCode%3D{DefaultContactTypeCode}
The following properties are defined on the LOV link relation:- Source Attribute: DefaultContactTypeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- contactAssociations
-
Parameters:
- ContactPartyId:
$request.path.ContactPartyId
The contact associations resource is used to associate a Student Management organization contact with a Student Management organization. - ContactPartyId:
- emails
-
Parameters:
- ContactPartyId:
$request.path.ContactPartyId
The emails resource contains the email addresses of the Student Management organization contacts. - ContactPartyId:
- names
-
Parameters:
- ContactPartyId:
$request.path.ContactPartyId
The names resource contains the names of the Student Management organization contacts. - ContactPartyId:
- phones
-
Parameters:
- ContactPartyId:
$request.path.ContactPartyId
The phones resource contains the phone numbers of the Student Management organization contacts. - ContactPartyId: