Get all service requests
/crmRestApi/resources/11.13.18.05/serviceRequests
Request
- 
                            expand: string
                            
                            When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
 - 
                            fields: string
                            
                            This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 - 
                            finder: string
                            
                            Used as a predefined finder to search the collection.
Format: ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables:- MyCriticalSRsFinder: Finds critical service requests assigned to a user.
Finder Variables:- AssigneeResourceId; string; The resource ID passed as parameter to the service request finder service.
 
 - MySRsByStatusFinder: Finds service requests with a specific status that are assigned to a user.
Finder Variables:- AssigneeResourceId; string; The resource ID passed as parameter to the service request finder service.
 - StatusCd; string; The status code passed as parameter to the service request finder service.
 
 - MySRsFinder: Finds service requests assigned to me.
Finder Variables:- AssigneeResourceId; string; The resource ID passed as parameter to the service request finder service.
 
 - PrimaryKey: Finds a service request by ID number.
Finder Variables:- SrId; integer; The service request Id passed as parameter to the finder service.
 
 - SRListMySRTeamSRsFinder: Finds service requests where the logged in user belongs to the service request team.
Finder Variables: - SRsCreatedByMeFinder: Find a service request created by a user.
Finder Variables:- CreatedBy; string; The user ID passed as parameter to the service request finder service.
 
 - SRsListByResource: Find service requests where a resource is on the service request team.
Finder Variables:- ResourceId; integer; The resource ID passed as parameter to the service request finder.
 
 - ServiceRequestByNumber: Finds a service request by SR number.
Finder Variables:- SrNumber; string; The service request number passed as parameter to the finder service.
 
 - ServiceRequestByStripeCd: Finds service requests for an application stripe.
Finder Variables:- StripeCd; string; The application stripe of the service request.
 
 
 - MyCriticalSRsFinder: Finds critical service requests assigned to a user.
 - 
                            limit: integer
                            
                            This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
 - 
                            links: string
                            
                            This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical - 
                            offset: integer
                            
                            Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
 - 
                            onlyData: boolean
                            
                            The resource item payload will be filtered in order to contain only data (no links section, for example).
 - 
                            orderBy: string
                            
                            This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
 - 
                            q: string
                            
                            This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- AccountPartyEmailAddress; string; The e-mail address of the account on the service request.
 - AccountPartyId; integer; The unique identifier of the account party associated with the service request.
 - AccountPartyName; string; The name of the account party.
 - AccountPartyNumber; string; The public unique identifier of the account associated with the service request.
 - AccountPartyPreferredContactMethod; string; The preferred contact method of the account on the service request.
 - AccountPartyUniqueName; string; The unique name to identify the account.
 - AffectedPartyAssignmentNumber; string; The unique assignment number of the affected party person for the service request.
 - AffectedPartyPersonName; string; The display name of the affected party person in the service request.
 - AssetId; integer; The unique identifier of the asset associated with the service request.
 - AssetNumber; string; The asset number associated with the service request.
 - AssetSerialNumber; string; The serial number of the asset that is associated with the service request.
 - AssigneePersonName; string; The name of the assignee.
 - AssigneeResourceId; integer; The foreign key of the party object associated with the service request assignee.
 - AssigneeResourceNumber; string; The public unique identifier of the assignee of the service request.
 - AssigneeTimezone; string; The time zone of the assignee associated with the service request.
 - AssistedByHumanFlag; boolean; Indicates whether human agents worked on the service request at any stage of its lifecycle.
 - BUOrgId; integer; The unique identifier of the business unit associated with the service request.
 - BillToCustomerAccountDescription; string; The description of the customer account to be billed for work performed on the service request.
 - BillToCustomerAccountId; integer; The customer account to be billed for work performed on the service request.
 - BillToCustomerAccountNumber; string; The PUID for the customer account to be billed for work performed on the service request.
 - BillToCustomerAccountSiteId; integer; The customer account site to be billed for work performed on the service request.
 - BillToCustomerAccountSiteUsageNumber; string; The PUID for the customer account site bill-to usage.
 - BillToCustomerId; integer; The customer to be billed for work performed on the service request.
 - BillToCustomerName; string; The name of the customer to be billed for work performed on the service request.
 - BillToCustomerNumber; string; The PUID for the customer to be billed for work performed on the service request.
 - BillToPartySiteFormattedAddress; string; The formatted address for the customer site to be billed for work performed on the service request.
 - BillToPartySiteId; integer; The address of the customer site to be billed for work performed on the service request.
 - BillToPartySiteLocationId; integer; The location of the customer site to be billed for work performed on the service request.
 - BillToPartySiteName; string; The name of the customer site to be billed for work performed on the service request.
 - BillToPartySiteNumber; string; The PUID for the customer site to be billed for work performed on the service request.
 - CaseId; integer; The unique identifier of the case associated with the service request.
 - CategoryCode; string; Indicates the alternate key of the category associated to the service request.
 - CategoryId; integer; The unique identifier of the service request category.
 - CategoryName; string; The name of the category associated with the service request.
 - ChannelTypeCd; string; The code indicating the channel type. For example, email, phone, social, and so on. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_TYPE_CD.
 - ChannelTypeCdMeaning; string; The display value of the channel type lookup code for the service request, such as Chat, Phone, or Email.
 - ClosedDate; string; The date when the service request was closed (if closed).
 - ComplianceFlag; boolean; Indicates whether the milestone is compliant or not. The default value is true.
 - CreatedBy; string; The user who created the service request.
 - CreationDate; string; The date and time when the service request was created.
 - CriticalFlag; boolean; Indicates whether the service request is critical. If critical, the value is Y, else the value is N.
 - DueDate; string; The date when the milestone is due.
 - FirstTransferDate; string; The date when the service request was first transferred.
 - HandledByAIFlag; boolean; Indicates whether automation agents acted upon the service request at any point in its lifecycle.
 - HeaderFlag; boolean; Indicates whether the milestone is a service request header milestone or not.
 - IBAssetDescription; string; The description of the installed base asset associated with the service request.
 - IBAssetId; integer; The unique identifier of the install base asset associated with the service request.
 - IBAssetLocationType; string; The location type of the installed base asset associated with the service request.
 - IBAssetNumber; string; The installed base asset number associated with the service request.
 - IBAssetSerialNumber; string; The serial number of the install base asset associated with the service request.
 - InternalPriorityCd; string; The code indicating the internal priority of the service request. For example, High, Normal, Low, and so on. A list of accepted values is defined in the lookup ORA_SVC_SR_INT_PRIORITY_CD.
 - InventoryItemId; integer; The unique identifier of the product associated with the service request.
 - InventoryOrgId; integer; The unique identifier of the organization of the product that is associated with the service request.
 - LanguageCd; string; The code indicating the customer's preferred language for the service request. For example, en, fr, and so on.
 - LastReopenDate; string; The date and time when the service request was last reopened.
 - LastResolvedDate; string; The date and time when the service request was last resolved.
 - LastTransferDate; string; Indicates the date and time of the last transfer of the service request.
 - LastTransferredBy; string; The user who last transferred the service request.
 - LastUpdateDate; string; The date and time when the service request was last updated.
 - LastUpdatedBy; string; The user who last updated the service request.
 - LastUpdatedByDisplayName; string; The display name of the user who last update the service request.
 - LastUpdatedByEmailAddress; string; The e-mail address of the person who last updated the service request.
 - LastUpdatedByPartyId; integer; The unique identifier of the party of the user who last updated the service request.
 - LoyMemberId; integer; The unique identifier of the loyalty member associated with the customer contact.
 - LoyMemberName; string; The name of the loyalty member associated with the customer contact.
 - LoyMemberNumber; string; The public unique loyalty member identifier of the service request primary contact.
 - MilestoneConfigId; integer; The unique identifier of the milestone configuration.
 - MilestoneLabel; string; The display name of the milestone.
 - MilestoneStatusCd; string; The code indicating the status of the milestone. For example, In Progress, Complete. A list of accepted values is defined in the lookup ORA_SVC_MILESTONE_STATUS_CD.
 - OpenDate; string; The date when the service request was reported by the customer. Typically, the value is the same as Creation Date. However, if the service request was migrated from another system then the Creation Date is the date the SR was created and Date Reported is the date the customer reported the service request.
 - OriginalSystemReference; string; The reference to the service request record in the original system from which service request was imported (if imported).
 - PartnerAccountPartyId; integer; The unique identifier of the partner account party.
 - PartnerAccountPartyNumber; string; The public unique identifier of the partner account associated with the service request.
 - PartnerAccountPartyUniqueName; string; The unique name to identify the partner account.
 - PrimaryContactAssignmentNumber; string; The unique assignment number of the primary contact of the service request.
 - PrimaryContactDoNotContactFlag; boolean; Indicates that the primary contact of the service request does not want to be contacted. The default value is false.
 - PrimaryContactPartyId; integer; The unique identifier of the contact who initially reported the service request. The contact is also the primary contact of the service request.
 - PrimaryContactPartyName; string; The name of the service request primary contact.
 - PrimaryContactPartyNumber; string; The public unique identifier of the primary contact associated of the service request.
 - PrimaryContactPartyUniqueName; string; The unique party name associated with the primary contact.
 - PrimaryContactPersonId; integer; The identifier of the primary contact person of the service request. This field is only applicable for the human resource help desk application.
 - PrimaryContactPreferredContactMethod; string; The preferred contact method of the primary contact of the service request.
 - ProblemCd; string; The code indicating the problem with a service request. A list of accepted values is defined in the lookup: ORA_SVC_SR_PROBLEM_TYPE_CD. For example, ORA_SVC_DOCS, ORA_SVC_PRODUCT.
 - ProblemDescription; string; The service request's problem description/statement and the steps to reproduce the issue.
 - ProdGroupName; string; The name of the product group associated with the service request.
 - ProductGroupReferenceNumber; string; The public unique identifier of the product associated with the service request.
 - ProductItemDescription; string; The description of the product associated with the service request.
 - ProductItemNumber; string; The alternate key identifier of the product associated with the service request.
 - QueueId; integer; The unique identifier of the queue to which the service request is assigned.
 - QueueName; string; The name of the queue associated with the service request.
 - QueueNumber; string; The public unique identifier of the service request queue.
 - RecordSet; string; The record set selected by the user. The selected record set is used to filter the search results.
 - ReportedByEmailAddress; string; The e-mail address of the person who reported the service request.
 - ReportedByPartyId; integer; The user who created the service request in the system.
 - ReportedByPartyName; string; The person who reported the service request.
 - ReportedByPartyNumber; string; The public unique identifier of the person who reported the service request.
 - ReportedByPartyUniqueName; string; The unique name of the user who created the service request.
 - ResolutionCd; string; The code indicating the type of resolution of the service request. For example, Satisfied, Not_Satisfied, Returned_Product, New_Purchase, Unknown, and so on. A list of accepted values is defined in the lookup ORA_SVC_SR_RESOLUTION_CD.
 - ResolutionCdMeaning; string; The display value of the resolution lookup code for the service request, such as Satisfied.
 - ResolveDescription; string; A brief description of how the problem was resolved.
 - ResolveOutcomeCd; string; The code indicating the type of resolution that was achieved for the Service Request.
 - ResolveOutcomeCdMeaning; string; The display value of the resolution outcome lookup code for the service request, such as Solution Provided.
 - ResolvedBy; string; The name of the person who initiated the resolution process.
 - ResolvedByAIFlag; boolean; Indicates whether the service request was resolved with the assistance of automation agents.
 - ResolvedByPartyId; integer; The unique identifier of the user who resolved this service request.
 - ScheduleId; integer; The unique identifier of the current schedule associated with the service request.
 - ServiceProfileId; integer; The service profile associated with the service request.
 - ServiceProfileName; string; The name of the service profile associated with the service request.
 - ServiceProfileNumber; string; The PUID for the service profile associated with the service request.
 - ServiceProfilePartySiteId; integer; The address of the service profile associated with the service request.
 - ServiceProfilePartySiteLocationId; integer; The location of the service profile associated with the service request.
 - ServiceProfilePartySiteName; string; The name of the address of the service profile associated with the service request.
 - ServiceProfilePartySiteNumber; string; The PUID of the address of the service profile associated with the service request.
 - ServiceProfileSiteFormattedAddress; string; The formatted address of the service profile associated with the service request.
 - ServiceZoneId; integer; The unique identifier of the service request region.
 - ServiceZoneName; string; The name of the service request region.
 - SeverityCd; string; The code indicating the severity of the service request. For example, Sev1, Sev2, Sev3, and Sev4.
 - SeverityCdMeaning; string; The display value of the severity lookup code for the service request, such as High.
 - SeverityRank; integer; The code indicating the severity of the service request.
 - SocialPrivateFlag; boolean; Indicates if the service request was created from a private social post. The default value is false.
 - SourceCd; string; The code indicating how the service request was created in the application. For example, Agent_UI, Customer_UI, API, and so on. A list of accepted values is defined in the lookup ORA_SVC_SOURCE_CD .
 - SrId; integer; The unique identifier of the service request record.
 - SrLastUpdatedByPartyId; integer; The unique identifier of the user who last updated the service request.
 - SrLastUpdatedByPartyName; string; The name of the party who last updated the service request.
 - SrMilestoneId; integer; The unique identifier of the milestone associated with the service request.
 - SrNumber; string; The unique number that is used to identify a service request. You can configure the service request number to a format that is best suitable to your organizational requirements. For example, service request may have the formats service request0000012345, service request_000_12345, 12345_00_service request, and so on depending on your requirements.
 - StatusCd; string; The code indicating the status of the service request. For example, New, InProgress, Waiting, Resolved, Closed, and so on.
 - StatusCdMeaning; string; The display value of the status lookup code for the service request, such as New, or In-Progress.
 - StatusTypeCd; string; The code indicating the status type of the service request. The possible values are, New, In Progress, Waiting, Resolved, and Closed.
 - StatusTypeCdMeaning; string; The display value of the status type lookup code for the service request, such as New, or Resolved.
 - StripeCd; string; The application stripe of the service request.
 - SurveyResponseDate; string; The date and time when the response to this survey was submitted to the survey vendor.
 - SurveySentDate; string; The date and time when survey was last sent for this service request.
 - TimeRemaining; string; The time remaining in the milestone.
 - TimezoneCode; string; The service request time zone optionally used for computing the milestone due date.
 - Title; string; A brief title of the service request.
 - TransferCount; integer; The count showing how many times a service request has been transferred.
 - TransferNote; string; This field contains information about transfer note.
 - TransferReasonCd; string; The lookup code that indicates the transfer reason.
 - UniqueExternalSystemReference; string; The unique alternative identifier of the service request in the original reference system. You can this column to store the identifier of the service request in the external application you're integrating with.
 - WarnedFlag; boolean; Indicates that the milestone passed the warning threshold.
 
 - 
                            totalResults: boolean
                            
                            The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
 
- 
                            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
- application/json
 
Default Response
- 
                                        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.
 
object- 
                
                    
                    count(required): integer
                    
                    
                     
                    
                
                
                The number of resource instances returned in the current range.
 - 
                
                    
                    hasMore(required): boolean
                    
                    
                     
                    
                
                
                Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
 - 
                
                    
                    items: array
                    
                    
                
                
                    Items
                
                
                Title:
ItemsThe items in the collection. - 
                
                    
                    limit(required): integer
                    
                    
                     
                    
                
                
                The actual paging size used by the server.
 - 
                
                    
                    links(required): array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    offset(required): integer
                    
                    
                     
                    
                
                
                The offset value used in the current page.
 - 
                
                    
                    totalResults: integer
                    
                    
                     
                    
                
                
                The estimated row count when "?totalResults=true", otherwise the count is not included.
 
arrayLinksobject- 
                
                    
                    AccountPartyEmailAddress: string
                    
                    
                     
                    
                
                
                Title:
Account Party Email AddressRead Only:trueMaximum Length:320The e-mail address of the account on the service request. - 
                
                    
                    AccountPartyFormattedPhoneNumber: string
                    
                    
                     
                    
                
                
                Title:
Account Party Formatted Phone NumberRead Only:trueThe formatted phone number of the account on the service request. - 
                
                    
                    AccountPartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Account IDThe unique identifier of the account party associated with the service request. - 
                
                    
                    AccountPartyName: string
                    
                    
                     
                    
                
                
                Title:
Account NameRead Only:trueMaximum Length:360The name of the account party. - 
                
                    
                    AccountPartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Account NumberRead Only:trueMaximum Length:30The public unique identifier of the account associated with the service request. - 
                
                    
                    AccountPartyPreferredContactMethod: string
                    
                    
                     
                    
                
                
                Title:
Account Party Preferred Contact MethodRead Only:trueMaximum Length:30The preferred contact method of the account on the service request. - 
                
                    
                    AccountPartyUniqueName: string
                    
                    
                     
                    
                
                
                Title:
AccountMaximum Length:900The unique name to identify the account. - 
                
                    
                    activities: array
                    
                    
                
                
                    Activities
                
                
                Title:
ActivitiesThe activities resource is used to view, create, update, and delete the activities associated with a service request. Activities are the tasks that resource members work on to resolve or complete a service request. - 
                
                    
                    addresses: array
                    
                    
                
                
                    Service Addresses
                
                
                Title:
Service AddressesA service address represents the location information that will guide technicians in providing service to the right location. The service address can be an existing address in the system, or it can be entered as a single-use address. - 
                
                    
                    AffectedPartyAssignmentNumber: string
                    
                    
                     
                    
                
                
                Title:
Affected Party Person Assignment NumberMaximum Length:50The unique assignment number of the affected party person for the service request. - 
                
                    
                    AffectedPartyPersonId: string
                    
                    
                     
                    
                
                
                Title:
Affected PartyThe unique identifier of the affected person on the service request. This field is only applicable for the human resource help desk application. - 
                
                    
                    AffectedPartyPersonName: string
                    
                    
                     
                    
                
                
                Title:
Affected Party Person NameRead Only:trueThe display name of the affected party person in the service request. - 
                
                    
                    AssetId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
AssetThe unique identifier of the asset associated with the service request. - 
                
                    
                    AssetNumber: string
                    
                    
                     
                    
                
                
                Title:
Asset NumberMaximum Length:100The asset number associated with the service request. - 
                
                    
                    AssetSerialNumber: string
                    
                    
                     
                    
                
                
                Title:
Asset Serial NumberRead Only:trueMaximum Length:100The serial number of the asset that is associated with the service request. - 
                
                    
                    AssigneeEmailAddress: string
                    
                    
                     
                    
                
                
                Title:
EmailRead Only:trueMaximum Length:320The email address of the assignee. - 
                
                    
                    AssigneeFormattedAddress: string
                    
                    
                     
                    
                
                
                Title:
Assignee Formatted AddressRead Only:trueThe formatted address of the service request assignee. - 
                
                    
                    AssigneeFormattedPhoneNumber: string
                    
                    
                     
                    
                
                
                Title:
Assignee PhoneRead Only:trueThe phone number of the resource to whom the service request is assigned. - 
                
                    
                    AssigneePartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Assigned to Party IDRead Only:trueThe unique identifier of the party object associated with the service request assignee. - 
                
                    
                    AssigneePersonName: string
                    
                    
                     
                    
                
                
                Title:
Assigned ToMaximum Length:360The name of the assignee. - 
                
                    
                    AssigneeResourceId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Assigned to Resource IDThe foreign key of the party object associated with the service request assignee. - 
                
                    
                    AssigneeResourceNumber: string
                    
                    
                     
                    
                
                
                Title:
Assigned to Resource NumberRead Only:trueMaximum Length:30The public unique identifier of the assignee of the service request. - 
                
                    
                    AssigneeTimezone: string
                    
                    
                     
                    
                
                
                Title:
Assignee Time ZoneRead Only:trueMaximum Length:255The time zone of the assignee associated with the service request. - 
                
                    
                    AssistedByHumanFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Assisted by Human FlagMaximum Length:1Default Value:falseIndicates whether human agents worked on the service request at any stage of its lifecycle. - 
                
                    
                    Attachment: array
                    
                    
                
                
                    Attachments
                
                
                Title:
AttachmentsThe attachments resource is used to view, create, update, and delete attachments of a service request. An attachment includes additional information about a service request. - 
                
                    
                    BillToCustomerAccountDescription: string
                    
                    
                     
                    
                
                
                Title:
Bill-To Customer Account DescriptionRead Only:trueMaximum Length:240The description of the customer account to be billed for work performed on the service request. - 
                
                    
                    BillToCustomerAccountId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Bill to Customer Account IDThe customer account to be billed for work performed on the service request. - 
                
                    
                    BillToCustomerAccountNumber: string
                    
                    
                     
                    
                
                
                Title:
Bill-To Customer Account NumberRead Only:trueMaximum Length:30The PUID for the customer account to be billed for work performed on the service request. - 
                
                    
                    BillToCustomerAccountSiteId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Bill to Customer Account Site IDThe customer account site to be billed for work performed on the service request. - 
                
                    
                    BillToCustomerAccountSiteUsageNumber: string
                    
                    
                     
                    
                
                
                Title:
Bill-To Customer Account Site Usage NumberMaximum Length:255The PUID for the customer account site bill-to usage. - 
                
                    
                    BillToCustomerId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Bill to Customer IDThe customer to be billed for work performed on the service request. - 
                
                    
                    BillToCustomerName: string
                    
                    
                     
                    
                
                
                Title:
Bill-To Customer NameRead Only:trueMaximum Length:360The name of the customer to be billed for work performed on the service request. - 
                
                    
                    BillToCustomerNumber: string
                    
                    
                     
                    
                
                
                Title:
Bill-To Customer NumberRead Only:trueMaximum Length:30The PUID for the customer to be billed for work performed on the service request. - 
                
                    
                    BillToPartySiteFormattedAddress: string
                    
                    
                     
                    
                
                
                Title:
Bill-To Party Site Formatted AddressMaximum Length:5000The formatted address for the customer site to be billed for work performed on the service request. - 
                
                    
                    BillToPartySiteId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Bill-To Party Site IDThe address of the customer site to be billed for work performed on the service request. - 
                
                    
                    BillToPartySiteLocationId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Bill-To Party Site Location IDRead Only:trueThe location of the customer site to be billed for work performed on the service request. - 
                
                    
                    BillToPartySiteName: string
                    
                    
                     
                    
                
                
                Title:
Bill-To Party Site NameRead Only:trueMaximum Length:240The name of the customer site to be billed for work performed on the service request. - 
                
                    
                    BillToPartySiteNumber: string
                    
                    
                     
                    
                
                
                Title:
Bill-To Party Site NumberRead Only:trueMaximum Length:30The PUID for the customer site to be billed for work performed on the service request. - 
                
                    
                    BUOrgId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Business UnitThe unique identifier of the business unit associated with the service request. - 
                
                    
                    BusinessUnitName: string
                    
                    
                     
                    
                
                
                Title:
Business Unit NameRead Only:trueMaximum Length:255The name of the business unit associated with the service request. - 
                
                    
                    CaseId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Case IDThe unique identifier of the case associated with the service request. - 
                
                    
                    CaseNumber: string
                    
                    
                     
                    
                
                
                Title:
Case NumberMaximum Length:255The public unique identifier of the case associated with the service request. - 
                
                    
                    CategoryCode: string
                    
                    
                     
                    
                
                
                Title:
Category CodeMaximum Length:290Indicates the alternate key of the category associated to the service request. - 
                
                    
                    CategoryId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
CategoryThe unique identifier of the service request category. - 
                
                    
                    CategoryName: string
                    
                    
                     
                    
                
                
                Title:
Category NameRead Only:trueMaximum Length:400The name of the category associated with the service request. - 
                
                    
                    channelCommunication: array
                    
                    
                
                
                    Channel Communications
                
                
                Title:
Channel CommunicationsThe channel communications resource is used to view, create, update, and delete channel communications. Channel communication is information about the communication between support agents and their customers. For example, the type of communication information that is recorded includes message identifiers, contact identifiers, and contact point identifiers. - 
                
                    
                    ChannelId: integer
                    
                    
                     
                    
                
                
                Title:
ChannelThe unique identifier of the service request channel. - 
                
                    
                    ChannelTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Channel TypeMaximum Length:30The code indicating the channel type. For example, email, phone, social, and so on. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_TYPE_CD. - 
                
                    
                    ChannelTypeCdMeaning: string
                    
                    
                     
                    
                
                
                Title:
Channel Type ValueRead Only:trueMaximum Length:255The display value of the channel type lookup code for the service request, such as Chat, Phone, or Email. - 
                
                    
                    ClosedDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Date ClosedThe date when the service request was closed (if closed). - 
                
                    
                    ComplianceFlag: boolean
                    
                    
                     
                    
                
                
                Title:
ComplianceRead Only:trueMaximum Length:1Indicates whether the milestone is compliant or not. The default value is true. - 
                
                    
                    contacts: array
                    
                    
                
                
                    Contact Members
                
                
                Title:
Contact MembersThe contact members resource is used to view, create, update, and delete contact members. Contacts are a list of customer contacts associated with a service request. For example, the contact for a corporate customer requesting support for software installation may be the organization's IT manager. Agents also communicate service request resolutions, or other information, with contacts. The communication channels include e-mail, Twitter accounts, and telephone. - 
                
                    
                    CorpCurrencyCode: string
                    
                    
                     
                    
                
                
                Title:
Corporate Currency CodeMaximum Length:15The corporate currency code associated with the service request. 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 service request. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the service request was created. - 
                
                    
                    CriticalFlag: boolean
                    
                    
                     
                    
                
                
                Title:
CriticalMaximum Length:1Default Value:falseIndicates whether the service request is critical. If critical, the value is Y, else the value is N. - 
                
                    
                    CurcyConvRateType: string
                    
                    
                     
                    
                
                
                Title:
Currency Conversion Rate TypeMaximum Length:30The currency conversion rate type associated with the service request. 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:
Currency CodeMaximum Length:15The currency code associated with the service request. This attribute is used by CRM Extensibility framework. A list of accepted values is defined in the lookup RatedCurrenciesVA. - 
                
                    
                    DeleteFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can DeleteRead Only:trueIndicates whether a service request is deleted and not to be displayed in the UI. The default value is false. - 
                
                    
                    DueDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Due DateRead Only:trueThe date when the milestone is due. - 
                
                    
                    FirstTransferDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
First Transfer DateThe date when the service request was first transferred. - 
                
                    
                    HandledByAIFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Handled by AI FlagMaximum Length:1Default Value:falseIndicates whether automation agents acted upon the service request at any point in its lifecycle. - 
                
                    
                    HeaderFlag: boolean
                    
                    
                     
                    
                
                
                Title:
HeaderRead Only:trueMaximum Length:1Indicates whether the milestone is a service request header milestone or not. - 
                
                    
                    IBAssetDescription: string
                    
                    
                     
                    
                
                
                Title:
Installed Base Asset DescriptionRead Only:trueMaximum Length:240The description of the installed base asset associated with the service request. - 
                
                    
                    IBAssetId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Installed Base Asset IDThe unique identifier of the install base asset associated with the service request. - 
                
                    
                    IBAssetLocation: string
                    
                    
                     
                    
                
                
                Title:
Installed Base Asset LocationMaximum Length:5000The location address of the installed base asset associated with the service request. - 
                
                    
                    IBAssetLocationType: string
                    
                    
                     
                    
                
                
                Title:
Installed Base Asset Location TypeRead Only:trueMaximum Length:80The location type of the installed base asset associated with the service request. - 
                
                    
                    IBAssetNumber: string
                    
                    
                     
                    
                
                
                Title:
Installed Base Asset NumberRead Only:trueMaximum Length:80The installed base asset number associated with the service request. - 
                
                    
                    IBAssetSerialNumber: string
                    
                    
                     
                    
                
                
                Title:
Installed Base Asset Serial NumberRead Only:trueMaximum Length:80The serial number of the install base asset associated with the service request. - 
                
                    
                    InternalPriorityCd: string
                    
                    
                     
                    
                
                
                Title:
Internal Priority CodeMaximum Length:30The code indicating the internal priority of the service request. For example, High, Normal, Low, and so on. A list of accepted values is defined in the lookup ORA_SVC_SR_INT_PRIORITY_CD. - 
                
                    
                    InventoryItemId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Inventory Item IDThe unique identifier of the product associated with the service request. - 
                
                    
                    InventoryOrgId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Inventory Organization IDThe unique identifier of the organization of the product that is associated with the service request. - 
                
                    
                    LanguageCd: string
                    
                    
                     
                    
                
                
                Title:
Language CodeMaximum Length:30The code indicating the customer's preferred language for the service request. For example, en, fr, and so on. - 
                
                    
                    LastReopenDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Date ReopenedThe date and time when the service request was last reopened. - 
                
                    
                    LastResolvedDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Resolution DateThe date and time when the service request was last resolved. - 
                
                    
                    LastTransferDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Transfer DateIndicates the date and time of the last transfer of the service request. - 
                
                    
                    LastTransferredBy: string
                    
                    
                     
                    
                
                
                Title:
Last Transferred ByMaximum Length:64The user who last transferred the service request. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the service request was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated by Login IDRead Only:trueMaximum Length:64The user who last updated the service request. - 
                
                    
                    LastUpdatedByDisplayName: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:3600The display name of the user who last update the service request. - 
                
                    
                    LastUpdatedByEmailAddress: string
                    
                    
                     
                    
                
                
                Title:
Last Updated by Email AddressRead Only:trueMaximum Length:255The e-mail address of the person who last updated the service request. - 
                
                    
                    LastUpdatedByPartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Last Updated by Party IDThe unique identifier of the party of the user who last updated the service request. - 
                
                    
                    LastUpdatedByPartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Last Updated by Party NumberRead Only:trueMaximum Length:30The public unique identifier of the person who last updated the service request. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginRead Only:trueMaximum Length:32The application login id of the user who last updated the service request. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    LoyMemberId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Loyalty Member IDThe unique identifier of the loyalty member associated with the customer contact. - 
                
                    
                    LoyMemberName: string
                    
                    
                     
                    
                
                
                Title:
Loyalty MemberMaximum Length:100The name of the loyalty member associated with the customer contact. - 
                
                    
                    LoyMemberNumber: string
                    
                    
                     
                    
                
                
                Title:
Loyalty Member NumberRead Only:trueMaximum Length:30The public unique loyalty member identifier of the service request primary contact. - 
                
                    
                    messages: array
                    
                    
                
                
                    Messages
                
                
                Title:
MessagesThe messages resource is used to view, create, update, and delete service request messages. Messages contain information about every communication update to the service request from both, the internal agent and the customer. For example, "We have credited your account for the value of the call. You should see a credit in your next monthly bill." or "We have notified the billing department about the issue. This issue should not recur.". - 
                
                    
                    MilestoneConfigId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Configuration IDRead Only:trueThe unique identifier of the milestone configuration. - 
                
                    
                    MilestoneLabel: string
                    
                    
                     
                    
                
                
                Title:
Milestone NameRead Only:trueMaximum Length:255The display name of the milestone. - 
                
                    
                    MilestoneStatusCd: string
                    
                    
                     
                    
                
                
                Title:
Milestone StatusRead Only:trueMaximum Length:255The code indicating the status of the milestone. For example, In Progress, Complete. A list of accepted values is defined in the lookup ORA_SVC_MILESTONE_STATUS_CD. - 
                
                    
                    NetworkTypeCd: string
                    
                    
                     
                    
                
                
                Title:
NetworkRead Only:trueMaximum Length:30The code indicating the social network of the post. For example, Facebook, Twitter. A list of accepted values is defined in the lookup HZ_INSTANT_MESSENGER_TYPE. - 
                
                    
                    OpenDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Date ReportedThe date when the service request was reported by the customer. Typically, the value is the same as Creation Date. However, if the service request was migrated from another system then the Creation Date is the date the SR was created and Date Reported is the date the customer reported the service request. - 
                
                    
                    OriginalSystemReference: string
                    
                    
                     
                    
                
                
                Title:
Original SystemMaximum Length:255The reference to the service request record in the original system from which service request was imported (if imported). - 
                
                    
                    OwnerTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Owner TypeMaximum Length:30The code indicating the type of the service request owner. For example, a customer or a partner. - 
                
                    
                    PartnerAccountPartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Partner Account Party IDThe unique identifier of the partner account party. - 
                
                    
                    PartnerAccountPartyName: string
                    
                    
                     
                    
                
                
                Title:
Partner AccountMaximum Length:360The name of the partner account party. Two accounts can have the same party name but not the same unique name. - 
                
                    
                    PartnerAccountPartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Partner Account NumberRead Only:trueMaximum Length:30The public unique identifier of the partner account associated with the service request. - 
                
                    
                    PartnerAccountPartyUniqueName: string
                    
                    
                     
                    
                
                
                Title:
Partner AccountMaximum Length:900The unique name to identify the partner account. - 
                
                    
                    PrimaryContactAssignmentNumber: string
                    
                    
                     
                    
                
                
                Title:
Primary Contact Person Assignment NumberMaximum Length:50The unique assignment number of the primary contact of the service request. - 
                
                    
                    PrimaryContactDoNotContactFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Primary Contact Do Not ContactRead Only:trueMaximum Length:1Indicates that the primary contact of the service request does not want to be contacted. The default value is false. - 
                
                    
                    PrimaryContactEmailAddress: string
                    
                    
                     
                    
                
                
                Title:
Primary Contact EmailRead Only:trueMaximum Length:320The e-mail address of the primary contact associated with the service request. - 
                
                    
                    PrimaryContactFormattedAddress: string
                    
                    
                     
                    
                
                
                Title:
Primary Contact Formatted AddressRead Only:trueThe formatted address of the primary contact of the service request. - 
                
                    
                    PrimaryContactFormattedPhoneNumber: string
                    
                    
                     
                    
                
                
                Title:
Primary Contact PhoneRead Only:trueThe phone number of the primary contact. - 
                
                    
                    PrimaryContactPartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Primary Contact IDThe unique identifier of the contact who initially reported the service request. The contact is also the primary contact of the service request. - 
                
                    
                    PrimaryContactPartyName: string
                    
                    
                     
                    
                
                
                Title:
Primary ContactMaximum Length:360The name of the service request primary contact. - 
                
                    
                    PrimaryContactPartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Primary Contact NumberRead Only:trueMaximum Length:30The public unique identifier of the primary contact associated of the service request. - 
                
                    
                    PrimaryContactPartyUniqueName: string
                    
                    
                     
                    
                
                
                Title:
Primary Contact Unique NameMaximum Length:900The unique party name associated with the primary contact. - 
                
                    
                    PrimaryContactPersonId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Primary Contact Person IDThe identifier of the primary contact person of the service request. This field is only applicable for the human resource help desk application. - 
                
                    
                    PrimaryContactPreferredContactMethod: string
                    
                    
                     
                    
                
                
                Title:
Primary Contact Preferred Contact MethodRead Only:trueMaximum Length:30The preferred contact method of the primary contact of the service request. - 
                
                    
                    ProblemCd: string
                    
                    
                     
                    
                
                
                Title:
Problem Type CodeMaximum Length:30The code indicating the problem with a service request. A list of accepted values is defined in the lookup: ORA_SVC_SR_PROBLEM_TYPE_CD. For example, ORA_SVC_DOCS, ORA_SVC_PRODUCT. - 
                
                    
                    ProblemDescription: string
                    
                    
                     
                    
                
                
                Title:
Problem DescriptionMaximum Length:1000The service request's problem description/statement and the steps to reproduce the issue. - 
                
                    
                    ProdGroupId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Product Group IDThe unique identifier of the product group associated with the service request. - 
                
                    
                    ProdGroupName: string
                    
                    
                     
                    
                
                
                Title:
Product GroupMaximum Length:255The name of the product group associated with the service request. - 
                
                    
                    ProductGroupReferenceNumber: string
                    
                    
                     
                    
                
                
                Title:
Product Group Reference NumberThe public unique identifier of the product associated with the service request. - 
                
                    
                    ProductItemDescription: string
                    
                    
                     
                    
                
                
                Title:
Product DescriptionMaximum Length:255The description of the product associated with the service request. - 
                
                    
                    ProductItemNumber: string
                    
                    
                     
                    
                
                
                Title:
Product NumberRead Only:trueMaximum Length:255The alternate key identifier of the product associated with the service request. - 
                
                    
                    ProductItemOrgId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Product OrganizationRead Only:trueThe unique identifier of the organization of the product that is associated with the service request. - 
                
                    
                    PurchaseOrder: string
                    
                    
                     
                    
                
                
                Title:
Purchase OrderMaximum Length:50The purchase order associated with the service request. - 
                
                    
                    QueueId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Assigned Queue IDThe unique identifier of the queue to which the service request is assigned. - 
                
                    
                    QueueName: string
                    
                    
                     
                    
                
                
                Title:
QueueMaximum Length:400The name of the queue associated with the service request. - 
                
                    
                    QueueNumber: string
                    
                    
                     
                    
                
                
                Title:
Queue NumberRead Only:trueMaximum Length:30The public unique identifier of the service request queue. - 
                
                    
                    RecordSet: string
                    
                    
                     
                    
                
                
                Title:
Search FilterRead Only:trueThe record set selected by the user. The selected record set is used to filter the search results. - 
                
                    
                    ReportedByEmailAddress: string
                    
                    
                     
                    
                
                
                Title:
Reported by Email IDRead Only:trueMaximum Length:320The e-mail address of the person who reported the service request. - 
                
                    
                    ReportedByFormattedPhoneNumber: string
                    
                    
                     
                    
                
                
                Title:
Reported by Phone NumberRead Only:trueThe formatted phone number of the person who reported the service request. - 
                
                    
                    ReportedByPartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Reported by Party IDThe user who created the service request in the system. - 
                
                    
                    ReportedByPartyName: string
                    
                    
                     
                    
                
                
                Title:
Reported ByRead Only:trueMaximum Length:360The person who reported the service request. - 
                
                    
                    ReportedByPartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Reported by Party NumberRead Only:trueMaximum Length:30The public unique identifier of the person who reported the service request. - 
                
                    
                    ReportedByPartyUniqueName: string
                    
                    
                     
                    
                
                
                Title:
Reported by Unique NameRead Only:trueMaximum Length:900The unique name of the user who created the service request. - 
                
                    
                    ResolutionCd: string
                    
                    
                     
                    
                
                
                Title:
Resolution CodeMaximum Length:30The code indicating the type of resolution of the service request. For example, Satisfied, Not_Satisfied, Returned_Product, New_Purchase, Unknown, and so on. A list of accepted values is defined in the lookup ORA_SVC_SR_RESOLUTION_CD. - 
                
                    
                    ResolutionCdMeaning: string
                    
                    
                     
                    
                
                
                Title:
Resolution ValueRead Only:trueThe display value of the resolution lookup code for the service request, such as Satisfied. - 
                
                    
                    ResolvedBy: string
                    
                    
                     
                    
                
                
                Title:
Resolved ByMaximum Length:64The name of the person who initiated the resolution process. - 
                
                    
                    ResolvedByAIFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Resolved by AI FlagMaximum Length:1Default Value:falseIndicates whether the service request was resolved with the assistance of automation agents. - 
                
                    
                    ResolvedByPartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Resolved by Party IDThe unique identifier of the user who resolved this service request. - 
                
                    
                    ResolveDescription: string
                    
                    
                     
                    
                
                
                Title:
Solution DescriptionMaximum Length:1000A brief description of how the problem was resolved. - 
                
                    
                    ResolveOutcomeCd: string
                    
                    
                     
                    
                
                
                Title:
OutcomeMaximum Length:30The code indicating the type of resolution that was achieved for the Service Request. - 
                
                    
                    ResolveOutcomeCdMeaning: string
                    
                    
                     
                    
                
                
                Title:
Outcome ValueRead Only:trueThe display value of the resolution outcome lookup code for the service request, such as Solution Provided. - 
                
                    
                    resourceMembers: array
                    
                    
                
                
                    Resources
                
                
                Title:
ResourcesResources is used to view, create, update, and delete resource members. Resource members are a list of employees or partners, such as service representatives, service managers, or product managers, who can take ownership of items, such as service or knowledge authoring requests, in a queue. - 
                
                    
                    ScheduleId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Schedule IdentifierThe unique identifier of the current schedule associated with the service request. - 
                
                    
                    ServiceProfileId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Profile IDThe service profile associated with the service request. - 
                
                    
                    ServiceProfileName: string
                    
                    
                     
                    
                
                
                Title:
Service Profile NameRead Only:trueMaximum Length:400The name of the service profile associated with the service request. - 
                
                    
                    ServiceProfileNumber: string
                    
                    
                     
                    
                
                
                Title:
Service Profile NumberRead Only:trueMaximum Length:30The PUID for the service profile associated with the service request. - 
                
                    
                    ServiceProfilePartySiteId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Profile Site IDRead Only:trueThe address of the service profile associated with the service request. - 
                
                    
                    ServiceProfilePartySiteLocationId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Profile Site Location IDRead Only:trueThe location of the service profile associated with the service request. - 
                
                    
                    ServiceProfilePartySiteName: string
                    
                    
                     
                    
                
                
                Title:
Service Profile Site Party NameRead Only:trueMaximum Length:240The name of the address of the service profile associated with the service request. - 
                
                    
                    ServiceProfilePartySiteNumber: string
                    
                    
                     
                    
                
                
                Title:
Service Profile Site Party NumberRead Only:trueMaximum Length:30The PUID of the address of the service profile associated with the service request. - 
                
                    
                    ServiceProfileSiteFormattedAddress: string
                    
                    
                     
                    
                
                
                Title:
Service Profile Formatted AddressMaximum Length:5000The formatted address of the service profile associated with the service request. - 
                
                    
                    ServiceZoneId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Region IdentifierThe unique identifier of the service request region. - 
                
                    
                    ServiceZoneName: string
                    
                    
                     
                    
                
                
                Title:
Service RegionRead Only:trueMaximum Length:360The name of the service request region. - 
                
                    
                    SeverityCd: string
                    
                    
                     
                    
                
                
                Title:
SeverityMaximum Length:30The code indicating the severity of the service request. For example, Sev1, Sev2, Sev3, and Sev4. - 
                
                    
                    SeverityCdMeaning: string
                    
                    
                     
                    
                
                
                Title:
Severity ValueRead Only:trueThe display value of the severity lookup code for the service request, such as High. - 
                
                    
                    SeverityColorCd: string
                    
                    
                     
                    
                
                
                Title:
Severity Color CodeRead Only:trueThe code indicating the color code for the service request severity. - 
                
                    
                    SeverityRank: integer
                    
                    
                     
                    
                
                
                Title:
Severity RankRead Only:trueThe code indicating the severity of the service request. - 
                
                    
                    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. - 
                
                    
                    SocialPrivateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Private Social PostMaximum Length:1Default Value:falseIndicates if the service request was created from a private social post. The default value is false. - 
                
                    
                    SourceCd: string
                    
                    
                     
                    
                
                
                Title:
Source CodeMaximum Length:30The code indicating how the service request was created in the application. For example, Agent_UI, Customer_UI, API, and so on. A list of accepted values is defined in the lookup ORA_SVC_SOURCE_CD . - 
                
                    
                    SrCreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Source System SR Created ByMaximum Length:64The user who created the service request. - 
                
                    
                    SrId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Request IDRead Only:trueThe unique identifier of the service request record. - 
                
                    
                    srInteractionReferences: array
                    
                    
                
                
                    Interaction References
                
                
                Title:
Interaction ReferencesThe interaction references resource is used to view the relationship between an interaction and a service request. - 
                
                    
                    SrLastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Update Date in Source SystemThe date and time when the service request was last updated. - 
                
                    
                    SrLastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Source System SR Last Updated ByMaximum Length:64The user who last updated the service request. It defaults to LAST_UPDATED_BY if null, or for migration, set to the user who last updated the row. - 
                
                    
                    SrLastUpdatedByPartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Source System SR Last Updated ByThe unique identifier of the user who last updated the service request. - 
                
                    
                    SrLastUpdatedByPartyName: string
                    
                    
                     
                    
                
                
                Title:
Source System SR Last Updated by Party NameRead Only:trueMaximum Length:360The name of the party who last updated the service request. - 
                
                    
                    SrLastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Source System SR Last Updated by User Login IDMaximum Length:32The application login id of the user who last updated the service request. - 
                
                    
                    srMilestone: array
                    
                    
                
                
                    Milestones
                
                
                Title:
MilestonesThe milestones resource is used to view, create, update, and delete the milestones that are set in the lifecycle of a service request, such as first response time of 24 hours for a customer with Gold coverage, or a resolution time of three days for service requests with severity level 2. - 
                
                    
                    SrMilestoneId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Milestone IDRead Only:trueThe unique identifier of the milestone associated with the service request. - 
                
                    
                    SrNumber: string
                    
                    
                     
                    
                
                
                Title:
Reference NumberMaximum Length:30The unique number that is used to identify a service request. You can configure the service request number to a format that is best suitable to your organizational requirements. For example, service request may have the formats service request0000012345, service request_000_12345, 12345_00_service request, and so on depending on your requirements. - 
                
                    
                    srReferences: array
                    
                    
                
                
                    Service Request References
                
                
                Title:
Service Request ReferencesThe service request references resource is used to view, create, and delete service request references. Service request references are a list of objects linked to the service request. For example, a list of knowledge articles linked to the service request. - 
                
                    
                    srTags: array
                    
                    
                
                
                    Tags
                
                
                Title:
TagsThe tags resource is used to view, create, and delete keywords or terms assigned to a service request. Tags help describe and classify a service request. - 
                
                    
                    StatusCd: string
                    
                    
                     
                    
                
                
                Title:
StatusMaximum Length:30The code indicating the status of the service request. For example, New, InProgress, Waiting, Resolved, Closed, and so on. - 
                
                    
                    StatusCdMeaning: string
                    
                    
                     
                    
                
                
                Title:
Status ValueRead Only:trueThe display value of the status lookup code for the service request, such as New, or In-Progress. - 
                
                    
                    StatusTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Status TypeRead Only:trueMaximum Length:30The code indicating the status type of the service request. The possible values are, New, In Progress, Waiting, Resolved, and Closed. - 
                
                    
                    StatusTypeCdMeaning: string
                    
                    
                     
                    
                
                
                Title:
Status Type ValueRead Only:trueThe display value of the status type lookup code for the service request, such as New, or Resolved. - 
                
                    
                    StripeCd: string
                    
                    
                     
                    
                
                
                Title:
Stripe CodeMaximum Length:30The application stripe of the service request. - 
                
                    
                    SurveyResponseDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Survey Response DateRead Only:trueThe date and time when the response to this survey was submitted to the survey vendor. - 
                
                    
                    SurveySentDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Survey Sent DateRead Only:trueThe date and time when survey was last sent for this service request. - 
                
                    
                    TimeRemaining: string
                    
                    
                     
                    
                
                
                Title:
Time RemainingRead Only:trueThe time remaining in the milestone. - 
                
                    
                    TimezoneCode: string
                    
                    
                     
                    
                
                
                Title:
Time Zone CodeMaximum Length:50The service request time zone optionally used for computing the milestone due date. - 
                
                    
                    Title: string
                    
                    
                     
                    
                
                
                Title:
TitleMaximum Length:400A brief title of the service request. - 
                
                    
                    TransferCount: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Transfer CountDefault Value:0The count showing how many times a service request has been transferred. - 
                
                    
                    TransferNote: string
                    
                    
                     
                    
                
                
                Title:
Transfer NoteMaximum Length:1500This field contains information about transfer note. - 
                
                    
                    TransferReasonCd: string
                    
                    
                     
                    
                
                
                Title:
Transfer ReasonMaximum Length:30The lookup code that indicates the transfer reason. - 
                
                    
                    UniqueExternalSystemReference: string
                    
                    
                     
                    
                
                
                Title:
Unique External System Reference NumberMaximum Length:255The unique alternative identifier of the service request in the original reference system. You can this column to store the identifier of the service request in the external application you're integrating with. - 
                
                    
                    UpdateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can UpdateRead Only:trueIndicates if the service request has been updated. - 
                
                    
                    WarnedFlag: boolean
                    
                    
                     
                    
                
                
                Title:
WarnedRead Only:trueMaximum Length:1Indicates that the milestone passed the warning threshold. 
arrayActivitiesarrayService AddressesarrayAttachmentsarrayChannel CommunicationsarrayContact MembersarrayLinksarrayMessagesarrayResourcesarraySmart ActionsarrayInteraction ReferencesarrayMilestonesarrayService Request ReferencesarrayTagsobject- 
                
                    
                    AccountAddress: string
                    
                    
                     
                    
                
                
                Title:
Account AddressRead Only:trueThe address of the related account. - 
                
                    
                    AccountId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Account IDThe unique identifier of the activity account, for example customer, organization, person, or partner. - 
                
                    
                    AccountIdAttr: integer
                    
                    
                     
                    
                
                
                The unique identifier of the account. This attribute is for internal use.
 - 
                
                    
                    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 public unique identifier of account associated with the activity. - 
                
                    
                    AccountPhoneNumber: string
                    
                    
                     
                    
                
                
                Title:
Account Phone NumberRead Only:trueThe phone number of the related account. - 
                
                    
                    AccountStatus: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:1The status of the associated account. - 
                
                    
                    AccountType: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:30The party type of the associated account. - 
                
                    
                    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. - 
                
                    
                    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:
trueThe attribute is used to add additional activity filter. This attribute is for internal use. - 
                
                    
                    ActivityFunctionCode: string
                    
                    
                     
                    
                
                
                Title:
ActivityMaximum Length:30The code indicating the function of the activity. - 
                
                    
                    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 login details of the user who last updated the record. - 
                
                    
                    ActivityMtgMinutes: string
                    
                    
                     (byte) 
                    
                
                
                Title:
Meeting MinutesThe minutes of an activity meeting. - 
                
                    
                    ActivityNumber: string
                    
                    
                     
                    
                
                
                Title:
Activity NumberMaximum Length:64The unique number of the activity. The number can also be generated from an external source. - 
                
                    
                    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:
PriorityThe priority of the activity (Internal Usage). - 
                
                    
                    ActivityStartDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Start DateThe date and time when an appointment or a task begins. The default value for an appointment is null. The default value for a task is the date and time of when a task is created. - 
                
                    
                    ActivityStatus: string
                    
                    
                     
                    
                
                
                Title:
StatusRead Only:trueThe status of the activity. - 
                
                    
                    ActivitySubtypeCode: string
                    
                    
                     
                    
                
                
                Title:
SubtypeMaximum Length:30The code indicating the activity subtype that is dependent on the activity type. - 
                
                    
                    ActivityTimezone: string
                    
                    
                     
                    
                
                
                The time zone that the activity needs to be created in, other than the default logged user's time zone preference.
 - 
                
                    
                    ActivityType: string
                    
                    
                     
                    
                
                
                Title:
Activity TypeThe type of activity. - 
                
                    
                    ActivityTypeCode: string
                    
                    
                     
                    
                
                
                Title:
TypeMaximum Length:30The code indicating the type or category of the activity. - 
                
                    
                    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 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 associated with an activity. - 
                
                    
                    AssetNumber: string
                    
                    
                     
                    
                
                
                Title:
Asset NumberThe alternate key identifier of the activity. - 
                
                    
                    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 attachment of the entity name. - 
                
                    
                    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 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 public unique identifier of business plan associated with the activity. - 
                
                    
                    CalendarAccess: boolean
                    
                    
                     
                    
                
                
                Indicates who has access to the calender.
 - 
                
                    
                    CalendarRecurType: string
                    
                    
                     
                    
                
                
                The activity recurrence type.
 - 
                
                    
                    CalendarSubject: string
                    
                    
                     
                    
                
                
                The subject of the activity.
 - 
                
                    
                    CalendarSubjectDay: string
                    
                    
                     
                    
                
                
                The title of the calender.
 - 
                
                    
                    CalendarTimeType: string
                    
                    
                     
                    
                
                
                The calender time type of the activity.
 - 
                
                    
                    CallReportCount: integer
                    
                    
                     (int32) 
                    
                
                
                Title:
Call Report CountDefault Value:0A count of the number of call reports. - 
                
                    
                    CallReportUpcomingYN: string
                    
                    
                     
                    
                
                
                Indicates the status of the call report for upcoming appointments.
 - 
                
                    
                    CallReportYN: string
                    
                    
                     
                    
                
                
                Indicates whether the activity is associated with a call report.
 - 
                
                    
                    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 public unique identifier of the campaign associated with the activity. - 
                
                    
                    CaseId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Case IDThe unique identifier of the case. - 
                
                    
                    CaseNumber: string
                    
                    
                     
                    
                
                
                Title:
Case NumberThe case number associated with the activity. - 
                
                    
                    CaseTitle: string
                    
                    
                     
                    
                
                
                Title:
TitleRead Only:trueMaximum Length:400The case title associated with the activity. - 
                
                    
                    CheckedInBy: string
                    
                    
                     
                    
                
                
                Title:
Checked-In ByMaximum Length:64The person who checked into a location. - 
                
                    
                    CheckedOutBy: string
                    
                    
                     
                    
                
                
                Title:
Checked-Out ByMaximum Length:64The person 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 public unique identifier of the claim associated with the activity. - 
                
                    
                    ConflictId: integer
                    
                    
                     (int64) 
                    
                
                
                Default Value:
0The value 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. - 
                
                    
                    ContactIDAttr: integer
                    
                    
                     
                    
                
                
                The unique identifier of the contact. This attribute is for internal use.
 - 
                
                    
                    ContactNumber: string
                    
                    
                     
                    
                
                
                Title:
Contact NumberRead Only:trueMaximum Length:30The public unique identifier 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 currency conversion rate type associated with the activity. 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 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. - 
                
                    
                    CurrentDateForCallReport: string
                    
                    
                     (date-time) 
                    
                
                
                The current date for the Call Report.
 - 
                
                    
                    CurrentDateForCallReportAttr: string
                    
                    
                     (date-time) 
                    
                
                
                The current date of the call report. This attribute is for internal use.
 - 
                
                    
                    CurrentSystemDtTransient: string
                    
                    
                     (date) 
                    
                
                
                Read Only:
trueThe current system date of the activity. - 
                
                    
                    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 alternate key identifier 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 user who delegated the activity to another activity resource. - 
                
                    
                    DelegatorName: string
                    
                    
                     
                    
                
                
                Title:
Delegated ByThe name of the user who delegated the activity to another activity resource. - 
                
                    
                    DeleteFlag: boolean
                    
                    
                     
                    
                
                
                Read Only:
trueIndicates if the activity has been deleted. - 
                
                    
                    DerivedAccountId: integer
                    
                    
                     
                    
                
                
                The unique identifier of the account.
 - 
                
                    
                    DirectionCode: string
                    
                    
                     
                    
                
                
                Title:
DirectionMaximum Length:30The code indicating the direction of an activity. The options are inbound/outbound, optional. The default value is null. - 
                
                    
                    DismissAssignee: string
                    
                    
                     
                    
                
                
                Title:
DismissedIndicates whether the assignee 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 can be called. The default value is false. - 
                
                    
                    DueDate: string
                    
                    
                     (date) 
                    
                
                
                Title:
Due DateThe date when task activity is due to be completed. - 
                
                    
                    Duration: number
                    
                    
                     
                    
                
                
                Title:
DurationThe duration of an appointment or task. - 
                
                    
                    DynamicClaimLOVSwitcher: string
                    
                    
                     
                    
                
                
                Read Only:
trueThe attribute is used to Claim LOV. This attribute is for internal use. - 
                
                    
                    EmailSentDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date and time when the activity e-mail notifications are shared through Outlook.
 - 
                
                    
                    EndDateForCallReport: string
                    
                    
                     (date-time) 
                    
                
                
                The date when the call report ends.
 - 
                
                    
                    EndDateForCallReportAttr: string
                    
                    
                     (date-time) 
                    
                
                
                The end date of the call report. This attribute is for internal use.
 - 
                
                    
                    EndDtRFAttr: string
                    
                    
                     (date-time) 
                    
                
                
                The date when the activity ends. This attribute is for internal use.
 - 
                
                    
                    ExternalContactEmail: string
                    
                    
                     
                    
                
                
                Title:
Primary EmailMaximum Length:320The e-mail address of an external contact. - 
                
                    
                    ExternalContactName: string
                    
                    
                     
                    
                
                
                Title:
External Contact NameMaximum Length:360The name of an external contact. - 
                
                    
                    ExternallyOwnedFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Externally OwnedMaximum Length:1Default Value:falseIndicates whether the activity is created by an external resource. - 
                
                    
                    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 public unique identifier 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 identifies the recurrence mode. This attribute is for internal use. - 
                
                    
                    IsClientService: string
                    
                    
                     
                    
                
                
                Default Value:
YThis is obsolete and was for internal 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 unique identifier of the lead. This attribute is for internal use.
 - 
                
                    
                    LeadName: string
                    
                    
                     
                    
                
                
                Title:
LeadThe name of the activity lead. - 
                
                    
                    LeadNameOsn: string
                    
                    
                     
                    
                
                
                Title:
Social Lead NameThe lead name displayed in Oracle Social Network. - 
                
                    
                    LeadNumber: string
                    
                    
                     
                    
                
                
                Title:
Lead NumberThe public unique identifier of the 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 login of the user of the activity. This attribute is for internal use.
 - 
                
                    
                    MdfRequestId: integer
                    
                    
                     
                    
                
                
                The unique identifier of the fund request.
 - 
                
                    
                    MobileActivityCode: string
                    
                    
                     
                    
                
                
                Title:
Mobile Activity CodeMaximum Length:50The code indicating whether an external mobile was used for 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 unique identifier of the opportunity. This attribute is for internal use.
 - 
                
                    
                    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 public unique identifier of the opportunity associated with the activity. - 
                
                    
                    OrchestrationId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Orchestration IDThe unique identifier to identify the orchestration process. - 
                
                    
                    OrchestrationStepId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Orchestration Step IDThe unique identifier to identify 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 identifier of the activity.
 - 
                
                    
                    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. - 
                
                    
                    OutlookAutoSyncFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Microsoft Auto-SynchronizationMaximum Length:1Indicates whether an appointment was 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. - 
                
                    
                    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 unique identifier of the related activity ID, only applicable if the record is a follow up activity. - 
                
                    
                    ParentActivityIdAttr: string
                    
                    
                     
                    
                
                
                The unique identifier of the parent activity. This attribute is for internal use.
 - 
                
                    
                    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 unique identifier of the party associated with the partner account. - 
                
                    
                    PartnerPartyName: string
                    
                    
                     
                    
                
                
                Title:
PartnerMaximum Length:80The name of the party associated with the partner account. - 
                
                    
                    PartnerPartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Partner NumberThe public unique identifier 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 public unique identifier 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. - 
                
                    
                    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. The default value is 2. The possible values are, 1, 2, or 3. - 
                
                    
                    PrivateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
PrivateMaximum Length:1Indicates whether the activity is private. - 
                
                    
                    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. - 
                
                    
                    RecurFrequency: number
                    
                    
                     
                    
                
                
                Title:
RepeatThe frequency with which the recurring appointment series repeats. - 
                
                    
                    RecurFriFlag: boolean
                    
                    
                     
                    
                
                
                Title:
FridayMaximum Length:1Indicates if an appointment recurs every Friday. - 
                
                    
                    RecurMonFlag: boolean
                    
                    
                     
                    
                
                
                Title:
MondayMaximum Length:1Indicates if an appointment recurs 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:NThe type of recurrence of an Activity, for example "I" for instance, "S" for series, or "N" for non-recurring. For Internal Use Only. Do not populate it if Activity is of type Task. - 
                
                    
                    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:30The code indicating how often an appointment recurs, for example Daily, Weekly, Monthly, or 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 type of recurrence of an activity, for example Monday to Sunday, Weekday, Weekend, or a specific Day. - 
                
                    
                    ReferenceCustomerActTypeCode: string
                    
                    
                     
                    
                
                
                Title:
Reference Customer Activity TypeMaximum Length:30The activity that refers to the activity of a customer. To be used for adjustment only. - 
                
                    
                    ReferenceCustomerId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Reference CustomerThe unique identifier of the referenced customer who is associated with the activity. - 
                
                    
                    ReminderPeriod: string
                    
                    
                     
                    
                
                
                Title:
Set ReminderIndicates when the reminder should be sent. - 
                
                    
                    ResourceNumber: string
                    
                    
                     
                    
                
                
                Title:
Resource NumberRead Only:trueMaximum Length:30The public unique identifier of the activity owner. - 
                
                    
                    ResponseCode: string
                    
                    
                     
                    
                
                
                Title:
ResponseIndicates whether a reminder is required. - 
                
                    
                    SalesObjectiveName: string
                    
                    
                     
                    
                
                
                Title:
Sales ObjectiveThe name of the sales objective associated with the activity. - 
                
                    
                    SalesObjectiveNumber: string
                    
                    
                     
                    
                
                
                Title:
Sales Objective NumberThe public unique identifier of sales objective associated with the activity. - 
                
                    
                    SearchDate: string
                    
                    
                     (date-time) 
                    
                
                
                The date filter used in Search (Internal Usage).
 - 
                
                    
                    SelectedFlag: boolean
                    
                    
                     
                    
                
                
                Default Value:
falseThe records selected for Mass Update (Internal Usage). - 
                
                    
                    ShowStatus: string
                    
                    
                     
                    
                
                
                Title:
ShowMaximum Length:255The show status of the the activity such as 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:4000Stores metadata needed for smart action. - 
                
                    
                    SmartActionId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Smart Action IDThe smart action Identifier. Foreign key from zca_user_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 service request. - 
                
                    
                    SrNumber: string
                    
                    
                     
                    
                
                
                Title:
Service RequestThe alternate key identifier of the service request. - 
                
                    
                    StartDateForCallReport: string
                    
                    
                     (date-time) 
                    
                
                
                The date when the call report starts.
 - 
                
                    
                    StartDateForCallReportAttr: string
                    
                    
                     (date-time) 
                    
                
                
                The start date of the call report. This attribute is for internal use.
 - 
                
                    
                    StartDtRFAttr: string
                    
                    
                     (date-time) 
                    
                
                
                The date when the activity starts. This attribute is for internal use.
 - 
                
                    
                    StatusCode: string
                    
                    
                     
                    
                
                
                Title:
StatusMaximum Length:30The status of the activity. The default value is Not Started. - 
                
                    
                    Subject: string
                    
                    
                     
                    
                
                
                Title:
SubjectMaximum Length:500The title of the activity. - 
                
                    
                    SubmittedBy: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Submitted ByThe user who submitted the Call Report. - 
                
                    
                    SubmittedByName: string
                    
                    
                     
                    
                
                
                Title:
Submitted ByMaximum Length:255The name of the 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 ReminderThe reminder period for a task due date, such as one 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 IDIthe identifier of the template associated with the activity. - 
                
                    
                    TemplateLeadTime: number
                    
                    
                     
                    
                
                
                Title:
Lead TimeThe lead time that is calculated from the activity start date, for the template activity. - 
                
                    
                    UpdateFlag: boolean
                    
                    
                     
                    
                
                
                Read Only:
trueIndicates if the activity has been updated. - 
                
                    
                    UpgSourceObjectId: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:64The primary key value of the record in the source table that is upgraded. - 
                
                    
                    UpgSourceObjectType: string
                    
                    
                     
                    
                
                
                Read Only:
trueMaximum Length:30The source object type of the activity such as Appointment, Task, or Interaction. It indicates 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. 
arrayLinksobject- 
                
                    
                    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. 
object- 
                
                    
                    changeIndicator: string
                    
                    
                     
                    
                
                
                Change indicator or the ETag value of the resource instance.
 
object- 
                
                    
                    Address1: string
                    
                    
                     
                    
                
                
                Title:
Address Line 1Maximum Length:240The first address line of the service address. - 
                
                    
                    Address2: string
                    
                    
                     
                    
                
                
                Title:
Address Line 2Maximum Length:240The second address line of the service address. - 
                
                    
                    Address3: string
                    
                    
                     
                    
                
                
                Title:
Address Line 3Maximum Length:240The third address line of the service address. - 
                
                    
                    Address4: string
                    
                    
                     
                    
                
                
                Title:
Address Line 4Maximum Length:240The fourth address line of the service address. - 
                
                    
                    AddressSourceCd: string
                    
                    
                     
                    
                
                
                Title:
Address Source CodeMaximum Length:30Indicates the source of the service address of the service request. For example, the address source can be account or contact. - 
                
                    
                    City: string
                    
                    
                     
                    
                
                
                Title:
CityMaximum Length:60The city of the service address. - 
                
                    
                    Country: string
                    
                    
                     
                    
                
                
                Title:
CountryMaximum Length:2The country of the service address. - 
                
                    
                    County: string
                    
                    
                     
                    
                
                
                Title:
CountyMaximum Length:60The county of the service address. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64The user who created the service address. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the service address was created. - 
                
                    
                    FormattedAddress: string
                    
                    
                     
                    
                
                
                Title:
Formatted AddressRead Only:trueMaximum Length:1000The formatted address value of the service address. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the service address was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the service address. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the service address. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    LocationId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Location IDThe location that was the source of the service address. - 
                
                    
                    PartySiteId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Party Site IDThe customer address that was the source of the service address. - 
                
                    
                    PostalCode: string
                    
                    
                     
                    
                
                
                Title:
Postal CodeMaximum Length:60The postal code of the service address. - 
                
                    
                    Province: string
                    
                    
                     
                    
                
                
                Title:
ProvinceMaximum Length:60The province of the service address. - 
                
                    
                    ServiceAddressId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Address IDThe unique identifier of the service address record. - 
                
                    
                    SrId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Request IDThe unique identifier of the service request associated to the service address. - 
                
                    
                    State: string
                    
                    
                     
                    
                
                
                Title:
StateMaximum Length:60The state of the service address. - 
                
                    
                    TimezoneCode: string
                    
                    
                     
                    
                
                
                Title:
Time ZoneMaximum Length:50The time zone of the service address. 
arrayLinksobject- 
                
                    
                    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. - 
                
                    
                    AttachmentsDFFVL: array
                    
                    
                
                
                    AttachmentsDFFVL
                
                
                
 - 
                
                    
                    AttachmentsPreview: array
                    
                    
                
                
                    Attachments Preview
                
                
                Title:
Attachments PreviewThe attachments preview resource is used to preview the attachment pages. - 
                
                    
                    CategoryName: string
                    
                    
                     
                    
                
                
                Title:
CategoryMaximum Length:30The name of the attachment category. - 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. - 
                
                    
                    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 attachment. - 
                
                    
                    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. 
arrayAttachments PreviewarrayLinksobject- 
                
                    
                    __FLEX_Context: string
                    
                    
                     
                    
                
                
                Title:
Context SegmentMaximum Length:150Context Segment - 
                
                    
                    __FLEX_Context_DisplayValue: string
                    
                    
                     
                    
                
                
                Title:
Context SegmentContext Segment - 
                
                    
                    AttachedDocumentId: integer
                    
                    
                     (int64) 
                    
                
                
                
 - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. 
arrayLinksobject- 
                
                    
                    ImageHeight: integer
                    
                    
                     
                    
                
                
                Title:
Image HeightRead Only:trueThe height of the previewed image. - 
                
                    
                    ImageSource: string
                    
                    
                     
                    
                
                
                Title:
Image SourceRead Only:trueThe preview of the image in base64 encoded PNG format. - 
                
                    
                    ImageWidth: integer
                    
                    
                     
                    
                
                
                Title:
Image WidthRead Only:trueThe width of the previewed image. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    PageNum: integer
                    
                    
                     
                    
                
                
                Title:
Page NumberRead Only:trueThe number of the page in the preview. 
arrayLinksobject- 
                
                    
                    ChannelAccountName: string
                    
                    
                     
                    
                
                
                Title:
Account NameRead Only:trueMaximum Length:400The account name associated with the channel. For example, for email, an account name would be the inbound mailbox for support like support@abc.com. - 
                
                    
                    ChannelDisplayName: string
                    
                    
                     
                    
                
                
                Title:
Display NameMaximum Length:400The display name of the channel. - 
                
                    
                    ChannelId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Channel IDThe unique identifier of the channel. - 
                
                    
                    ChannelShortName: string
                    
                    
                     
                    
                
                
                Title:
Channel Short NameMaximum Length:450The public unique identifier of the channel. - 
                
                    
                    ChannelTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Channel TypeRead Only:trueMaximum Length:30The code indicating the channel type. For example, email, phone, social, and so on. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_TYPE_CD. - 
                
                    
                    CollabId: string
                    
                    
                     
                    
                
                
                Title:
Collaboration IDRead Only:trueMaximum Length:255The unique identifier of the collaboration network user in the corresponding network. An example of this is the slack user Id. of a user. - 
                
                    
                    CollabName: string
                    
                    
                     
                    
                
                
                Title:
Resource NameRead Only:trueMaximum Length:400The user name of the external user on the collaboration network. - 
                
                    
                    CollabResourceId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Collaboration Resource IdentifierThe unique identifier of the collaboration network user that the internal users are communicating with. - 
                
                    
                    ContactPointId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Contact Point IDThe unique identifier of the contact point record of the contact who is being communicated with. A contact point is a contact's identifier for a specific channel of communication. For example, the contact point for the email channel would be an email address and the contact point of a person for twitter would be the twitter handle. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64The user who created the communication channel. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the communication channel was created. - 
                
                    
                    DeleteFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can DeleteRead Only:trueIndicates if the channel communication has been updated. - 
                
                    
                    InboundObjectId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Inbound Message Object IdentifierThe unique identifier of the inbound object that resulted in the creation of the service request message. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the communication channel was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Updated ByRead Only:trueMaximum Length:64The user who last updated the communication channel. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Update LoginRead Only:trueMaximum Length:32The session login associated to the user who last updated the communication channel. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    NetworkTypeCd: string
                    
                    
                     
                    
                
                
                Title:
NetworkRead Only:trueMaximum Length:30The code indicating the social network of the post. For example, Facebook, Twitter. A list of accepted values is defined in the lookup HZ_INSTANT_MESSENGER_TYPE. - 
                
                    
                    ObjectId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Object IDThe unique identifier of the object. Depending on the object type, indicates the service request id or the service request message id associated with the channel communication. - 
                
                    
                    ObjectTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Object TypeRead Only:trueMaximum Length:30Default Value:SVC_SERVICE_REQUESTSThe code indicating whether the channel communication record is associated to the service request or the service request message. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_OBJECT_TYPE_CD. - 
                
                    
                    PartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Party IDThe unique party identifier of the person who is being communicated with. - 
                
                    
                    PartyName: string
                    
                    
                     
                    
                
                
                Title:
Party NameRead Only:trueMaximum Length:360The party name of the person who is being communicated with. The user can be an internal resource or a customer contact. - 
                
                    
                    PartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Party NumberRead Only:trueMaximum Length:30The public unique identifier of the contact associated with the service request communication. - 
                
                    
                    PartyViaEndPoint: string
                    
                    
                     
                    
                
                
                Title:
Party EndpointMaximum Length:1000The endpoint used to communicate with the Party_ID owner. For example, email address, phone number, and so on. When Party_ID is NULL and PartyViaEndPoint is not NULL, the endpoint belongs to an adhoc party. - 
                
                    
                    PersonId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Person IDThe unique identifier of the person who is a contact on the service request. - 
                
                    
                    PostIdentifier: string
                    
                    
                     
                    
                
                
                Title:
Post IdentifierMaximum Length:1000The unique identifier of the social media post record that was used to create the service request or the service request message. - 
                
                    
                    ResourceId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Resource IDRead Only:trueThe unique identifier of the resource associated with the service request. This is a foreign key that can identify the collaboration network user the internal users are communicating with. - 
                
                    
                    ResourceTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Resource TypeRead Only:trueMaximum Length:30The code indicating the type of the collaborative network user, such as USER, PUBLIC_CHANNEL, or PRIVATE_CHANNEL. A list of accepted values is defined in the lookup ORA_SVC_COLLAB_RES_TYPE_CD. - 
                
                    
                    RoutingCd: string
                    
                    
                     
                    
                
                
                Title:
Routing CodeMaximum Length:30The code indicating how the message was routed through the endpoint. For example, if the endpoint is email address the field indicates if the recipient was a TO, a CC, or a BCC recipient. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_ROUTING_CD. - 
                
                    
                    UpdateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can UpdateRead Only:trueIndicates if the channel communication has been deleted. - 
                
                    
                    ViaId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
IDRead Only:trueThe unique identifier of the channel communication. 
arrayLinksobject- 
                
                    
                    AccessLevelCd: string
                    
                    
                     
                    
                
                
                Title:
Access LevelMaximum Length:30The service request access level granted to the contact. - 
                
                    
                    AccountName: string
                    
                    
                     
                    
                
                
                Title:
Account NameRead Only:trueMaximum Length:900The primary account of the service request contact. - 
                
                    
                    ContactEmailAddress: string
                    
                    
                     
                    
                
                
                Title:
EmailRead Only:trueMaximum Length:320The email address of the party associated with the contact. - 
                
                    
                    ContactFormattedPhoneNumber: string
                    
                    
                     
                    
                
                
                Title:
PhoneRead Only:trueThe formatted phone number of the party associated with the contact. - 
                
                    
                    ContactPartyName: string
                    
                    
                     
                    
                
                
                Title:
NameMaximum Length:360The name of a service request contact. - 
                
                    
                    ContactPartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Contact NumberRead Only:trueMaximum Length:30The public unique identifier of the contact associated with the service request. - 
                
                    
                    ContactPreferredContactMethod: string
                    
                    
                     
                    
                
                
                Title:
Preferred Contact MethodRead Only:trueMaximum Length:30The preferred contact method of the party associated with the contact. - 
                
                    
                    ContactTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Contact TypeMaximum Length:30The service request contact type such as Customer or Partner. - 
                
                    
                    ContactUniqueName: string
                    
                    
                     
                    
                
                
                Title:
Unique NameMaximum Length:900The unique party name associated with the contact. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64The user who created the record. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the record was created. - 
                
                    
                    DeleteFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can DeleteRead Only:trueIndicates if the contact has been deleted. - 
                
                    
                    DoNotContactFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Do Not ContactRead Only:trueMaximum Length:1Indicates whether the contact of the service request does not want to be contacted. The default value is false. - 
                
                    
                    FormattedAddress: string
                    
                    
                     
                    
                
                
                Title:
Formatted AddressRead Only:trueThe formatted address of the service request contact. - 
                
                    
                    JobTitle: string
                    
                    
                     
                    
                
                
                Title:
Job TitleRead Only:trueMaximum Length:100The job title of the service request contact. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the record was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the record. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginRead Only:trueMaximum Length:32The application login id of the user who last updated the contacts object associated with the service request. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    MemberId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Member IDThe unique identifier of the contact. - 
                
                    
                    PartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Party IDThe unique party identifier of the contact. - 
                
                    
                    PersonId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Person IDThe unique identification of a person that is a contact on a service request.This is only used for human resource help desk service request. - 
                
                    
                    PrimaryContactFlag: boolean
                    
                    
                     
                    
                
                
                Title:
PrimaryIndicates if the contact is the primary contact for the service request. If yes, the value is True, else the value is False. The default value is false. - 
                
                    
                    RelationTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Relationship Type CodeMaximum Length:30The code indicating the type of relationship with the contact in context of the service request. For example, Alternate, Follower, Third_Party, and so on. - 
                
                    
                    SrId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Request IDThe unique identifier of the associated service request. - 
                
                    
                    SrNumber: string
                    
                    
                     
                    
                
                
                Title:
Service Request NumberMaximum Length:30The public unique number of the a service request. - 
                
                    
                    UpdateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can UpdateRead Only:trueIndicates if the contact has been updated. 
arrayLinksobject- 
                
                    
                    AILogLevelCd: string
                    
                    
                     
                    
                
                
                Title:
AI Log Level CodeMaximum Length:30Default Value:ORA_SVC_NONEIndicates the AI log level that the SR Message was captured at, such as NONE, INFO, and FINE. - 
                
                    
                    Attachment: array
                    
                    
                
                
                    Attachments
                
                
                Title:
AttachmentsThe attachments resource is used to view, create, update, and delete attachments associated with a message. An attachment includes additional information about a message. - 
                
                    
                    channelCommunication: array
                    
                    
                
                
                    Channel Communications
                
                
                Title:
Channel CommunicationsThe channel communications resource is used to view, create, update, and delete channel communications. Channel communication is information about the communication between support agents and their customers. For example, the type of communication information that is recorded includes message identifiers, contact identifiers, and contact point identifiers. - 
                
                    
                    ChannelId: string
                    
                    
                     
                    
                
                
                Title:
ChannelThe unique identifier of the channel. - 
                
                    
                    ChannelTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Channel TypeMaximum Length:30The code indicating the channel type. For example, email, phone, social, and so on. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_TYPE_CD. - 
                
                    
                    CollabResource: string
                    
                    
                     
                    
                
                
                Title:
Collaboration ResourceThis field is reserved for internal use only. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64The user who created the message. - 
                
                    
                    CreatedByEmailAddress: string
                    
                    
                     
                    
                
                
                Title:
Created by Email IDRead Only:trueMaximum Length:320The e-mail address of the person who created the service request message. - 
                
                    
                    CreatedByPartyId: string
                    
                    
                     
                    
                
                
                Title:
Created by Party IDRead Only:trueMaximum Length:80The unique identifier of the party of the user who created the service request message. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the message was created. - 
                
                    
                    DeleteFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can DeleteRead Only:trueIndicates if the message has been deleted. - 
                
                    
                    FeedFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Feed FlagMaximum Length:1Default Value:trueIndicates whether the SR Message should be pushed to the SR Feed. Values are Y and N. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the message was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the message. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginRead Only:trueMaximum Length:32The session login associated with the user who last updated the message. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    MessageContent: string
                    
                    
                     (byte) 
                    
                
                
                Title:
Message ContentThe content of the message encoded in base 64 format. Any attachment associated with the message is not the content of the message. - 
                
                    
                    MessageCreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByMaximum Length:64The user who created the message in the original source system. This is applicable if the service request message was imported from another system. - 
                
                    
                    MessageExpandingState: integer
                    
                    
                     
                    
                
                
                Title:
Message Expand StateIndicates the message expanding state. - 
                
                    
                    MessageId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Message IDThe unique identifier of the service request message. - 
                
                    
                    MessageLastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateThe last updated date of the message in the original source system. This is applicable if the service request message was imported from another system. - 
                
                    
                    MessageLastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByMaximum Length:64The user who last update the message in the original source system. This is applicable if the service request message was imported from another system. - 
                
                    
                    MessageLastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginMaximum Length:32The login of the user who last update the message in the original source system. This is applicable if the service request message was imported from another system. - 
                
                    
                    MessageNumber: string
                    
                    
                     
                    
                
                
                Title:
Message NumberMaximum Length:30The public unique identifier of the service request message. - 
                
                    
                    MessageSubTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Message SubtypeMaximum Length:30The service request message subtype. - 
                
                    
                    MessageTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Message Type CodeMaximum Length:30The code indicating the message type. The accepted values are Response, Customer Entry, System Note, System Response, and Internal Note. A list of accepted values is defined in the lookup ORA_SVC_MESSAGE_TYPE_CD. - 
                
                    
                    NetworkTypeCd: string
                    
                    
                     
                    
                
                
                Title:
NetworkRead Only:trueMaximum Length:30The code indicating the social network of the post. For example, Facebook, Twitter. A list of accepted values is defined in the lookup HZ_INSTANT_MESSENGER_TYPE. - 
                
                    
                    NotificationProcessingStatusCd: string
                    
                    
                     
                    
                
                
                Title:
Notification Processing Status CodeMaximum Length:30The code indicating the status of the response notification. For example, Error, Success. A list of accepted values is defined in the lookup ORA_SVC_MESSAGE_PROCESS_CD. - 
                
                    
                    NotificationRetryCount: integer
                    
                    
                     (int32) 
                    
                
                
                Title:
Notification Retry CountThe number of times the system tried to send the SR message notification. - 
                
                    
                    ObjectId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Object IDThe unique identifier of the object. Depending on the object type, indicates the service request id or the service request message id associated with the channel communication. - 
                
                    
                    ObjectTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Object Type CodeMaximum Length:30Default Value:SVC_SR_MESSAGESThis field is reserved for internal use only. - 
                
                    
                    OriginalSystemReference: string
                    
                    
                     
                    
                
                
                Title:
Original SystemMaximum Length:255The identifier of the message record in the original source system from where the message was imported. This is applicable if the service request message was imported from another system. - 
                
                    
                    OriginationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Origination DateThe date the message was created in the original source system. This is applicable if the service request message was imported from another system. - 
                
                    
                    ParentMessageId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Parent Message IDThe unique identifier of the parent service request message. - 
                
                    
                    PartyName: string
                    
                    
                     
                    
                
                
                Title:
Posted ByRead Only:trueMaximum Length:360The Party name of the user who the posted the message. The user can be an internal resource or a customer contact. - 
                
                    
                    PostedByPartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Posted by IDThe unique identifier of the user who the posted the message. The user can be an internal resource or a customer contact. - 
                
                    
                    PostedByPartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Posted by Party NumberRead Only:trueMaximum Length:30The public unique identifier of the person posting the message on the service request. - 
                
                    
                    PrivateInformationFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Contains PII DataMaximum Length:1Indicates whether the message contains personally identifiable information. - 
                
                    
                    ProcessingId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Processing IDRead Only:trueThe unique identifier of the processing. - 
                
                    
                    ProcessingStatusCd: string
                    
                    
                     
                    
                
                
                Title:
Processing StatusMaximum Length:30Default Value:ORA_SVC_READYThe code indicating the processing status of the message. The accepted values are Ready, Processing, Error, and Success.A list of accepted values is defined in the lookup ORA_SVC_MESSAGE_PROCESS_CD . - 
                
                    
                    ReplyToMessageId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Reply to Message IDRead Only:trueThe unique identifier of the message that is being replied to by the agent. - 
                
                    
                    RichTextFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Rich TextMaximum Length:1Default Value:trueIndicates whether the message content is in rich text format. If the format is rich text, then the value is Y, else the value is N. - 
                
                    
                    RootMessageId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Root Message IdentifierRead Only:trueThe identifier of the root message in the message hierarchy. - 
                
                    
                    RootThreadCount: integer
                    
                    
                     
                    
                
                
                Title:
Root Message Thread CountRead Only:trueThe number of messages under a root message in a service request. - 
                
                    
                    RootThreadLastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Root Message Thread Last Updated DateRead Only:trueThe latest updated date for all messages under the root message in a service request. - 
                
                    
                    RootThreadMessageLastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Root Thread Message Last Updated DateRead Only:trueThe date when all messages under the root message in a service request were last updated. - 
                
                    
                    SentDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Sent DateThe date and time when the message was sent. - 
                
                    
                    SocialPrivateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Private MessageMaximum Length:1Indicates whether the message was created from a private social post. - 
                
                    
                    SourceCd: string
                    
                    
                     
                    
                
                
                Title:
Source CodeMaximum Length:30The code indicating the source of the message. For example, Agent UI, Customer UI, and API. A list of accepted values is defined in the lookup ORA_SVC_SOURCE_CD. - 
                
                    
                    SrBUOrgId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Request Business UnitRead Only:trueThe identifier of the business unit associated with the service request. - 
                
                    
                    SrId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Request IDThe unique identifier of the service request to which the message is associated. - 
                
                    
                    SrInlineAttachmentIds: string
                    
                    
                     
                    
                
                
                Title:
Inline Attachment IdentifiersMaximum Length:1000The list of inline attachment identifiers associated with the service request - 
                
                    
                    SrNumber: string
                    
                    
                     
                    
                
                
                Title:
Service Request NumberMaximum Length:30The public unique number of the a service request. - 
                
                    
                    SrStripeCd: string
                    
                    
                     
                    
                
                
                Title:
Service Request Application StripeRead Only:trueMaximum Length:30The application stripe of the service request. - 
                
                    
                    StatusCd: string
                    
                    
                     
                    
                
                
                Title:
Status CodeMaximum Length:30The code indicating the status of the message. The accepted values are Draft, Committed, and Corrected. - 
                
                    
                    Subject: string
                    
                    
                     
                    
                
                
                Title:
SubjectMaximum Length:1000The subject of the service request message. - 
                
                    
                    TemplateName: string
                    
                    
                     
                    
                
                
                Title:
Template NameMaximum Length:240The name of the template used to send an email response to a customer. - 
                
                    
                    ThreadCount: integer
                    
                    
                     
                    
                
                
                Title:
Thread CountRead Only:trueThe number of threads in a service request message. - 
                
                    
                    ThreadHierarchyLevel: integer
                    
                    
                     
                    
                
                
                Title:
Thread Hierarchy LevelRead Only:trueThe level of the thread in the message hierarchy. - 
                
                    
                    ThreadId: integer
                    
                    
                     
                    
                
                
                Title:
Thread IdentifierRead Only:trueThe unique ID of the service request message thread. - 
                
                    
                    ThreadLastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Thread Last Updated DateRead Only:trueThe date when the message was last updated. - 
                
                    
                    ThreadMessageLastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Thread Message Last Updated DateRead Only:trueThe date when the thread message was last updated. - 
                
                    
                    UpdateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can UpdateRead Only:trueIndicates if the message has been updated. - 
                
                    
                    VisibilityCd: string
                    
                    
                     
                    
                
                
                Title:
Visibility CodeMaximum Length:30The code indicating the privacy level of the message. The accepted values are Internal and External. Null value indicates that the message is External. A list of accepted values is defined in the lookup ORA_SVC_MESSAGE_VISIBILITY_CD. 
arrayAttachmentsarrayChannel CommunicationsarrayLinksobject- 
                
                    
                    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. - 
                
                    
                    AttachmentsDFFVL: array
                    
                    
                
                
                    AttachmentsDFFVL
                
                
                
 - 
                
                    
                    AttachmentsPreview: array
                    
                    
                
                
                    Attachments Preview
                
                
                Title:
Attachments PreviewThe attachments preview resource is used to preview the attachment pages. - 
                
                    
                    CategoryName: string
                    
                    
                     
                    
                
                
                Title:
CategoryMaximum Length:30The name of the attachment category. - 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. - 
                
                    
                    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 attachment. - 
                
                    
                    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. 
arrayAttachments PreviewarrayLinksobject- 
                
                    
                    __FLEX_Context: string
                    
                    
                     
                    
                
                
                Title:
Context SegmentMaximum Length:150Context Segment - 
                
                    
                    __FLEX_Context_DisplayValue: string
                    
                    
                     
                    
                
                
                Title:
Context SegmentContext Segment - 
                
                    
                    AttachedDocumentId: integer
                    
                    
                     (int64) 
                    
                
                
                
 - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. 
arrayLinksobject- 
                
                    
                    ImageHeight: integer
                    
                    
                     
                    
                
                
                Title:
Image HeightRead Only:trueThe height of the previewed image. - 
                
                    
                    ImageSource: string
                    
                    
                     
                    
                
                
                Title:
Image SourceRead Only:trueThe preview of the image in base64 encoded PNG format. - 
                
                    
                    ImageWidth: integer
                    
                    
                     
                    
                
                
                Title:
Image WidthRead Only:trueThe width of the previewed image. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    PageNum: integer
                    
                    
                     
                    
                
                
                Title:
Page NumberRead Only:trueThe number of the page in the preview. 
arrayLinksobject- 
                
                    
                    ChannelAccountName: string
                    
                    
                     
                    
                
                
                Title:
Account NameRead Only:trueMaximum Length:400The account name associated with the channel. For example, for email, an account name would be the inbound mailbox for support like support@abc.com. - 
                
                    
                    ChannelDisplayName: string
                    
                    
                     
                    
                
                
                Title:
Display NameMaximum Length:400The display name of the channel. - 
                
                    
                    ChannelId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Channel IDThe unique identifier of the channel. - 
                
                    
                    ChannelShortName: string
                    
                    
                     
                    
                
                
                Title:
Channel Short NameMaximum Length:450The public unique identifier of the channel. - 
                
                    
                    ChannelTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Channel TypeRead Only:trueMaximum Length:30The code indicating the channel type. For example, email, phone, social, and so on. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_TYPE_CD. - 
                
                    
                    CollabId: string
                    
                    
                     
                    
                
                
                Title:
Collaboration IDRead Only:trueMaximum Length:255The unique identifier of the collaboration network user in the corresponding network. An example of this is the slack user Id. of a user. - 
                
                    
                    CollabName: string
                    
                    
                     
                    
                
                
                Title:
Resource NameRead Only:trueMaximum Length:400The user name of the external user on the collaboration network. - 
                
                    
                    CollabResourceId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Collaboration Resource IdentifierThe unique identifier of the collaboration network user that the internal users are communicating with. - 
                
                    
                    ContactPointId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Contact Point IDThe unique identifier of the contact point record of the contact who is being communicated with. A contact point is a contact's identifier for a specific channel of communication. For example, the contact point for the email channel would be an email address and the contact point of a person for twitter would be the twitter handle. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64The user who created the communication channel. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the communication channel was created. - 
                
                    
                    InboundObjectId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Inbound Message Object IdentifierThe unique identifier of the inbound object that resulted in the creation of the service request message. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the communication channel was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Updated ByRead Only:trueMaximum Length:64The user who last updated the communication channel. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Update LoginRead Only:trueMaximum Length:32The session login associated to the user who last updated the communication channel. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    MessageNumber: string
                    
                    
                     
                    
                
                
                Title:
Message NumberRead Only:trueMaximum Length:30The public unique identifier of the service request message. - 
                
                    
                    NetworkTypeCd: string
                    
                    
                     
                    
                
                
                Title:
NetworkRead Only:trueMaximum Length:30The code indicating the social network of the post. For example, Facebook, Twitter. A list of accepted values is defined in the lookup HZ_INSTANT_MESSENGER_TYPE. - 
                
                    
                    ObjectId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Object IDThe unique identifier of the object. Depending on the object type, indicates the service request id or the service request message id associated with the channel communication. - 
                
                    
                    ObjectTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Object TypeRead Only:trueMaximum Length:30Default Value:SVC_SR_MESSAGESThe code indicating whether the channel communication record is associated to the service request or the service request message. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_OBJECT_TYPE_CD. - 
                
                    
                    PartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Party IDThe unique party identifier of the person who is being communicated with. - 
                
                    
                    PartyName: string
                    
                    
                     
                    
                
                
                Title:
Party NameRead Only:trueMaximum Length:360The party name of the person who is being communicated with. The user can be an internal resource or a customer contact. - 
                
                    
                    PartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Party NumberRead Only:trueMaximum Length:30The public unique identifier of the contact associated with the service request message. - 
                
                    
                    PartyViaEndPoint: string
                    
                    
                     
                    
                
                
                Title:
Party EndpointMaximum Length:1000The endpoint used to communicate with the Party_ID owner. For example, email address, phone number, and so on. When Party_ID is NULL and PartyViaEndPoint is not NULL, the endpoint belongs to an adhoc party. - 
                
                    
                    PersonId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Person IDThe unique identifier of the person who is a contact on the service request. - 
                
                    
                    PostIdentifier: string
                    
                    
                     
                    
                
                
                Title:
Post IdentifierMaximum Length:1000The unique identifier of the social media post record that was used to create the service request or the service request message. - 
                
                    
                    ResourceId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Resource IDRead Only:trueThe unique identifier of the resource associated with the service request. This is a foreign key that can identify the collaboration network user the internal users are communicating with. - 
                
                    
                    ResourceTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Resource TypeRead Only:trueMaximum Length:30The code indicating the type of the collaborative network user, such as USER, PUBLIC_CHANNEL, or PRIVATE_CHANNEL. A list of accepted values is defined in the lookup ORA_SVC_COLLAB_RES_TYPE_CD. - 
                
                    
                    RoutingCd: string
                    
                    
                     
                    
                
                
                Title:
Routing CodeMaximum Length:30The code indicating how the message was routed through the endpoint. For example, if the endpoint is email address the field indicates if the recipient was a TO, a CC, or a BCC recipient. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_ROUTING_CD. - 
                
                    
                    ViaId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
IDRead Only:trueThe unique identifier of the channel communication. 
arrayLinksobject- 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64The user who added the resource as a member of the service request. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the service request resource member was created. - 
                
                    
                    DeleteFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can DeleteRead Only:trueIndicates if the resource member has been deleted. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the service request resource member record was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the service request resource member record. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginRead Only:trueMaximum Length:32The application login associated with the user who last updated the service request resource member. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    MemberId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Member IDA unique identifier service request resource member record. - 
                
                    
                    ObjectId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Request Team Member Resource IDThe unique identifier of the individual resource added as service request resource member. - 
                
                    
                    ObjectTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Object TypeRead Only:trueMaximum Length:30Default Value:ORA_SVC_RESOURCEThe code indicating whether the resource is an individual or a team. A list of accepted values is defined in the lookup ORA_SVC_RES_OBJECT_TYPE_CD . - 
                
                    
                    OwnerFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Assigned ToIndicates if the service request is assigned to the resource member. If yes, the value is True, else the value is False. - 
                
                    
                    PartyUniqueName: string
                    
                    
                     
                    
                
                
                Title:
Unique Party NameRead Only:trueMaximum Length:900The unique name of the individual resource added as service request resource member. - 
                
                    
                    ResourceEmailAddress: string
                    
                    
                     
                    
                
                
                Title:
EmailRead Only:trueMaximum Length:320The email address of the resource member. - 
                
                    
                    ResourceFormattedAddress: string
                    
                    
                     
                    
                
                
                Title:
Resource Formatted AddressRead Only:trueIndicates the formatted address of the service request resource member. - 
                
                    
                    ResourceFormattedPhoneNumber: string
                    
                    
                     
                    
                
                
                Title:
PhoneRead Only:trueThe formatted phone number of the resource member. - 
                
                    
                    ResourceName: string
                    
                    
                     
                    
                
                
                Title:
NameMaximum Length:360The name of the individual resource added as service request resource member. - 
                
                    
                    ResourcePartyNumber: string
                    
                    
                     
                    
                
                
                Title:
Resource NumberRead Only:trueMaximum Length:30The public unique identifier of the service request team member. - 
                
                    
                    SrId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Request IDThe unique identifier of the service request that the resource is associated with. - 
                
                    
                    SrNumber: string
                    
                    
                     
                    
                
                
                Title:
Service Request NumberMaximum Length:30The public unique identifier of the service request number. - 
                
                    
                    UpdateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can UpdateRead Only:trueIndicates if the resource member has been updated. - 
                
                    
                    UserGUID: string
                    
                    
                     
                    
                
                
                Title:
User GUIDRead Only:trueMaximum Length:64A globally unique identifier of the resource added as the service request resource member. - 
                
                    
                    UserId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
User IDRead Only:trueThe user identifier of the resource added as the service request resource member. - 
                
                    
                    Username: string
                    
                    
                     
                    
                
                
                Title:
User NameRead Only:trueMaximum Length:100The user name of the resource member. 
arrayLinksobject- 
                
                    
                    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:1Indicates whether an action is designed to operate on multiple object instances selected by an end user. - 
                
                    
                    Method: string
                    
                    
                     
                    
                
                
                Title:
HTTP MethodMaximum Length:15The HTTP method of the smart action REST operation. - 
                
                    
                    ObjectFunctionName: string
                    
                    
                     
                    
                
                
                Title:
Object FunctionMaximum Length:64The object function for smart action. - 
                
                    
                    PageType: string
                    
                    
                     
                    
                
                
                Title:
Page TypeMaximum Length:256The list of pages that this action can be used in. - 
                
                    
                    SmartSuggestFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Smart SuggestMaximum Length:1Indicates whether the action is smart suggest enabled. - 
                
                    
                    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. 
arrayLinksarraySmart Action REST Payload DefinitionsarraySmart Action REST Path Parameter Definitionsobject- 
                
                    
                    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. 
arrayLinksobject- 
                
                    
                    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. 
arrayLinksobject- 
                
                    
                    AccountPartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Account IDRead Only:trueThe unique identifier of the interaction account. - 
                
                    
                    AccountPartyUniqueName: string
                    
                    
                     
                    
                
                
                Title:
AccountRead Only:trueMaximum Length:900The name of the interaction account. - 
                
                    
                    ChannelDisplayName: string
                    
                    
                     
                    
                
                
                Title:
Display NameRead Only:trueMaximum Length:400The name of the display channel. - 
                
                    
                    ChannelId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Channel IDRead Only:trueThe unique identifier of the interaction channel. - 
                
                    
                    ChannelTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Channel TypeRead Only:trueMaximum Length:30The code indicating the channel type. For example, email, phone, social, and so on. A list of accepted values is defined in the lookup ORA_SVC_CHANNEL_TYPE_CD. - 
                
                    
                    ContactPartyId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Contact IDRead Only:trueThe unique identifier of the interaction contact. - 
                
                    
                    ContactPartyUniqueName: string
                    
                    
                     
                    
                
                
                Title:
ContactRead Only:trueMaximum Length:900The name of the interaction contact. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64The user who created the interaction. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the interaction was created. - 
                
                    
                    DeleteFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can DeleteRead Only:trueIndicates if the interaction reference has been deleted. - 
                
                    
                    Description: string
                    
                    
                     
                    
                
                
                Title:
DescriptionRead Only:trueMaximum Length:1000A brief description of the interaction. - 
                
                    
                    DirectionCd: string
                    
                    
                     
                    
                
                
                Title:
DirectionRead Only:trueMaximum Length:30Default Value:ORA_SVC_INBOUNDThe code indicating whether the interaction is inbound or outbound. - 
                
                    
                    EndTime: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
End TimeRead Only:trueThe date and time when the interaction ends. - 
                
                    
                    InteractionId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Interaction IDRead Only:trueThe unique identifier of the interaction. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the interaction was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the interaction. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the interaction. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    OriginalSystemReference: string
                    
                    
                     
                    
                
                
                Title:
Original SystemRead Only:trueMaximum Length:255The original system of reference for an interaction that was imported. - 
                
                    
                    OwnerResourceId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Owner Resource IDRead Only:trueThe unique identifier of the agent who owns the interaction. - 
                
                    
                    OwnerResourcePartyUniqueName: string
                    
                    
                     
                    
                
                
                Title:
Resource NameRead Only:trueMaximum Length:900The name of the resource who is an internal interaction owner associated with the interaction, such as a service agent. - 
                
                    
                    ParentInteractionId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Parent Interaction IDRead Only:trueThe unique identifier of the parent interaction. - 
                
                    
                    Payload: string
                    
                    
                     (byte) 
                    
                
                
                Title:
PayloadRead Only:trueThe payload associated with the interaction. - 
                
                    
                    QueueId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Queue IDRead Only:trueThe unique identifier of the interaction queue. - 
                
                    
                    QueueName: string
                    
                    
                     
                    
                
                
                Title:
NameRead Only:trueMaximum Length:400The name of the interaction queue. - 
                
                    
                    ReferenceId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Reference IDRead Only:trueThe unique identifier of the service request interaction reference. - 
                
                    
                    StartTime: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Start TimeRead Only:trueThe date and time when the interaction starts. - 
                
                    
                    StatusCd: string
                    
                    
                     
                    
                
                
                Title:
StatusRead Only:trueMaximum Length:30Default Value:ORA_SVC_OPENThe code indicating the status of the interaction. A list of accepted values is defined in the lookup ORA_SVC_IM_STATUS_CD. - 
                
                    
                    StripeCd: string
                    
                    
                     
                    
                
                
                Title:
Stripe CodeRead Only:trueMaximum Length:30The application stripe of the interaction. - 
                
                    
                    TopLevelFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Top LevelRead Only:trueIndicates if the interaction is the top level interaction in the hierarchy. - 
                
                    
                    UpdateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can UpdateRead Only:trueIndicates if the interaction reference has been updated. 
arrayLinksobject- 
                
                    
                    ActiveFlag: boolean
                    
                    
                     
                    
                
                
                Title:
ActiveMaximum Length:1Default Value:falseIndicates that the milestone is active. - 
                
                    
                    AgentCompletedFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Agent CompletedMaximum Length:1Default Value:falseIndicates whether agent marked the milestone as complete. - 
                
                    
                    AllowAgentCompletionFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Allow Agent CompletionRead Only:trueMaximum Length:1Default Value:falseIndicates whether an agent can mark the milestone as complete. - 
                
                    
                    AllowDueDateOverrideFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Allow Due Date OverrideRead Only:trueMaximum Length:1Default Value:falseIndicates whether an agent can override the milestone due date. - 
                
                    
                    Comments: string
                    
                    
                     
                    
                
                
                Title:
CommentsMaximum Length:400The comments the agent made about the milestone. For example, why the due date was overridden. - 
                
                    
                    CompletionDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Completion DateThe date when the milestone was completed. - 
                
                    
                    ComplianceFlag: boolean
                    
                    
                     
                    
                
                
                Title:
ComplianceMaximum Length:1Default Value:trueIndicates whether the milestone is compliant or not. The default value is true. - 
                
                    
                    CoverageId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Coverage IDThe unique identifier of the service request coverage. - 
                
                    
                    CoverageSourceCd: string
                    
                    
                     
                    
                
                
                Title:
Coverage SourceMaximum Length:120Coverage Source - 
                
                    
                    CoverageSourceCdMeaning: string
                    
                    
                     
                    
                
                
                Title:
Coverage SourceRead Only:trueThe display value corresponding to the coverage source lookup code. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64The user who created the milestone. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the milestone was created. - 
                
                    
                    DelayTime: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Delay TimeThe amount of time the milestones has been delayed from the due date. - 
                
                    
                    DeleteFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can DeleteRead Only:trueIndicates if the milestone has been deleted. - 
                
                    
                    DueDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Due DateThe date when the milestone is due. - 
                
                    
                    EntitlementId: integer
                    
                    
                     
                    
                
                
                The unique identifier of the entitlement for the milestone.
 - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the milestone was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the milestone. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the milestone. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    MilestoneConfigId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Milestone Configuration IDThe unique identifier of the milestone configuration. - 
                
                    
                    MilestoneLabel: string
                    
                    
                     
                    
                
                
                Title:
NameRead Only:trueMaximum Length:255The display name of the milestone. - 
                
                    
                    MilestoneStatusCd: string
                    
                    
                     
                    
                
                
                Title:
StatusMaximum Length:30The code indicating the status of the milestone. A list of accepted values is defined in the lookup ORA_SVC_MILESTONE_STATUS_CD. - 
                
                    
                    MilestoneStatusCdMeaning: string
                    
                    
                     
                    
                
                
                Title:
Milestone StatusRead Only:trueMaximum Length:255The display value corresponding to the status lookup code for the milestone. - 
                
                    
                    PauseConditionLabel: string
                    
                    
                     
                    
                
                
                Title:
Pauses WhenRead Only:trueMaximum Length:1000The condition of the milestone when it pauses. - 
                
                    
                    SrAssigneePartyId: integer
                    
                    
                     
                    
                
                
                Title:
Assigned to Party IDThe unique identifier of the resource assigned to the service request. - 
                
                    
                    SrId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Request IDThe unique identifier of the service request. - 
                
                    
                    SrMilestoneHistory: array
                    
                    
                
                
                    Milestone Codes
                
                
                Title:
Milestone CodesThe milestone codes resource is used to view, create, update, and delete the history of changes in the milestone status of a service request, such as a list of time entries for when the milestone tracking is started, paused, marked as complete, or restarted. - 
                
                    
                    SrMilestoneId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Milestone IDRead Only:trueThe unique identifier of the milestone. - 
                
                    
                    StartConditionLabel: string
                    
                    
                     
                    
                
                
                Title:
Starts WhenRead Only:trueMaximum Length:1000The condition of the milestone when it starts. - 
                
                    
                    SubscriptionCoveragePuid: string
                    
                    
                     
                    
                
                
                Title:
Subscription Coverage PUIDMaximum Length:120Subscription Coverage PUID - 
                
                    
                    SubscriptionNumber: string
                    
                    
                     
                    
                
                
                Title:
Subscription NumberMaximum Length:120Subscription Number - 
                
                    
                    TimeLeftOnceUnpaused: integer
                    
                    
                     
                    
                
                
                Title:
Paused Minutes RemainingThe time left to complete the milestone after the service request is restored from a paused state. - 
                
                    
                    TimeRemaining: string
                    
                    
                     
                    
                
                
                Title:
Time RemainingRead Only:trueThe time remaining in the milestone. - 
                
                    
                    UpdateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can UpdateRead Only:trueIndicates if the milestone has been updated. - 
                
                    
                    WarnedFlag: boolean
                    
                    
                     
                    
                
                
                Title:
WarnedMaximum Length:1Default Value:falseIndicates whether the milestone has passed the warning threshold. - 
                
                    
                    WarningDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Warning DateThe date and time when the milestone passed the warning threshold. 
arrayLinksarrayMilestone Codesobject- 
                
                    
                    AccumulatedTimeInStatus: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Accumulated TimeThe total time the service request milestone spent in the status. - 
                
                    
                    Comments: string
                    
                    
                     
                    
                
                
                Title:
CommentsMaximum Length:400The comments the agent made about the milestone. For example, why the due date was overridden. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64The user who created the milestone. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the milestone was created. - 
                
                    
                    EndTime: string
                    
                    
                     (date-time) 
                    
                
                
                The date and time when the milestone exited the status.
 - 
                
                    
                    HistoryId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
History IDRead Only:trueThe unique identifier of the milestone history. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the millstone history was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the milestone history. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginRead Only:trueMaximum Length:32The login of the user who last updated the milestone history. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    MilestoneStatusCd: string
                    
                    
                     
                    
                
                
                Title:
StatusMaximum Length:30The code indicating the status of the milestone. A list of accepted values is defined in the lookup ORA_SVC_MILESTONE_STATUS_CD. - 
                
                    
                    OverriddenDueDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Due DateIndicates the new due date the agent set for the milestone. - 
                
                    
                    SrMilestoneId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Milestone IDThe unique identifier of the service request milestone. - 
                
                    
                    StartTime: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
DateThe date and time when the milestone status was changed. 
arrayLinksobject- 
                
                    
                    ArticleId: string
                    
                    
                     
                    
                
                
                Title:
Article IDMaximum Length:64The unique identifier of the Oracle Knowledge Cloud Service article. - 
                
                    
                    ArticleLocale: string
                    
                    
                     
                    
                
                
                Title:
Article LocaleMaximum Length:10The locale of the document, such as en_US. This attribute is valid only when ArticleId is populated. - 
                
                    
                    CreatedBy: string
                    
                    
                     
                    
                
                
                Title:
Created ByRead Only:trueMaximum Length:64The user who created the service request reference. - 
                
                    
                    CreationDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Creation DateRead Only:trueThe date and time when the service request reference was created. - 
                
                    
                    DeleteFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can DeleteRead Only:trueIndicates if the reference has been deleted. - 
                
                    
                    DocumentId: string
                    
                    
                     
                    
                
                
                Title:
Document IDRead Only:trueMaximum Length:50The identifier of the document associated with the referenced article. - 
                
                    
                    HelpfulFlag: boolean
                    
                    
                     
                    
                
                
                Title:
HelpfulMaximum Length:1Indicates whether the service request reference was helpful. - 
                
                    
                    LastUpdateDate: string
                    
                    
                     (date-time) 
                    
                
                
                Title:
Last Updated DateRead Only:trueThe date and time when the service request reference was last updated. - 
                
                    
                    LastUpdatedBy: string
                    
                    
                     
                    
                
                
                Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the service request reference. - 
                
                    
                    LastUpdateLogin: string
                    
                    
                     
                    
                
                
                Title:
Last Update LoginRead Only:trueMaximum Length:32The login ID of the user who last updated the service request reference. - 
                
                    
                    LinkedFlag: boolean
                    
                    
                     
                    
                
                
                Title:
LinkedMaximum Length:1Indicates whether the reference is linked with the service request. - 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    ObjectId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Object IDThe unique identifier of the object referencing the service request (SR), or referenced by the SR, such as Note, Defect, or another SR. - 
                
                    
                    ObjectTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Object TypeMaximum Length:30The code indicating the type of the object that the service request reference is associated with such as Note, Article, Defect, Other SR. A list of accepted values is defined in the lookup ORA_SVC_SR_REF_OBJECT_TYPE_CD. - 
                
                    
                    ReferenceId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Reference IDRead Only:trueThe unique identifier of the service request reference record. - 
                
                    
                    RelationTypeCd: string
                    
                    
                     
                    
                
                
                Title:
Relation TypeMaximum Length:30The type of relationship. - 
                
                    
                    ResolutionCd: string
                    
                    
                     
                    
                
                
                Title:
Resolution CodeMaximum Length:30The code indicating the resolution code of the service request. For example, Satisfied, Not_Satisfied, Returned_Product, New_Purchase, Unknown, and so on. A list of accepted values is defined in the lookup ORA_SVC_SR_RESOLUTION_CD. - SharedFlag: boolean
 - 
                
                    
                    SrId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Service Request IDThe unique identifier of the service request to which the reference is associated. - 
                
                    
                    SrNumber: string
                    
                    
                     
                    
                
                
                Title:
Service Request NumberMaximum Length:30The public unique identifier of the service request. - 
                
                    
                    Subject: string
                    
                    
                     
                    
                
                
                Title:
TitleMaximum Length:1000The title of the article. This attribute is valid only when ArticleId is populated. - 
                
                    
                    UpdateFlag: boolean
                    
                    
                     
                    
                
                
                Title:
Can UpdateRead Only:trueIndicates if the reference has been updated. 
arrayLinksobject- 
                
                    
                    links: array
                    
                    
                
                
                    Links
                
                
                Title:
LinksThe link relations associated with the resource instance. - 
                
                    
                    Tag: string
                    
                    
                     
                    
                
                
                Maximum Length:
64The value of the tag associated with a service request. - 
                
                    
                    TagId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Tag IDThe unique identifier of the tag. - 
                
                    
                    TagRefId: integer
                    
                    
                     (int64) 
                    
                
                
                Title:
Tag Reference IDRead Only:trueThe unique identifier of the tag associated with a service request. 
arrayLinks- copyAttachmentsToMessage
 - 
                                                    
                                                        
                                                    
                                                    
                                                    
                                                        This method lets you copy service request attachments to messages.
 - copySRAttachments
 - 
                                                    
                                                        
                                                    
                                                    
                                                    
                                                        This method lets you copy the service request attachments.
 
Examples
The following example shows how to get all service requests by submitting a GET request on the REST resource.
GET /crmRestApi/resources/11.13.18.05/serviceRequests
Example of Response Header
The following shows an example of the response header in JSON format.
HTTP/1.1 200: OK Fri, 12 Aug 2016 10:36:15 GMT Server: Oracle-HTTP-Server-11g Content-Type: application/vnd.oracle.adf.resourceitem+json Content-Language: en
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
     "items": 
      [25]
      0:  
     {
      "SrId": 300100089759739,
      "SrNumber": "SR0000000007",
      "Title": "REST API - Automated Test Script- created time - 2016/06/02 19:01:05",
      "ProblemDescription": null,
      "SeverityCd": "ORA_SVC_SEV3",
      "AssigneeResourceId": null,
      "AssigneePartyId": null,
      "AssigneePersonName": null,
      "AssigneeEmailAddress": null,
      "CreatedBy": "autoapicsm2",
      "CreationDate": "2016-06-02T19:01:10-07:00",
      "LastUpdateDate": "2016-08-19T00:59:23-07:00",
      "LastUpdateLogin": "3A2BCDBFB28DA5F0E053780CF10A9DA7",
      "LastUpdatedBy": "SALES_ADMIN",
      "LastUpdatedByDisplayName": "Gabrielle   Lee",
      "AccountPartyId": null,
      "AccountPartyUniqueName": null,
      "PartnerAccountPartyId": null,
      "PartnerAccountPartyName": null,
      "PartnerAccountPartyUniqueName": null,
      "OwnerTypeCd": "ORA_SVC_CUSTOMER",
      "PrimaryContactPartyId": null,
      "PrimaryContactPartyUniqueName": null,
      "PrimaryContactFormattedPhoneNumber": null,
      "CategoryId": null,
      "ClosedDate": null,
      "CorpCurrencyCode": null,
      "CurcyConvRateType": null,
      "CurrencyCode": null,
      "OpenDate": "2016-06-02T19:01:10-07:00",
      "ReportedByPartyId": 300100077629336,
      "ReportedByPartyUniqueName": "autoapicsm2 svc",
      "ProblemCd": null,
      "ProdGroupId": null,
      "ProdGroupName": null,
      "InventoryItemId": null,
      "InventoryOrgId": null,
      "ProductItemOrgId": null,
      "ProductItemDescription": null,
      "ProductItemNumber": null,
      "AssetId": null,
      "AssetSerialNumber": null,
      "QueueId": null,
      "LastReopenDate": null,
      "LastResolvedDate": null,
      "ResolutionCd": null,
      "SourceCd": null,
      "ChannelTypeCd": null,
      "StatusCd": "ORA_SVC_NEW",
      "InternalPriorityCd": null,
      "LanguageCd": null,
      "StatusTypeCd": "ORA_SVC_NEW",
      "SrCreatedBy": "autoapicsm2",
      "QueueName": null,
      "CriticalFlag": false,
      "OriginalSystemReference": "SR0000000007",
      "CategoryName": null,
      "SrLastUpdateDate": "2016-06-02T19:01:10-07:00",
      "SrLastUpdateLogin": "34571425E3C3619FE05393D0F00AFD13",
      "SrLastUpdatedBy": "autoapicsm2",
      "RecordSet": null,
"links": 
   [32]
    0:  
   {
    "rel": "self"
    "href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000008178"
    "name": "serviceRequests"
    "kind": "item"
    "properties": 
    {
     "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A6578700000000177040000000B737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B020000787200106A6176612E6C616E672E4F626A656374000000000000000000000078700000001778"
}
-
}
-
1:  
  {
   "rel": "canonical"
   "href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000008178"
   "name": "serviceRequests"
   "kind": "item"
  }
-
2:  
  {
   ...
  }
-
3:  
  {...
  }
  ...
24:  
  {
   "rel": "child"
   "href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000008178/child/Attachment"
   "name": "Attachment"
   "kind": "collection"
  }
-
25:  
  {
   "rel": "child"
   "href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000008178/child/messages"
   "name": "messages"
   "kind": "collection"
  }
...
31:  
  {
   "rel": "child"
   "href": "http://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000008178/child/resourceMembers"
   "name": "resourceMembers"
   "kind": "collection"
  }
-
-
}
Get all Service Requests associated with a Contact
The following example shows how to get all service requests associated with a contact by submitting a GET request on the REST resource.
https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests?q=contacts.ContactPartyNumber=%27%3CPartyNumber%3E%27Example of Response Header
The following shows an example of the response header in JSON format.
Note:
The API only works with REST API version 2 and above. The header to be used for the REST version is 'REST-Framework-Version' (value can be 2 or higher).https://{FusionAppsHost}/crmRestApi/resources/11.13.18.05/serviceRequests?q=contacts.ContactPartyNumber='CDRM_29704'Example of Response Body
The following example shows the contents of the response body in JSON format.
{
    "items": [
        {
            "SrId": 300000042429937,
            "SrNumber": "SR0000047041",
            "Title": "TEST - Alteracao de Subject - 14/Maio",
            "ProblemDescription": null,
            "SeverityCdMeaning": "Low",
            "SeverityCd": "ORA_SVC_SEV3",
            "AssigneeResourceId": 300000045446853,
            "AssigneeResourceNumber": "38774",
            "AssigneePartyId": 300000045446853,
            "AssigneePersonName": "Dinesh Sahu",
            "AssigneeEmailAddress": "dinesh.sahu@oracle.com",
            "AssigneeFormattedPhoneNumber": "8489512771",
            "AssigneeFormattedAddress": null,
            "CreatedBy": "atachara",
            "CreationDate": "2019-05-06T21:37:46+00:00",
            "LastUpdateDate": "2021-05-19T10:46:28.015+00:00",
            "LastUpdateLogin": "C246C302248B05BBE053966F230A926E",
            "LastUpdatedBy": "Dinesh1",
            "LastUpdatedByDisplayName": "Dinesh Sahu",
            "LastUpdatedByEmailAddress": "dinesh.sahu@oracle.com",
            "AccountPartyId": null,
            "AccountPartyNumber": null,
            "AccountPartyUniqueName": null,
            "AccountPartyName": null,
            "AccountPartyEmailAddress": null,
            "AccountPartyFormattedPhoneNumber": null,
            "AccountPartyPreferredContactMethod": null,
            "PartnerAccountPartyId": null,
            "PartnerAccountPartyNumber": null,
            "PartnerAccountPartyName": null,
            "PartnerAccountPartyUniqueName": null,
            "OwnerTypeCd": "ORA_SVC_CUSTOMER",
            "PrimaryContactPartyId": 300000043085782,
            "PrimaryContactPartyNumber": "CDRM_29704",
            "PrimaryContactPartyUniqueName": "Arunkrishna Tach",
            "PrimaryContactPartyName": "Arunkrishna Tach",
            "PrimaryContactFormattedPhoneNumber": "+40 (45)667 x7788",
            "PrimaryContactEmailAddress": "arunkrishna.tacharakkal.pulla@oracle.com",
            "PrimaryContactPreferredContactMethod": null,
            "PrimaryContactFormattedAddress": null,
            "PrimaryContactDoNotContactFlag": false,
            "CategoryId": null,
            "ClosedDate": null,
            "CorpCurrencyCode": "USD",
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "OpenDate": "2019-05-06T21:37:46.142+00:00",
            "ReportedByPartyId": 300000042104238,
            "ReportedByPartyNumber": "27590",
            "ReportedByPartyUniqueName": "Arun Krishna",
            "ReportedByPartyName": "Arun Krishna",
            "ReportedByEmailAddress": "arunkrishna.tacharakkal.pulla@oracle.com",
            "ReportedByFormattedPhoneNumber": null,
            "ProblemCd": null,
            "ProdGroupId": null,
            "ProductGroupReferenceNumber": null,
            "ProdGroupName": null,
            "InventoryItemId": null,
            "ProductItemNumber": null,
            "InventoryOrgId": null,
            "ProductItemOrgId": null,
            "ProductItemDescription": null,
            "AssetId": null,
            "AssetSerialNumber": null,
            "AssetNumber": null,
            "QueueId": 100000000001040,
            "QueueNumber": "CDRM_DEFAULT_1",
            "LastReopenDate": "2020-12-30T08:58:26.519+00:00",
            "LastResolvedDate": null,
            "ResolutionCdMeaning": null,
            "ResolutionCd": null,
            "SourceCd": "ORA_SVC_AGENT_UI",
            "ChannelTypeCdMeaning": null,
            "ChannelTypeCd": null,
            "StatusCdMeaning": "In Progress",
            "StatusCd": "ORA_SVC_INPROGRESS",
            "InternalPriorityCd": null,
            "LanguageCd": null,
            "StatusTypeCdMeaning": "In Progress",
            "StatusTypeCd": "ORA_SVC_INPROGRESS",
            "SrCreatedBy": "atachara",
            "QueueName": "Default",
            "CriticalFlag": false,
            "OriginalSystemReference": "SR0000047041",
            "CategoryName": null,
            "SrLastUpdateDate": "2019-05-06T21:37:46.003+00:00",
            "SrLastUpdateLogin": "881566A57845144DE053966F230A20B4",
            "SrLastUpdatedBy": "atachara",
            "StripeCd": "ORA_SVC_CRM",
            "SeverityColorCd": "#00ff7f,#000000",
            "ChannelId": null,
            "MilestoneLabel": null,
            "SrMilestoneId": null,
            "ComplianceFlag": null,
            "DueDate": null,
            "MilestoneConfigId": null,
            "HeaderFlag": true,
            "MilestoneStatusCd": null,
            "WarnedFlag": null,
            "TimeRemaining": "",
            "SocialPrivateFlag": false,
            "BUOrgId": 300000042135675,
            "BusinessUnitName": "FAST SubMgmt BU",
            "RecordSet": null,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "SeverityRank": 30,
            "NetworkTypeCd": null,
            "ResolveOutcomeCdMeaning": "Customer abandoned",
            "ResolveOutcomeCd": "ORA_SVC_SRRES_CUST_ABANDONED",
            "ResolveDescription": null,
            "ResolvedBy": null,
            "IBAssetId": null,
            "LoyMemberId": null,
            "LoyMemberNumber": null,
            "LoyMemberName": null,
            "LastUpdatedByPartyId": 300000045446853,
            "LastUpdatedByPartyNumber": "38774",
            "IBAssetSerialNumber": null,
            "IBAssetDescription": null,
            "IBAssetLocationType": null,
            "IBAssetLocation": null,
            "AffectedPartyPersonName": null,
            "IBAssetNumber": null,
            "AffectedPartyPersonId": null,
            "CaseNumber": null,
            "CaseId": null,
            "PrimaryContactPersonId": null,
            "PurchaseOrder": null,
            "SurveySentDate": null,
            "SurveyResponseDate": null,
            "PrimaryContactAssignmentNumber": null,
            "AffectedPartyAssignmentNumber": null,
            "Creation_c": "2019-05-06 21:37:46.0",
            "NewCreationDate_c": "2019-05-06 21:37:46.0",
            "CreationDateFinal_c": "2019-05-06 21:37:46.0",
            "EmailAddress_c": null,
            "EmailAddressFormula_c": "arunkrishna.tacharakkal.pulla@oracle.com",
            "Reopen_Date_c": null,
            "Sender_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041",
                    "name": "serviceRequests",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000D78"
                    }
                },
                {
                    "rel": "canonical",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041",
                    "name": "serviceRequests",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/PartnerAccountLOV",
                    "name": "PartnerAccountLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/QueueVO",
                    "name": "QueueVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/InternalPriorityLookup",
                    "name": "InternalPriorityLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/SeverityCdLookup",
                    "name": "SeverityCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/IBAssetLocationTypeLookup",
                    "name": "IBAssetLocationTypeLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/AssetLOV",
                    "name": "AssetLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/ChannelLOV",
                    "name": "ChannelLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/ChannelTypeCdLookup",
                    "name": "ChannelTypeCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/LoyaltyMemberIdLOV",
                    "name": "LoyaltyMemberIdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/PrimaryContactLOV",
                    "name": "PrimaryContactLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/SourceCdLookup",
                    "name": "SourceCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/LanguageCdLOV",
                    "name": "LanguageCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/SrCategoryLOV",
                    "name": "SrCategoryLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/PersonLovPVO1",
                    "name": "PersonLovPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/ProblemCdLookup",
                    "name": "ProblemCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/SrStatusCdLookup",
                    "name": "SrStatusCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/YesNoLookup",
                    "name": "YesNoLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/ResourcePickerLOV",
                    "name": "ResourcePickerLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/SearchFilterLookupPVO",
                    "name": "SearchFilterLookupPVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/ProductInventoryItemLOV",
                    "name": "ProductInventoryItemLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/ResolutionCdLookup",
                    "name": "ResolutionCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/CustomerPickerVO",
                    "name": "CustomerPickerVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/BusinessUnitsLOV",
                    "name": "BusinessUnitsLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/WorkerLovPVO2",
                    "name": "WorkerLovPVO2",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/StatusTypeLookup",
                    "name": "StatusTypeLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/ResolveOutcomeCdLookup",
                    "name": "ResolveOutcomeCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/WorkerLovPVO1",
                    "name": "WorkerLovPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/NetworkTypeCdLOV",
                    "name": "NetworkTypeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/lov/ProductGroupLOV",
                    "name": "ProductGroupLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/AKProductCollection_c",
                    "name": "AKProductCollection_c",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/SRP_C_Src_ServiceRequestToSRP_C_c_Tgt",
                    "name": "SRP_C_Src_ServiceRequestToSRP_C_c_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/activities",
                    "name": "activities",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/channelCommunication",
                    "name": "channelCommunication",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/contacts",
                    "name": "contacts",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/messages",
                    "name": "messages",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/resourceMembers",
                    "name": "resourceMembers",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/smartActions",
                    "name": "smartActions",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/srInteractionReferences",
                    "name": "srInteractionReferences",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/srMilestone",
                    "name": "srMilestone",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/srReferences",
                    "name": "srReferences",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/child/srTags",
                    "name": "srTags",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/action/processSrMilestones",
                    "name": "processSrMilestones",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047041/action/getSrMilestoneDiagnostics",
                    "name": "getSrMilestoneDiagnostics",
                    "kind": "other"
                }
            ]
        },
        {
            "SrId": 300000092500893,
            "SrNumber": "SR0000218491",
            "Title": "New Test Waiting SR",
            "ProblemDescription": null,
            "SeverityCdMeaning": "Low",
            "SeverityCd": "ORA_SVC_SEV3",
            "AssigneeResourceId": 300000045446853,
            "AssigneeResourceNumber": "38774",
            "AssigneePartyId": 300000045446853,
            "AssigneePersonName": "Dinesh Sahu",
            "AssigneeEmailAddress": "dinesh.sahu@oracle.com",
            "AssigneeFormattedPhoneNumber": "8489512771",
            "AssigneeFormattedAddress": null,
            "CreatedBy": "Dinesh1",
            "CreationDate": "2020-02-27T04:53:27+00:00",
            "LastUpdateDate": "2021-04-30T06:11:02.361+00:00",
            "LastUpdateLogin": "C11FFEDBB3FCF183E053946F230AC655",
            "LastUpdatedBy": "Dinesh1",
            "LastUpdatedByDisplayName": "Dinesh Sahu",
            "LastUpdatedByEmailAddress": "dinesh.sahu@oracle.com",
            "AccountPartyId": null,
            "AccountPartyNumber": null,
            "AccountPartyUniqueName": null,
            "AccountPartyName": null,
            "AccountPartyEmailAddress": null,
            "AccountPartyFormattedPhoneNumber": null,
            "AccountPartyPreferredContactMethod": null,
            "PartnerAccountPartyId": null,
            "PartnerAccountPartyNumber": null,
            "PartnerAccountPartyName": null,
            "PartnerAccountPartyUniqueName": null,
            "OwnerTypeCd": "ORA_SVC_CUSTOMER",
            "PrimaryContactPartyId": 300000045393473,
            "PrimaryContactPartyNumber": "38730",
            "PrimaryContactPartyUniqueName": "Sahu, Dinesh",
            "PrimaryContactPartyName": "Dinesh Sahu",
            "PrimaryContactFormattedPhoneNumber": null,
            "PrimaryContactEmailAddress": "dinesh.sahu@oracle.com",
            "PrimaryContactPreferredContactMethod": null,
            "PrimaryContactFormattedAddress": "Manoj,TAMIL NADUCHENNAI-600094,INDIA",
            "PrimaryContactDoNotContactFlag": false,
            "CategoryId": 300000042427677,
            "ClosedDate": null,
            "CorpCurrencyCode": "USD",
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "OpenDate": "2020-02-27T04:53:27.566+00:00",
            "ReportedByPartyId": 300000045446853,
            "ReportedByPartyNumber": "38774",
            "ReportedByPartyUniqueName": "Dinesh Sahu",
            "ReportedByPartyName": "Dinesh Sahu",
            "ReportedByEmailAddress": "dinesh.sahu@oracle.com",
            "ReportedByFormattedPhoneNumber": "8489512771",
            "ProblemCd": null,
            "ProdGroupId": null,
            "ProductGroupReferenceNumber": null,
            "ProdGroupName": null,
            "InventoryItemId": null,
            "ProductItemNumber": null,
            "InventoryOrgId": null,
            "ProductItemOrgId": null,
            "ProductItemDescription": null,
            "AssetId": null,
            "AssetSerialNumber": null,
            "AssetNumber": null,
            "QueueId": 300000059283513,
            "QueueNumber": "5001",
            "LastReopenDate": "2020-03-02T11:13:31.091+00:00",
            "LastResolvedDate": null,
            "ResolutionCdMeaning": null,
            "ResolutionCd": null,
            "SourceCd": "ORA_SVC_AGENT_UI",
            "ChannelTypeCdMeaning": null,
            "ChannelTypeCd": null,
            "StatusCdMeaning": "In Progress",
            "StatusCd": "ORA_SVC_INPROGRESS",
            "InternalPriorityCd": null,
            "LanguageCd": null,
            "StatusTypeCdMeaning": "In Progress",
            "StatusTypeCd": "ORA_SVC_INPROGRESS",
            "SrCreatedBy": "Dinesh1",
            "QueueName": "Amlan_Test_Q",
            "CriticalFlag": false,
            "OriginalSystemReference": "SR0000218491",
            "CategoryName": "ARUN Hardware",
            "SrLastUpdateDate": "2020-02-27T04:53:27.002+00:00",
            "SrLastUpdateLogin": "9920EE1B40F4D39DE053966F230AF6D1",
            "SrLastUpdatedBy": "Dinesh1",
            "StripeCd": "ORA_SVC_CRM",
            "SeverityColorCd": "#00ff7f,#000000",
            "ChannelId": null,
            "MilestoneLabel": null,
            "SrMilestoneId": null,
            "ComplianceFlag": false,
            "DueDate": null,
            "MilestoneConfigId": null,
            "HeaderFlag": true,
            "MilestoneStatusCd": null,
            "WarnedFlag": null,
            "TimeRemaining": "",
            "SocialPrivateFlag": false,
            "BUOrgId": 300000001133001,
            "BusinessUnitName": "FAST ADMIN BU",
            "RecordSet": null,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "SeverityRank": 30,
            "NetworkTypeCd": null,
            "ResolveOutcomeCdMeaning": null,
            "ResolveOutcomeCd": null,
            "ResolveDescription": null,
            "ResolvedBy": null,
            "IBAssetId": null,
            "LoyMemberId": null,
            "LoyMemberNumber": null,
            "LoyMemberName": null,
            "LastUpdatedByPartyId": 300000045446853,
            "LastUpdatedByPartyNumber": "38774",
            "IBAssetSerialNumber": null,
            "IBAssetDescription": null,
            "IBAssetLocationType": null,
            "IBAssetLocation": null,
            "AffectedPartyPersonName": null,
            "IBAssetNumber": null,
            "AffectedPartyPersonId": null,
            "CaseNumber": null,
            "CaseId": null,
            "PrimaryContactPersonId": null,
            "PurchaseOrder": null,
            "SurveySentDate": null,
            "SurveyResponseDate": null,
            "PrimaryContactAssignmentNumber": null,
            "AffectedPartyAssignmentNumber": null,
            "Creation_c": "2020-02-27 04:53:27.0",
            "NewCreationDate_c": "2020-02-27 04:53:27.0",
            "CreationDateFinal_c": "2020-02-27 04:53:27.0",
            "EmailAddress_c": null,
            "EmailAddressFormula_c": "dinesh.sahu@oracle.com",
            "Reopen_Date_c": null,
            "Sender_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491",
                    "name": "serviceRequests",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000002B78"
                    }
                },
                {
                    "rel": "canonical",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491",
                    "name": "serviceRequests",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/PartnerAccountLOV",
                    "name": "PartnerAccountLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/QueueVO",
                    "name": "QueueVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/InternalPriorityLookup",
                    "name": "InternalPriorityLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/SeverityCdLookup",
                    "name": "SeverityCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/IBAssetLocationTypeLookup",
                    "name": "IBAssetLocationTypeLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/AssetLOV",
                    "name": "AssetLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/ChannelLOV",
                    "name": "ChannelLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/ChannelTypeCdLookup",
                    "name": "ChannelTypeCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/LoyaltyMemberIdLOV",
                    "name": "LoyaltyMemberIdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/PrimaryContactLOV",
                    "name": "PrimaryContactLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/SourceCdLookup",
                    "name": "SourceCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/LanguageCdLOV",
                    "name": "LanguageCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/SrCategoryLOV",
                    "name": "SrCategoryLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/PersonLovPVO1",
                    "name": "PersonLovPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/ProblemCdLookup",
                    "name": "ProblemCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/SrStatusCdLookup",
                    "name": "SrStatusCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/YesNoLookup",
                    "name": "YesNoLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/ResourcePickerLOV",
                    "name": "ResourcePickerLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/SearchFilterLookupPVO",
                    "name": "SearchFilterLookupPVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/ProductInventoryItemLOV",
                    "name": "ProductInventoryItemLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/ResolutionCdLookup",
                    "name": "ResolutionCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/CustomerPickerVO",
                    "name": "CustomerPickerVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/BusinessUnitsLOV",
                    "name": "BusinessUnitsLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/WorkerLovPVO2",
                    "name": "WorkerLovPVO2",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/StatusTypeLookup",
                    "name": "StatusTypeLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/ResolveOutcomeCdLookup",
                    "name": "ResolveOutcomeCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/WorkerLovPVO1",
                    "name": "WorkerLovPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/NetworkTypeCdLOV",
                    "name": "NetworkTypeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/lov/ProductGroupLOV",
                    "name": "ProductGroupLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/AKProductCollection_c",
                    "name": "AKProductCollection_c",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/SRP_C_Src_ServiceRequestToSRP_C_c_Tgt",
                    "name": "SRP_C_Src_ServiceRequestToSRP_C_c_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/activities",
                    "name": "activities",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/channelCommunication",
                    "name": "channelCommunication",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/contacts",
                    "name": "contacts",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/messages",
                    "name": "messages",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/resourceMembers",
                    "name": "resourceMembers",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/smartActions",
                    "name": "smartActions",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/srInteractionReferences",
                    "name": "srInteractionReferences",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/srMilestone",
                    "name": "srMilestone",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/srReferences",
                    "name": "srReferences",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/child/srTags",
                    "name": "srTags",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/action/processSrMilestones",
                    "name": "processSrMilestones",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000218491/action/getSrMilestoneDiagnostics",
                    "name": "getSrMilestoneDiagnostics",
                    "kind": "other"
                }
            ]
        },
        {
            "SrId": 300000042427318,
            "SrNumber": "SR0000047058",
            "Title": "RS Test SR6",
            "ProblemDescription": null,
            "SeverityCdMeaning": "Low",
            "SeverityCd": "ORA_SVC_SEV3",
            "AssigneeResourceId": 300000045446853,
            "AssigneeResourceNumber": "38774",
            "AssigneePartyId": 300000045446853,
            "AssigneePersonName": "Dinesh Sahu",
            "AssigneeEmailAddress": "dinesh.sahu@oracle.com",
            "AssigneeFormattedPhoneNumber": "8489512771",
            "AssigneeFormattedAddress": null,
            "CreatedBy": "ritesh.sachdev@oracle.com",
            "CreationDate": "2019-05-11T01:48:10+00:00",
            "LastUpdateDate": "2021-04-30T06:01:10.570+00:00",
            "LastUpdateLogin": "C11FFEDBB3FCF183E053946F230AC655",
            "LastUpdatedBy": "Dinesh1",
            "LastUpdatedByDisplayName": "Dinesh Sahu",
            "LastUpdatedByEmailAddress": "dinesh.sahu@oracle.com",
            "AccountPartyId": null,
            "AccountPartyNumber": null,
            "AccountPartyUniqueName": null,
            "AccountPartyName": null,
            "AccountPartyEmailAddress": null,
            "AccountPartyFormattedPhoneNumber": null,
            "AccountPartyPreferredContactMethod": null,
            "PartnerAccountPartyId": null,
            "PartnerAccountPartyNumber": null,
            "PartnerAccountPartyName": null,
            "PartnerAccountPartyUniqueName": null,
            "OwnerTypeCd": "ORA_SVC_CUSTOMER",
            "PrimaryContactPartyId": 300000043085782,
            "PrimaryContactPartyNumber": "CDRM_29704",
            "PrimaryContactPartyUniqueName": "Arunkrishna Tach",
            "PrimaryContactPartyName": "Arunkrishna Tach",
            "PrimaryContactFormattedPhoneNumber": "+40 (45)667 x7788",
            "PrimaryContactEmailAddress": "arunkrishna.tacharakkal.pulla@oracle.com",
            "PrimaryContactPreferredContactMethod": null,
            "PrimaryContactFormattedAddress": null,
            "PrimaryContactDoNotContactFlag": false,
            "CategoryId": null,
            "ClosedDate": null,
            "CorpCurrencyCode": "USD",
            "CurcyConvRateType": "Corporate",
            "CurrencyCode": "USD",
            "OpenDate": "2019-05-11T01:48:10.875+00:00",
            "ReportedByPartyId": null,
            "ReportedByPartyNumber": null,
            "ReportedByPartyUniqueName": null,
            "ReportedByPartyName": null,
            "ReportedByEmailAddress": null,
            "ReportedByFormattedPhoneNumber": null,
            "ProblemCd": null,
            "ProdGroupId": null,
            "ProductGroupReferenceNumber": null,
            "ProdGroupName": null,
            "InventoryItemId": null,
            "ProductItemNumber": null,
            "InventoryOrgId": null,
            "ProductItemOrgId": null,
            "ProductItemDescription": null,
            "AssetId": null,
            "AssetSerialNumber": null,
            "AssetNumber": null,
            "QueueId": 100000000001040,
            "QueueNumber": "CDRM_DEFAULT_1",
            "LastReopenDate": null,
            "LastResolvedDate": null,
            "ResolutionCdMeaning": null,
            "ResolutionCd": null,
            "SourceCd": "ORA_SVC_AGENT_UI",
            "ChannelTypeCdMeaning": null,
            "ChannelTypeCd": null,
            "StatusCdMeaning": "New",
            "StatusCd": "ORA_SVC_NEW",
            "InternalPriorityCd": null,
            "LanguageCd": null,
            "StatusTypeCdMeaning": "New",
            "StatusTypeCd": "ORA_SVC_NEW",
            "SrCreatedBy": "ritesh.sachdev@oracle.com",
            "QueueName": "Default",
            "CriticalFlag": false,
            "OriginalSystemReference": "SR0000047058",
            "CategoryName": null,
            "SrLastUpdateDate": "2019-05-11T01:48:10.002+00:00",
            "SrLastUpdateLogin": "8815D04D86B98007E053946F230AB66F",
            "SrLastUpdatedBy": "ritesh.sachdev@oracle.com",
            "StripeCd": "ORA_SVC_CRM",
            "SeverityColorCd": "#00ff7f,#000000",
            "ChannelId": null,
            "MilestoneLabel": null,
            "SrMilestoneId": null,
            "ComplianceFlag": null,
            "DueDate": null,
            "MilestoneConfigId": null,
            "HeaderFlag": true,
            "MilestoneStatusCd": null,
            "WarnedFlag": null,
            "TimeRemaining": "",
            "SocialPrivateFlag": false,
            "BUOrgId": 300000001765493,
            "BusinessUnitName": "BC Business Unit",
            "RecordSet": null,
            "UpdateFlag": true,
            "DeleteFlag": true,
            "SeverityRank": 30,
            "NetworkTypeCd": null,
            "ResolveOutcomeCdMeaning": null,
            "ResolveOutcomeCd": null,
            "ResolveDescription": null,
            "ResolvedBy": null,
            "IBAssetId": null,
            "LoyMemberId": null,
            "LoyMemberNumber": null,
            "LoyMemberName": null,
            "LastUpdatedByPartyId": 300000045446853,
            "LastUpdatedByPartyNumber": "38774",
            "IBAssetSerialNumber": null,
            "IBAssetDescription": null,
            "IBAssetLocationType": null,
            "IBAssetLocation": null,
            "AffectedPartyPersonName": null,
            "IBAssetNumber": null,
            "AffectedPartyPersonId": null,
            "CaseNumber": null,
            "CaseId": null,
            "PrimaryContactPersonId": null,
            "PurchaseOrder": null,
            "SurveySentDate": null,
            "SurveyResponseDate": null,
            "PrimaryContactAssignmentNumber": null,
            "AffectedPartyAssignmentNumber": null,
            "Creation_c": "2019-05-11 01:48:10.0",
            "NewCreationDate_c": null,
            "CreationDateFinal_c": "2019-05-11 01:48:10.0",
            "EmailAddress_c": null,
            "EmailAddressFormula_c": "arunkrishna.tacharakkal.pulla@oracle.com",
            "Reopen_Date_c": null,
            "Sender_c": null,
            "links": [
                {
                    "rel": "self",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058",
                    "name": "serviceRequests",
                    "kind": "item",
                    "properties": {
                        "changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000778"
                    }
                },
                {
                    "rel": "canonical",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058",
                    "name": "serviceRequests",
                    "kind": "item"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/PartnerAccountLOV",
                    "name": "PartnerAccountLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/QueueVO",
                    "name": "QueueVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/InternalPriorityLookup",
                    "name": "InternalPriorityLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/SeverityCdLookup",
                    "name": "SeverityCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/IBAssetLocationTypeLookup",
                    "name": "IBAssetLocationTypeLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/AssetLOV",
                    "name": "AssetLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/ChannelLOV",
                    "name": "ChannelLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/ChannelTypeCdLookup",
                    "name": "ChannelTypeCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/LoyaltyMemberIdLOV",
                    "name": "LoyaltyMemberIdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/PrimaryContactLOV",
                    "name": "PrimaryContactLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/SourceCdLookup",
                    "name": "SourceCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/LanguageCdLOV",
                    "name": "LanguageCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/SrCategoryLOV",
                    "name": "SrCategoryLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/PersonLovPVO1",
                    "name": "PersonLovPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/ProblemCdLookup",
                    "name": "ProblemCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/SrStatusCdLookup",
                    "name": "SrStatusCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/YesNoLookup",
                    "name": "YesNoLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/ResourcePickerLOV",
                    "name": "ResourcePickerLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/SearchFilterLookupPVO",
                    "name": "SearchFilterLookupPVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/ProductInventoryItemLOV",
                    "name": "ProductInventoryItemLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/ResolutionCdLookup",
                    "name": "ResolutionCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/CustomerPickerVO",
                    "name": "CustomerPickerVO",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/BusinessUnitsLOV",
                    "name": "BusinessUnitsLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/WorkerLovPVO2",
                    "name": "WorkerLovPVO2",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/StatusTypeLookup",
                    "name": "StatusTypeLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/ResolveOutcomeCdLookup",
                    "name": "ResolveOutcomeCdLookup",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/WorkerLovPVO1",
                    "name": "WorkerLovPVO1",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/NetworkTypeCdLOV",
                    "name": "NetworkTypeCdLOV",
                    "kind": "collection"
                },
                {
                    "rel": "lov",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/lov/ProductGroupLOV",
                    "name": "ProductGroupLOV",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/AKProductCollection_c",
                    "name": "AKProductCollection_c",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/Attachment",
                    "name": "Attachment",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/SRP_C_Src_ServiceRequestToSRP_C_c_Tgt",
                    "name": "SRP_C_Src_ServiceRequestToSRP_C_c_Tgt",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/activities",
                    "name": "activities",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/channelCommunication",
                    "name": "channelCommunication",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/contacts",
                    "name": "contacts",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/messages",
                    "name": "messages",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/resourceMembers",
                    "name": "resourceMembers",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/smartActions",
                    "name": "smartActions",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/srInteractionReferences",
                    "name": "srInteractionReferences",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/srMilestone",
                    "name": "srMilestone",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/srReferences",
                    "name": "srReferences",
                    "kind": "collection"
                },
                {
                    "rel": "child",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/child/srTags",
                    "name": "srTags",
                    "kind": "collection"
                },
                {
                    "rel": "action",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/action/processSrMilestones",
                    "name": "processSrMilestones",
                    "kind": "other"
                },
                {
                    "rel": "action",
                    "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests/SR0000047058/action/getSrMilestoneDiagnostics",
                    "name": "getSrMilestoneDiagnostics",
                    "kind": "other"
                }
            ]
        }
    ],
    "count": 3,
    "hasMore": false,
    "limit": 25,
    "offset": 0,
    "links": [
        {
            "rel": "self",
            "href": " https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceRequests",
            "name": "serviceRequests",
            "kind": "collection"
        }
    ]
}