Get an activity
get
/crmRestApi/resources/11.13.18.05/activities/{ActivityNumber}
Request
Path Parameters
-
ActivityNumber(required): string
The unique number of the activity. The number can also be generated from an external source.
Query Parameters
-
dependency: string
This parameter specifies dependencies which are fields that are set before and rolled back after generating the response. Generally they are used to preview the effects of an attribute change. The fields specified in this parameter are always set in the resource instance in question. When a child resource collection is requested and the parameter is set, the fields will be set in the parent resource instance before generating the resource collection payload. The value of this query parameter is a set of dependency fields. Example: dependency=ProductId=2
Format: <attr1>=<val1>,<attr2>=<value2> -
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
Header Parameters
-
Metadata-Context: string
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: string
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 : activities-item-response
Type:
Show Source
object-
AccountAddress: string
Title:
Account AddressRead Only:trueThe address associated with the account. -
AccountId: integer
(int64)
Title:
Account IDThe unique identifier of the activity account. Examples of account are: customer, organization, person, partner. -
AccountIdAttr: integer
The attribute for the account Id (Not for public usage).
-
AccountName: string
Title:
AccountThe name of the account associated with the activity. -
AccountNameOsn: string
Title:
Social Account NameThe account name displayed in Oracle Social Network. -
AccountNumber: string
Title:
Account NumberRead Only:trueMaximum Length:30The account number of the account associated with the activity. -
AccountPhoneNumber: string
Title:
Account Phone NumberRead Only:trueThe phone number associated with the account. -
AccountStatus: string
Read Only:
trueMaximum Length:1The status of the account. -
AccountType: string
Read Only:
trueMaximum Length:30The type of the account. -
ActivityAssignee: array
Activity Assignees
Title:
Activity AssigneesThe activity assignees resource is used to view, create, update, and delete the internal resources assigned to an activity. -
ActivityContact: array
Activity Contacts
Title:
Activity ContactsThe activity contacts resource is used to view, create, update, and delete the contacts associated with an activity. -
ActivityCreatedBy: string
Title:
Activity Created ByRead Only:trueMaximum Length:64The user who created the activity. -
ActivityCreationDate: string
(date-time)
Title:
Activity Creation DateRead Only:trueThe date when the record was created. -
ActivityDescription: string
(byte)
Title:
DescriptionA text area for capturing information about the activity. The value should be Base64 encoded. You can use any base64 encoder to encode the text to Base64. If you want to provide text instead of base64 code, then you can use the endpoint enclosures endpoint. For example to update the description for activity ID 12345, use the endpoint /crmRestApi/resources/11.13.18.05/activities/12345/enclosure/ActivityDescription. -
ActivityDirection: string
Read Only:
trueThe direction of the interaction. -
ActivityEndDate: string
(date-time)
Title:
End DateThe date and time of when an appointment ends. The time when a task is completed. -
ActivityFilter: string
Read Only:
trueAn attribute to add additional activity filter (Not for public usage). -
ActivityFunctionCode: string
Title:
ActivityMaximum Length:30The code indicating the function of an activity, such as Appointment, Task, or Call Report. -
ActivityFunctionCodeTrans: string
Title:
ActivityMaximum Length:255The activity function code. -
ActivityId: integer
(int64)
Title:
Activity IDThe unique identifier of the activity. -
ActivityLastUpdateLogin: string
Title:
Activity Last Update LoginRead Only:trueMaximum Length:32The date when the record was last updated. -
ActivityMtgMinutes: string
(byte)
Title:
Meeting MinutesThe minutes of meeting of the activity. The value should be Base64 encoded. You can use any base64 encoder to encode the text to Base64. If you want to provide text instead of base64 code, then you can use the endpoint enclosures endpoint. For example to update the meeting minutes for activity ID 12345, use the endpoint /crmRestApi/resources/11.13.18.05/activities/12345/enclosure/ActivityMtgMinutes. -
ActivityNumber: string
Title:
Activity NumberMaximum Length:64The unique number of the activity. The number can also be generated from an external source. -
ActivityObjectives: array
Activity Objectives
Title:
Activity ObjectivesThe activity objectives resource is used to view, create, update, and delete the objective of an activity. -
ActivityOutcome: string
Read Only:
trueThe outcome of the activity. -
ActivityPartialDescription: string
Title:
Short DescriptionMaximum Length:4000A column that stores the first 4000 characters of activity description. -
ActivityPriority: string
Title:
PriorityIndicates the priority of the activity (Not for public usage). -
ActivityStartDate: string
(date-time)
Title:
Start DateThe starting date and time of an appointment or a task. The default value for an appointment is null. The default value for a task is the date and time when the task is created. -
ActivityStatus: string
Title:
StatusRead Only:trueThe status of the activity. -
ActivitySubtypeCode: string
Title:
SubtypeMaximum Length:30Displays a list of subtype values that are dependent on the value of the activity. -
ActivityTimezone: string
Represents the time zone that the activity needs to be created in, other than the default logged in the user's time zone preference.
-
ActivityType: string
Title:
Activity TypeThe type of the activity. -
ActivityTypeCode: string
Title:
TypeMaximum Length:30The code indicating the type or category of the activity. A list of valid values is defined in the lookup ZMM_ACTIVITY_TYPE. -
ActivityUpdateDate: string
(date-time)
Title:
Activity Updated DateRead Only:trueThe date when the record was last updated. -
ActivityUpdatedBy: string
Title:
Activity Updated ByRead Only:trueMaximum Length:64The login of the user who last updated the record. -
ActivityUserLastUpdateDate: string
(date-time)
Title:
Activity User Last Updated DateRead Only:trueThe date when the record was last updated by the activity user. -
AllDayFlag: boolean
Title:
All DayMaximum Length:1Default Value:falseIndicates whether the appointment is for the entire day. If the value is True, the appointment is for the entire day. The default value is False. -
AppointmentStatus: string
Title:
Appointment StatusMaximum Length:30The status of the appointment. -
ApptEndTime: string
(date-time)
Title:
End TimeThe time when the activity ends. -
ApptStartTime: string
(date-time)
Title:
Start TimeThe time when the activity starts. -
ArticleVersionId: string
Title:
Article Version IDMaximum Length:64The unique identifier of the article version. -
AssessmentId: integer
(int64)
Title:
Assessment IDThe unique identifier of the assessment that is associated to the activity or the activity template. -
AssetId: integer
(int64)
Title:
Asset IDThe unique identifier of an asset. -
AssetName: string
Title:
AssetThe name of the asset that is associated with an activity. -
AssetNumber: string
Title:
Asset NumberThe alternate key identifier of the associated asset. -
AssetSerialNumber: string
Title:
Asset Serial NumberRead Only:trueMaximum Length:100The serial number of the associated asset. -
AttachmentEntityName: string
Maximum Length:
255Default Value:ZMM_ACTY_ACTIVITIESThe name of the attachment entity. -
Attachments: array
Activity Attachments
Title:
Activity AttachmentsThe activity attachments resource is used to view, create, update, and delete attachments of an activity. An attachment includes additional information about an activity. -
AutoLogSource: string
Title:
Source SystemMaximum Length:30The name of the source for the activity. -
BpId: integer
(int64)
Title:
Business Plan IDThe unique identifier of the business plan. -
BuOrgId: integer
(int64)
Title:
Business UnitThe unique identifier for the Business Unit. This attribute is obsolete. -
BusinessPlanName: string
Title:
Business PlanThe name of the business plan associated with the activity. -
BusinessPlanNumber: string
Title:
Business Plan NumberThe business plan number of the business plan associated with the activity. -
CalendarAccess: boolean
The access rights to calendar (Not for public usage).
-
CalendarRecurType: string
The activity recurrence type.
-
CalendarSubject: string
The activity subject.
-
CalendarSubjectDay: string
The title of the calendar.
-
CalendarTimeType: string
Indicates all day appointment (Not for public usage).
-
CallReportCount: integer
(int32)
Title:
Call Report CountDefault Value:0A count of the number of call reports. -
CallReportUpcomingYN: string
Indicates if there are any Call reports associated with the current Appointments Lead, Opportunity, or Account.
-
CallReportYN: string
Indicates whether the activity is associated with a call report. The default value is false.
-
CampaignId: integer
(int64)
Title:
Campaign IDThe unique identifier of the related campaign. -
CampaignName: string
Title:
CampaignThe name of the campaign associated with the activity. -
CampaignNumber: string
Title:
Campaign NumberThe campaign number of the campaign associated with the activity. -
CaseId: integer
(int64)
Title:
Case IDThe unique identifier of the case. -
CaseNumber: string
Title:
Case NumberThe alternate identifier of the case. -
CaseTitle: string
Title:
TitleRead Only:trueMaximum Length:400The title of the case. -
CheckedInBy: string
Title:
Checked-In ByMaximum Length:64The user who checks in to a location. -
CheckedOutBy: string
Title:
Checked-Out ByMaximum Length:64The user who checks out of a location. -
CheckinDate: string
(date-time)
Title:
Check-In TimeThe date and time when a user checks in to a location. -
CheckinLatitude: number
Title:
Check-In LatitudeThe latitude when a user checks in to a location. -
CheckinLongitude: number
Title:
Check-In LongitudeThe longitude when a user checks in to a location. -
CheckoutDate: string
(date-time)
Title:
Check-Out TimeThe date and time when a user checks out of a location. -
CheckoutLatitude: number
Title:
Check-Out LatitudeThe latitude when a user checks out of a location. -
CheckoutLongitude: number
Title:
Check-Out LongitudeThe longitude when a user checks out of a location. -
ClaimId: integer
(int64)
Title:
Claim IDThe unique identifier of the claim. -
ClaimName: string
Title:
MDF ClaimThe name of the claim associated with the activity. -
ClaimNumber: string
Title:
Claim NumberThe number of the claim associated with the activity. -
ConflictId: integer
(int64)
Default Value:
0The unique identifier of the conflict. (Not for public usage). -
ContactIDAttr: integer
The contact identifier (Not for public usage).
-
ContactNumber: string
Title:
Contact NumberRead Only:trueMaximum Length:30The contact number of primary contact associated with the activity. -
CorpCurrencyCode: string
Title:
Corporate CurrencyMaximum Length:15The corporate currency code associated with the activity. This attribute is used by CRM Extensibility framework. 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 activity. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the activity was created. -
CurcyConvRateType: string
Title:
Currency Conversion RateMaximum Length:30The rate of currency conversion for an activity. -
CurrencyCode: string
Title:
CurrencyMaximum Length:15The currency used by the activity. This attribute is used by CRM Extensibility framework. A list of valid values is 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. -
CurrentDateForCallReport: string
(date-time)
The current date for the call report.
-
CurrentDateForCallReportAttr: string
(date-time)
The attribute for the current date for the call report (Not for public usage).
-
CurrentSystemDtTransient: string
(date)
Read Only:
trueThe current system date. -
CustomerAccountId: integer
(int64)
Title:
Customer Account IDThe unique identifier of the customer account related to the activity. -
DealId: integer
(int64)
Title:
Deal IDThe unique identifier of the related deal. -
DealNumber: string
Title:
Deal RegistrationThe unique number of the deal associated to the activity. The number can also be generated from an external source. -
DelegatorId: integer
(int64)
Title:
Delegator IDThe unique identifier of the activity resource that delegated activity ownership to another resource. -
DelegatorName: string
Title:
Delegated ByThe name of the activity resource that delegated activity ownership to another resource. -
DeleteFlag: boolean
Read Only:
trueIndicates if the activity has been deleted. -
DerivedAccountId: integer
The unique identifier of the derived account.
-
DirectionCode: string
Title:
DirectionMaximum Length:30The code indicating the direction of an activity. The options are inbound and outbound. The default value is null. -
DismissAssignee: string
Title:
DismissedIndicates whether the assignees is dismissed. Valid values are Y and N. -
DismissFlag: boolean
Title:
DismissedMaximum Length:1Indicates if the calls that were logged for a past appointment are dismissed. -
DoNotCallFlag: boolean
Read Only:
trueIndicates whether the primary contact should be called. The default value is false. -
DueDate: string
(date)
Title:
Due DateThe date the task activity is due to be completed. -
Duration: number
Title:
DurationThe duration of an appointment or task. -
DynamicClaimLOVSwitcher: string
Read Only:
trueThe unique identifier of the account. -
EmailSentDate: string
(date-time)
The date and time when the activity e-mail notifications are shared through Outlook.
-
EndDateForCallReport: string
(date-time)
The end date of the call report.
-
EndDateForCallReportAttr: string
(date-time)
The attribute for end date of the call report (Not for public usage).
-
EndDtRFAttr: string
(date-time)
The attribute for activity start date (Not for public usage).
-
ExternalContactEmail: string
Title:
Primary EmailMaximum Length:320Indicates the e-mail address of an external contact. -
ExternalContactName: string
Title:
External Contact NameMaximum Length:360Indicates the name of an external contact. -
ExternallyOwnedFlag: boolean
Title:
Externally OwnedMaximum Length:1Default Value:falseIndicates whether the activity is created by an external contact. -
FundRequestId: integer
(int64)
Title:
Fund Request IDThe unique identifier of the fund request. -
FundRequestName: string
Title:
MDF RequestThe name of the fund request associated with the activity. -
FundRequestNumber: string
Title:
Fund Request NumberThe fund request number of the fund request associated with the activity. -
IbAssetId: integer
(int64)
Title:
IB Asset IDThe unique identifier of the installed base asset associated with the activity. -
IbAssetNumber: string
Title:
Installed Base AssetThe number of the installed base asset associated with the activity. -
IbAssetSerialNumber: string
Title:
Installed Base Asset Serial NumberRead Only:trueMaximum Length:80The serial number of the installed base asset associated with the activity. -
InstNumDerivedFrom: string
Default Value:
YThe attribute to identify recurrence mode (Not for public usage). -
IsClientService: string
Default Value:
YThe obsolete attribute (Not for public usage). -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the activity was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the activity. -
LastUpdateLogin: string
Title:
Last Updated LoginRead Only:trueMaximum Length:32The unique identifier of the user who last logged in to the application. -
LeadId: integer
(int64)
Title:
Lead IDThe unique identifier of the related lead. -
LeadIdAttr: integer
The attribute for the lead Id (Not for public usage).
-
LeadName: string
Title:
LeadThe activity lead name. -
LeadNameOsn: string
Title:
Social Lead NameThe lead name displayed in Oracle Social Network. -
LeadNumber: string
Title:
Lead NumberThe lead number of lead associated with the activity. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Location: string
Title:
LocationMaximum Length:200The location of the appointment. -
LocationId: integer
(int64)
Title:
Location IDThe unique identifier of the account or contact location. -
LoginUserRFAttr: integer
The attribute for activity login user (Not for public usage).
-
MdfRequestId: integer
The identifier for fund request.
-
MobileActivityCode: string
Title:
Mobile Activity CodeMaximum Length:50The code indicating if an external mobile was used for the activity. -
Note: array
Notes
Title:
NotesThe note resource is used to view, create, update, and delete notes associated with an activity. A note captures comments, information, or instructions related to an activity. -
NotesLinkSourceCodeTransient: string
Read Only:
trueThe note source object. -
ObjectiveId: integer
(int64)
Title:
Objective IDThe unique identifier of the objective. -
OpportunityId: integer
(int64)
Title:
Opportunity IDThe unique identifier of the related opportunity. -
OpportunityIdAttr: integer
The attribute for the opportunity Id (Not for public usage).
-
OpportunityName: string
Title:
OpportunityThe name of the opportunity associated with the activity. -
OpportunityNameOsn: string
Title:
Social Opportunity NameThe opportunity name displayed in Oracle Social Network. -
OpportunityNumber: string
Title:
Opportunity NumberThe opportunity number of the opportunity associated with the activity. -
OrchestrationId: integer
(int64)
Title:
Orchestration IDThe unique identifier of the orchestration object. -
OrchestrationStepId: integer
(int64)
Title:
Orchestration Step IDThe unique identifier of the orchestration step. -
OrigEntityCode: string
Maximum Length:
30Default Value:ACTIVITYThe column to store the source of activity record during upgrade. -
OrigEntityNumber: string
Maximum Length:
64The column to store the original user key of the object being upgraded to Activity. -
OsnActivityId: integer
(int64)
The unique activity identifier.
-
OtherPartyPhoneNumber: string
Title:
Other Party Phone NumberMaximum Length:40The inbound phone number that is used to make a call. Identifies the phone number dialed for outbound calls. -
OutcomeCode: string
Title:
OutcomeMaximum Length:30The code indicating the outcome of the activity. A list of valid values is defined in the lookup ZMM_ACTIVITY_OUTCOME. -
OutlookAutoSyncFlag: boolean
Title:
Microsoft Auto-SynchronizationMaximum Length:1Indicates whether an appointment was automatically generated by the synchronization process from Microsoft 365. -
OutlookFlag: boolean
Title:
OutlookMaximum Length:1Default Value:falseIndicates whether the activity is created in Outlook. If the value is Y, then the activity is created in Outlook and synchronized. -
OutlookGlobalId: string
Title:
Outlook Global IDMaximum Length:1024The unique identifier of an appointment created from Microsoft 365. -
OutlookIdentifier: string
Title:
Outlook IdentifierMaximum Length:1024The unique identifier for the activity in Outlook. -
OwnerAddress: string
Title:
Activity Owner AddressRead Only:trueThe address of the activity owner. -
OwnerEmailAddress: string
Title:
Activity Owner EmailRead Only:trueMaximum Length:320The e-mail address of the activity owner. -
OwnerId: integer
(int64)
Title:
Owner IDThe unique identifier of the activity owner. Identifies only resources. -
OwnerName: string
Title:
OwnerMaximum Length:360The name of the owner of the activity. -
OwnerNameOsn: string
Title:
Social Owner NameThe owner name displayed in Oracle Social Network. -
OwnerPhoneNumber: string
Title:
Activity Owner Phone NumberRead Only:trueThe phone number of the activity owner. -
ParentActivityId: integer
(int64)
Title:
Parent IDThe related activity ID, only applicable if the record is a follow up activity. -
ParentActivityIdAttr: string
The attribute for the parent activity Id (Not for public usage).
-
PartialMtgMinutes: string
Title:
Short Meeting MinutesMaximum Length:4000A column that stores a truncated string of the meeting minutes. -
PartnerEnrollmentId: integer
(int64)
Title:
Enrollment IDThe unique identifier of the related program enrollment. -
PartnerEnrollmentNumber: string
Title:
Enrollment NumberThe surrogate key for partner enrollment. -
PartnerPartyId: integer
(int64)
Title:
Partner Party IDThe party identifier of the partner organization. -
PartnerPartyName: string
Title:
PartnerMaximum Length:80The party name of the partner organization. -
PartnerPartyNumber: string
Title:
Partner NumberThe partner party number of partner associated with the activity. -
PartnerProgramId: integer
(int64)
Title:
Partner Program IDThe unique identifier of the related partner program. -
PartnerProgramName: string
Title:
ProgramThe name of the partner program associated with the activity. -
PartnerProgramNumber: string
Title:
Program NumberThe partner program number of partner program associated with the activity. -
PartnerUsageFlag: boolean
Title:
Partner UsageMaximum Length:1Default Value:falseIndicates whether the activity is created for an organization account with usage as Partner. The default value is false. -
PercentageComplete: number
Title:
Percentage CompleteDefault Value:0The amount of activity completed in percentage. This is a free form numeric value ranging from 0 to 100. -
PrimaryContactEmailAddress: string
Title:
Primary EmailRead Only:trueMaximum Length:320The e-mail address of the primary contact for the activity. -
PrimaryContactId: integer
(int64)
Title:
Primary Contact IDThe unique identifier of the activity contact. -
PrimaryContactName: string
Title:
Primary ContactThe name of the primary contact of the activity. -
PrimaryContactNameOsn: string
Title:
Social Primary Contact NameThe primary contact name displayed in Oracle Social Network. -
PrimaryFormattedAddress: string
Title:
Primary Contact AddressRead Only:trueThe formatted address information of the activity primary contact. -
PrimaryFormattedPhoneNumber: string
Title:
PhoneRead Only:trueThe phone number of the primary contact. -
PriorityCode: string
Title:
PriorityMaximum Length:30The code indicating the priority of the activity, such as High, Medium and Low. The default value is Medium. -
PrivateFlag: boolean
Title:
PrivateMaximum Length:1Indicates whether the activity is private. The default value is false. -
RecordSet: string
Title:
Record SetMaximum Length:255The set of records to display in activity search. -
RecurDay: integer
(int64)
Title:
DayThe recurrence of an appointment on a specific day of the month. -
RecurEndDate: string
(date-time)
Title:
EndsThe date when a recurring activity ends. -
RecurEveryOptionFlag: boolean
Title:
Recurrence OptionMaximum Length:1Indicates the frequency of recurrence of an activity. If the recurrence is everyday of the week, it is set to Y if it is weekdays only, it is set to N. The recurring options are every day, week, month, year, and so on. -
RecurExceptionFlag: boolean
Title:
Recurrence ExceptionMaximum Length:1Indicates if the appointment instance is updated outside the recurring appointment series. The default value is false. -
RecurFrequency: number
Title:
RepeatThe frequency with which the recurring appointment series repeats. -
RecurFriFlag: boolean
Title:
FridayMaximum Length:1The recurrence of an appointment on every Friday. -
RecurMonFlag: boolean
Title:
MondayMaximum Length:1The recurrence of an appointment on every Monday. -
RecurMonth: string
Title:
MonthMaximum Length:30The recurrence of an appointment in a specified month. -
RecurNumberOfInstances: number
Title:
Number of InstancesThe specific number of occurrences for the series, after which the recurring series ends. -
RecurOrigInstDate: string
(date-time)
Title:
Original Instance DateThe original date of a recurring appointment instance. -
RecurPattern: string
Title:
PatternMaximum Length:30The recurring appointment for a specific week, for example, First, Second, Third, Fourth, Last. The recurrence can be monthly or yearly. -
RecurRecType: string
Title:
Recurrence Record TypeMaximum Length:1Default Value:NEither "I" for instance or "S" for series or "N" for non-recurring. Do not populate it if Activity is of type Task (Not for public usage). -
RecurSatFlag: boolean
Title:
SaturdayMaximum Length:1Indicates if the activity recurs on Saturday. -
RecurSeriesId: integer
(int64)
Title:
Recurrence Series IDThe unique identifier for the series that links instances of a series together. -
RecurSunFlag: boolean
Title:
SundayMaximum Length:1Indicates if the activity recurs on Sunday. -
RecurThuFlag: boolean
Title:
ThursdayMaximum Length:1Indicates if the activity recurs on Thursday. -
RecurTueFlag: boolean
Title:
TuesdayMaximum Length:1Indicates if the activity recurs on Tuesday. -
RecurTypeCode: string
Title:
Recurrence TypeMaximum Length:30Indicates how often an appointment recurs, for example: Daily, Weekly, Monthly, Yearly. -
RecurUpdatedAttributes: string
Title:
Recurrence Updated AttributesMaximum Length:4000The updated field references for recurring appointment exception records. -
RecurWedFlag: boolean
Title:
WednesdayMaximum Length:1Indicates if the activity recurs on Wednesday. -
RecurWeekday: string
Title:
Pattern TypeMaximum Length:30The activity that recurs on every weekday, for example: Monday to Sunday, Weekday, Weekend, Day. -
ReferenceCustomerActTypeCode: string
Title:
Reference Customer Activity TypeMaximum Length:30The type of the customer activity. To be used for configuration only. -
ReferenceCustomerId: integer
(int64)
Title:
Reference CustomerThe unique identifier of the referenced customer who is associated with the activity. -
ReminderPeriod: string
Title:
Set ReminderThe time period before the start date and time of an activity when a reminder should be sent to the owner of the activity. -
ResourceNumber: string
Title:
Resource NumberRead Only:trueMaximum Length:30The resource number of owner associated with the activity. -
ResponseCode: string
Title:
ResponseThe code indicating the response of the owner on an appointment. -
SalesObjectiveName: string
Title:
Sales ObjectiveThe name of the sales objective associated with the activity. -
SalesObjectiveNumber: string
Title:
Sales Objective NumberThe sales objective number of the sales objective associated with the activity. -
SearchDate: string
(date-time)
The date filter used in search (Not for public usage).
-
SelectedFlag: boolean
Default Value:
falseThe records selected for Mass Update (Not for public usage). -
ShowStatus: string
Title:
ShowMaximum Length:255Indicates whether the activity is open, complete, or all activities. -
ShowTimeAs: string
Title:
Show Time AsThe choice of display of time on your calendar for an activity. -
SmartActionContext: string
Title:
Smart Action ContextMaximum Length:4000The metadata associated with the smart action. -
SmartActionId: integer
(int64)
Title:
Smart Action IDThe unique identifier of the smart action. -
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. -
SortDate: string
(date-time)
Title:
DateThe date used to sort the activities. The sort date can be the appointment start date, the task due date, or the task complete date. -
SourceObjectCode: string
The code indicating the source object associated with the activity.
-
SourceObjectId: integer
The unique identifier of the object associated with the activity.
-
SrId: integer
(int64)
Title:
Service Request IDThe unique identifier of the related service request. -
SrNumber: string
Title:
Service RequestThe alternate key identifier of the service request. -
StartDateForCallReport: string
(date-time)
The start date of the call report.
-
StartDateForCallReportAttr: string
(date-time)
The attribute for start date of the call report (Not for public usage).
-
StartDtRFAttr: string
(date-time)
The attribute for Activity Start Date (Not for public usage).
-
StatusCode: string
Title:
StatusMaximum Length:30The code indicating the status of the activity. The default value is Not Started. A list of valid values is defined in the lookup ZMM_ACTIVITY_STATUS_CD. -
Subject: string
Title:
SubjectMaximum Length:500The unique subject, name, or title of the activity. -
SubmittedBy: integer
(int64)
Title:
Submitted ByThe user who submitted the Call Report. -
SubmittedByName: string
Title:
Submitted ByMaximum Length:255The user who submitted the Call Report. -
SubmittedDate: string
(date-time)
Title:
Submitted DateThe date and time when the Call Report was submitted. -
SwitchCallId: string
Title:
Switch Call IDMaximum Length:128The unique identifier of the call, on the external phone system. -
TaskReminderPeriod: string
Title:
Due Date ReminderAllows the user to select the reminder period for a task due date. For example, 1 day before the task due date. -
TemplateDuration: number
Title:
Template DurationThe duration in number of days, for the template activity. This attribute is used with the start date when generating an activity from a template in order to calculate the due date. -
TemplateFlag: string
Title:
TemplateMaximum Length:1Default Value:NIndicates whether this is a template activity. -
TemplateId: integer
(int64)
Title:
Template IDThe unique identifier of the template. -
TemplateLeadTime: number
Title:
Lead TimeThe lead time that is calculated from the activity start date, for the template activity. -
UpdateFlag: boolean
Read Only:
trueIndicates whether the activity has been updated. The default value is true. -
UpgSourceObjectId: string
Read Only:
trueMaximum Length:64The primary key value of the record in the source table that is upgraded to Rel9 Activity record. -
UpgSourceObjectType: string
Read Only:
trueMaximum Length:30The source object type could be Appointment, Task or Interaction to indicate the source of the upgraded record. -
WebConferenceDetails: string
(byte)
Title:
Web Conference DetailsThe web conference details. -
WebConferenceId: string
Title:
Web Conference IDMaximum Length:255The unique identifier of the web conference. -
WebConferenceURL: string
Title:
Web Conference URLMaximum Length:2000The web conference join URL. -
WebconfSyncStatusFlag: boolean
Title:
Web Conference SynchronizationMaximum Length:1The appointment interaction status.
Nested Schema : Activity Assignees
Type:
arrayTitle:
Activity AssigneesThe activity assignees resource is used to view, create, update, and delete the internal resources assigned to an activity.
Show Source
Nested Schema : Activity Contacts
Type:
arrayTitle:
Activity ContactsThe activity contacts resource is used to view, create, update, and delete the contacts associated with an activity.
Show Source
Nested Schema : Activity Objectives
Type:
arrayTitle:
Activity ObjectivesThe activity objectives resource is used to view, create, update, and delete the objective of an activity.
Show Source
Nested Schema : Activity Attachments
Type:
arrayTitle:
Activity AttachmentsThe activity attachments resource is used to view, create, update, and delete attachments of an activity. An attachment includes additional information about an activity.
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 an activity. A note captures comments, information, or instructions related to an activity.
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 : activities-ActivityAssignee-item-response
Type:
Show Source
object-
ActivityAssigneeId: integer
(int64)
The unique identifier for the activity assignee.
-
ActivityAssigneeKey: string
Read Only:
trueMaximum Length:80Activity assignee composite key -
ActivityFunctionCode: string
Maximum Length:
30The code indicating the function of the activity. -
ActivityId: integer
(int64)
Title:
Activity IDThe unique identifier of the parent activity. -
ActyActivityNumber: string
Title:
Activity NumberMaximum Length:64The unique number of the activity. The number can also be generated from an external source. -
AssigneeId: integer
(int64)
Title:
Assignee IDThe unique identifier of the assignee associated with the activity. -
AssigneeName: string
Title:
NameThe name of the assignee. -
AssigneePartyNumber: string
The alternate key identifier of the activity resource.
-
AtkMessageId: integer
(int64)
The identifier for the ATK popup notification created.
-
AttendeeFlag: boolean
Title:
AttendanceMaximum Length:1Default Value:trueIndicates if the resource attended the activity. If True, the resource attended. -
ConflictId: integer
(int64)
Default Value:
0This value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server). This attribute is obsolete. -
CorpCurrencyCode: string
Maximum Length:
15The corporate currency code associated with the activity assignee. This attribute is used by CRM Extensibility framework. 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 activity assignee. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time of when the activity assignee was created. -
CurcyConvRateType: string
Maximum Length:
30The currency conversion rate type associated with the activity assignee. This attribute is used by CRM Extensibility framework. 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
Maximum Length:
15The currency code. This attribute is used by CRM Extensibility framework. 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. -
DismissFlag: boolean
Title:
DismissedMaximum Length:1Default Value:falseIndicates if the activity has been dismissed. The default value is false. -
JobName: string
Title:
TitleThe job name for the activity assignee. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when data related to an activity assignee was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The unique identifier of the user who last updated the activity assignee. -
LastUpdateLogin: string
Title:
Last Updated LoginRead Only:trueMaximum Length:32The login details of the user who last updated the activity assignee. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Phone: string
Title:
PhoneThe phone number of the contact. -
PrimaryAssigneeFlag: string
Title:
OwnerThe primary assignee for an Activity. -
PrimaryEmail: string
Title:
EmailThe e-mail address of the activity assignee contact. -
PrimaryFormattedAddress: string
The primary formatted address information of an activity assignee.
-
RecurSeriesId: integer
(int64)
The unique identifier for the series that links instances of a series together.
-
ReminderDatetime: string
(date-time)
Title:
Reminder TimeThe date and time to send the appointment reminder. -
ReminderPeriod: integer
(int32)
Title:
ReminderThe time period before the start date and time of an activity when a reminder should be sent to the resources on an activity. -
ResourceName: string
Title:
NameRead Only:trueThe name of activity resource. -
ResourceNumber: string
Title:
Resource NumberRead Only:trueMaximum Length:30Resource Number of the resource associated with the activity. -
ResponseCode: string
Title:
ResponseMaximum Length:30Default Value:NOT_RESPONDEDThe code indicating the response of a resource on an appointment. -
SenderJobId: integer
(int64)
Title:
Sender Job IDThe unique identifier of the sender job. -
ShowTimeAsCode: string
Title:
Show Time AsMaximum Length:30The choice of display of time on your calendar for an appointment, for example: free, busy, tentative. -
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. -
SortDate: string
(date-time)
The date used to sort activities.
-
StatusCode: string
Maximum Length:
30The status of the activity. -
TaskReminderPeriod: integer
(int32)
Title:
Due Date ReminderAllows the user to select the reminder period for a task due date. For example, 1 day before the task due date. -
UpgSourceObjectId: integer
(int64)
Read Only:
trueThe primary key value of the record in the source table that is upgraded to Rel9 Activity record. -
UpgSourceObjectType: string
Read Only:
trueMaximum Length:30The source object type could be Appointment, Task or Interaction to indicate the source of the upgraded record. -
UserGuid: string
The unique identifier of user (Not for public usage).
-
UserGuid1: string
Read Only:
trueThe unique identifier of the user (Not for public usage). -
UserLastUpdateDate: string
(date-time)
Title:
User Last Update DateThe date and time when the record was last updated by a user in the disconnect mode. -
UserName: string
The name of the user.
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 : activities-ActivityAssignee-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 associated with the 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:1System 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. 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 identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique identifier of the 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 parameters 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 parameters 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 : activities-ActivityAssignee-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:falseIndicates 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 : activities-ActivityAssignee-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:falseIndicates 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 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 : activities-ActivityContact-item-response
Type:
Show Source
object-
AccountId: integer
The unique identifier of the account.
-
ActivityContactId: integer
(int64)
Title:
Activity Contact IDThe unique identifier for the surrogate activity contact. -
ActivityContactKey: string
Title:
Activity Contact KeyRead Only:trueMaximum Length:80Activity contact composite key -
ActivityId: integer
(int64)
Title:
Activity IDThe unique identifier of the parent activity for the objective. -
ActivityNumber: string
Maximum Length:
64The unique number of the activity. The number can also be generated from an external source. -
ActyActivityNumber: string
Title:
Activity NumberMaximum Length:64The unique number of the activity. The number can also be generated from an external source. -
Affinity: string
Read Only:
trueThe affinity of an activity 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. -
AttendeeFlag: boolean
Title:
AttendanceMaximum Length:1Default Value:trueIndicates if the contact attended the activity. If True, the contact attended. -
BuyingRole: string
Title:
Buying RoleRead Only:trueThe roles played by the activity 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. -
ConflictId: integer
(int64)
Default Value:
0This value is used to guarantee the uniqueness of the row when duplicates are created in different databases (i.e. mobile databases or the server). This attribute is obsolete. -
ContactAccount: string
Title:
AccountThe account associated with the activity contact. -
ContactAccountId: integer
The unique identifier of the account associated with the activity contact.
-
ContactAccountType: string
The account type for the contact.
-
ContactCustomer: string
Title:
Contact CustomerThe customer contact for the activity. -
ContactEmail: string
Title:
EmailThe e-mail address of the activity contact. -
ContactId: integer
(int64)
Title:
Contact IDThe unique identifier of the contact associated with the activity. -
ContactJobTitle: string
Title:
TitleThe job title of the activity contact. -
ContactLovSwitcher: string
Indicates contact LOV switcher (Not for public usage).
-
ContactName: string
Title:
NameThe name of the contact for the activity. -
ContactPartyNumber: string
Title:
Contact NumberRead Only:trueMaximum Length:30The alternate key identifier of the activity contact. -
ContactPhone: string
Title:
PhoneThe phone number of the activity contact. -
CorpCurrencyCode: string
Maximum Length:
15The corporate currency used by the activity contact. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the activity contact. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the activity contact was created. -
CurcyConvRateType: string
Maximum Length:
30The rate of currency conversion for an activity contact. -
CurrencyCode: string
Maximum Length:
15The currency used for an activity contact. -
DoNotCallFlag: boolean
Read Only:
trueIndicates whether the contact should be called. The default value is false. -
DoNotContactFlag: boolean
Read Only:
trueIndicates whether the activity contact should be contacted. The default value is false. -
DoNotEmailFlag: boolean
Read Only:
trueIndicates whether the contact should be emailed. The default value is false. -
EmailContactPreferenceFlag: string
Indicates the email contact preference.
-
ExternalContactEmail: string
Title:
External Contact EmailMaximum Length:320The email address of the external contact. -
ExternalContactFlag: boolean
Title:
External ContactMaximum Length:1Default Value:falseFlag indicating that an activity is owned by an external contact. -
ExternalContactName: string
Title:
External Contact NameMaximum Length:360The name of an external contact. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time of when the activity contact was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The unique identifier of the user who last updated the activity contact. This is defaulted by the system. -
LastUpdateLogin: string
Title:
Last Updated LoginRead Only:trueMaximum Length:32The login details of the user who last updated the activity objective. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Name: string
Title:
NameRead Only:trueThe activity contact name. -
PhoneContactPreferenceFlag: string
Indicates the phone contact preference.
-
PrimaryContactFlag: boolean
Title:
PrimaryIndicates if this contact is the primary contact. -
PrimaryFormattedAddress: string
The formatted address information of the activity contact.
-
RecurSeriesId: integer
(int64)
The unique identifier that links instances of a series together.
-
RelationshipId: integer
(int64)
Title:
Relationship IDThe unique identifier of the relationship of the contact. -
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. -
UpgSourceObjectId: integer
(int64)
Read Only:
trueThe primary key value of the record in the source table that is upgraded to Rel9 Activity record. -
UpgSourceObjectType: string
Read Only:
trueMaximum Length:30The source object type could be Appointment, Task or Interaction to indicate the source of the upgraded record. -
UserLastUpdateDate: string
(date-time)
Title:
User Last Update DateThe date and time of when the contact was last updated by a user in the disconnect mode.
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 : activities-ActivityContact-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 associated with the 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:1System 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. 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 identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique identifier of the 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 parameters 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 parameters 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 : activities-ActivityContact-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:falseIndicates 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 : activities-ActivityContact-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:falseIndicates 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 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 : activities-ActivityObjectives-item-response
Type:
Show Source
object-
ActivityId: integer
(int64)
Title:
Activity IDThe unique identifier of the parent activity. -
ActivityNumber: string
Maximum Length:
64The unique number of the activity. The number can also be generated from an external source. -
ActivityObjective: string
Maximum Length:
255The objective for the activity. -
ActyActivityNumber: string
Title:
Activity NumberMaximum Length:64The unique number of the activity. The number can also be generated from an external source. -
AttributeCategory: string
Maximum Length:
30The attribute category associated with the activity. -
CompletedFlag: boolean
Title:
CompleteMaximum Length:1Indicates if the activity objective is completed. If True, the activity is completed. -
ConflictId: integer
(int64)
Default Value:
0The unique identifier for the conflict in the activity objectives. -
CorpCurrencyCode: string
Maximum Length:
15The corporate currency code associated with the activity contact. This attribute is used by CRM Extensibility framework. 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
Read Only:
trueMaximum Length:64The user who created the activity objective. -
CreationDate: string
(date-time)
Read Only:
trueThe date and time when the activity objective was created. -
CurcyConvRateType: string
Maximum Length:
30The currency conversion rate type associated with the activity contact. This attribute is used by CRM Extensibility framework. 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
Maximum Length:
15The currency code. This attribute is used by CRM Extensibility framework. 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. -
LastUpdateDate: string
(date-time)
Read Only:
trueThe date and time when the activity objective was last updated. -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64The user who last updated the activity objective. -
LastUpdateLogin: string
Read Only:
trueMaximum Length:32The login details of the user who last updated the activity objective. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectiveCode: string
Title:
ObjectiveMaximum Length:30The code indicating the objectives of an activity. A list of valid values is defined in the lookup ORA_ZMM_ACTIVITY_OBJECTIVE. -
ObjectiveFreefmtText: string
Title:
Objective TextMaximum Length:80The text area to describe the objective of the activity. -
ObjectiveId: integer
(int64)
Title:
Objective IDThe unique identifier of the objective. -
RecurSeriesId: integer
(int64)
The unique identifier for the series that links instances of a series together.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : activities-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 attached document. -
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 type of the data in the attachment. For example, FILE, WEB_PAGE, or TEXT. -
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 : activities-Note-item-response
Type:
Show Source
object-
ContactRelationshipId: integer
(int64)
Title:
Contact Relationship IDThe unique identifier of the relationship populated when the note is associated with a contact. -
CorpCurrencyCode: string
Title:
Corporate Currency CodeMaximum Length:15The corporate currency code associated with the note. This attribute is used by CRM Extensibility framework. 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 row. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the note was created. -
CreatorPartyId: integer
(int64)
Title:
Creator Party IDThe unique identifier of the person who created the note. -
CurcyConvRateType: string
Title:
Currency Conversion Rate TypeMaximum Length:30The currency conversion rate type associated with the note. This attribute is used by CRM Extensibility framework. 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. This attribute is used by CRM Extensibility framework. A list of valid values is 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. -
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 and time of when the note 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 a 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 column to store the note text. -
NoteTypeCode: string
Title:
TypeMaximum Length:30The code indicating the type of the note. This value is used for categorization of the note. A list of valid values is defined in the lookup ZMM_NOTE_TYPE_CD. -
ParentNoteId: integer
(int64)
Title:
Parent Note IDThe unique identifier of the parent note. -
PartyId: integer
(int64)
Read Only:
trueThe unique identifier of the party associated with the note. -
PartyName: string
Title:
AuthorRead Only:trueMaximum Length:360The name of the author of the note. -
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 source object code for the source object as defined in the objects metadata. -
SourceObjectId: string
Title:
Related ObjectMaximum Length:64The unique identifier of the source object such as activities, opportunities, as defined in the objects metadata. -
SourceSystem: string
Title:
Source SystemMaximum Length:30This is the source object code for the source object 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, external, or private.
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 : activities-Note-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 associated with the 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:1System 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. 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 identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique identifier of the 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 parameters 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 parameters 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 : activities-Note-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:falseIndicates 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 : activities-Note-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:falseIndicates 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 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 : activities-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 associated with the 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:1System 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. 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 identifier of the smart action definition. -
UserActionName: string
Title:
Action NameMaximum Length:256The unique identifier of the 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 parameters 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 parameters 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 : activities-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:falseIndicates 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 : activities-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:falseIndicates 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 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
Links
- AccountListVA
-
Operation: /crmRestApi/resources/11.13.18.05/accountsThe list of values indicating the name of the account associated with the activity.
The following properties are defined on the LOV link relation:- Source Attribute: AccountName; Target Attribute: PartyUniqueName
- Display Attribute: PartyUniqueName, PreferredContactEmail
- ActivityAssignee
-
Parameters:
- ActivityNumber:
$request.path.ActivityNumber
The activity assignees resource is used to view, create, update, and delete the internal resources assigned to an activity. - ActivityNumber:
- ActivityContact
-
Parameters:
- ActivityNumber:
$request.path.ActivityNumber
The activity contacts resource is used to view, create, update, and delete the contacts associated with an activity. - ActivityNumber:
- ActivityFunctionCodeExtendedVA
-
Parameters:
- finder:
LookupTypeIsEnabledFinder%3BBindLookupType%3DZMM_ACTIVITY_FUNCTION_TYPE_CD
The list of values indicating the function of the activity.
The following properties are defined on the LOV link relation:- Source Attribute: ActivityFunctionCodeTrans; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ActivityFunctionCodeListVA
-
The list of values for an activity that compares tasks with appointments.
The following properties are defined on the LOV link relation:- Source Attribute: ActivityFunctionCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- ActivityObjectives
-
Parameters:
- ActivityNumber:
$request.path.ActivityNumber
The activity objectives resource is used to view, create, update, and delete the objective of an activity. - ActivityNumber:
- ActivitySubtypeCodeFilterVA
-
Parameters:
- finder:
ByActivityTypeFinder%3BBind_ActivityTypeCode%3D{ActivityTypeCode}
The list of values indicating the activity sub types dependent on the selected activity type.
The following properties are defined on the LOV link relation:- Source Attribute: ActivitySubtypeCode; Target Attribute: ActivitySubtypeCode
- Display Attribute: Meaning
- finder:
- ActivityTypeCodeListVA
-
Parameters:
- finder:
ByActivityFunctionFinder%3BBind_ActivityFunctionCode%3D{ActivityFunctionCode}
The list of values indicating the type or category of the activity.
The following properties are defined on the LOV link relation:- Source Attribute: ActivityTypeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- AppointmentStatusListVA
-
Parameters:
- finder:
LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DZMM_ACTIVITY_STATUS_CD%2CBindLookupCode%3D{StatusCode}
The following properties are defined on the LOV link relation:- Source Attribute: AppointmentStatus; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- AssetListVA
-
Operation: /crmRestApi/resources/11.13.18.05/assetsThe list of values indicating the assets associated with an activity.
The following properties are defined on the LOV link relation:- Source Attribute: AssetName; Target Attribute: Product
- Display Attribute: Product
- Attachments
-
Parameters:
- ActivityNumber:
$request.path.ActivityNumber
The activity attachments resource is used to view, create, update, and delete attachments of an activity. An attachment includes additional information about an activity. - ActivityNumber:
- CaseVA
-
Operation: /crmRestApi/resources/11.13.18.05/casesThe list of values indicating the reference number of the case.
The following properties are defined on the LOV link relation:- Source Attribute: CaseNumber; Target Attribute: CaseNumber
- Display Attribute: CaseNumber
- DealVA
-
Operation: /crmRestApi/resources/11.13.18.05/dealsThe following properties are defined on the LOV link relation:
- Source Attribute: DealNumber; Target Attribute: DealNumber
- Display Attribute: DealNumber
- DirectionCodeListVA
-
Parameters:
- finder:
LookupTypeIsEnabledFinder%3BBindLookupType%3DZMM_ACTIVITY_DIRECTION
The list of values indicating the direction options for an activity, such as inbound/outbound, optional. The default value is null.
The following properties are defined on the LOV link relation:- Source Attribute: DirectionCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ExternallyOwnedLookupVA
-
Parameters:
- finder:
LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DYES_NO
The list of values indicating whether the activity is externally owned.
The following properties are defined on the LOV link relation:- Source Attribute: ExternallyOwnedFlag; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ExtnResourceVA
-
Operation: /crmRestApi/resources/11.13.18.05/resourcesParameters:
- finder:
FilterByManagerReportsFlagRF
The following properties are defined on the LOV link relation:- Source Attribute: OwnerName; Target Attribute: PartyName
- Display Attribute: PartyName, EmailAddress
- finder:
- LeadListVA
-
Operation: /crmRestApi/resources/11.13.18.05/leadsThe following properties are defined on the LOV link relation:
- Source Attribute: LeadName; Target Attribute: Name
- Display Attribute: Name
- Note
-
Parameters:
- ActivityNumber:
$request.path.ActivityNumber
The note resource is used to view, create, update, and delete notes associated with an activity. A note captures comments, information, or instructions related to an activity. - ActivityNumber:
- OpportunityPVO
-
The following properties are defined on the LOV link relation:
- Source Attribute: OpportunityName; Target Attribute: Name
- Display Attribute: Name
- OutcomeCodeListVA
-
Parameters:
- finder:
LookupTypeIsEnabledFinder%3BBindLookupType%3DZMM_ACTIVITY_OUTCOME
The list of values of an outcome of the activity such as call transferred, at risk, captured issue.
The following properties are defined on the LOV link relation:- Source Attribute: OutcomeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- OwnerListVA
-
Operation: /crmRestApi/resources/11.13.18.05/resourcesThe list of values indicating the user who submitted the Call Report.
The following properties are defined on the LOV link relation:- Source Attribute: SubmittedByName; Target Attribute: PartyName
- Display Attribute: PartyName, EmailAddress
- PartnerEnrolledProgramsListVA
-
Operation: /crmRestApi/resources/11.13.18.05/partnersThe list of values indicating the enrollment number of the unique program.
The following properties are defined on the LOV link relation:- Source Attribute: PartnerEnrollmentNumber; Target Attribute: EnrollmentNumber
- Display Attribute: EnrollmentNumber
- PartnerNamePickerVA
-
Parameters:
- finder:
ActivePartnersFinder
The list of values containing the names of the partners who can be associated with the activity.
The following properties are defined on the LOV link relation:- Source Attribute: PartnerPartyName; Target Attribute: PartyUniqueName
- Display Attribute: PartyUniqueName
- finder:
- PartnerProgramsListVA
-
The list of values indicating the name of the partner program associated with the activity.
The following properties are defined on the LOV link relation:- Source Attribute: PartnerProgramName; Target Attribute: ProgramName
- Display Attribute: ProgramName
- PrimaryContactListVA
-
Operation: /crmRestApi/resources/11.13.18.05/contactsThe list of values indicating the name of the primary contact of the activity.
The following properties are defined on the LOV link relation:- Source Attribute: PrimaryContactName; Target Attribute: PartyName
- Display Attribute: PartyUniqueName, PrimaryEmailAddress
- PriorityCodeListVA
-
Parameters:
- finder:
LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DZMM_ACTIVITY_PRIORITY_CD%2CBindLookupCode%3D{PriorityCode}
The list of values indicating the priority of the activity priority. The default value is 2. The possible values are: 1, 2, 3.
The following properties are defined on the LOV link relation:- Source Attribute: PriorityCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- RatedCurrenciesVA
-
The list of values indicating the currency used by the activity.
The following properties are defined on the LOV link relation:- Source Attribute: CurrencyCode; Target Attribute: CurrencyCode
- Display Attribute: CurrencyCode
- RecurDayListVA
-
Parameters:
- finder:
LookupTypeIsEnabledFinder%3BBindLookupType%3DZMM_ACTIVITY_RECUR_DAY_CD
The list of values indicating the recurrence of an appointment on a specific day of the month, such as 1, 10, 12, 17.
The following properties are defined on the LOV link relation:- Source Attribute: RecurDay; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- RecurMonthListVA
-
Parameters:
- finder:
LookupTypeIsEnabledFinder%3BBindLookupType%3DZMM_ACTIVITY_RECUR_MONTH_CD
The list of values indicating the recurrence of an appointment in a specified month, such as April, June, March.
The following properties are defined on the LOV link relation:- Source Attribute: RecurMonth; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- RecurPatternListVA
-
Parameters:
- finder:
LookupTypeIsEnabledFinder%3BBindLookupType%3DZMM_ACTIVITY_RECUR_PATTERN_CD
The list of values indicating the recurring appointment for a specific week, such as First, Second, Third, Fourth, Last. The recurrence can be monthly or yearly.
The following properties are defined on the LOV link relation:- Source Attribute: RecurPattern; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- RecurTypeCodeListVA
-
Parameters:
- finder:
LookupTypeIsEnabledFinder%3BBindLookupType%3DZMM_ACTIVITY_RECUR_TYPE_CD
The list of values indicating how often an appointment recurs, such as Daily, Weekly, Monthly, Yearly.
The following properties are defined on the LOV link relation:- Source Attribute: RecurTypeCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- RecurWeekDayListVA
-
Parameters:
- finder:
LookupTypeIsEnabledFinder%3BBindLookupType%3DZMM_ACTIVITY_RECUR_DAYWEEK_CD
The list of values indicating the activity that recurs on every weekday, such as Monday to Sunday, Weekday, Weekend, Day.
The following properties are defined on the LOV link relation:- Source Attribute: RecurWeekday; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ReminderPeriodVA
-
Parameters:
- finder:
LookupTypeFinder%3BBindLookupType%3DZMM_ACTIVITY_REMINDER
The list of values indicating when the reminder should be sent, such as one hour before, 15 minutes before.
The following properties are defined on the LOV link relation:- Source Attribute: ReminderPeriod; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ResponseCodeVA
-
Parameters:
- finder:
LookupTypeFinder%3BBindLookupType%3DZMM_ACTIVITY_RESPONSE_CD
The list of values indicating whether a reminder is needed.
The following properties are defined on the LOV link relation:- Source Attribute: ResponseCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- SalesObjectiveVA
-
The following properties are defined on the LOV link relation:
- Source Attribute: SalesObjectiveName; Target Attribute: Name
- Display Attribute: Name
- ServiceRequestVA
-
The following properties are defined on the LOV link relation:
- Source Attribute: SrNumber; Target Attribute: SrNumber
- Display Attribute: SrNumber
- ShowStatusVA
-
Parameters:
- finder:
LookupTypeIsEnabledFinder%3BBindLookupType%3DORA_ZMM_ACTIVITY_STATE
The list of values indicating the status of a record.
The following properties are defined on the LOV link relation:- Source Attribute: ShowStatus; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- ShowTimeAsVA
-
Parameters:
- finder:
LookupTypeFinder%3BBindLookupType%3DZMM_ACTIVITY_SHOWTIMEAS_CD
The list of values indicating the choice of display of time on your calendar for an activity.
The following properties are defined on the LOV link relation:- Source Attribute: ShowTimeAs; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- StatusCodeListVA
-
Parameters:
- finder:
LookupTypeActiveEnabledOrBindCodeFinder%3BBindLookupType%3DZMM_ACTIVITY_STATUS_CD%2CBindLookupCode%3D{StatusCode}
The list of values indicating the status of the activity. The default value is Not Started.
The following properties are defined on the LOV link relation:- Source Attribute: StatusCode; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- TaskReminderPeriodVA
-
Parameters:
- finder:
LookupTypeFinder%3BBindLookupType%3DORA_ZMM_TASK_REMINDER
The list of values indicating the time when a task reminder occurs.
The following properties are defined on the LOV link relation:- Source Attribute: TaskReminderPeriod; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- YesNoAllDayLookup
-
Parameters:
- finder:
LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DYES_NO
The list of values indicating whether the appointment is for the entire day, such as True or False.
The following properties are defined on the LOV link relation:- Source Attribute: AllDayFlag; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- YesNoLookup
-
Parameters:
- finder:
LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DYES_NO
The list of values indicating if the activity was generated due to auto sync.
The following properties are defined on the LOV link relation:- Source Attribute: OutlookAutoSyncFlag; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- YesNoLookup1
-
Parameters:
- finder:
LookupTypeIsActiveEnabledFinder%3BBindLookupType%3DYES_NO
The list of values indicating the dismiss status of the activity
The following properties are defined on the LOV link relation:- Source Attribute: DismissFlag; Target Attribute: LookupCode
- Display Attribute: Meaning
- finder:
- smartActions
-
Parameters:
- ActivityNumber:
$request.path.ActivityNumber
The 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. - ActivityNumber:
Examples
The following example shows how to get an activity by submitting a GET request on the REST resource using cURL.
curl -u <username:password> \ -X GET https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/activities/CDRM_167274
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"ActivityId" : 300100091331333,
"ActivityNumber" : "CDRM_167274",
"AccountId" : null,
"ActivityCreatedBy" : "SALES_ADMIN",
"ActivityCreationDate" : "2016-08-24T00:23:41-07:00",
"ActivityPartialDescription" : null,
"ActivityEndDate" : "2014-05-26T00:00:00-07:00",
"RecordSet" : null,
"ShowStatus" : null,
"Subject" : "ATAP_REST_TASK_TEST004_ADHOCCALLREP7",
"ActivityFunctionCodeTrans" : null,
"ActivityFunctionCode" : "APPOINTMENT",
"ActivityLastUpdateLogin" : "3ACD2BA10C14B0DEE053780CF10A305B",
"ActivityStartDate" : "2014-05-25T23:00:00-07:00",
"ActivityTypeCode" : "MEETING",
"ActivityUpdateDate" : "2016-08-24T01:37:10-07:00",
"ActivityUpdatedBy" : "SALES_ADMIN",
"ActivityUserLastUpdateDate" : null,
"AllDayFlag" : null,
"AssessmentId" : null,
"AutoLogSource" : null,
"BuOrgId" : null,
"CampaignId" : null,
"ConflictId" : 0,
"CreatedBy" : "SALES_ADMIN",
"CreationDate" : "2016-08-24T00:23:41-07:00",
-
}