Get all partners
get
/crmRestApi/resources/11.13.18.05/partners
Request
Query Parameters
-
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 -
finder: string
Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- CompanyNumberRF: Finds the partner resource by partner number.
Finder Variables:- CompanyNumber; string; The company number of the partner.
- MyPartners: Finds the partner resource by record set.
Finder Variables:- RecordSet; string; The value of the record set.
- PrimaryKey: Finds the partner resource by primary key.
Finder Variables:- OrganizationProfileId; integer; Finds a partner???s organization profile with ID.
- PartyId; integer; Finds a partner???s party with ID.
- SourceSystemReferenceAltKey: Finds a partner by source system reference value.
Finder Variables:- SourceSystem; string; The name of the external source system for the partner.
- SourceSystemReferenceValue; string; The identifier of the partner record from external source system.
- SourceSystemReferenceRF: Finds a partner by source system and source system reference value.
Finder Variables:- BindSourceSystem; string; The name of the external source system of the partner.
- BindSourceSystemReferenceValue; string; The identifier of the partner record from external source system.
- BindSysDate; string; This is an internal attribute and should not be used.
- CompanyNumberRF: Finds the partner resource by partner number.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
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 -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AccountDirectorId; integer; The unique identifier of the partner account owner.
- AddrElementAttribute1; string; An additional address element to support flexible address format.
- AddrElementAttribute2; string; An additional address element to support flexible address format.
- AddrElementAttribute3; string; An additional address element to support flexible address format.
- AddrElementAttribute4; string; An additional address element to support flexible address format.
- AddrElementAttribute5; string; An additional address element to support flexible address format.
- AddressLineFour; string; The fourth line for address of the partner.
- AddressLineOne; string; The first line for address.
- AddressLineThree; string; The third line for address.
- AddressLineTwo; string; The second line for address.
- AddressLinesPhonetic; string; The phonetic or kana representation of the Kanji address lines (used in Japan).
- AnnualRevenue; number; The partner company's annual revenue.
- Building; string; The building name or number in the address of the partner.
- BusinessScope; string; The physical class of business in which a business participates, such as local, national, or international.
- CeoName; string; The name of the chief executive officer of the partner.
- City; string; The city of the identifying address.
- CompanyNumber; string; The alternate key identifier of the partner's company.
- ComplianceReviewedDate; string; The date when the compliance review that determines the partner's compliance status was last completed.
- ComplianceStatus; string; The compliance status of the partner with the organization's criteria. If the value is Y, then the partner is a compliant. The default value is N.
- ControlYr; number; The year when current ownership gained control.
- Country; string; The country of the address. Review the list of countries using the Manage Geographies task.
- CountryName; string; The name of the country associated with the partner company.
- County; string; The county of the address.
- CreatedBy; string; The user who created the record.
- CreationDate; string; The date and time the record was created.
- DUNSNumberC; string; The DUNS number, a unique, nine-digit identification number that is assigned to business entities by Dun & Bradstreet.
- DbRating; string; The Dun & Bradstreet credit rating.
- EligibleForPublicProfile; string; Indicates if the partner is eligible for publishing their public profile. If the value is True, then the partner is eligible.
- EmailAddress; string; The e-mail address of the contact point.
- EmailFormat; string; Indicates the preferred format for e-mail addressed to this address, such as HTML or ASCII.
- EmployeesTotal; number; The total number of employees.
- FaxNumber; string; The fax number of partner organization.
- FloorNumber; string; The floor number of the address.
- FormattedAddress; string; The formatted address of the partner.
- HomeCountry; string; The home country of the partner.
- IndstClassCategory; string; The classification category of the industry to which the partner belongs.
- IndstClassCode; string; The classification code of the industry to which the partner belongs.
- IndustryName; string; The classification name of the industry to which the partner belongs.
- JgzzFiscalCode; string; The tax identification number of the partner.
- LastUpdateDate; string; The date on which the record is last updated.
- LastUpdateLogin; string; The login details of the user who last updated the record.
- LastUpdatedBy; string; The user who last updated the record.
- Latitude; number; The latitude information for the address of the partner. The latitude information for the location is used for spatial proximity and containment purposes.
- LineOfBusiness; string; The type of business activities performed at this site.
- Longitude; number; The longitude information for the address of the partner. The longitude information for the location is used for spatial proximity and containment purposes.
- Mailstop; string; The user-defined code that indicates a mail drop point within the organization.
- OpportunitiesWonPriorYear; number; The opportunities that the partner sales representatives closed and won in the prior fiscal year.
- OpportunitiesWonYTD; number; The opportunities that the partner sales representatives closed and won in the current fiscal year-to-date.
- OrganizationName; string; The name of the partner.
- OrganizationProfileId; integer; The unique identifier for the partner profile.
- OrganizationSize; string; The size of the organization based on its revenue, number of employees, and so on.
- OwnerName; string; The name of the owner of the partner.
- OwnerPartyNumber; string; The unique identifier of the owner of the partner company.
- ParentPartnerId; string; The unique identifier of the parent partner.
- ParentPartnerName; string; The name of the parent partner.
- ParentPartnerOrigSystem; string; ParentPartnerOrigSystem and ParentPartnerOrigSystemReference uniquely identify a partner based on the reference ID for this partner in another external system. Setting these two values correctly sets the parent partner for the current partner.
- ParentPartnerOrigSystemReference; string; ParentPartnerOrigSystem and ParentPartnerOrigSystemReference uniquely identify a partner based on the reference ID for this partner in another external system. Setting these two values correctly sets the parent partner for the current partner.
- ParentPartnerPartyId; integer; The unique identifier of the parent partner party.
- ParentPartnerPartyNumber; string; The alternate key identifier of the parent partner party.
- PartnerLevel; string; The relative tier of the partner.
- PartnerSummary; string; A brief description of the partner company.
- PartyId; integer; The unique identifier of the partner.
- PartyNumber; 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.
- PhoneAreaCode; string; The area code of the telephone number.
- PhoneCountryCode; string; The international country code for a telephone number, such as 33 for France.
- PhoneExtension; string; The additional number used after initial connection to an internal telephone system.
- PhoneLineType; string; The lookup code for the type of phone line, such as general, fax, inbound, or outbound.
- PhoneNumber; string; A telephone number formatted in the local format. The number should not include area code, country code, or extension.
- PostalCode; string; The postal code of the address.
- PostalPlus4Code; string; The four-digit extension to the United States Postal ZIP code for the address.
- PreferredContactPersonId; integer; The unique identifier of the preferred contact person for this partner.
- PreferredFunctionalCurrency; string; The code indicating the organization's default currency. A list of valid currency codes are defined during the application setup.
- PrimaryContactEmailAddress; string; The e-mail address of the partners' primary contact.
- PrimaryContactPartyName; string; The name of the partners's primary contact.
- PrimaryContactPartyNumber; string; The party number of the primary contact of the partner.
- PrincipalName; string; The name of the highest ranking person in the organization.
- Province; string; The province of the address.
- PublicAddressId; integer; The unique identifier of the public address.
- PublicAddressNumber; string; The unique identifier of the public address.
- PublicContactId; integer; The unique identifier of the public contact of the partner company.
- PublicContactName; string; The name of the public contact of the partner company.
- PublicContactPartyNumber; string; The party number of the public contact of the partner company.
- PublicEmailAddress; string; The public e-mail address of the partner company.
- PublicEmailId; integer; The unique identifier of the public email id.
- PublicFaxId; integer; The unique identifier of the public fax number for the partner company.
- PublicPhoneId; integer; The unique identifier of the public phone number.
- PublicStatus; string; The status of approval of public profile.
- RawPhoneNumber; string; The raw phone number.
- SolutionOverview; string; The overview description of partner solutions.
- State; string; The state element of the address.
- Status; string; The status of the partner's relationship with the organization. This value is maintained by the channel manager.
- StockSymbol; string; The corporate stock symbol of the organization as listed in stock exchanges.
- Synergy; string; The description of the value of the partnership between the organization and partner.
- TierId; integer; The unique identifier of the tier that the partner belongs to.
- TierName; string; The name of the tier that the partner belongs to.
- TierRanking; integer; The tier ranking of the partner company.
- URL; string; The URL for the partner's web presence.
- UpdateFlag; boolean; Indicates whether the partner object can be updated by the current user or not. If the value is True, then the partner object can be updated.
- WebType; string; The prefix class to a web address, such as FTP or HTTP.
- YearEstablished; integer; The year that the organization started its business operations.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
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
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-item-response
Type:
Show Source
object-
AccountDirectorId: integer
(int64)
The unique identifier of the partner account owner.
-
accountTeamMembers: array
Partner Account Team Members
Title:
Partner Account Team MembersThe partner account team members resource is used to view, create, update, and delete the team members who will work with the partner. The team members are responsible for a partner account, and have access to edit the partner account information. -
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. -
addresses: array
Addresses
Title:
AddressesThe addresses resource is used to view, create, update, and delete addresses of a partner. -
AddressLineFour: string
Title:
Address Line 4Maximum Length:240The fourth line for address of the partner. -
AddressLineOne: string
Title:
Address Line 1Maximum Length:240The first line for address. -
AddressLinesPhonetic: string
Title:
Address Lines PhoneticMaximum Length:560The phonetic or kana representation of the Kanji address lines (used in Japan). -
AddressLineThree: string
Title:
Address Line 3Maximum Length:240The third line for address. -
AddressLineTwo: string
Title:
Address Line 2Maximum Length:240The second line for address. -
AnnualRevenue: number
Title:
Annual RevenueThe partner company's annual revenue. -
Assessment: array
Assessments
Title:
AssessmentsThe assessments resource is used to view, create, update, and delete the assessment of a partner. -
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 partner. -
BusinessScope: string
Title:
Business ScopeMaximum Length:20The physical class of business in which a business participates, such as local, national, or international. -
CeoName: string
Title:
Chief Executive NameMaximum Length:240The name of the chief executive officer of the partner. -
certifications: array
Partner Certifications
Title:
Partner CertificationsThe partner certifications resource is used to view, create, and delete the certifications of a partner. Through certifications, partners can qualify for competencies offered by the channel organization and become eligible for higher partner levels (Gold, Silver, Bronze), increased discounts, and so on. -
City: string
Title:
CityMaximum Length:60The city of the identifying address. -
CompanyNumber: string
Title:
Partner NumberMaximum Length:30The alternate key identifier of the partner's company. -
ComplianceReviewedDate: string
(date)
Title:
Compliance Reviewed DateThe date when the compliance review that determines the partner's compliance status was last completed. -
ComplianceStatus: string
Title:
Compliance StatusMaximum Length:50The compliance status of the partner with the organization's criteria. If the value is Y, then the partner is a compliant. The default value is N. -
contactPoints: array
Contact Points
Title:
Contact PointsThe contact points resource is used to view, create, update, and delete the partner's contact points such as e-mail address, phone number, fax number etc. These contact points can be assiged as a public contact point for the partner. For example, a contact point created for an e-mail address can be assigned as a public e-mail address for the partner. -
contacts: array
Partner Contacts
Title:
Partner ContactsThe partner contacts resource is used to view, create, update, and delete the contacts of a partner company. For example, a partner sales rep, a partner sales manager, a partner administrator, and so on. Note: The following attributes are not supported in the Partner Contacts resource, though they are listed for the Partner object in the App Composer: ContactRole, ContactStatus, RegistrationStatus, SalesProfileStatus, RecordSet, DataCloudStatus, and TimezoneCode. -
ControlYr: number
Title:
Organization Control YearThe year when current ownership gained control. -
CorpCurrencyCode: string
Maximum Length:
15The corporate currency code of the Partner. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
Country: string
Title:
CountryMaximum Length:2The country of the address. Review the list of countries using the Manage Geographies task. -
CountryName: string
Title:
CountryRead Only:trueThe name of the country associated with 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. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time the record was created. -
CurrencyCode: string
Maximum Length:
15The currency code associated with the Partner. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
DbRating: string
Title:
D&B Credit RatingMaximum Length:5The Dun & Bradstreet credit rating. -
DUNSNumberC: string
Title:
D-U-N-S NumberMaximum Length:30The DUNS number, a unique, nine-digit identification number that is assigned to business entities by Dun & Bradstreet. -
EligibleForPublicProfile: string
Title:
Eligible for Public ProfileMaximum Length:1Indicates if the partner is eligible for publishing their public profile. If the value is True, then the partner is eligible. -
EmailAddress: string
Title:
EmailMaximum Length:320The e-mail address of the contact point. -
EmailFormat: string
Title:
Email FormatMaximum Length:30Indicates the preferred format for e-mail addressed to this address, such as HTML or ASCII. -
EmployeesTotal: number
Title:
Number of EmployeesThe total number of employees. -
expertises: array
Expertises
Title:
ExpertisesThe expertise resource is used to view, create, and delete the partner's expertise. Partner expertise indicates areas where the partner has special knowledge or skill. -
FaxNumber: string
Title:
PhoneMaximum Length:40The fax number of partner organization. -
FloorNumber: string
Title:
FloorMaximum Length:40The floor number of the address. -
FormattedAddress: string
Title:
AddressRead Only:trueThe formatted address of the partner. -
FormattedPhoneNumber: string
Title:
Phone NumberRead Only:trueThe formatted phone number of the organization. -
geographies: array
Geographies
Title:
GeographiesThe partner geographies resource is used to view, create, delete the geographies that the partner operates in, such as US, CA, and so on. -
HomeCountry: string
Title:
Home CountryMaximum Length:2The home country of the partner. -
IndstClassCategory: string
Title:
Classification CategoryMaximum Length:255The classification category of the industry to which the partner belongs. -
IndstClassCode: string
Title:
Classification CodeThe classification code of the industry to which the partner belongs. -
industries: array
Industries
Title:
IndustriesThe industries resource is used to view, create, and delete the industries that a channel partner works with. For example, a partner's industry can be manufacturing or automotive. -
IndustryName: string
Title:
Classification Code MeaningRead Only:trueMaximum Length:80The classification name of the industry to which the partner belongs. -
IsAccountFlag: boolean
Default Value:
falseIndicates whether an existing account would be converted to partner. If the value is 'Y', then the party id of the existing account would be used for the partner. -
IsSelfRegisteredPartner: string
Maximum Length:
80Indicates whether this partner is self-registered or not. If the value is Y, then the partner is self-registered. If you submit a Partner POST or PATCH call with this flag set to Y, then the partner approval process is initiated. If you submit a POST or PATCH call with this flag set to N, or this flag is omitted, then the partner approval process is not initiated. -
JgzzFiscalCode: string
Title:
Taxpayer Identification NumberMaximum Length:20The tax identification number of the partner. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date on which the record is 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 partner. The latitude information for the location is used for spatial proximity and containment purposes. -
LineOfBusiness: string
Title:
Line of BusinessMaximum Length:240The type of business activities performed at this site. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Longitude: number
Title:
LongitudeThe longitude information for the address of the partner. The longitude information for the location is used for spatial proximity and containment purposes. -
Mailstop: string
Title:
Mail StopRead Only:trueMaximum Length:60The user-defined code that indicates a mail drop point within the organization. -
notes: array
Notes
Title:
NotesThe note resource is used to view, create, update, and delete notes associated with a partner. A note captures comments, information, or instructions related to a partner. -
OpportunitiesWonPriorYear: number
Title:
Opportunities Won Prior YearThe opportunities that the partner sales representatives closed and won in the prior fiscal year. -
OpportunitiesWonYTD: number
Title:
Opportunities Won Year to DateThe opportunities that the partner sales representatives closed and won in the current fiscal year-to-date. -
OrganizationName: string
Title:
Organization NameMaximum Length:360The name of the partner. -
OrganizationProfileId: integer
(int64)
Read Only:
trueThe unique identifier for the partner profile. -
OrganizationSize: string
Title:
Organization SizeMaximum Length:30The size of the organization based on its revenue, number of employees, and so on. -
OwnerName: string
Title:
OwnerRead Only:trueMaximum Length:450The name of the owner of the partner. -
OwnerPartyNumber: string
Read Only:
trueMaximum Length:30The unique identifier of the owner of the partner company. -
ParentPartnerId: string
Title:
Parent Primary Key 1 ValueRead Only:trueMaximum Length:100The unique identifier of the parent partner. -
ParentPartnerList: string
Title:
Parent Partner ListRead Only:trueMaximum Length:255List of all the parent partners till the top node in the partner hierarchy. -
ParentPartnerName: string
Title:
Parent PartnerRead Only:trueThe name of the parent partner. -
ParentPartnerOrigSystem: string
Title:
Parent Partner Original SystemRead Only:trueMaximum Length:30ParentPartnerOrigSystem and ParentPartnerOrigSystemReference uniquely identify a partner based on the reference ID for this partner in another external system. Setting these two values correctly sets the parent partner for the current partner. -
ParentPartnerOrigSystemReference: string
Title:
Parent Partner Original System ReferenceRead Only:trueMaximum Length:255ParentPartnerOrigSystem and ParentPartnerOrigSystemReference uniquely identify a partner based on the reference ID for this partner in another external system. Setting these two values correctly sets the parent partner for the current partner. -
ParentPartnerPartyId: integer
(int64)
Title:
Parent Partner Party IDThe unique identifier of the parent partner party. -
ParentPartnerPartyNumber: string
Title:
Parent Partner Company NumberMaximum Length:30The alternate key identifier of the parent partner party. -
partnerAnnouncements: array
Partner Announcements
Title:
Partner AnnouncementsThe partner annoucements resource is used to view the partner annoucements which are relavant to the partner user based on the partner company. The partner annoucements are created by channel users and the audience is defined based on partner company or attributes of the partner company. -
PartnerLevel: string
Title:
Partner LevelMaximum Length:50The relative tier of the partner. -
partnerRollup: array
Partner Rollups
Title:
Partner RollupsThe partner rollups resource is used to view all the rollup attributes and their values defined for a partner. -
PartnerSummary: string
Title:
Partner SummaryMaximum Length:4000A brief description of the partner company. -
partnerTeam: array
Partner Teams
Title:
Partner TeamsThe partner teams resource is used to view the team members and territory team members associated with an partner. -
PartyId: integer
(int64)
The unique identifier of the partner.
-
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. -
PhoneAreaCode: string
Title:
Area CodeMaximum Length:20The area code of the telephone number. -
PhoneCountryCode: string
Title:
Phone Country CodeMaximum Length:10The international country code for a telephone number, such as 33 for France. -
PhoneExtension: string
Title:
ExtensionMaximum Length:20The additional number used after initial connection to an internal telephone system. -
PhoneLineType: string
Title:
TypeMaximum Length:30Default Value:GENThe lookup code for the type of phone line, such as general, fax, inbound, or outbound. -
PhoneNumber: string
Title:
PhoneMaximum Length:40A telephone number formatted in the local format. The number should not include area code, country code, or extension. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the address. -
PostalPlus4Code: string
Title:
Postal Code ExtensionMaximum Length:20The four-digit extension to the United States Postal ZIP code for the address. -
PreferredContactPersonId: integer
(int64)
Title:
Primary Contact Party IDThe unique identifier of the preferred contact person for this partner. -
PreferredFunctionalCurrency: string
Title:
Preferred Functional CurrencyMaximum Length:15The code indicating the organization's default currency. A list of valid currency codes are defined during the application setup. -
PrimaryContactEmailAddress: string
Title:
Contact EmailRead Only:trueMaximum Length:320The e-mail address of the partners' primary contact. -
PrimaryContactPartyName: string
Title:
Primary ContactRead Only:trueMaximum Length:360The name of the partners's primary contact. -
PrimaryContactPartyNumber: string
Title:
Primary Contact Registry IDRead Only:trueMaximum Length:30The party number of the primary contact of the partner. -
PrimaryContactPhone: string
Title:
Primary PhoneRead Only:trueThe phone number of the partner's primary contact. -
PrincipalName: string
Title:
Principal NameMaximum Length:240The name of the highest ranking person in the organization. -
productSpecialities: array
Focus Areas
Title:
Focus AreasThe focus areas resource is used to view, create, or delete the partner's focus areas. For example, a partner's focus area can be green servers. -
Province: string
Title:
ProvinceMaximum Length:60The province of the address. -
PublicAddress: string
Title:
Public AddressRead Only:trueThe public address of the partner company. -
PublicAddressId: integer
(int64)
The unique identifier of the public address.
-
PublicAddressNumber: string
Title:
Site NumberRead Only:trueMaximum Length:30The unique identifier of the public address. -
PublicContactId: integer
(int64)
The unique identifier of the public contact of the partner company.
-
PublicContactName: string
Title:
Public ContactRead Only:trueMaximum Length:360The name of the public contact of the partner company. -
PublicContactPartyNumber: string
Read Only:
trueMaximum Length:30The party number of the public contact of the partner company. -
PublicEmailAddress: string
Title:
Public EmailRead Only:trueMaximum Length:320The public e-mail address of the partner company. -
PublicEmailId: integer
(int64)
The unique identifier of the public email id.
-
PublicFaxId: integer
(int64)
The unique identifier of the public fax number for the partner company.
-
PublicFaxNumber: string
Title:
Public FaxRead Only:trueThe public fax number of the partner company. -
PublicPhoneId: integer
(int64)
The unique identifier of the public phone number.
-
PublicPhoneNumber: string
Title:
Public PhoneRead Only:trueThe public phone number of the partner company. -
PublicStatus: string
Title:
Public StatusMaximum Length:50The status of approval of public profile. -
RawPhoneNumber: string
Title:
PhoneMaximum Length:60The raw phone number. -
RecordSetLookup: array
Record Set Lookup
Title:
Record Set LookupThe recordset lookup resource lets you create, update and delete a recortset lookup. -
RunDataSyncFlag: boolean
Title:
Run Data SyncThis attribute triggers the activation flow for any active or non active partner to process and synchronize the data. This attribute should never be used. -
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. -
SolutionOverview: string
Title:
Solution OverviewMaximum Length:4000The overview description of partner solutions. -
SourceSystem: string
The name of the external source system.
-
SourceSystemReferenceValue: string
The identifier of the record from external source system.
-
SourceType: string
Read Only:
trueThe type of the source object such as Opportunities or Partners as defined in the object metadata. -
SSROwnerTableName: string
Read Only:
trueMaximum Length:30Default Value:HZ_PARTIESThis is an internal system attribute and should never be used. -
State: string
Title:
StateMaximum Length:60The state element of the address. -
Status: string
Title:
StatusMaximum Length:50The status of the partner's relationship with the organization. This value is maintained by the channel manager. -
StockSymbol: string
Title:
Stock SymbolMaximum Length:20The corporate stock symbol of the organization as listed in stock exchanges. -
Synergy: string
Maximum Length:
4000The description of the value of the partnership between the organization and partner. -
TierId: integer
(int64)
Title:
TierThe unique identifier of the tier that the partner belongs to. -
TierName: string
Title:
TierRead Only:trueMaximum Length:155The name of the tier that the partner belongs to. -
TierRanking: integer
(int32)
Title:
TierRead Only:trueThe tier ranking of the partner company. -
TotalChildPartners: integer
Title:
Total Child PartnersRead Only:trueThe total number of direct and indirect child partners in the hierarchy. -
TotalImmediateChildPartners: integer
Title:
Total Immediate Child PartnersRead Only:trueThe number of immediate child nodes in hierarchy for the partner. -
TotalPartnersInHierarchy: integer
Title:
Total Partners in HierarchyRead Only:trueThe total number of partners in the hierarchy. -
types: array
Partner Types
Title:
Partner TypesThe partner types resource is used to view, create, and delete the type of the partner. The partner type record enables you to categorize the partner account based on the type of business the partner performs. For example, a partner can be a reseller, a distributor, a manufacturer, and so on. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the partner object can be updated by the current user or not. If the value is True, then the partner object can be updated. -
URL: string
Title:
URLMaximum Length:2000The URL for the partner's web presence. -
WebType: string
Title:
ProtocolMaximum Length:60Default Value:HTTPThe prefix class to a web address, such as FTP or HTTP. -
YearEstablished: integer
(int32)
Title:
Year EstablishedThe year that the organization started its business operations.
Nested Schema : Partner Account Team Members
Type:
arrayTitle:
Partner Account Team MembersThe partner account team members resource is used to view, create, update, and delete the team members who will work with the partner. The team members are responsible for a partner account, and have access to edit the partner account information.
Show Source
Nested Schema : Addresses
Type:
arrayTitle:
AddressesThe addresses resource is used to view, create, update, and delete addresses of a partner.
Show Source
Nested Schema : Assessments
Type:
arrayTitle:
AssessmentsThe assessments resource is used to view, create, update, and delete the assessment of a partner.
Show Source
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsAn attachments resource is used to view, create, modify or delete the partner's attachments.
Show Source
Nested Schema : Partner Certifications
Type:
arrayTitle:
Partner CertificationsThe partner certifications resource is used to view, create, and delete the certifications of a partner. Through certifications, partners can qualify for competencies offered by the channel organization and become eligible for higher partner levels (Gold, Silver, Bronze), increased discounts, and so on.
Show Source
Nested Schema : Contact Points
Type:
arrayTitle:
Contact PointsThe contact points resource is used to view, create, update, and delete the partner's contact points such as e-mail address, phone number, fax number etc. These contact points can be assiged as a public contact point for the partner. For example, a contact point created for an e-mail address can be assigned as a public e-mail address for the partner.
Show Source
Nested Schema : Partner Contacts
Type:
arrayTitle:
Partner ContactsThe partner contacts resource is used to view, create, update, and delete the contacts of a partner company. For example, a partner sales rep, a partner sales manager, a partner administrator, and so on. Note: The following attributes are not supported in the Partner Contacts resource, though they are listed for the Partner object in the App Composer: ContactRole, ContactStatus, RegistrationStatus, SalesProfileStatus, RecordSet, DataCloudStatus, and TimezoneCode.
Show Source
Nested Schema : Expertises
Type:
arrayTitle:
ExpertisesThe expertise resource is used to view, create, and delete the partner's expertise. Partner expertise indicates areas where the partner has special knowledge or skill.
Show Source
Nested Schema : Geographies
Type:
arrayTitle:
GeographiesThe partner geographies resource is used to view, create, delete the geographies that the partner operates in, such as US, CA, and so on.
Show Source
Nested Schema : Industries
Type:
arrayTitle:
IndustriesThe industries resource is used to view, create, and delete the industries that a channel partner works with. For example, a partner's industry can be manufacturing or automotive.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Notes
Type:
arrayTitle:
NotesThe note resource is used to view, create, update, and delete notes associated with a partner. A note captures comments, information, or instructions related to a partner.
Show Source
Nested Schema : Partner Announcements
Type:
arrayTitle:
Partner AnnouncementsThe partner annoucements resource is used to view the partner annoucements which are relavant to the partner user based on the partner company. The partner annoucements are created by channel users and the audience is defined based on partner company or attributes of the partner company.
Show Source
Nested Schema : Partner Rollups
Type:
arrayTitle:
Partner RollupsThe partner rollups resource is used to view all the rollup attributes and their values defined for a partner.
Show Source
Nested Schema : Partner Teams
Type:
arrayTitle:
Partner TeamsThe partner teams resource is used to view the team members and territory team members associated with an partner.
Show Source
Nested Schema : Focus Areas
Type:
arrayTitle:
Focus AreasThe focus areas resource is used to view, create, or delete the partner's focus areas. For example, a partner's focus area can be green servers.
Show Source
Nested Schema : Record Set Lookup
Type:
arrayTitle:
Record Set LookupThe recordset lookup resource lets you create, update and delete a recortset lookup.
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 : Partner Types
Type:
arrayTitle:
Partner TypesThe partner types resource is used to view, create, and delete the type of the partner. The partner type record enables you to categorize the partner account based on the type of business the partner performs. For example, a partner can be a reseller, a distributor, a manufacturer, and so on.
Show Source
Nested Schema : partners-accountTeamMembers-item-response
Type:
Show Source
object-
AccessLevelCode: string
Title:
AccessMaximum Length:30Default Value:300The code indicating the type of access granted to the resource as well as managers of the organizations. A list of accepted values is defined in the lookup ZCA_ACCESS_LEVEL. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task. -
AssignmentTypeCode: string
Title:
Assignment TypeMaximum Length:30Default Value:MANUALThe code indicating how the resource is assigned to the partner resource team. A list of accepted values is defined in the lookup ZCA_ASSIGNMENT_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Standard Lookups task. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time the record was created. -
EmailAddress: string
Title:
EmailRead Only:trueMaximum Length:320The email address of the resource. -
FormattedAddress: string
Title:
Primary AddressRead Only:trueThe formatted version of the address. -
FormattedPhoneNumber: string
Title:
PhoneRead Only:trueThe phone number of the resource. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date on which the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login details of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MemberFunctionCode: string
Title:
FunctionMaximum Length:30The code indicating the role of a sales team member in the resource team such as Integrator, Executive Sponsor, and Technical Account Manager. A list of accepted values is defined in the lookup FND_LOOKUPS. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
OrganizationRole: string
Title:
TitleThe role of the resource in the organization. -
OwnerIndicator: string
Indicates whether the Partner Account Team Member is also the owner of this Partner record or not.
-
PartnerAccountResourceId: integer
(int64)
Title:
Partner Account Resource IDThe unique identifier of the party that owns the partner. -
PartnerCompanyNumber: string
Title:
Partner NumberMaximum Length:30The unique identifier of the partner company. -
ResourceId: integer
(int64)
Title:
Account Team MemberThe unique identifier of the sale profile of the resource. -
ResourceName: string
Title:
NameRead Only:trueMaximum Length:360The name of the resource. -
ResourcePartyNumber: string
Title:
Registry IDRead Only:trueMaximum Length:30The party number for the resource of the partner account team. -
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.
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 : 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-accountTeamMembers-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-accountTeamMembers-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-accountTeamMembers-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-addresses-item-response
Type:
Show Source
object-
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. -
AddressId: integer
(int64)
Read Only:
trueThe unique identifier of the address. -
AddressLineFour: string
Title:
Address Line 4Maximum Length:240The fourth line for address. -
AddressLineOne: string
Title:
Address Line 1Maximum Length:240The first line for address. -
AddressLinesPhonetic: string
Title:
Address Lines PhoneticMaximum Length:560The phonetic or Kana representation of the Kanji address lines. This is used for addresses in Japan. -
AddressLineThree: string
Title:
Address Line 3Maximum Length:240The third line for address. -
AddressLineTwo: string
Title:
Address Line 2Maximum Length:240The second line for address. -
AddressNumber: string
Title:
Site NumberMaximum Length:30The alternate key identifier of the address that is internally generated during create. One of AddressId or AddressNumber keys is used to identify the address record during update. -
AddressType: string
Title:
TypeThe lookup code for the type of address, such as billing address, shipping address etc. -
Building: string
Title:
BuildingMaximum Length:240The building name or number in the address. -
City: string
Title:
CityMaximum Length:60The city in the address. -
ClliCode: string
Title:
CLLI CodeMaximum Length:60The Common Language Location Identifier (CLLI) code of the address. The code is used in North America to specify the location of the address. -
Comments: string
Title:
CommentsMaximum Length:2000The user-provided comments for the address. -
CorpCurrencyCode: string
Maximum Length:
15The corporate currency code of the address associated with the contact. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY.Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
Country: string
Title:
CountryMaximum Length:2The country of the address. Review the list of countries using the Manage Geographies task. -
CountryName: string
Read Only:
trueThe name of the country of the partner company. -
County: string
Title:
CountyMaximum Length:60The county of the address. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the address record. -
CreatedByModule: string
Title:
Created by ApplicationMaximum Length:30The module that created the address record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
CurcyConvRateType: string
Maximum Length:
30The currency conversion rate type. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency code associated with the address. A list of valid values are defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task. -
DateValidated: string
(date)
Title:
Validated DateThe date when the address was last validated. -
Description: string
Title:
DescriptionMaximum Length:2000The description of the location. -
DoNotMailFlag: boolean
Title:
Contact PreferencesDefault Value:falseIndicates whether the address should not be used for mailing. -
FloorNumber: string
Title:
FloorMaximum Length:40The floor number of the address. -
FormattedAddress: string
Title:
AddressRead Only:trueThe formatted version of the address. -
FormattedMultilineAddress: string
Title:
AddressRead Only:trueThe formatted multiline version of the address. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
Latitude: number
Title:
LatitudeThe latitude information for the address. 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. -
LocationDirections: string
Title:
Location DirectionsMaximum Length:640The directions to the address location. -
LocationId: integer
(int64)
Title:
Location IDThe unique identifier for the location. -
Longitude: number
Title:
LongitudeThe longitude information for the address. 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. -
PartyId: integer
(int64)
Title:
Party IDThe unique identifier of the partner associated with the address. -
PostalCode: string
Title:
Postal CodeMaximum Length:60The postal code of the address. -
PostalPlus4Code: string
Title:
Postal Code ExtensionMaximum Length:20The four-digit extension to the United States Postal ZIP code for the address. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicates whether this is the primary address of the partner. If the value is Y, then this address is the primary address of the partner. The default value is N. -
Province: string
Title:
ProvinceMaximum Length:60The province of the address. -
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 identifier of the record from external source system.
-
SourceSystemReferenceValue: string
The name of the external source system.
-
State: string
Title:
StateMaximum Length:60The state of the address. -
ValidatedFlag: boolean
Title:
ValidatedMaximum Length:1Default Value:falseIndicates whether the location is validated. The value is internally set by system during address cleansing. If the value is Y, then the address is validated. The default value is N.
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 : partners-addresses-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-addresses-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-addresses-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-Assessment-item-response
Type:
Show Source
object-
AssessAnswerGroups: array
Assessment Answer Groups
Title:
Assessment Answer GroupsThe assessment answer groups resource is used to view and update the question groups in an assessment. -
AssessedLanguage: string
Title:
Assessment LanguageMaximum Length:4Default Value:USThe language of the assessment. -
AssessedObjectId: integer
(int64)
Title:
Assessed Object IDThe unique identifier of the assessed business object. -
AssessedObjTypeCode: string
Title:
Object Type CodeMaximum Length:30The code indicating the type of the assessed business object. -
AssessmentId: integer
(int64)
Title:
Assessment IDThe unique identifier of an assessment. -
AssessmentScore: integer
(int64)
Title:
ScoreDefault Value:0The calculated score of assessment. -
AssessTemplateId: integer
(int64)
Title:
Template NameThe unique identifier of the assessment template that served as the source of this assessment. -
BusinessUnit: integer
(int64)
Title:
Business UnitThe name of the business unit passed when creating an assessment, and corresponds to the business unit of the business object. -
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The value used to guarantee the uniqueness of the row when duplicates are created in different databases in case of a disconnected mobile such as mobile databases, or the server. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the assessment record. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the assessment record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the assessment record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameMaximum Length:255The name of the assessment. -
RatingFeedback: string
Title:
FeedbackRead Only:trueThe feedback mapped to the rating. -
RatingTerm: string
Title:
RatingRead Only:trueThe overall rating of the assessment as configured in the associated assessment template. -
StatusCode: string
Title:
StatusMaximum Length:30Default Value:INCOMPLETEThe code indicating the valid status of the assessment. The valid values are IN_PROGRESS and COMPLETE. -
StatusFuse: string
Title:
StatusRead Only:trueThe status of the assessment. -
TemplateName: string
Title:
TemplateThe name of the assessment template. -
TemplateType: string
Title:
Template TypeThe type of the assessment template associated with the assessment. -
TotalAnswered: number
Title:
Total Questions AnsweredThe number of questions answered in the assessment. -
TotalQuestions: number
Title:
Total QuestionsThe total number of questions to be answered in the assessment.
Nested Schema : Assessment Answer Groups
Type:
arrayTitle:
Assessment Answer GroupsThe assessment answer groups resource is used to view and update the question groups in an assessment.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-Assessment-AssessAnswerGroups-item-response
Type:
Show Source
object-
AssessAnswerGroupId: integer
(int64)
The unique identifier of the answer group.
-
AssessmentAnswer: array
Assessment Answers
Title:
Assessment AnswersThe assessment answers resource is used to view and update a response to a question in the question group. -
AssessmentId: integer
(int64)
The unique identifier of the assessment associated with answer group.
-
AttributeGroupId: integer
(int64)
The unique identifier of the question group of the associated template.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Read Only:
trueThe name of the answer group.
Nested Schema : Assessment Answers
Type:
arrayTitle:
Assessment AnswersThe assessment answers resource is used to view and update a response to a question in the question group.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-Assessment-AssessAnswerGroups-AssessmentAnswer-item-response
Type:
Show Source
object-
Answered: string
Indicates if the question is answered or not.
-
AnswerId: integer
(int64)
The unique identifier of the assessments associated with answer.
-
AssessmentId: integer
(int64)
The unique identifier of the assessment answer.
-
AttributeGroupId: integer
(int64)
Title:
Question GroupThe unique identifier of the question group associated with assessment answer. -
AttributeId: integer
(int64)
Title:
QuestionThe unique identifier of the question associated with assessment answer. -
AttributeName: string
Read Only:
trueMaximum Length:500The name of the question. -
AttributeValueId: integer
(int64)
Title:
ResponseThe unique identifier of the response. -
Comments: string
Title:
CommentsMaximum Length:1500The assessment runtime comments entered by end user. -
HasComments: string
Indicates if the comments are present or not.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ResponseValue: string
Title:
ResponseRead Only:trueThe response to the question.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-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 : partners-certifications-item-response
Type:
Show Source
object-
CertificationCode: string
Title:
CertificationMaximum Length:30The code indicating the type of the certification. For example, CERTIFIED_SPECIALIST, or CERTIFIED_ARCHITECT. -
CertificationName: string
Title:
MeaningRead Only:trueMaximum Length:80The name of the certification. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the record was created. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when 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 of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartnerCompanyNumber: string
Title:
Partner NumberMaximum Length:30The unique identifier of the partner company. -
PartnerMultivalLovId: integer
(int64)
Title:
Certification IDThe unique identifier for partner certifications.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-contactPoints-item-response
Type:
Show Source
object-
ConflictId: integer
(int64)
Title:
Conflict IDDefault Value:0The unique identifier of the conflict. Note: This is an internal attribute and should not be used. -
ContactPointId: integer
(int64)
Title:
Contact Point IDRead Only:trueThe unique identifier of the contact point. -
ContactPointType: string
Title:
TypeMaximum Length:30The type of the contact point such as EMAIL or PHONE. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the contact point record. -
CreatedByModule: string
Title:
Created by ApplicationDefault Value:HZ_WSThe module that created the contact point record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the contact point record was created. -
DoContactPreferenceFlag: boolean
Title:
OK to ContactIndicates whether to use a particular contact method. Defaulted to false. -
DoNotContactPreferenceFlag: boolean
Title:
Do Not ContactIndicates whether the contact point is not preferred for contact. -
DoNotContactReason: string
Title:
Do Not Contact ReasonIndicates the reason for "Do Not Contact" preference. -
EmailAddress: string
Title:
EmailMaximum Length:255The e-mail address in the contact point. -
EmailPurpose: string
Title:
Email PurposeMaximum Length:30The e-mail purpose for the email address in the contact point. For example: "BUSINESS" determines the purpose of the e-mail address. -
FormattedPhoneNumber: string
Title:
Phone NumberRead Only:trueMaximum Length:255The formatted phone number in the contact point. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the contact point record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the contact point record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the contact point record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Title:
Object Version NumberThe object version number. (This is an internal attribute and should not be used) -
PartyId: integer
(int64)
Title:
Party IDThe unique identifier of the party of the partner company. -
PartyNumber: string
Title:
Registry IDThe party number of the partner company. -
PartySourceSystem: string
Title:
Party Source SystemThe name of the external source system. -
PartySourceSystemReferenceValue: string
Title:
Party Source System Reference ValueThe identifier of the record from external source system. -
PhoneAreaCode: string
Title:
Area CodeMaximum Length:255The area code of the phone number in the contact point. -
PhoneCountryCode: string
Title:
Phone Country CodeMaximum Length:255The phone country code of the phone number in the contact point. -
PhoneExtension: string
Title:
ExtensionMaximum Length:255The phone extension of the phone number in the contact point. -
PhoneNumber: string
Title:
PhoneMaximum Length:255The phone number in the contact point. -
PhonePurpose: string
Title:
Phone PurposeMaximum Length:30The purpose of using the PHONE contact point. The accepted values are defined in the lookup type CONTACT_POINT_PURPOSE.Sample values: ASSISTANT,PERSONAL,HOME_BUSINESS,BUSINESS etc. -
PhoneType: string
Title:
TypeThe type of the phone number in the contact point. For example: "FAX" or "WORK" determines the type of the phone number. -
PreferenceRequestedBy: string
Title:
Preference Requested ByThe list of values indicating the preference requested. -
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:1Default Value:falseIndicates whether the contact point is primary. -
RawPhoneNumber: string
Title:
PhoneMaximum Length:255The raw phone number in the contact point. -
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. -
SocialNetworkId: string
Title:
User IDThe social network identifier. Note: This is an internal attribute and should not be used. -
SocialNetworkName: string
Title:
Social NetworkThe social network name. Note: This is an internal attribute and should not be used. -
SocialNetworkPurpose: string
Title:
Social Network PurposeMaximum Length:30Defines the purpose of using the IM contact point. The accepted values are defined in the lookup type CONTACT_POINT_PURPOSE.Sample values: ASSISTANT,PERSONAL,HOME_BUSINESS,BUSINESS etc. -
SourceSystem: string
Title:
Source SystemThe name of the external source system. -
SourceSystemReferenceValue: string
Title:
Source System Reference ValueThe identifier of the record from external source system. -
Status: string
Title:
StatusMaximum Length:30Default Value:AThe status of the contact point. -
URL: string
Title:
URLThe URL in the contact point. -
VerificationDate: string
(date)
Title:
Verification DateThe date of verification of the phone or email contact point. -
VerificationStatus: string
Title:
Verification StatusMaximum Length:30The list of values indicating the purpose of the social network. -
WebPurpose: string
Title:
Web PurposeMaximum Length:30The purpose of using the WEB contact point. The accepted values are defined in the lookup type CONTACT_POINT_PURPOSE_WEB.Sample values: HOMEPAGE,SALESURL,MARKETINGURL,SUPPORTURL,RSS_FEED etc.
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 : partners-contactPoints-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-contactPoints-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-contactPoints-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-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 : 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
Nested Schema : partners-expertises-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the record was created. -
ExpertiseCode: string
Maximum Length:
30The code indicating the expertise of the partner. For example, COMPUTER_HARDWARE, or MANAGEMENT_CONSULTING. -
ExpertiseName: string
Title:
MeaningRead Only:trueMaximum Length:80The display name of the partner expertise. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when 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 of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartnerCompanyNumber: string
Title:
Partner NumberMaximum Length:30The unique identifier of the partner company. -
PartnerMultivalLovId: integer
(int64)
Title:
Expertise IDThe unique identifier for partner expertise.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-geographies-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the record was created. -
DimensionMemberName: string
Title:
NameRead Only:trueMaximum Length:360The name of the geography served. -
GeographyId: string
Maximum Length:
30The unique identifier of the geography being served. -
GeographyName: string
Title:
Geography ServedMaximum Length:360The name of the geography being served. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when 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 of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OwnerId: integer
(int64)
The identifier of the entity that owns the relationship with the dimension data. For example, partner profile, partner program, or enrollment.
-
PartnerDimMembersId: integer
(int64)
Title:
Geography IDThe unique identifier for the partner geography .
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-industries-item-response
Type:
Show Source
object-
ClassificationCategory: string
Maximum Length:
30The classification category of the industry being served. -
ClassificationCode: string
Title:
Partner TypeMaximum Length:30The code indicating the type of the industry being served. -
ClassificationName: string
Maximum Length:
360The display name of the classification of the industry being served. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the record was created. -
DimensionMemberName: string
Title:
NameRead Only:trueMaximum Length:60The classification name of the industry served. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when 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 of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartnerDimMembersId: integer
(int64)
Title:
Industry IDThe unique identifier of the industry with the partner.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-notes-item-response
Type:
Show Source
object-
ContactRelationshipId: integer
(int64)
Title:
Contact Relationship IDThe relationship ID populated when the note is associated with a contact. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15The corporate currency code of the note associated with the contact. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY.Review and update the profile option using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the note record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the note record was created. -
CreatorPartyId: integer
(int64)
Title:
Creator Party IDThe unique party identifier for the note creator. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30The currency conversion rate type associated with the note. A list of accepted values is defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency code associated with the note. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
DeleteFlag: boolean
Title:
Delete IndicatorRead Only:trueIndicates whether the note is to be deleted. If the value is Y, then the note has to be deleted. The default value is N. -
EmailAddress: string
Read Only:
trueMaximum Length:320The email address of the user who created the note. -
FormattedAddress: string
Read Only:
trueThe address of the user who created the note. -
FormattedPhoneNumber: string
Read Only:
trueThe phone number of the user who created the note. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueThe date when the note data was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NoteId: integer
(int64)
Title:
Note IDRead Only:trueThe unique identifier of the note. -
NoteNumber: string
Maximum Length:
30The alternate unique identifier of the note. A user key that's system generated or from an external system. -
NoteTitle: string
Title:
TitleMaximum Length:500The title of the note entered by the user. -
NoteTxt: string
(byte)
Title:
NoteThe actual note text. -
NoteTypeCode: string
Title:
TypeMaximum Length:30The code indicating the type of the note. -
ParentNoteId: integer
(int64)
Title:
Parent Note IDThe unique identifier of the partner note. -
PartyId: integer
(int64)
Read Only:
trueThe unique identifier of the contact to which the note is associated. -
PartyName: string
Title:
AuthorRead Only:trueMaximum Length:360The name of this party. -
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. -
SourceObjectCode: string
Title:
Related Object TypeMaximum Length:30The code indicating the type of the source object, such as Activities, Opportunities, and so on, as defined in OBJECTS Metadata. -
SourceObjectId: string
Title:
Related ObjectMaximum Length:64The primary key identifier of the source object such as Activities, Opportunities, as defined in OBJECTS Metadata. -
UpdateFlag: boolean
Title:
Update IndicatorRead Only:trueIndicates whether the note can be updated. If the value is Y, then the note can be updated. The default value is N. -
VisibilityCode: string
Title:
PrivateMaximum Length:30Default Value:INTERNALThe code indicating the visibility level of the note, such as internal or external.
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 : partners-notes-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-notes-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-notes-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-partnerAnnouncements-item-response
Type:
Show Source
object-
AnnouncementId: integer
(int64)
Read Only:
trueThe identifier for the partner annoucement. -
Description: string
(byte)
Read Only:
trueThe body or content of the partner announcement. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Subject: string
Read Only:
trueMaximum Length:255The subject of the partner announcement.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-partnerRollup-item-response
Type:
Show Source
object-
CorpCurrencyCode: string
Title:
Corporate CurrencyRead Only:trueMaximum Length:15The currency code associated with the Partner. A list of accepted values is defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the value for this attribute using the Setup and Maintenance work area, Manage Trading Community Common Lookups task. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the row was created. -
DealConvToOpty: number
Title:
Converted DealsRead Only:trueThe count of the deal registrations converted to opportunities in current fiscal year. -
HierNumberOfApprvClaim: number
Title:
Hierarchy Approved MDF ClaimsRead Only:trueCount of the MDF Claims that are approved of a Partner and it's hierarchies. -
HierNumberOfOpenMdfClaim: number
Title:
Hierarchy Open MDF ClaimsRead Only:trueCount of the open MDF Claims pending for approval of a Partner and it's hierarchies. -
HierNumberOfOpenMdfRequest: number
Title:
Hierarchy Open MDF RequestsRead Only:trueCount of the open MDF Requests of a Partner and it's hierarchies . -
HierNumberOfOpenOpty: number
Title:
Hierarchy Open OpportunitiesRead Only:trueCount of open Opportunities of a partner and its hierarchies. -
HierNumberOfPendApprEnrol: number
Title:
Hierarchy Enrollments Pending ApprovalRead Only:trueCount of Enrollments that are pending for approval of a Partner and it's hierarchies. -
HierOpenOptyRevenueAmount: number
Title:
Hierarchy Open Opportunity RevenueRead Only:trueSum of the potential revenue from open opportunities of a partner and it's hierarchies. -
HierSumApprvClaimAmount: number
Title:
Hierarchy Approved MDF Claims AmountRead Only:trueSum of the MDF Claims amount that are approved of a Partner and it's hierarchies . -
HierSumOpenMdfClaimAmount: number
Title:
Hierarchy Open MDF Claims AmountRead Only:trueSum of the open MDF Claims amount pending for approval of a Partner and it's hierarchies. -
HierSumOpenMdfRequestAmount: number
Title:
Hierarchy Open MDF Requests AmountRead Only:trueSum of the open MDF Requests amount of a Partner and it's hierarchies. -
HierSumOpenOptyRevenueNxtQtr: number
Title:
Hierarchy Total Open Opportunities Revenue for Next QuarterRead Only:trueTotal revenue of a Partner and its hierarchies from open opportunities with expected close date falling in the next quarter. -
HierSumOpenOptyRevenueQtr: number
Title:
Hierarchy Total Open Opportunities Revenue in Current QuarterRead Only:trueTotal revenue of a Partner and its hierarchies from open opportunities with expected close date falling in the current quarter. -
HierSumOptyRevenueWonQtr: number
Title:
Hierarchy Total Won Opportunities Revenue in Current QuarterRead Only:trueThe total revenue of a partner and its hierarchies from won opportunities with expected close date falling in the current quarter. -
HierUsedApprovedBudgetAmount: number
Title:
Hierarchy MDF UtilizationRead Only:trueUser Approved Budget Amount of a partner or its hierarchies . -
HierWonOptyRevenueAmount: number
Title:
Hierarchy Won Opportunities RevenueRead Only:trueSum of the revenue from won opportunities of a partner and it's hierarchies. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The session login associated to the user who last updated the record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The user who last updated the opportunity record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NumberOfApprvClaim: number
Title:
Approved MDF ClaimsRead Only:trueCount of the MDF Claims of a Partner that are approved. -
NumberOfOpenMdfClaim: number
Title:
Open MDF ClaimsRead Only:trueCount of the open MDF Claims pending for approval of a Partner. -
NumberOfOpenMdfRequest: number
Title:
Open MDF RequestsRead Only:trueCount of the open MDF Requests of a Partner. -
NumberOfOpenOpty: number
Title:
Open OpportunitiesRead Only:trueCount of open opportunities of a partner. -
NumberOfPendApprEnrol: number
Title:
Enrollments Pending ApprovalRead Only:trueCount of Enrollments that are pending for approval of a Partner. -
OpenOptyRevenueAmount: number
Title:
Potential Opportunity RevenueRead Only:trueSum of the potential revenue from open opportunities of a partner. -
PartyId: integer
(int64)
Read Only:
trueThe unique identifier of the partner associated with the partner rollup. -
SumApprvClaimAmount: number
Title:
Approved MDF Claims AmountRead Only:trueSum of the MDF Claims amount that are approved of a Partner. -
SumOpenMdfClaimAmount: number
Title:
Open MDF Claims AmountRead Only:trueSum of the open MDF Claims amount pending for approval of a Partner. -
SumOpenMdfRequestAmount: number
Title:
Open MDF Requests AmountRead Only:trueSum of the open MDF Requests amount of a Partner. -
SumOpenOptyRevenueNxtQtr: number
Title:
Total Open Opportunities Revenue for Next QuarterRead Only:trueTotal revenue of a Partner from open opportunities with expected close date falling in the next quarter. -
SumOpenOptyRevenueThisQtr: number
Title:
Total Open Opportunities Revenue in Current QuarterRead Only:trueTotal revenue of a Partner from open opportunities with expected close date falling in the current quarter. -
SumOptyRevenueWonThisQtr: number
Title:
Total Won Opportunities Revenue in Current QuarterRead Only:trueTotal revenue of partner from won opportunities with expected close date falling in the current quarter. -
UsedApprovedBudgetAmount: number
Title:
MDF UtilizationRead Only:trueThe budget approved by the user. -
UserLastUpdateDate: string
(date-time)
Read Only:
trueThe date on which the record is last updated by user. -
WonOptyRevenueAmount: number
Title:
Won Opportunities RevenueRead Only:trueSum of the revenue from won opportunities of a partner.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-partnerTeam-item-response
Type:
Show Source
object-
AccessLevelCode: string
Title:
AccessRead Only:trueMaximum Length:30The access level granted to the opportunity team member, manager, and administrator of the organizations in the resource hierarchy. -
AddedOnDateTime: string
(date-time)
Title:
Joining DateThe date when the partner team member was created based on either the date the resource was added to the partner resource or the date the territory was added to partner territory. -
AssignmentTypeCode: string
Read Only:
trueMaximum Length:30Indicates how the resource is added to the opportunity team, for example Ad-Hoc means resource is added manually or through rule-based assignment. Territory means resource is added through territory-based assignment. -
City: string
Title:
CityRead Only:trueMaximum Length:60The city of the resource. -
Country: string
Title:
CountryRead Only:trueMaximum Length:2The country code of the resource. -
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created partner territory. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the record was created. -
EmailAddress: string
Read Only:
trueMaximum Length:320The primary Email Address for the resource. -
ForecastParticipationCode: string
Title:
Enable ForecastingRead Only:trueMaximum Length:30Default Value:REVENUEThe forecast participation type of the territory. -
FormattedPhoneNumber: string
Title:
Primary PhoneRead Only:trueThe formatted phone number for the partner team member. -
FunctionCode: string
Title:
FunctionRead Only:trueMaximum Length:30The code of the function or role of the territory team member. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when the partner team was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated partner territory. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LockAssignmentFlag: boolean
Read Only:
trueMaximum Length:1Indicates whether an opportunity team member can be removed from the team by automatic assignment. -
MemberFunctionCode: string
Title:
FunctionRead Only:trueMaximum Length:30The role of the team member on the opportunity, such as Integrator, Executive Sponsor, Technical Account Manager. -
OwnerFlag: boolean
Read Only:
trueIndicates whether the opportunity team member is the owner of the opportunity. -
PartnerAccountResourceId: integer
(int64)
Read Only:
trueThe unique identifier for the Partner Account. -
PartnerPartyId: integer
(int64)
The unique identifier for the Partner.
-
PartnerTeamId: integer
(int64)
Read Only:
trueThe unique identifier of the partner. -
PrimaryPhoneNumber: string
Read Only:
trueMaximum Length:40The primary formatted phone number for the resource. -
ResourceId: integer
(int64)
The unique identifier for the Resource.
-
ResourceName: string
Title:
NameRead Only:trueMaximum Length:360The name of the resource. -
ResourceRoleName: string
Read Only:
trueMaximum Length:255The role of the resource. -
State: string
Title:
StateRead Only:trueMaximum Length:60The state of the resource. -
TerritoryFunctionCode: string
Title:
Territory FunctionRead Only:trueMaximum Length:30The code of the business function of the territory. -
TerritoryName: string
Title:
Territory NameRead Only:trueMaximum Length:60The name of the territory. -
TerritoryNumber: string
Title:
NumberRead Only:trueMaximum Length:30The unique alternate identifier for the territory. -
TerritoryOwnerFlag: boolean
Read Only:
trueIndicates whether the opportunity team member is the territory owner. -
TerritoryVersionId: number
The unique version identifier of the territory for the resource that got assigned to the opportunity through territory-based assignment.
-
TypeCode: string
Title:
TypeRead Only:trueMaximum Length:30Default Value:PRIMEThe code of the type of the territory. -
UpdatedOnDateTime: string
(date-time)
Title:
Last Update DateThe date when the partner team member was update based on either the date the resource was added to the partner resource or the date the territory was added to partner territory.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-productSpecialities-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date when the record was created. -
DimensionMemberName: string
Title:
NameRead Only:trueMaximum Length:60The product name of the product specialty. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date when 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 of the user who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartnerDimMembersId: integer
(int64)
Title:
Specialty IDThe unique identifier of the specialty with the partner. -
ProductId: string
Maximum Length:
30The unique identifier associated with a product specialty. -
ProductName: string
Title:
Focus AreaMaximum Length:360The name of the product specialty.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-RecordSetLookup-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64 -
CreationDate: string
(date-time)
Read Only:
true -
Description: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the lookup code -
DisplaySequence: integer
(int64)
Title:
Display SequenceRead Only:trueThe sequence in which the lookup code should be displayed. -
EnabledFlag: string
Title:
Enabled FlagRead Only:trueMaximum Length:1Indicates if the lookup code is enabled -
EndDateActive: string
(date)
Title:
End DateRead Only:trueThe date when the lookup code is no longer active -
LastUpdateDate: string
(date-time)
Read Only:
true -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64 -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LookupCode: string
Title:
Lookup CodeRead Only:trueMaximum Length:30Code used to identify the lookup -
LookupType: string
Title:
Lookup TypeRead Only:trueMaximum Length:30Type used to identify the lookup -
Meaning: string
Title:
MeaningRead Only:trueMaximum Length:80Translated display value of the lookup code -
StartDateActive: string
(date)
Title:
Start DateRead Only:trueThe date when the lookup code becomes active -
Tag: string
Title:
TagRead Only:trueMaximum Length:150Tag to describe or filter the lookup
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : partners-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-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-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-types-item-response
Type:
Show Source
object-
CreatedBy: string
Read Only:
trueMaximum Length:64The user who created the record. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time the record was created. -
DimSubtypeCode: string
Maximum Length:
30The code indicating a specific type of item within the dimension code. For example, for the products dimension there could be product items and product categories. -
IntegrationId: string
Maximum Length:
80The unique identifier used for integration purposes. -
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. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PartnerCompanyNumber: string
Title:
Partner NumberMaximum Length:30The unique identifier of the partner company. -
PartnerDimMembersId: integer
(int64)
The unique identifier for the partner type.
-
PartnerTypeCode: string
Title:
Partner TypeMaximum Length:30The code indicating the partner type. For example, CCP, or ESP. -
PartnerTypeName: string
Title:
TypeMaximum Length:360The name of the partner type, such as Value Added Reseller.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Links
- runAssignment