Update a contact association
patch
/fscmRestApi/resources/11.13.18.05/hedSystemOffices/{SystemOfficeId}/child/contacts/{ContactAssociationId}
Request
Path Parameters
-
ContactAssociationId(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=
-
SystemOfficeId(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-
AssociationEndDate: string
(date)
Title:
End DateThe end or expiration date of the contact association. -
AssociationStartDate: string
(date)
Title:
Start DateThe start date of the contact association. -
ContactPartyId: integer
(int64)
Title:
Party IDThe unique identifier for the party. Party can be a person or an organization. Associated contacts are always a party of type person. -
ContactTypeCode: string
Title:
Contact Type CodeMaximum 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. -
Department: string
Title:
DepartmentMaximum Length:100The name of the department that the contact belongs to. -
JobTitle: string
Title:
Job TitleMaximum Length:100The job title of the associated contact. -
PrimaryContactFlag: boolean
Title:
Primary ContactMaximum Length:1Indicates that this person should be the primary contact.
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 : hedSystemOffices-contacts-item-response
Type:
Show Source
object-
AssociationEndDate: string
(date)
Title:
End DateThe end or expiration date of the contact association. -
AssociationStartDate: string
(date)
Title:
Start DateThe start date of the contact association. -
ContactAssociationId: integer
(int64)
Title:
Contact Association IDRead Only:trueThe unique identifier for the contact association record. -
ContactPartyId: integer
(int64)
Title:
Party IDThe unique identifier for the party. Party can be a person or an organization. Associated contacts are always a party of type person. -
ContactStatusCode: string
Title:
Contact Status CodeRead Only:trueMaximum Length:30Default Value:ORA_ACTIVEThe contact status code for this contact. -
ContactStatusMeaning: string
Title:
Contact StatusRead Only:trueMaximum Length:80The meaning of the contact status code for this contact. -
ContactTypeCode: string
Title:
Contact Type CodeMaximum 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:
Creation DateRead Only:trueThe date the row was created. -
DefaultContactTypeCode: string
Title:
Default Contact Type CodeRead Only:trueMaximum 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 DepartmentRead Only:trueMaximum Length:100The default job title for this contact. -
DefaultJobTitle: string
Title:
Default Job TitleRead Only:trueMaximum Length:100The default department of this contact. -
Department: string
Title:
DepartmentMaximum Length:100The name of the department that the contact belongs to. -
EmailAddress: string
Title:
EmailRead Only:trueMaximum Length:320The email address of the contact. -
FirstName: string
Title:
First NameRead Only:trueMaximum Length:150The first name of the person. -
FullName: string
Title:
NameRead Only:trueMaximum Length:360The first and last name of the person displayed as a single string. -
JobTitle: string
Title:
Job TitleMaximum Length:100The job title of the associated contact. -
LastName: string
Title:
Last NameRead Only:trueMaximum 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 NameRead Only:trueMaximum Length:60The middle name of the person. -
NameSuffix: string
Title:
SuffixRead Only:trueMaximum Length:30The name suffix of the person such as junior or senior. -
PhoneAreaCode: string
Title:
Area CodeRead Only:trueMaximum Length:20The area code within a country. -
PhoneCountryCode: string
Title:
Country CodeRead Only:trueMaximum Length:10The international country code for a phone number. For example, 33 for France. -
PhoneNumber: string
Title:
Phone NumberRead Only:trueMaximum Length:40The phone number formatted in the local format. The number should not include area code, country code, or extension. -
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:
Name SuffixRead Only:trueMaximum Length:30The preferred name suffix of the person such as junior or senior. -
PreferredNameTitle: string
Title:
TitleRead Only:trueMaximum Length:60The preferred name title of the person such as Mr or Mrs. -
PrimaryContactFlag: boolean
Title:
Primary ContactMaximum Length:1Indicates that this person should be the primary contact. -
Title: string
Title:
PrefixRead Only:trueMaximum Length:60The name title or prefix 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 : 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.
Links
- ContactStatusCodeLOV
-
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: LookupType
- Display Attribute: Meaning
- finder:
- ContactTypeLOV
-
Parameters:
- finder:
ByLookupTypeFinder%3BLookupCode%3D{ContactTypeCode}%2CLookupType%3DORA_HEY_ORG_CON_TYPE
The following properties are defined on the LOV link relation:- Source Attribute: ContactTypeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- DefaultContactTypeLOV
-
Parameters:
- finder:
ByLookupTypeFinder%3BLookupCode%3D{DefaultContactTypeCode}%2CLookupType%3DORA_HEY_ORG_CON_TYPE
The following properties are defined on the LOV link relation:- Source Attribute: DefaultContactTypeCode; Target Attribute: LookupType
- Display Attribute: Meaning
- finder:
- PhoneCountryCodeLOV
-
The following properties are defined on the LOV link relation:
- Source Attribute: PhoneCountryCode; Target Attribute: PhoneCountryCode
- Display Attribute: PhoneCountryCode, TerritoryShortName