Get a partner contact
get
/crmRestApi/resources/11.13.18.05/partners/{CompanyNumber}/child/contacts/{PartyNumber}
Request
Path Parameters
-
CompanyNumber(required): string
The alternate key identifier of the partner's company.
-
PartyNumber(required): string
The unique identifier for the partner contact party. Can be system-generated or user-provided during create, based on the profile option HZ_GENERATE_PARTY_NUMBER.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
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.
There's no request body for this operation.
Back to TopResponse
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 : partners-contacts-item-response
Type:
Show Source
object-
AcademicTitle: string
Title:
Academic TitleMaximum Length:30The part of the person???s title that denotes the academic qualification, such as Dr. Jane Smith. -
AddrElementAttribute1: string
Title:
Additional Address Element 1Maximum Length:150An additional address element to support flexible address format. -
AddrElementAttribute2: string
Title:
Additional Address Element 2Maximum Length:150An additional address element to support flexible address format. -
AddrElementAttribute3: string
Title:
Additional Address Element 3Maximum Length:150An additional address element to support flexible address format. -
AddrElementAttribute4: string
Title:
Additional Address Element 4Maximum Length:150An additional address element to support flexible address format. -
AddrElementAttribute5: string
Title:
Additional Address Element 5Maximum Length:150An additional address element to support flexible address format. -
AddressLineFour: string
Title:
Address Line 4Maximum Length:240The fourth line for address of the contact. -
AddressLineOne: string
Title:
Address Line 1Maximum Length:240The first line for address. -
AddressLineThree: string
Title:
Address Line 3Maximum Length:240The third line for address. -
AddressLineTwo: string
Title:
Address Line 2Maximum Length:240The second line for address. -
AddressType: string
Title:
Address TypeThe lookup code for the type of address, such as billing address, shipping address etc. -
attachments: array
Attachments
Title:
AttachmentsAn attachments resource is used to view, create, modify or delete the partner's attachments. -
Building: string
Title:
BuildingMaximum Length:240The building name or number in the address of the contact. -
CertificationLevel: string
Title:
Certification LevelMaximum Length:30The certification level of a contact. A list of accepted values is defined in the lookup HZ_PARTY_CERT_LEVEL. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CertificationReasonCode: string
Title:
Certification ReasonMaximum Length:30The code indicating the reason for the contact's current certification level assignment. A list of accepted values is defined using the lookup HZ_PARTY_CERT_REASON. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
City: string
Title:
CityMaximum Length:60The city element of the address. -
Comments: string
Title:
CommentsMaximum Length:2000The textual comments about a contact. -
ContactName: string
Title:
NameMaximum Length:450The derived name of the contact. -
Country: string
Title:
CountryMaximum Length:2The country code of the address. Review the list of country codes using the Manage Geographies task. -
CountryName: string
Read Only:
trueThe name for the country of the partner company. -
County: string
Title:
CountyMaximum Length:60The county of the address. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreateUserAccountFlag: boolean
Indicates whether the user account should be created. This should not be used currently.
-
CreationDate: string
(date-time)
Read Only:
trueThe date and time the record was created. -
DateOfBirth: string
(date)
Title:
Date of BirthThe date when the person was born. -
DateOfDeath: string
(date)
Title:
Date of DeathThe date when the person died. -
DeceasedFlag: boolean
Title:
Person DeceasedMaximum Length:1Indicates whether the person is deceased or not. If the value is True, then the person is deceased. The default value is False. -
DeclaredEthnicity: string
Title:
Declared EthnicityMaximum Length:60The declared ethnicity of the person. -
Department: string
Title:
DepartmentMaximum Length:60The free form text used to name the department for the contact. -
DepartmentCode: string
Title:
Department CodeMaximum Length:30The code indicating the department of the contact. A list of accepted values is defined in the lookup DEPARTMENT_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task. -
DoNotCallFlag: boolean
Title:
Do Not CallMaximum Length:1Indicates if the user can call the person or not. If the value is True, then the user must not call the person. The default value is False. A list of accepted values is defined using the lookup YES_NO. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Common Lookups task. -
DoNotContactFlag: boolean
Title:
Do Not ContactMaximum Length:1Indicates if the user can contact the person by phone, Email, or snail mail. If the value is True, then the user must not contact the person. The default value is False. A list of accepted values is defined using the lookup YES_NO. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Common Lookups task. -
DoNotEmailFlag: boolean
Title:
Do Not EmailMaximum Length:1Indicates if the user can email the person or not. If the value is True, then the user must not contact the person by email. The default value is False. A list of accepted values is defined using the lookup YES_NO. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Common Lookups task. -
DoNotMailFlag: boolean
Title:
Do Not MailMaximum Length:1Indicates if the user can send mail to the person or not. If the value is True, then the user must not contact the person by mail. The default value is False. A list of accepted values is defined using the lookup YES_NO. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Common Lookups task. -
EmailAddress: string
Title:
EmailMaximum Length:320The e-mail address of the partner contact. -
FavoriteContactFlag: boolean
Title:
FavoriteMaximum Length:10Default Value:falseIndicates whether the person is a key contact. If the value is True, then person is a key contact. The default value is False. You can't use this attribute as a finder, because this is a transient field. The response will return an error if you use this attribute as a finder. -
FirstName: string
Title:
First NameMaximum Length:150The first name of the person. -
FloorNumber: string
Title:
FloorMaximum Length:40The floor number of the address. -
FormattedAddress: string
Title:
Primary AddressRead Only:trueThe formatted address of the partner contact. -
FormattedMobileNumber: string
Title:
Phone NumberRead Only:trueThe formatted mobile phone number information. -
FormattedWorkPhoneNumber: string
Title:
Phone NumberRead Only:trueThe formatted work phone number information. -
Gender: string
Title:
GenderMaximum Length:30The gender of the person, such as male, female, and unknown. A list of accepted values is defined in the lookup HZ_GENDER. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task. -
HeadOfHierarchyFlag: boolean
Title:
Head of HierarchyMaximum Length:255Indicates whether this partner contact is a root resource of Partner or not. The value 'Y' indicates that this partner contact is a root resource of the partner. -
Initials: string
Title:
InitialsMaximum Length:20The initials of the contact???s name. -
IsAccountContactFlag: boolean
Default Value:
falseIndicates whether an existing contact from an account would be converted to partner contact. The value 'Y' indicates that the party id of the existing account contact would be used for the partner contact if the related account is already a partner. -
isSelfRegistration: string
Title:
Self-RegisteredIndicates whether the partner registration approval process will be invoked or not. If the value is Y, then the process will be invoked. -
JobTitle: string
Title:
Job TitleMaximum Length:100The job title of the primary contact. -
JobTitleCode: string
Title:
Job Title CodeMaximum Length:30The code indicating the job title. -
LastName: string
Title:
Last NameMaximum Length:150The last name of the person. -
LastNamePrefix: string
Title:
Last Name PrefixMaximum Length:30The prefix for the last name of a person, such as De, Van. For example, if a person???s name is Hans De Vries, then the last name prefix De is captured using this attribute. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date on which the record was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login details of the user who last updated the record. -
Latitude: number
Title:
LatitudeThe latitude information for the address of the contact. The latitude information for the location is used for spatial proximity and containment purposes. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Longitude: number
Title:
LongitudeThe longitude information for the address of the contact. The longitude information for the location is used for spatial proximity and containment purposes. -
Mailstop: string
Title:
Mail StopMaximum Length:60The user-defined code that indicates a mail drop point within the organization. -
ManagerName: string
Title:
ManagerRead Only:trueMaximum Length:255The name of the manager of partner contact. -
ManagerPartyId: integer
Title:
ManagerThe unique identifier of the manager party of the partner contact. -
ManagerPartyNumber: string
Maximum Length:
30The party number of the manager of the partner contact. -
MaritalStatus: string
Title:
Marital StatusMaximum Length:30The marital status of the person. A list of accepted values is defined in the lookup MARITAL_STATUS. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task. -
MaritalStatusEffectiveDate: string
(date)
Title:
Marital Status Effective DateThe date when the person's marital status was changed. -
MiddleName: string
Title:
Middle NameMaximum Length:60The middle name of the person. -
MobileAreaCode: string
Title:
Area CodeMaximum Length:20The area code for partner contact's mobile phone. -
MobileCountryCode: string
Title:
Phone Country CodeMaximum Length:10The international country code for a partner contact???s mobile phone number, such as 33 for France. -
MobileExtension: string
Title:
ExtensionMaximum Length:20The additional number used after initial connection to an internal telephone system. -
MobileNumber: string
Title:
PhoneMaximum Length:40The mobile phone number of partner contact formatted in the local format. The number should not include area code, country code, or extension. -
NamedFlag: boolean
Title:
Named ContactMaximum Length:1Default Value:falseIndicates whether a sales account is a named sales account. If the value is True, then the sales account is a named sales account. The default value is False. -
NameSuffix: string
Title:
SuffixMaximum Length:30The place in a family structure. For example, in "Tom Jones III", the "III" is the suffix. -
PartnerCompanyNumber: string
Title:
Partner NumberMaximum Length:30The unique identifier of the partner company. -
PartnerName: string
Title:
NameRead Only:trueMaximum Length:360The name of the partner associated with the contact. -
PartnerPartyId: integer
(int64)
The unique identifier of the party associated with the partner.
-
PartyId: integer
(int64)
The unique identifier of the partner contact party generated by the system during creation.
-
PartyNumber: string
Title:
Registry IDMaximum Length:30The unique identifier for the partner contact party. Can be system-generated or user-provided during create, based on the profile option HZ_GENERATE_PARTY_NUMBER. -
PersonPreNameAdjunct: string
Title:
PrefixMaximum Length:30The title or the salutary introduction for a contact, such as Mr., Herr, and so on. -
PlaceOfBirth: string
Title:
Place of BirthMaximum Length:60The place where the person was born, such as city or country. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code as defined by the formal countrywide postal system. -
PostalPlus4Code: string
Title:
Postal Code ExtensionMaximum Length:20The four-digit extension to the United States Postal ZIP code for the address. -
PreferredContactMethod: string
Title:
Preferred Contact MethodMaximum Length:30The preferred method to contact the person. A list of accepted values is defined in the lookup HZ_PREFERRED_CONTACT_METHOD. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Point Lookups task. -
PreferredFunctionalCurrency: string
Title:
Preferred Functional CurrencyMaximum Length:15The preferred currency of the contact. A list of accepted values is defined using the Setup and Maintenance work area, Manage Currencies task. -
PreviousLastName: string
Title:
Previous Last NameMaximum Length:150The previous last name or surname of the person. -
PrimaryAddressId: integer
(int64)
The unique identifier for the address that is generated internally during create. One of AddressId, AddressNumber or SourceSystem and SourceSystemReferenceValue keys is used to identify the address record during update.
-
PrimaryContactPartyId: integer
(int64)
Read Only:
trueThe party identifier of the primary contact of the partner. -
PrimaryFlag: boolean
Title:
Primary Contact IndicatorMaximum Length:255Indicates whether this partner contact is primary contact of partner or not. If the value is True, then this partner contact is a primary contact. -
Province: string
Title:
ProvinceMaximum Length:60The province of the address. -
RawMobileNumber: string
Title:
PhoneMaximum Length:60The raw mobile phone number in the contact point. -
RawWorkPhoneNumber: string
Title:
PhoneMaximum Length:60The raw work phone number in the contact point. -
RentOrOwnIndicator: string
Title:
Rent or Own IndicatorMaximum Length:30Indicates if this contact owns or rents his or her residence. A list of valid values for rent, own, and lease is defined in the lookup OWN_RENT_IND. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task. -
RoleCode: string
Maximum Length:
30The role code of the partner contact. -
RoleId: integer
(int64)
Title:
RoleThe unique identifier of the resource role of the partner contact. -
RoleName: string
Title:
RoleRead Only:trueMaximum Length:255The name of the resource role for partner contact. -
SalesAffinityCode: string
Title:
AffinityMaximum Length:30The code indicating the affinity of a contact to the deploying organization. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_AFFINITY_CODE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task. -
SalesBuyingRoleCode: string
Title:
Buying RoleMaximum Length:30The code indicating the role played by a contact in the buying process, for example, decision maker or supporting role. A list of accepted values is defined in the lookup HZ_SLS_CNTCT_BUY_ROLE_CODE. Review and update the values for this attribute using the Setup and Maintenance work area, Manage Contact Lookups task. -
Salutation: string
Title:
SalutationMaximum Length:60The phrase used to address a contact party in any correspondence. -
SecondLastName: string
Title:
Second Last NameMaximum Length:150The second last name for a person. A list of accepted values is defined in the lookup HZ_PERSON_PROFILES. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task. -
smartActions: array
Smart Actions
Title:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
SourceSystem: string
The name of the external source system.
-
SourceSystemReferenceValue: string
The identifier of the record from external source system.
-
State: string
Title:
StateMaximum Length:60The state element of the address. -
Title: string
Title:
TitleMaximum Length:60A professional or family title, such as Don or The Right Honorable. -
Type: string
Title:
TypeMaximum Length:30The contact party type that defines whether the contact is a sales account, a prospect, a contact or any other user-defined party type. The default value is ZCA_CUSTOMER. A list of accepted values is defined in the lookup ZCA_CONTACT_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the partner contact object can be updated by the current user or not. If the value is True, then the partner contact object can be updated. -
UserAccountRequestStatus: string
Title:
User Account Request StatusRead Only:trueStatus and error description, if any, for create user account LDAP request. -
userdetails: array
User Account Details
Title:
User Account DetailsThe user account details resource is used to view, create, update, and delete the user account details of a partner contact. -
Username: string
The user name of the account for the partner contact. This should not be used currently.
-
WorkPhoneAreaCode: string
Title:
Area CodeMaximum Length:20The area code for the partner contact's work phone. -
WorkPhoneCountryCode: string
Title:
Phone Country CodeMaximum Length:10The international country code for a partner contact???s work phone number, such as 33 for France. -
WorkPhoneExtension: string
Title:
ExtensionMaximum Length:20The additional number used after initial connection to an internal telephone system. -
WorkPhoneNumber: string
Title:
PhoneMaximum Length:40The work phone number of a partner contact formatted in the local format without the area code, country code, or extension.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsAn attachments resource is used to view, create, modify or delete the partner's attachments.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Smart Actions
Type:
arrayTitle:
Smart ActionsThe smart actions resource is used to view the name, security, context object, REST operation, confirmation message, and other global properties of smart actions. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
Show Source
Nested Schema : User Account Details
Type:
arrayTitle:
User Account DetailsThe user account details resource is used to view, create, update, and delete the user account details of a partner contact.
Show Source
Nested Schema : partners-contacts-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdThe unique identifier used for tracking the uploaded files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdThe unique identifier of the attachment. -
CategoryName: string
Title:
CategoryMaximum Length:30The name of the category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the attachment. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name of the person who uploaded the image. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the attachment record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEThe code indicating the data type of the attachment. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The unique identifier of the attached document. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path of the attachment. -
DmVersionNumber: string
Maximum Length:
255The current version number of the attachment. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeThe code indicating the type of error, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe date when the contents in the attachment expire. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URL of the attachment. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name of the person who last updated the image. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe length of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name of the attachment file. -
UploadedText: string
Title:
Uploaded TextThe text of the attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of the attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of the attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login associated with the attachment.
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 : partners-contacts-smartActions-item-response
Type:
Show Source
object-
ActionIntent: string
(byte)
Title:
Action IntentJSON object that describes what an action does and what context data can be passed to the action. -
ConfirmationMessage: string
Title:
Confirmation MessageMaximum Length:4000The confirmation message displayed before the smart action runs. An affirmative response allows the smart action to run. -
ContentType: string
Title:
Content TypeMaximum Length:50The media type of the smart action REST operation. -
DisplayLabel: string
Title:
Action NameMaximum Length:256The display name of the smart action. -
Entity: string
Title:
Parent EntityMaximum Length:150The primary object the smart action is associated with. For example if the smart action creates an appointment for a lead, lead is the primary object. -
Href: string
Title:
REST EndpointMaximum Length:1024The relative path of the smart action REST resource. The path can include path parameters. -
IncludedInApplication: string
Title:
Included in ApplicationMaximum Length:512The client applications that the smart action is associated with. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MassActionFlag: boolean
Title:
Mass ActionMaximum Length:1Boolean type indicating if this action can be mass processed. -
Method: string
Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. -
ObjectFunctionName: string
Title:
Object FunctionMaximum Length:64The object function for smart action. -
PageType: string
Title:
Page TypeMaximum Length:256The list of pages that this action can be used in. -
SmartSuggestFlag: boolean
Title:
Smart SuggestMaximum Length:1Indicates whether the smart suggest is enabled for the action. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1The system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. -
UpdateOfAttributes: string
Title:
Attributes to UpdateMaximum Length:512The object attribute to be updated as a result of using a data entry form. It is used by applications to determine which form to use. The value is object scoped and must be unique across all smart actions for an object. -
UserActionId: integer
(int64)
Title:
User Action IDThe unique system assigned identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique system assigned smart action name. - UserActionNavigation: array Smart Action User Interface Definitions
-
UserActionRank: integer
(int64)
Title:
PriorityThe number defining the relative position of the smart action in the list of smart actions displayed in a client application. -
UserActionRequestPayload: array
Smart Action REST Payload Definitions
Title:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action. -
UserActionURLBinding: array
Smart Action REST Path Parameter Definitions
Title:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Smart Action REST Payload Definitions
Type:
arrayTitle:
Smart Action REST Payload DefinitionsThe payload definitions resource is used to view the REST request payload name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
Show Source
Nested Schema : Smart Action REST Path Parameter Definitions
Type:
arrayTitle:
Smart Action REST Path Parameter DefinitionsThe path parameter definitions resource is used to view the REST request path parameter name-value pair definitions of a smart action. Smart action item or collection links returned in response payloads are valid at the moment the REST request is processed. Any change to the parent object context can invalidate a previously valid smart action.
Show Source
Nested Schema : partners-contacts-smartActions-UserActionRequestPayload-item-response
Type:
Show Source
object-
Binding: string
Title:
Payload Value Binding TypeMaximum Length:64The classification of the value property of a name-value pair. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. A value of STATIC indicates the value to be assigned is a simple string. A null value indicates that the value type is JSON_ARRAY_STRING. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MandatoryFlag: boolean
Title:
MandatoryMaximum Length:1Indicates whether a REST payload body parameter value is mandatory. If True, runtime validation ensures that the value is defined. -
RequestPayloadId: integer
(int64)
The unique system assigned identifier of a smart action REST payload body parameter name-value pair definition.
-
RequestPayloadName: string
Title:
Request Payload Attribute NameMaximum Length:256The value assigned to the name property of a name-value pair. -
SmartSuggestPath: string
Title:
Smart Suggest PathMaximum Length:2048The path used for smart suggest. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. True indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
Value: string
Title:
Request Payload Attribute ValueMaximum Length:1000The value assigned to the value property of a name-value pair. -
ValueStruct: string
Title:
Payload Value StructureMaximum Length:20A value of JSON_ARRAY_STRING indicates that the value property of a name-value pair represents an array of data rather than a single entity such as an object attribute name or simple text string. The array string is a definition of the name-value pair and the Binding and Mandatory properties. The array string follows specific pattern, for example [{"name":"leadId","Value":"LeadId","MandatoryFlag":true,"Binding":"RUNTIME"}]. A null value indicates the value property represents a simple, single entity such as an object attribute name or simple text string.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-contacts-smartActions-UserActionURLBinding-item-response
Type:
Show Source
object-
Binding: string
Title:
URL Binding TypeMaximum Length:64The classification of the value property of a name-value pair. The binding value of a UserActionURLBinding instance must be RUNTIME. A binding value of RUNTIME indicates the value to be assigned is the runtime value of an object attribute. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SystemActionFlag: boolean
Title:
System ActionMaximum Length:1Default Value:falseThe system assigned value indicating whether the smart action is seeded or custom. 'True' indicates the smart action is seeded. The value is automatically derived from smartActions.SystemActionFlag. -
URLBindingId: integer
(int64)
The unique system assigned identifier of a smart action REST path parameter name-value pair definition.
-
URLBindingName: string
Title:
URL Binding Parameter NameMaximum Length:256The value assigned to the name property of a name-value pair. -
Value: string
Title:
URL Binding Parameter ValueMaximum Length:1000The value assigned to the value property of a name-value pair.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-contacts-userdetails-item-response
Type:
Show Source
object-
ErrorDescription: string
Read Only:
trueThe error description, if any, for creation of the user account. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
UserAccountStatus: string
Title:
User Account Request StatusRead Only:trueThe status of the user account of the partner contact. -
Username: string
Title:
User NameThe name of the user account of the partner contact.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- CertificationLevelLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DHZ_PARTY_CERT_LEVEL
- finder:
- CertificationReasonCodeLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DHZ_PARTY_CERT_REASON
- finder:
- CountriesLOV
-
Parameters:
- finder:
ObsoleteEnabledFlagFinder%3BBindEnabledFlag%3DY%2CBindObsoleteFlag%3DN
- finder:
- CurrenciesLOV
-
Parameters:
- finder:
EnabledFlagFinder%3BBindEnabledFlag%3DY
- finder:
- DepartmentCodeLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DDEPARTMENT_TYPE
- finder:
- DoNotCallFlagLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DYES_NO
- finder:
- DoNotContactFlagLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DYES_NO
- finder:
- DoNotEmailFlagLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DYES_NO
- finder:
- DoNotMailFlagLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DYES_NO
- finder:
- GenderLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DHZ_GENDER
- finder:
- JobTitleCodeLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DRESPONSIBILITY
- finder:
- ManagersLOV
-
Parameters:
- finder:
PCManagersFinder%3BPartyId%3D{PartyId}%2CPartnerPartyId%3D{PartnerPartyId}
- finder:
- MaritalStatusLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DMARITAL_STATUS
- finder:
- PartnerLookup
- PersonPreNameAdjunctLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupCode%3D{PersonPreNameAdjunct}%2CLookupType%3DCONTACT_TITLE
- finder:
- PhoneCountryCodeLOV
- PreferredContactMethodLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DHZ_PREFERRED_CONTACT_METHOD
- finder:
- RentOwnIndLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DOWN_RENT_IND
- finder:
- ResourceRoleLOV
- SalesAffinityCodeLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DHZ_SLS_CNTCT_AFFINITY_CODE
- finder:
- SalesBuyingRoleCodeLookupLOV
-
Parameters:
- finder:
LookupTypeFinder%3BLookupType%3DHZ_SLS_CNTCT_BUY_ROLE_CODE
- finder:
- SalesProfileTypeLookupLOV
-
Parameters:
- finder:
LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DZCA_CONTACT_TYPE
- finder:
- attachments
-
Parameters:
- CompanyNumber:
$request.path.CompanyNumber - PartyNumber:
$request.path.PartyNumber
- CompanyNumber:
- smartActions
-
Parameters:
- CompanyNumber:
$request.path.CompanyNumber - PartyNumber:
$request.path.PartyNumber
- CompanyNumber:
- userdetails
-
Parameters:
- CompanyNumber:
$request.path.CompanyNumber - PartyNumber:
$request.path.PartyNumber
- CompanyNumber: