Get all service requests

get

/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests

Request

Query Parameters
  • 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).
  • 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
  • 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 :The unique identifier of the assignee resource.
    • MySRsByStatusFinder :Finds a service requests with a specific status that are assigned to a user.
      Finder Variables:
      • AssigneeResourceId :The unique identifier of the assignee resource.
      • StatusCd :The status code of the service request.
    • MySRsFinder :Finds a service requests assigned to the user.
      Finder Variables:
      • AssigneeResourceId :The unique identifier of the assignee resource.
    • PrimaryKey :Finds a service request with the specified primary key.
      Finder Variables:
      • SrId :The unique identifier of the service request.
    • SRListMySRTeamSRsFinder :Finds service requests for the team.
      Finder Variables:
      • SRsCreatedByMeFinder :Find a service request created by a user.
        Finder Variables:
        • CreatedBy :The user who created the service request.
      • SRsListByResource :Finds a service requests by resource ID.
        Finder Variables:
        • ResourceId :The resource ID passed as parameter to the service request finder service.
      • ServiceRequestByNumber :Finds a service request by SR number.
        Finder Variables:
        • SrNumber :The service request number passed as parameter to the finder service.
      • ServiceRequestByStripeCd :Finds a service requests by stripe code.
        Finder Variables:
        • StripeCd :The stripe code passed as parameter to the service request finder service.
    • 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.
    • 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
    • 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.
    • The resource item payload will be filtered in order to contain only data (no links section, for example).
    • 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
    • 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:
      • 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.
      • AssigneePersonName; string; The email address of the assignee.
      • AssigneeResourceId; integer; The unique identifier of the assignee resource.
      • AssigneeResourceNumber; string; The alternative key for the resource identifier of the assignee.
      • BUOrgId; integer; The unique identifier of the business unit associated to 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 to the service request.
      • ChannelTypeCd; string; The channel type.
      • ChannelTypeCdMeaning; string; The display value corresponding to the channel type lookup code for the service request.
      • ClosedDate; string; The date when the service request was closed, if closed.
      • ComplianceFlag; boolean; The compliance status of the milestone.
      • 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.
      • HeaderFlag; boolean; Indicates whether the current milestone should be saved on the service request header.
      • InternalPriorityCd; string; The internal priority of the service request.
      • InventoryItemId; integer; The unique identifier of the product associated to the service request.
      • InventoryOrgId; integer; The unique identifier of the organization of the product that's associated with the service request.
      • LanguageCd; string; The customer's preferred language for the service request.
      • LastReopenDate; string; The date and time when the service request was last reopened.
      • LastResolvedDate; string; The date and time when the service request was 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 updated the service request.
      • LastUpdatedByEmailAddress; string; The e-mail address of the person who last updated the service request.
      • LastUpdatedByPartyId; integer; The unique party identifier of the person who last updated the service request.
      • MilestoneConfigId; integer; The unique identifier of the milestone configuration associated with the service request.
      • MilestoneLabel; string; The name of the milestone.
      • MilestoneStatusCd; string; The status of the milestone.
      • OpenDate; string; The date when the service request was reported by the customer.
      • OriginalSystemReference; string; The reference to the service request record in the original system from which service request was imported.
      • PrimaryContactAssignmentNumber; string; The unique assignment number of the primary contact of the service request.
      • PrimaryContactDoNotContactFlag; boolean; The primary contact of the service request doesn't want to be contacted.
      • PrimaryContactPartyId; integer; The unique identifier of the primary contact of the service request.
      • PrimaryContactPartyName; string; The name of the service request primary contact.
      • PrimaryContactPartyNumber; string; The alternative key for the primary contact identifier.
      • PrimaryContactPersonId; integer; The unique identifier of the primary contact of the service request.
      • PrimaryContactPersonIdTransient; string; The unique identifier of the primary contact of the service request.
      • PrimaryContactPreferredContactMethod; string; The preferred contact method of the primary contact of the service request.
      • ProblemCd; string; The problem code of the service request.
      • ProblemDescription; string; The service request's problem description or statement and the steps to reproduce the issue.
      • ProdGroupName; string; The name of the product group associated to the service request.
      • ProductGroupReferenceNumber; string; The alternative key for the product group identifier.
      • ProductItemDescription; string; The description of the product associated with the service request.
      • ProductItemNumber; string; The product number or code 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 to the service request.
      • QueueNumber; string; The alternative key for the queue identifier.
      • RecordSet; string; The record set used by REST API to run saved searches.
      • ReportedByEmailAddress; string; The e-mail address of the person who reported the service request.
      • ReportedByPartyId; integer; The user who created the request.
      • ReportedByPartyName; string; The name of the reported party.
      • ReportedByPartyNumber; string; The alternative key for the party identifier of the person reporting the service request.
      • ReportedByPartyUniqueName; string; The unique name of the user who created the service request.
      • ResolutionCd; string; The resolution code of the service request.
      • ResolutionCdMeaning; string; The display value corresponding to the resolution lookup code for the service request.
      • ResolveDescription; string; The description of how the service request has been resolved.
      • ResolveOutcomeCd; string; The outcome of a service request resolution.
      • ResolveOutcomeCdMeaning; string; The display value corresponding to the resolution outcome lookup code for the service request.
      • ResolvedBy; string; The user who resolved 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 severity of the service request.
      • SeverityCdMeaning; string; The display value corresponding to the severity lookup code for the service request.
      • SeverityCdTransient; string; The severity of the service request.
      • SeverityRank; integer; The numeric code of the service request severity.
      • SourceCd; string; Indicates how the service request was created in the application.
      • SrId; integer; The unique identifier of the service request record.
      • SrMilestoneId; integer; The unique identifier of the milestone associated to the service request.
      • SrNumber; string; The unique number that's used to identify a service request. You can edit the service request number to a format that's best suitable to your organizational requirements.
      • StatusCd; string; The status code of the service request.
      • StatusCdMeaning; string; The display value corresponding to the status lookup code for the service request.
      • StatusTypeCd; string; The status type of the service request.
      • StatusTypeCdMeaning; string; The display value corresponding to the status type lookup code for the service request.
      • StripeCd; string; The application stripe of the service request.
      • SurveyResponseDate; string; The date and time when the response to this survey was submitted.
      • 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; The 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 whether the milestone passed the warning threshold.
    • The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
    Header Parameters
    • 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".
    • 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 Top

    Response

    Supported Media Types

    Default Response

    The following table describes the default response for this task.
    Headers
    • 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".
    • 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.
    Body ()
    Root Schema : hrHelpDeskRequests
    Type: object
    Show Source
    Nested Schema : Items
    Type: array
    Title: Items
    The items in the collection.
    Show Source
    Nested Schema : hrHelpDeskRequests-item-response
    Type: object
    Show Source
    Nested Schema : Activities
    Type: array
    Title: Activities
    The activities resource is used to view, create, update, and delete an activity.
    Show Source
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is used to view, create, and update attachments.
    Show Source
    Nested Schema : Service Request Message Communications
    Type: array
    Title: Service Request Message Communications
    The channel communications resource is used to view, create, update, and delete a communication. It contains information about the communication between support agents and workers. For example, the type of information recorded about communications include message identifiers, contact identifiers, and contact point identifiers.
    Show Source
    Nested Schema : Contact Members
    Type: array
    Title: Contact Members
    The list of contacts associated to the serivce request.
    Show Source
    Nested Schema : Messages
    Type: array
    Title: Messages
    The list of service request messages.
    Show Source
    Nested Schema : Resources
    Type: array
    Title: Resources
    The list of resources associated to the service request.
    Show Source
    Nested Schema : Smart Actions
    Type: array
    Title: Smart Actions
    This VO stores the endpoint and security details for every user action.
    Show Source
    Nested Schema : Interaction References
    Type: array
    Title: Interaction References
    Indicates the list of interaction references for a service request.
    Show Source
    Nested Schema : Milestones
    Type: array
    Title: Milestones
    Indicates the milestone associated with the service request.
    Show Source
    Nested Schema : References
    Type: array
    Title: References
    The list of other objects associated to the service request. E.g. Knowledge articles.
    Show Source
    Nested Schema : Tags
    Type: array
    Title: Tags
    The tags resource is used to create, view, and delete keywords or terms assigned to a service request. Tags help in describing and classifying a service request.
    Show Source
    Nested Schema : hrHelpDeskRequests-activities-item-response
    Type: object
    Show Source
    Nested Schema : hrHelpDeskRequests-Attachment-item-response
    Type: object
    Show Source
    Nested Schema : AttachmentsDFFVL
    Type: array
    Show Source
    Nested Schema : Attachments Preview
    Type: array
    Title: Attachments Preview
    The attachments preview resource is used to preview the attachment pages.
    Show Source
    Nested Schema : hrHelpDeskRequests-Attachment-AttachmentsDFFVL-item-response
    Type: object
    Show Source
    Nested Schema : hrHelpDeskRequests-Attachment-AttachmentsPreview-item-response
    Type: object
    Show Source
    Nested Schema : hrHelpDeskRequests-channelCommunication-item-response
    Type: object
    Show Source
    • Title: Account Name
      Read Only: true
      Maximum Length: 400
      The account name associated with the channel. For example, for email the account name would be the inbound mailbox for support.
    • Title: Display Name
      Maximum Length: 400
      The display name of the channel.
    • Title: Channel ID
      The unique identifier of the channel.
    • Title: Channel Short Name
      Maximum Length: 450
      The public unique identifier of the channel.
    • Title: Channel Type
      Read Only: true
      Maximum Length: 30
      The code indicating the channel type. For example, email or phone. A list of accepted values are defined in the lookup ORA_SVC_CHANNEL_TYPE_CD.
    • Title: Collaboration ID
      Read Only: true
      Maximum Length: 255
      The unique identifier of the collaboration network user in the corresponding network, such as Slack Id.
    • Title: Resource Name
      Read Only: true
      Maximum Length: 400
      The user name of the external user on the collaboration network.
    • Title: Collaboration Resource Identifier
      The unique identifier of the collaboration network user that the internal users are communicating with.
    • Title: Contact Point ID
      The unique identifier of the contact point record of the contact who's 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.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      The user who created the communication channel.
    • Title: Creation Date
      Read Only: true
      The date and time when the communication channel was created.
    • Title: Can Delete
      Read Only: true
      Indicates whether the channel communication has been deleted.
    • Title: Inbound Message Object Identifier
      The unique identifier of the inbound object that resulted in the creation of the service request.
    • Title: Last Updated Date
      Read Only: true
      The date and time when the communication channel was last updated.
    • Title: Updated By
      Read Only: true
      Maximum Length: 64
      The user who last updated the communication channel.
    • Title: Update Login
      Read Only: true
      Maximum Length: 32
      The session login associated to the user who last updated the communication channel.
    • Links
    • Title: Network
      Read Only: true
      Maximum Length: 30
      The 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.
    • Title: Object ID
      The 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.
    • Title: Object Type
      Read Only: true
      Maximum Length: 30
      Default Value: SVC_SERVICE_REQUESTS
      The 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.
    • Title: Party ID
      The unique party identifier of the person who's being communicated with.
    • Title: Party Name
      Read Only: true
      Maximum Length: 360
      The party name of the person who's being communicated with.
    • Title: Party Number
      Read Only: true
      Maximum Length: 30
      The public unique identifier of the contact associated with the service request communication.
    • Title: Party Endpoint
      Maximum Length: 1000
      The endpoint used to communicate with the customer contact. For example, email address, phone number, and so on. When Party_ID is NULL and PartyViaEndPoint is not NULL, the endpoint belongs to a party.
    • Title: Person ID
      The unique person ID of the contact.
    • Title: Post Identifier
      Maximum Length: 1000
      The unique identifier of the social media post record that was used to create the service request or the service request message.
    • Title: Resource ID
      Read Only: true
      The 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.
    • Title: Resource Type
      Read Only: true
      Maximum Length: 30
      The 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.
    • Title: Routing Code
      Maximum Length: 30
      The 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.
    • Title: Can Update
      Read Only: true
      Indicates whether the channel communication has been updated.
    • Title: ID
      Read Only: true
      The unique identifier of the service request channel communication record.
    Nested Schema : hrHelpDeskRequests-contacts-item-response
    Type: object
    Show Source
    Nested Schema : hrHelpDeskRequests-messages-item-response
    Type: object
    Show Source
    • Attachments
      Title: Attachments
      The attachments resource is used to view, create, and update attachments.
    • Service Request Message Communications
      Title: Service Request Message Communications
      The channel communications resource is used to view, create, update, and delete a communication. It contains information about the communication between support agents and workers. For example, the type of information recorded about communications include message identifiers, contact identifiers, and contact point identifiers.
    • Title: Channel
      The unique identifier of the channel.
    • Title: Channel Type
      Maximum Length: 30
      The channel type, such a email, phone, social, and so on.
    • Title: Collaboration Resource
      The unique identifier of the collaboration network user that the internal users are communicating with.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      The user who created the message.
    • Title: Created by Email ID
      Read Only: true
      Maximum Length: 320
      The email Id of the person who created the service request message.
    • Title: Created by Party ID
      Read Only: true
      Maximum Length: 80
      The unique party identifier of the person who created the service request message.
    • Title: Creation Date
      Read Only: true
      The date and time when the message was created.
    • Title: Can Delete
      Read Only: true
      Indicates whether the user has access to delete the record.
    • Title: Last Updated Date
      Read Only: true
      The date and time when the message was last updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      The user who last updated the message.
    • Title: Last Update Login
      Read Only: true
      Maximum Length: 32
      The login of the user who last updated the message.
    • Links
    • Title: Message Content
      The content of the service request message.
    • Title: Created By
      Maximum Length: 64
      The user who created the message in the original source system. This is applicable if the service request message was imported from another system.
    • Title: Message Expand State
      The message expanding state.
    • Title: Message ID
      The unique identifier of the service request message.
    • Title: Last Updated Date
      The date when the message was last updated in the original source system. This is applicable if the service request message was imported from another system.
    • Title: Last Updated By
      Maximum Length: 64
      The user who last updated the message in the original source system. This is applicable if the service request message was imported from another system.
    • Title: Last Update Login
      Maximum Length: 32
      The login of the user who last updated the message in the original source system. This is applicable if the service request message was imported from another system.
    • Title: Message Number
      Maximum Length: 30
      The public unique identifier of the service request message.
    • Title: Message Subtype
      Maximum Length: 30
      The service request message subtype.
    • Title: Message Type Code
      Maximum Length: 30
      The message type. The accepted values are Response, Customer Entry, System Note, System Response, and Internal Note.
    • Title: Network
      Read Only: true
      Maximum Length: 30
      The type of social network.
    • Title: Notification Processing Status Code
      Maximum Length: 30
      The notification processing status code.
    • Title: Notification Retry Count
      The notification retry count.
    • Title: Object ID
      The unique identifier of the object.
    • Title: Object Type Code
      Maximum Length: 30
      Default Value: SVC_SR_MESSAGES
      The 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.
    • Title: Original System
      Maximum Length: 255
      The unique 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.
    • Title: Origination Date
      The date the message was created in the original source system. This is applicable if the service request message was imported from another system.
    • Title: Parent Message ID
      The unique identifier of the parent message.
    • Title: Posted By
      Read Only: true
      Maximum Length: 360
      The party name of the user who posted the message. The user can be an internal resource or a customer contact.
    • Title: Posted by ID
      The unique identifier of the user who the posted the message. The user can be an internal resource or a customer contact.
    • Title: Posted by Party Number
      Read Only: true
      Maximum Length: 30
      The alternative key for the party identifier of the person posting the service request message.
    • Title: Contains PII Data
      Maximum Length: 1
      Indicates whether the message contains personally identifiable information.
    • Title: Processing ID
      Read Only: true
      The unique identifier of the processing.
    • Title: Processing Status
      Maximum Length: 30
      Default Value: ORA_SVC_READY
      The processing status of the message. The accepted values are Ready, Processing, Error, and Success.
    • Title: Reply to Message ID
      Read Only: true
      The unique identifier of the customer message to which the agent is replying to.
    • Title: Rich Text
      Maximum Length: 1
      Default Value: true
      Indicates 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.
    • Title: Root Message Identifier
      Read Only: true
      The identifier of the root message in the message hierarchy.
    • Title: Root Message Thread Count
      Read Only: true
      The number of messages under a root message in a service request.
    • Title: Root Message Thread Last Updated Date
      Read Only: true
      The last updated date for all messages under the root message in a service request.
    • Title: Root Thread Message Last Updated Date
      Read Only: true
      The date when all messages under the root message in a service request were last updated.
    • Title: Sent Date
      The date and time when the message was sent.
    • Title: Private Message
      Maximum Length: 1
      Indicates whether the service request was created from a private social post.
    • Title: Source Code
      Maximum Length: 30
      The source of the message.
    • Title: Service Request Business Unit
      Read Only: true
      The identifier of the business unit associated with the service request.
    • Title: Service Request ID
      The unique identifier of the service request to which the message is associated.
    • Title: Inline Attachment Identifiers
      Maximum Length: 1000
      The list of inline attachment identifiers associated with the service request
    • Title: Service Request Number
      Maximum Length: 30
      The alternative key for the service request number.
    • Title: Service Request Application Stripe
      Read Only: true
      Maximum Length: 30
      The application stripe of the service request.
    • Title: Status Code
      Maximum Length: 30
      The status of the message. The accepted values are Draft, Committed, and Corrected.
    • Title: Subject
      Maximum Length: 1000
      The subject of the service request message.
    • Title: Template Name
      Maximum Length: 240
      The name of the template that's used for outbound communication of the message.
    • Title: Thread Count
      Read Only: true
      The number of threads in a service request message.
    • Title: Thread Hierarchy Level
      Read Only: true
      The thread hierarchy level.
    • Title: Thread Identifier
      Read Only: true
      The unique identifier of the service request message thread.
    • Title: Thread Last Updated Date
      Read Only: true
      The date when the thread was last updated.
    • Title: Thread Message Last Updated Date
      Read Only: true
      The date when the thread message was last updated.
    • Title: Can Update
      Read Only: true
      Indicates whether the user has access to update the record.
    • Title: Visibility Code
      Maximum Length: 30
      The privacy level of the message. The accepted values are Internal and External. Null value indicates that the message is External.
    Nested Schema : Attachments
    Type: array
    Title: Attachments
    The attachments resource is used to view, create, and update attachments.
    Show Source
    Nested Schema : Service Request Message Communications
    Type: array
    Title: Service Request Message Communications
    The channel communications resource is used to view, create, update, and delete a communication. It contains information about the communication between support agents and workers. For example, the type of information recorded about communications include message identifiers, contact identifiers, and contact point identifiers.
    Show Source
    Nested Schema : hrHelpDeskRequests-messages-Attachment-item-response
    Type: object
    Show Source
    Nested Schema : AttachmentsDFFVL
    Type: array
    Show Source
    Nested Schema : Attachments Preview
    Type: array
    Title: Attachments Preview
    The attachments preview resource is used to preview the attachment pages.
    Show Source
    Nested Schema : hrHelpDeskRequests-messages-Attachment-AttachmentsDFFVL-item-response
    Type: object
    Show Source
    Nested Schema : hrHelpDeskRequests-messages-Attachment-AttachmentsPreview-item-response
    Type: object
    Show Source
    Nested Schema : hrHelpDeskRequests-messages-channelCommunication-item-response
    Type: object
    Show Source
    • Title: Account Name
      Read Only: true
      Maximum Length: 400
      The account name associated with the channel. For example, for email the account name would be the inbound mailbox for support.
    • Title: Display Name
      Maximum Length: 400
      The display name of the channel.
    • Title: Channel ID
      The unique identifier of the channel.
    • Title: Channel Short Name
      Maximum Length: 450
      The public unique identifier of the channel.
    • Title: Channel Type
      Read Only: true
      Maximum Length: 30
      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.
    • Title: Collaboration ID
      Read Only: true
      Maximum Length: 255
      The unique identifier of the collaboration network user in the corresponding network. An example of this is the slack user Id of a user.
    • Title: Resource Name
      Read Only: true
      Maximum Length: 400
      The user name of the external user on the collaboration network.
    • Title: Collaboration Resource Identifier
      The unique identifier of the collaboration network user that the internal users are communicating with.
    • Title: Contact Point ID
      The unique identifier of the contact point record of the contact who's 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 while the contact point of a person for twitter would be the twitter handle.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      The user who created the communication channel.
    • Title: Creation Date
      Read Only: true
      The date and time when the communication channel was created.
    • Title: Inbound Message Object Identifier
      The unique identifier of the inbound object that resulted in the creation of the service request.
    • Title: Last Updated Date
      Read Only: true
      The date and time when the communication channel was last updated.
    • Title: Updated By
      Read Only: true
      Maximum Length: 64
      The user who last updated the communication channel.
    • Title: Update Login
      Read Only: true
      Maximum Length: 32
      The session login associated to the user who last updated the communication channel.
    • Links
    • Title: Message Number
      Read Only: true
      Maximum Length: 30
      The public unique identifier of the service request message.
    • Title: Network
      Read Only: true
      Maximum Length: 30
      The 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.
    • Title: Object ID
      The 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.
    • Title: Object Type
      Read Only: true
      Maximum Length: 30
      Default Value: SVC_SR_MESSAGES
      The 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.
    • Title: Party ID
      The unique party identifier of the person who's being communicated with.
    • Title: Party Name
      Read Only: true
      Maximum Length: 360
      The party name of the person who's being communicated with.
    • Title: Party Number
      Read Only: true
      Maximum Length: 30
      The public unique identifier of the contact associated with the service request message.
    • Title: Party Endpoint
      Maximum Length: 1000
      The endpoint used to communicate with the customer contact. For example, email address, phone number, and so on. When Party_ID is NULL and PartyViaEndPoint is not NULL, the endpoint belongs to a party.
    • Title: Person ID
      The unique person ID of the contact.
    • Title: Post Identifier
      Maximum Length: 1000
      The unique identifier of the social media post record that was used to create the service request or the service request message.
    • Title: Resource ID
      Read Only: true
      The 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.
    • Title: Resource Type
      Read Only: true
      Maximum Length: 30
      The 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.
    • Title: Routing Code
      Maximum Length: 30
      The 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.
    • Title: ID
      Read Only: true
      The unique identifier of the service request channel communication record.
    Nested Schema : hrHelpDeskRequests-resourceMembers-item-response
    Type: object
    Show Source
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      The user who added the service request resource member.
    • Title: Creation Date
      Read Only: true
      The date and time when the service request resource member was created.
    • Title: Can Delete
      Read Only: true
      Indicates whether the user has access to delete the record.
    • Title: Last Updated Date
      Read Only: true
      The date and time when the service request resource member record was last updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      The user who last updated the service request resource member record.
    • Title: Last Update Login
      Read Only: true
      Maximum Length: 32
      The login of the user who last updated the service request resource member.
    • Links
    • Title: Member ID
      A unique identifier of the service request resource member.
    • Title: Service Request Team Member Resource ID
      The unique identifier of the service request resource member.
    • Title: Object Type
      Read Only: true
      Maximum Length: 30
      Default Value: ORA_SVC_RESOURCE
      Indicates whether the resource is an individual or a team.
    • Title: Assigned To
      Indicates whether the service request is assigned to the resource member. If yes, the value is True, else the value is False.
    • Title: Unique Party Name
      Read Only: true
      Maximum Length: 900
      The unique name of the service request resource member.
    • Title: Email
      Read Only: true
      Maximum Length: 320
      The email address of the resource member.
    • Title: Resource Formatted Address
      Read Only: true
      The formatted address of the SR resource member.
    • Title: Phone
      Read Only: true
      The formatted phone number of the resource member.
    • Title: Name
      Maximum Length: 360
      The name of the service request resource member.
    • Title: Resource Number
      Read Only: true
      Maximum Length: 30
      The alternative key for the service request resource.
    • Title: Service Request ID
      The unique identifier of the service request.
    • Title: Service Request Number
      Maximum Length: 30
      The alternative key for the service request number.
    • Title: Can Update
      Read Only: true
      Indicates whether the user has access to update the record.
    • Title: User GUID
      Read Only: true
      Maximum Length: 64
      The global unique identifier of the service request resource member.
    • Title: User ID
      Read Only: true
      The unique user identifier of the service request resource member.
    • Title: User Name
      Read Only: true
      Maximum Length: 100
      The user name of the resource member.
    Nested Schema : hrHelpDeskRequests-smartActions-item-response
    Type: object
    Show Source
    Nested Schema : Smart Action User Interface Definitions
    Type: array
    Title: Smart Action User Interface Definitions
    UI navigation metadata striped by app usage.
    Show Source
    Nested Schema : Smart Action REST Payload Definitions
    Type: array
    Title: Smart Action REST Payload Definitions
    If an LOV required for constructing a request payload needs to post data, the payload metadata is stored here.
    Show Source
    Nested Schema : Smart Action User Interface Definitions
    Type: array
    Title: Smart Action User Interface Definitions
    Binding metadata for a variable in the URL.
    Show Source
    Nested Schema : hrHelpDeskRequests-smartActions-UserActionNavigation-item-response
    Type: object
    Show Source
    Nested Schema : hrHelpDeskRequests-smartActions-UserActionRequestPayload-item-response
    Type: object
    Show Source
    Nested Schema : hrHelpDeskRequests-smartActions-UserActionURLBinding-item-response
    Type: object
    Show Source
    • Title: URL Binding Type
      Maximum Length: 64
      This is a hint for processing the Url Binding runtime.
    • Links
    • Title: System Action
      Maximum Length: 1
      Default Value: false
      Boolean indicator.
    • Uniquely identifies the URL Bind for smart actions. For internal use.
    • Title: URL Binding Parameter Name
      Maximum Length: 50
      For action REST endpoints that require runtime binding, this is the key in the key value pair.
    • Title: URL Binding Parameter Value
      Maximum Length: 80
      For action REST endpoints that require runtime binding, this is the value in the key value pair.
    Nested Schema : hrHelpDeskRequests-srInteractionReferences-item-response
    Type: object
    Show Source
    Nested Schema : hrHelpDeskRequests-srMilestone-item-response
    Type: object
    Show Source
    Nested Schema : Milestones History
    Type: array
    Title: Milestones History
    The list of changes in the service request milestone status.
    Show Source
    Nested Schema : hrHelpDeskRequests-srMilestone-SrMilestoneHistory-item-response
    Type: object
    Show Source
    Nested Schema : hrHelpDeskRequests-srReferences-item-response
    Type: object
    Show Source
    • Title: Article ID
      Maximum Length: 64
      The unique identifier of the referenced article.
    • Title: Article Locale
      Maximum Length: 10
      The locale of the knowledge management article.
    • Title: Created By
      Read Only: true
      Maximum Length: 64
      The user who added the reference to the service request.
    • Title: Creation Date
      Read Only: true
      The date and time when the service request reference was created.
    • Title: Can Delete
      Read Only: true
      Indicates whether the user has access to delete the record.
    • Title: Document ID
      Read Only: true
      Maximum Length: 50
      The unique document identifier associated with the referenced article.
    • Title: Helpful
      Maximum Length: 1
      Indicates whether the service request reference was helpful.
    • Title: Last Updated Date
      Read Only: true
      The date and time when the record was last updated.
    • Title: Last Updated By
      Read Only: true
      Maximum Length: 64
      The user who last updated the service request reference.
    • Title: Last Update Login
      Read Only: true
      Maximum Length: 32
      The login ID of the user who last updated the service request reference.
    • Title: Linked
      Maximum Length: 1
      Indicates whether the reference is linked with the service request.
    • Links
    • Title: Object ID
      Indicates whether the object is referenced to the service request.
    • Title: Object Type
      Maximum Length: 30
      The object type of the reference object.
    • Title: Reference ID
      Read Only: true
      The unique identifier of the current reference record.
    • Title: Relation Type
      Maximum Length: 30
      The relationship type between the service request and the referenced object.
    • Title: Resolution Code
      Maximum Length: 30
      Indicates whether the referenced object helps in resolving the service request.
    • Title: Shared
      Maximum Length: 1
      Indicates whether the service request reference is shared with the customer.
    • Title: Service Request ID
      The unique identifier of the service request.
    • Title: Service Request Number
      Maximum Length: 30
      The alternative key for the service request number.
    • Title: Title
      Maximum Length: 1000
      The title of the referenced object.
    • Title: Can Update
      Read Only: true
      Indicates whether the user has access to update the record
    Nested Schema : hrHelpDeskRequests-srTags-item-response
    Type: object
    Show Source
    Back to Top

    Examples

    The following example shows how to get all hr helpdesk requests by submitting a get request on the REST resource using cURL.

    cURL Command

    curl -u <username:password> \ 'https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/describe' -X GET

    Example of Response Body

    The following shows an example of the response body in JSON format.

    {
      "items" : [ {
        "SrId" : 300100627047008,
        "SrNumber" : "HRHD0000009002",
        "Title" : "Auto_fgOSk",
        "ProblemDescription" : "Auto_hPJFCnbujGrtOWS",
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2024-12-09T22:43:19+00:00",
        "LastUpdateDate" : "2024-12-09T22:44:18.015+00:00",
        "LastUpdateLogin" : "28A65876EAD38C45E0635F10060A7228",
        "LastUpdatedBy" : "automhrhdadm1",
        "LastUpdatedByDisplayName" : "automhrhdadm1 svc",
        "LastUpdatedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763854,
        "PrimaryContactPartyNumber" : "CDRM_842695",
        "PrimaryContactPartyName" : "automhrhdagent1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100625853003,
        "CategoryCode" : "HRHDTESTCATEGORY",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-12-09T22:43:19.405+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "Chat",
        "ChannelTypeCd" : "ORA_SVC_CHAT",
        "StatusCdMeaning" : "In Progress",
        "StatusCd" : "ORA_SVC_HRHD_INPROGRESS",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "In Progress",
        "StatusTypeCd" : "ORA_SVC_INPROGRESS",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "Default",
        "CriticalFlag" : true,
        "OriginalSystemReference" : "HRHD0000009002",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "HRHDTESTCATEGORY",
        "SrLastUpdateDate" : "2024-12-09T22:43:19.001+00:00",
        "SrLastUpdateLogin" : "28A646EA9F97D87FE063F445060AFF09",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100627047022,
        "ComplianceFlag" : true,
        "DueDate" : "2024-12-09T22:55:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : false,
        "TimeRemaining" : "1 day late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : 300100176763503,
        "LastUpdatedByPartyNumber" : "CDRM_842694",
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763846,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191431",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100176763846",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000009002/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100625802157,
        "SrNumber" : "HRHD0000008002",
        "Title" : "Auto_LsavU",
        "ProblemDescription" : "Auto_CXWANajcajyImBM",
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdemp1",
        "CreationDate" : "2024-12-09T12:50:43+00:00",
        "LastUpdateDate" : "2024-12-09T12:52:07.001+00:00",
        "LastUpdateLogin" : "28A6587CC0448C07E0635F10060A4844",
        "LastUpdatedBy" : "automhrhdemp1",
        "LastUpdatedByDisplayName" : "automhrhdemp1 svc",
        "LastUpdatedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176768662,
        "PrimaryContactPartyNumber" : "CDRM_842710",
        "PrimaryContactPartyName" : "automhrhdemp1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100625853004,
        "CategoryCode" : "HRHDTESTCATEGORYEDIT",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-12-09T12:50:44.014+00:00",
        "ReportedByPartyId" : 300100176768662,
        "ReportedByPartyNumber" : "CDRM_842710",
        "ReportedByPartyUniqueName" : "automhrhdemp1 svc",
        "ReportedByPartyName" : "automhrhdemp1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "In Progress",
        "StatusCd" : "ORA_SVC_HRHD_INPROGRESS",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "In Progress",
        "StatusTypeCd" : "ORA_SVC_INPROGRESS",
        "SrCreatedBy" : "automhrhdemp1",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000008002",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "HRHDTESTCATEGORYEDIT",
        "SrLastUpdateDate" : "2024-12-09T12:50:43.001+00:00",
        "SrLastUpdateLogin" : "28A6555CCBBB8B95E0635F10060A6311",
        "SrLastUpdatedBy" : "automhrhdemp1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100625802185,
        "ComplianceFlag" : true,
        "DueDate" : "2024-12-09T13:02:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : false,
        "TimeRemaining" : "1 day late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : 300100176768662,
        "LastUpdatedByPartyNumber" : "CDRM_842710",
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176768654,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191446",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100176768654",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000008002/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100619830778,
        "SrNumber" : "HRHD0000007004",
        "Title" : "autowfaadmin2 svc",
        "ProblemDescription" : null,
        "SeverityCdMeaning" : "Low",
        "SeverityCd" : "ORA_SVC_HRHD_SEV3",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2024-09-28T07:29:57.585+00:00",
        "LastUpdateDate" : "2024-09-28T07:30:13.046+00:00",
        "LastUpdateLogin" : "22D6F0882BED8494E0636F6315ACBB74",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763503,
        "PrimaryContactPartyNumber" : "CDRM_842694",
        "PrimaryContactPartyName" : "automhrhdadm1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-09-28T07:29:58.375+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : null,
        "ChannelTypeCd" : null,
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000007004",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2024-09-28T07:29:57.585+00:00",
        "SrLastUpdateLogin" : "22D6F10324A82FE4E063A46315AC5406",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#CCCCCC,#000000",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 3,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763495,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191430",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV3",
        "PrimaryContactPersonIdTransient" : "300100176763495",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007004/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100619830767,
        "SrNumber" : "HRHD0000007003",
        "Title" : "2410 HRHD WFA 200",
        "ProblemDescription" : "Data entry for WFA Use case. Do Not Change.",
        "SeverityCdMeaning" : "Medium",
        "SeverityCd" : "ORA_SVC_HRHD_SEV2",
        "AssigneeResourceId" : 300100612422601,
        "AssigneeResourceNumber" : "CDRM_973016",
        "AssigneePartyId" : 300100612422601,
        "AssigneePersonName" : "autowfaadmin1 svc",
        "AssigneeEmailAddress" : "autowfaadmin1.svc@oracle.com",
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2024-09-28T07:28:48+00:00",
        "LastUpdateDate" : "2024-09-28T07:28:51.857+00:00",
        "LastUpdateLogin" : "22D7036B2B3A2FFDE063A46315AC60EF",
        "LastUpdatedBy" : "automhrhdadm1",
        "LastUpdatedByDisplayName" : "automhrhdadm1 svc",
        "LastUpdatedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100612422822,
        "PrimaryContactPartyNumber" : "CDRM_973017",
        "PrimaryContactPartyName" : "autowfaadmin2 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "autowfaadmin2.svc@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-09-28T07:28:48.552+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : 109876540066008,
        "ProductGroupReferenceNumber" : "109876540000051",
        "ProdGroupName" : "Cellphones",
        "InventoryItemId" : 999994000663238,
        "ProductItemNumber" : "CRMITEM-AS54888-00182778",
        "InventoryOrgId" : 204,
        "ProductItemOrgId" : 204,
        "ProductItemDescription" : "SuperCom E498",
        "QueueId" : null,
        "QueueNumber" : null,
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : null,
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000007003",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2024-09-28T07:28:48.001+00:00",
        "SrLastUpdateLogin" : "22D7036B2B3A2FFDE063A46315AC60EF",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E95800,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 2,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : 300100176763503,
        "LastUpdatedByPartyNumber" : "CDRM_842694",
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100612422814,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008195535",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV2",
        "PrimaryContactPersonIdTransient" : "300100612422814",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007003/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100619828776,
        "SrNumber" : "HRHD0000007002",
        "Title" : "2410 HRHD WFA100",
        "ProblemDescription" : "Data entry for WFA use case. Do Not Change attributes.",
        "SeverityCdMeaning" : "Low",
        "SeverityCd" : "ORA_SVC_HRHD_SEV3",
        "AssigneeResourceId" : 300100612422601,
        "AssigneeResourceNumber" : "CDRM_973016",
        "AssigneePartyId" : 300100612422601,
        "AssigneePersonName" : "autowfaadmin1 svc",
        "AssigneeEmailAddress" : "autowfaadmin1.svc@oracle.com",
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2024-09-28T07:26:07+00:00",
        "LastUpdateDate" : "2024-09-28T07:26:11.896+00:00",
        "LastUpdateLogin" : "22D6F0C69CFE2FE1E063A46315ACEBE5",
        "LastUpdatedBy" : "automhrhdadm1",
        "LastUpdatedByDisplayName" : "automhrhdadm1 svc",
        "LastUpdatedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100612422601,
        "PrimaryContactPartyNumber" : "CDRM_973016",
        "PrimaryContactPartyName" : "autowfaadmin1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "autowfaadmin1.svc@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100588186808,
        "CategoryCode" : "CASE_HRHD_CATEGORY",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-09-28T07:26:07.646+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : null,
        "QueueNumber" : null,
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : null,
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000007002",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "Case HRHD Category",
        "SrLastUpdateDate" : "2024-09-28T07:26:07.001+00:00",
        "SrLastUpdateLogin" : "22D6F0C69CFE2FE1E063A46315ACEBE5",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#CCCCCC,#000000",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 3,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : 300100176763503,
        "LastUpdatedByPartyNumber" : "CDRM_842694",
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100612422593,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008195534",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV3",
        "PrimaryContactPersonIdTransient" : "300100612422593",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000007002/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100596227792,
        "SrNumber" : "HRHD0000006004",
        "Title" : "FAWQA_LTA_BENEFITS",
        "ProblemDescription" : "The Income-tax Act, 1961 offers salaried individuals several tax exemptions, beyond deductions like LIC premiums and housing loan interest. While deductions reduce your total taxable income, exemptions exclude specific types of income from being taxed altogether. This allows employers to design an employee's Cost to Company (CTC) package in a tax-efficient manner.\n\nOne such exemption available to the salaried class under the law and widely used by employers is Leave Travel Allowance (LTA)/Leave Travel Concession (LTC). LTA exemption is also available for LTA received from former employer w.r.t travel after the retirement of service or termination of service. LTA can be claimed for any two years in a block of 4 years. The current block year for claiming LTA is 2022 to 2025.\nThe Income-tax Act, 1961 offers salaried individuals several tax exemptions, beyond deductions like LIC premiums and housing loan interest. While deductions reduce your total taxable income, exemptions exclude specif",
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "CreationDate" : "2024-04-01T16:53:19+00:00",
        "LastUpdateDate" : "2024-04-01T16:53:33.073+00:00",
        "LastUpdateLogin" : "14DD549B7639FAF6E0636F6315AC32AC",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100584678949,
        "PrimaryContactPartyNumber" : "CDRM_950754",
        "PrimaryContactPartyName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "PrimaryContactFormattedPhoneNumber" : "+1 (510) 333-3333",
        "PrimaryContactEmailAddress" : null,
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-04-01T16:53:19.557+00:00",
        "ReportedByPartyId" : 300100584678949,
        "ReportedByPartyNumber" : "CDRM_950754",
        "ReportedByPartyUniqueName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "ReportedByPartyName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "ReportedByEmailAddress" : null,
        "ReportedByFormattedPhoneNumber" : "+1 (510) 333-3333",
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000006004",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2024-04-01T16:53:19+00:00",
        "SrLastUpdateLogin" : "14DD455F09EAFA85E0636F6315AC1FE7",
        "SrLastUpdatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100596225758,
        "ComplianceFlag" : true,
        "DueDate" : "2024-04-01T17:05:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : false,
        "TimeRemaining" : "8 months late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100584891217,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "FAWQA_h8",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100584891217",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000006004/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100584716020,
        "SrNumber" : "HRHD0000005010",
        "Title" : "FAWQA_REOPEN",
        "ProblemDescription" : "FAWQA_REOPEN",
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "FAWQA_Helpdesk_reopen.FAWQA_Helpdesk_reopen",
        "CreationDate" : "2024-01-06T13:56:55+00:00",
        "LastUpdateDate" : "2024-01-06T13:56:57.088+00:00",
        "LastUpdateLogin" : "0E41D329D44080D2E0636F6315ACFD80",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100584716006,
        "PrimaryContactPartyNumber" : "CDRM_951754",
        "PrimaryContactPartyName" : "FAWQA_Helpdesk_reopen   FAWQA_Helpdesk_reopen   FAWQA_Helpdesk_reopen",
        "PrimaryContactFormattedPhoneNumber" : "+1 (510) 333-3333",
        "PrimaryContactEmailAddress" : null,
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : "Line3,CORLISS, PA 15204",
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100126121471,
        "CategoryCode" : "290646339275801-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-01-06T13:56:55.079+00:00",
        "ReportedByPartyId" : 300100584716006,
        "ReportedByPartyNumber" : "CDRM_951754",
        "ReportedByPartyUniqueName" : "FAWQA_Helpdesk_reopen   FAWQA_Helpdesk_reopen   FAWQA_Helpdesk_reopen",
        "ReportedByPartyName" : "FAWQA_Helpdesk_reopen   FAWQA_Helpdesk_reopen   FAWQA_Helpdesk_reopen",
        "ReportedByEmailAddress" : null,
        "ReportedByFormattedPhoneNumber" : "+1 (510) 333-3333",
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "FAWQA_Helpdesk_reopen.FAWQA_Helpdesk_reopen",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000005010",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 290646339271890",
        "SrLastUpdateDate" : "2024-01-06T13:56:55.001+00:00",
        "SrLastUpdateLogin" : "0E41E487BF598137E0636F6315AC8F8A",
        "SrLastUpdatedBy" : "FAWQA_Helpdesk_reopen.FAWQA_Helpdesk_reopen",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100584677024,
        "ComplianceFlag" : true,
        "DueDate" : "2024-01-06T14:07:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : false,
        "TimeRemaining" : "11 months late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100584892969,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "FAWQA_q2",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100584892969",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005010/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100584677002,
        "SrNumber" : "HRHD0000005009",
        "Title" : "FAWQA_ONSITE_PARYROLLQUERY",
        "ProblemDescription" : "FAWQA_ONSITE_PARYROLLQUERY",
        "SeverityCdMeaning" : "Very High",
        "SeverityCd" : "TEST_MYHELP_HRHD_CUSTOM_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "FAWQA_Krithin_TERM.FAWQA_Krithin_TERM",
        "CreationDate" : "2024-01-06T13:40:48+00:00",
        "LastUpdateDate" : "2024-01-06T13:40:51.113+00:00",
        "LastUpdateLogin" : "0E40DCE290338064E063A46315AC1604",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100584678974,
        "PrimaryContactPartyNumber" : "CDRM_951753",
        "PrimaryContactPartyName" : "FAWQA_Krithin_TERM  FAWQA_Krithin_TERM  FAWQA_Krithin_TERM",
        "PrimaryContactFormattedPhoneNumber" : "+1 (510) 333-3333",
        "PrimaryContactEmailAddress" : null,
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : "Line1,CORLISS, PA 15204",
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100126121471,
        "CategoryCode" : "290646339275801-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-01-06T13:40:48.793+00:00",
        "ReportedByPartyId" : 300100584678974,
        "ReportedByPartyNumber" : "CDRM_951753",
        "ReportedByPartyUniqueName" : "FAWQA_Krithin_TERM  FAWQA_Krithin_TERM  FAWQA_Krithin_TERM",
        "ReportedByPartyName" : "FAWQA_Krithin_TERM  FAWQA_Krithin_TERM  FAWQA_Krithin_TERM",
        "ReportedByEmailAddress" : null,
        "ReportedByFormattedPhoneNumber" : "+1 (510) 333-3333",
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "FAWQA_Krithin_TERM.FAWQA_Krithin_TERM",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000005009",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 290646339271890",
        "SrLastUpdateDate" : "2024-01-06T13:40:48.001+00:00",
        "SrLastUpdateLogin" : "0E41E327DAED8144E0636F6315AC44C9",
        "SrLastUpdatedBy" : "FAWQA_Krithin_TERM.FAWQA_Krithin_TERM",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#ff00ff,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 4,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100584869369,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "FAWQA_h2",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "TEST_MYHELP_HRHD_CUSTOM_SEV1",
        "PrimaryContactPersonIdTransient" : "300100584869369",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005009/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100584676997,
        "SrNumber" : "HRHD0000005008",
        "Title" : "FAWQA_VISA_QUERY",
        "ProblemDescription" : "FAWQA_VISA_QUERY",
        "SeverityCdMeaning" : "Medium",
        "SeverityCd" : "ORA_SVC_HRHD_SEV2",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "FAWQA_Krithin_TERM.FAWQA_Krithin_TERM",
        "CreationDate" : "2024-01-06T13:39:50+00:00",
        "LastUpdateDate" : "2024-01-06T13:39:58.724+00:00",
        "LastUpdateLogin" : "0E41D6569934810CE0636F6315ACE8B2",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100584678974,
        "PrimaryContactPartyNumber" : "CDRM_951753",
        "PrimaryContactPartyName" : "FAWQA_Krithin_TERM  FAWQA_Krithin_TERM  FAWQA_Krithin_TERM",
        "PrimaryContactFormattedPhoneNumber" : "+1 (510) 333-3333",
        "PrimaryContactEmailAddress" : null,
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : "Line1,CORLISS, PA 15204",
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100126121471,
        "CategoryCode" : "290646339275801-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-01-06T13:39:50.368+00:00",
        "ReportedByPartyId" : 300100584678974,
        "ReportedByPartyNumber" : "CDRM_951753",
        "ReportedByPartyUniqueName" : "FAWQA_Krithin_TERM  FAWQA_Krithin_TERM  FAWQA_Krithin_TERM",
        "ReportedByPartyName" : "FAWQA_Krithin_TERM  FAWQA_Krithin_TERM  FAWQA_Krithin_TERM",
        "ReportedByEmailAddress" : null,
        "ReportedByFormattedPhoneNumber" : "+1 (510) 333-3333",
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "FAWQA_Krithin_TERM.FAWQA_Krithin_TERM",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000005008",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 290646339271890",
        "SrLastUpdateDate" : "2024-01-06T13:39:50.002+00:00",
        "SrLastUpdateLogin" : "0E41D329D3A280D2E0636F6315ACFD80",
        "SrLastUpdatedBy" : "FAWQA_Krithin_TERM.FAWQA_Krithin_TERM",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E95800,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 2,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100584869369,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "FAWQA_h2",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV2",
        "PrimaryContactPersonIdTransient" : "300100584869369",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005008/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100584715991,
        "SrNumber" : "HRHD0000005007",
        "Title" : "FAWQA_LeaveBalanceAdjustments_Term_solve",
        "ProblemDescription" : "FAWQA_LeaveBalanceAdjustments_Term_solve",
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "FAWQA_Krithin_TERM.FAWQA_Krithin_TERM",
        "CreationDate" : "2024-01-06T13:38:34+00:00",
        "LastUpdateDate" : "2024-01-06T13:38:37.901+00:00",
        "LastUpdateLogin" : "0E41D5BAE3BC8102E0636F6315AC0A3C",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100584678974,
        "PrimaryContactPartyNumber" : "CDRM_951753",
        "PrimaryContactPartyName" : "FAWQA_Krithin_TERM  FAWQA_Krithin_TERM  FAWQA_Krithin_TERM",
        "PrimaryContactFormattedPhoneNumber" : "+1 (510) 333-3333",
        "PrimaryContactEmailAddress" : null,
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : "Line1,CORLISS, PA 15204",
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100126550888,
        "CategoryCode" : "290642542313338-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-01-06T13:38:34.135+00:00",
        "ReportedByPartyId" : 300100584678974,
        "ReportedByPartyNumber" : "CDRM_951753",
        "ReportedByPartyUniqueName" : "FAWQA_Krithin_TERM  FAWQA_Krithin_TERM  FAWQA_Krithin_TERM",
        "ReportedByPartyName" : "FAWQA_Krithin_TERM  FAWQA_Krithin_TERM  FAWQA_Krithin_TERM",
        "ReportedByEmailAddress" : null,
        "ReportedByFormattedPhoneNumber" : "+1 (510) 333-3333",
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "FAWQA_Krithin_TERM.FAWQA_Krithin_TERM",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000005007",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 290642542300208",
        "SrLastUpdateDate" : "2024-01-06T13:38:34.001+00:00",
        "SrLastUpdateLogin" : "0E41D656992F810CE0636F6315ACE8B2",
        "SrLastUpdatedBy" : "FAWQA_Krithin_TERM.FAWQA_Krithin_TERM",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100584678990,
        "ComplianceFlag" : true,
        "DueDate" : "2024-01-06T13:48:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : false,
        "TimeRemaining" : "11 months late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100584869369,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "FAWQA_h2",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100584869369",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005007/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100584676978,
        "SrNumber" : "HRHD0000005006",
        "Title" : "FAWQA_NEWORG_BONUS_CORRECTION_AWAITING",
        "ProblemDescription" : "FAWQA_NEWORG_BONUS_CORRECTION_AWAITING",
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "CreationDate" : "2024-01-06T13:20:18+00:00",
        "LastUpdateDate" : "2024-01-06T13:20:22.092+00:00",
        "LastUpdateLogin" : "0E40E08552118083E063A46315AC1EB5",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100584678949,
        "PrimaryContactPartyNumber" : "CDRM_950754",
        "PrimaryContactPartyName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "PrimaryContactFormattedPhoneNumber" : "+1 (510) 333-3333",
        "PrimaryContactEmailAddress" : null,
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100126121470,
        "CategoryCode" : "290617783017394-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-01-06T13:20:18.910+00:00",
        "ReportedByPartyId" : 300100584678949,
        "ReportedByPartyNumber" : "CDRM_950754",
        "ReportedByPartyUniqueName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "ReportedByPartyName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "ReportedByEmailAddress" : null,
        "ReportedByFormattedPhoneNumber" : "+1 (510) 333-3333",
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000005006",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 290617783002309",
        "SrLastUpdateDate" : "2024-01-06T13:20:18+00:00",
        "SrLastUpdateLogin" : "0E41D329D2EF80D2E0636F6315ACFD80",
        "SrLastUpdatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100584715982,
        "ComplianceFlag" : true,
        "DueDate" : "2024-01-06T13:30:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : false,
        "TimeRemaining" : "11 months late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100584891217,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "FAWQA_h8",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100584891217",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005006/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100584678956,
        "SrNumber" : "HRHD0000005005",
        "Title" : "FAWQA_ORG_LTA_NEW",
        "ProblemDescription" : "FAWQA_ORG_LTA_NEW",
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "CreationDate" : "2024-01-06T13:19:14+00:00",
        "LastUpdateDate" : "2024-01-06T13:19:41.721+00:00",
        "LastUpdateLogin" : "0E42013B0B688198E0636F6315ACD6A5",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100584678949,
        "PrimaryContactPartyNumber" : "CDRM_950754",
        "PrimaryContactPartyName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "PrimaryContactFormattedPhoneNumber" : "+1 (510) 333-3333",
        "PrimaryContactEmailAddress" : null,
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100122468389,
        "CategoryCode" : "289036381694042-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-01-06T13:19:15.224+00:00",
        "ReportedByPartyId" : 300100584678949,
        "ReportedByPartyNumber" : "CDRM_950754",
        "ReportedByPartyUniqueName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "ReportedByPartyName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "ReportedByEmailAddress" : null,
        "ReportedByFormattedPhoneNumber" : "+1 (510) 333-3333",
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000005005",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 289036381677838",
        "SrLastUpdateDate" : "2024-01-06T13:19:14.001+00:00",
        "SrLastUpdateLogin" : "0E41E487BD5A8137E0636F6315AC8F8A",
        "SrLastUpdatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100584678972,
        "ComplianceFlag" : true,
        "DueDate" : "2024-01-06T13:29:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : false,
        "TimeRemaining" : "11 months late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100584891217,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "FAWQA_h8",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100584891217",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005005/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100584676948,
        "SrNumber" : "HRHD0000005004",
        "Title" : "FAWQA_NewOrg_Certification_Clarifications_Inprogress",
        "ProblemDescription" : "FAWQA_NewOrg_Certification_Clarifications_Inprogress",
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "CreationDate" : "2024-01-06T09:26:08+00:00",
        "LastUpdateDate" : "2024-01-06T09:26:19.112+00:00",
        "LastUpdateLogin" : "0E41E28BB9A3811FE0636F6315ACC3DA",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100584678949,
        "PrimaryContactPartyNumber" : "CDRM_950754",
        "PrimaryContactPartyName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "PrimaryContactFormattedPhoneNumber" : "+1 (510) 333-3333",
        "PrimaryContactEmailAddress" : null,
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100122471384,
        "CategoryCode" : "287852586666741-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-01-06T09:26:08.376+00:00",
        "ReportedByPartyId" : 300100584678949,
        "ReportedByPartyNumber" : "CDRM_950754",
        "ReportedByPartyUniqueName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "ReportedByPartyName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "ReportedByEmailAddress" : null,
        "ReportedByFormattedPhoneNumber" : "+1 (510) 333-3333",
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000005004",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 287852586647464",
        "SrLastUpdateDate" : "2024-01-06T09:26:08.001+00:00",
        "SrLastUpdateLogin" : "0E42013B06F08198E0636F6315ACD6A5",
        "SrLastUpdatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100584676962,
        "ComplianceFlag" : true,
        "DueDate" : "2024-01-06T09:36:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : false,
        "TimeRemaining" : "11 months late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100584891217,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "FAWQA_h8",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100584891217",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005004/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100584715968,
        "SrNumber" : "HRHD0000005003",
        "Title" : "FAWQA_NewOrg_AnnualLeave_ReSolved",
        "ProblemDescription" : "FAWQA_NewOrg_AnnualLeave_ReSolved",
        "SeverityCdMeaning" : "Medium",
        "SeverityCd" : "ORA_SVC_HRHD_SEV2",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "CreationDate" : "2024-01-06T09:24:43+00:00",
        "LastUpdateDate" : "2024-01-06T09:24:48.167+00:00",
        "LastUpdateLogin" : "0E41D329CF2D80D2E0636F6315ACFD80",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100584678949,
        "PrimaryContactPartyNumber" : "CDRM_950754",
        "PrimaryContactPartyName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "PrimaryContactFormattedPhoneNumber" : "+1 (510) 333-3333",
        "PrimaryContactEmailAddress" : null,
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100122471092,
        "CategoryCode" : "190148949531015-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-01-06T09:24:43.489+00:00",
        "ReportedByPartyId" : 300100584678949,
        "ReportedByPartyNumber" : "CDRM_950754",
        "ReportedByPartyUniqueName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "ReportedByPartyName" : "FAWQA_Praveen FAWQA_Praveen FAWQA_Praveen",
        "ReportedByEmailAddress" : null,
        "ReportedByFormattedPhoneNumber" : "+1 (510) 333-3333",
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000005003",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 190148949468717",
        "SrLastUpdateDate" : "2024-01-06T09:24:43.001+00:00",
        "SrLastUpdateLogin" : "0E40DE17C25E818EE063A46315ACD59A",
        "SrLastUpdatedBy" : "FAWQA_Praveen.FAWQA_Praveen",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E95800,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 2,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100584891217,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "FAWQA_h8",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV2",
        "PrimaryContactPersonIdTransient" : "300100584891217",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005003/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100584676935,
        "SrNumber" : "HRHD0000005002",
        "Title" : "FAWQA_NEWORG_PAYQUERY",
        "ProblemDescription" : "FAWQA_NEWORG_PAYQUERY",
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "FAWQA_Ajeet.FAWQA_Ajeet",
        "CreationDate" : "2024-01-06T08:41:14+00:00",
        "LastUpdateDate" : "2024-01-06T08:41:39.287+00:00",
        "LastUpdateLogin" : "0E41E99E1CDC815EE0636F6315AC27F3",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100584678921,
        "PrimaryContactPartyNumber" : "CDRM_950753",
        "PrimaryContactPartyName" : "FAWQA_Ajeet FAWQA_Ajeet FAWQA_Ajeet",
        "PrimaryContactFormattedPhoneNumber" : "+1 (510) 333-3333",
        "PrimaryContactEmailAddress" : null,
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100122471092,
        "CategoryCode" : "190148949531015-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2024-01-06T08:41:15.248+00:00",
        "ReportedByPartyId" : 300100584678921,
        "ReportedByPartyNumber" : "CDRM_950753",
        "ReportedByPartyUniqueName" : "FAWQA_Ajeet FAWQA_Ajeet FAWQA_Ajeet",
        "ReportedByPartyName" : "FAWQA_Ajeet FAWQA_Ajeet FAWQA_Ajeet",
        "ReportedByEmailAddress" : null,
        "ReportedByFormattedPhoneNumber" : "+1 (510) 333-3333",
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_CUSTOMER_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "FAWQA_Ajeet.FAWQA_Ajeet",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000005002",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 190148949468717",
        "SrLastUpdateDate" : "2024-01-06T08:41:14.001+00:00",
        "SrLastUpdateLogin" : "0E40DE163FE48101E063A46315ACA9FD",
        "SrLastUpdatedBy" : "FAWQA_Ajeet.FAWQA_Ajeet",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100584678940,
        "ComplianceFlag" : true,
        "DueDate" : "2024-01-06T08:52:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : false,
        "TimeRemaining" : "11 months late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100584892679,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "FAWQA_h78",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100584892679",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000005002/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100583351533,
        "SrNumber" : "HRHD0000004002",
        "Title" : "23D_IC_HRHD",
        "ProblemDescription" : null,
        "SeverityCdMeaning" : "Medium",
        "SeverityCd" : "ORA_SVC_HRHD_SEV2",
        "AssigneeResourceId" : 300100176763503,
        "AssigneeResourceNumber" : "CDRM_842694",
        "AssigneePartyId" : 300100176763503,
        "AssigneePersonName" : "automhrhdadm1 svc",
        "AssigneeEmailAddress" : "sendmail-test-discard@oracle.com",
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2023-10-23T10:56:59+00:00",
        "LastUpdateDate" : "2023-10-23T10:57:05.145+00:00",
        "LastUpdateLogin" : "082384EDF57B4A20E063A46315AC97C7",
        "LastUpdatedBy" : "automhrhdadm1",
        "LastUpdatedByDisplayName" : "automhrhdadm1 svc",
        "LastUpdatedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763503,
        "PrimaryContactPartyNumber" : "CDRM_842694",
        "PrimaryContactPartyName" : "automhrhdadm1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2023-10-23T10:56:59.681+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 300100569960439,
        "QueueNumber" : "CDRM_5010",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "E-Mail",
        "ChannelTypeCd" : "ORA_SVC_EMAIL",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "HRHD_QUE_PRE",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000004002",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2023-10-23T10:56:59.001+00:00",
        "SrLastUpdateLogin" : "082384EDF57B4A20E063A46315AC97C7",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E95800,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 2,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : 300100176763503,
        "LastUpdatedByPartyNumber" : "CDRM_842694",
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763495,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191430",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV2",
        "PrimaryContactPersonIdTransient" : "300100176763495",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000178"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000004002/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100569876128,
        "SrNumber" : "HRHD0000003008",
        "Title" : "ClosedSRHRHDAgent",
        "ProblemDescription" : "ClosedSRHRHDAgent",
        "SeverityCdMeaning" : "Low",
        "SeverityCd" : "ORA_SVC_HRHD_SEV3",
        "AssigneeResourceId" : 300100176763854,
        "AssigneeResourceNumber" : "CDRM_842695",
        "AssigneePartyId" : 300100176763854,
        "AssigneePersonName" : "automhrhdagent1 svc",
        "AssigneeEmailAddress" : "sendmail-test-discard@oracle.com",
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2022-10-27T06:38:27+00:00",
        "LastUpdateDate" : "2022-10-27T06:40:13.741+00:00",
        "LastUpdateLogin" : "EB4D11869E889DFDE0536F6315ACC90C",
        "LastUpdatedBy" : "automhrhdadm1",
        "LastUpdatedByDisplayName" : "automhrhdadm1 svc",
        "LastUpdatedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763503,
        "PrimaryContactPartyNumber" : "CDRM_842694",
        "PrimaryContactPartyName" : "automhrhdadm1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100122471384,
        "CategoryCode" : "287852586666741-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2022-10-27T06:38:27.062+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 1,
        "FirstTransferDate" : "2022-10-27T06:39:49.973+00:00",
        "LastTransferDate" : "2022-10-27T06:39:49.973+00:00",
        "LastTransferredBy" : "automhrhdadm1 svc",
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 300100184520401,
        "QueueNumber" : "CDRM_2001",
        "LastReopenDate" : null,
        "LastResolvedDate" : "2022-10-27T06:39:49.971+00:00",
        "ResolutionCdMeaning" : "Solution Provided",
        "ResolutionCd" : "ORA_SVC_HRHD_RES_SOLN",
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "Resolved",
        "StatusCd" : "ORA_SVC_HRHD_RESOLVED",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "Resolved",
        "StatusTypeCd" : "ORA_SVC_RESOLVED",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "Test_MyHelp_Queue_AutoEnabled_1",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000003008",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 287852586647464",
        "SrLastUpdateDate" : "2022-10-27T06:38:27+00:00",
        "SrLastUpdateLogin" : "EB4D1423CFBCE0CDE053A46315AC44A4",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#CCCCCC,#000000",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 3,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : "Issue Resolved",
        "ResolveOutcomeCd" : "ORA_SVC_HRHD_ISSUE_RESOLVED",
        "ResolveDescription" : "resolved",
        "ResolvedBy" : "automhrhdadm1 svc",
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : 300100176763503,
        "LastUpdatedByPartyNumber" : "CDRM_842694",
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763495,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191430",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV3",
        "PrimaryContactPersonIdTransient" : "300100176763495",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000478"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003008/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100569876958,
        "SrNumber" : "HRHD0000003006",
        "Title" : "ClosedSRSmp",
        "ProblemDescription" : "ClosedSRSmp",
        "SeverityCdMeaning" : "Low",
        "SeverityCd" : "ORA_SVC_HRHD_SEV3",
        "AssigneeResourceId" : 300100176763854,
        "AssigneeResourceNumber" : "CDRM_842695",
        "AssigneePartyId" : 300100176763854,
        "AssigneePersonName" : "automhrhdagent1 svc",
        "AssigneeEmailAddress" : "sendmail-test-discard@oracle.com",
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2022-10-27T06:35:13+00:00",
        "LastUpdateDate" : "2022-10-27T06:36:05.367+00:00",
        "LastUpdateLogin" : "EB4D142099B09E2DE0536F6315ACD636",
        "LastUpdatedBy" : "automhrhdadm1",
        "LastUpdatedByDisplayName" : "automhrhdadm1 svc",
        "LastUpdatedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763503,
        "PrimaryContactPartyNumber" : "CDRM_842694",
        "PrimaryContactPartyName" : "automhrhdadm1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : 300100122471092,
        "CategoryCode" : "190148949531015-ORA_SVC_HCM-204",
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2022-10-27T06:35:14.024+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : "2022-10-27T06:35:45.355+00:00",
        "ResolutionCdMeaning" : "Failed attempts to contact",
        "ResolutionCd" : "ORA_SVC_HRHD_RES_FAIL_ATTMP",
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "Chat",
        "ChannelTypeCd" : "ORA_SVC_CHAT",
        "StatusCdMeaning" : "Resolved",
        "StatusCd" : "ORA_SVC_HRHD_RESOLVED",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "Resolved",
        "StatusTypeCd" : "ORA_SVC_RESOLVED",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "Default",
        "CriticalFlag" : true,
        "OriginalSystemReference" : "HRHD0000003006",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : "REST API - Automated Test Script- created time - 190148949468717",
        "SrLastUpdateDate" : "2022-10-27T06:35:13.001+00:00",
        "SrLastUpdateLogin" : "EB4D1423A298E0D3E053A46315ACBED3",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#CCCCCC,#000000",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 3,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : "Employee Abandoned",
        "ResolveOutcomeCd" : "ORA_SVC_HRHD_EMP_ABANDONED",
        "ResolveDescription" : "resolved",
        "ResolvedBy" : "automhrhdadm1 svc",
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : 300100176763503,
        "LastUpdatedByPartyNumber" : "CDRM_842694",
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763495,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191430",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV3",
        "PrimaryContactPersonIdTransient" : "300100176763495",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003006/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100569876112,
        "SrNumber" : "HRHD0000003005",
        "Title" : "test",
        "ProblemDescription" : null,
        "SeverityCdMeaning" : "Low",
        "SeverityCd" : "ORA_SVC_HRHD_SEV3",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2022-10-27T06:33:40+00:00",
        "LastUpdateDate" : "2022-10-27T06:33:46.825+00:00",
        "LastUpdateLogin" : "EB4D12810EA5E09BE053A46315ACC782",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763503,
        "PrimaryContactPartyNumber" : "CDRM_842694",
        "PrimaryContactPartyName" : "automhrhdadm1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2022-10-27T06:33:40.950+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000003005",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2022-10-27T06:33:40.001+00:00",
        "SrLastUpdateLogin" : "EB4D0C46B5EDE06BE053A46315AC966C",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#CCCCCC,#000000",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 3,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763495,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191430",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV3",
        "PrimaryContactPersonIdTransient" : "300100176763495",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000003005/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100559964062,
        "SrNumber" : "HRHD0000002003",
        "Title" : "testSRbuemailtempl",
        "ProblemDescription" : null,
        "SeverityCdMeaning" : "Low",
        "SeverityCd" : "ORA_SVC_HRHD_SEV3",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdbuagent1",
        "CreationDate" : "2022-06-30T07:45:10+00:00",
        "LastUpdateDate" : "2022-06-30T07:45:16.354+00:00",
        "LastUpdateLogin" : "E27E8A7C9E3300E6E053A46315ACF8F5",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176773470,
        "PrimaryContactPartyNumber" : "CDRM_842721",
        "PrimaryContactPartyName" : "automhrhdbuagent1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2022-06-30T07:45:10.537+00:00",
        "ReportedByPartyId" : 300100176773470,
        "ReportedByPartyNumber" : "CDRM_842721",
        "ReportedByPartyUniqueName" : "automhrhdbuagent1 svc",
        "ReportedByPartyName" : "automhrhdbuagent1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_AGENT_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "automhrhdbuagent1",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000002003",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2022-06-30T07:45:10+00:00",
        "SrLastUpdateLogin" : "E27E8A94021CEFAAE053A46315AC4F30",
        "SrLastUpdatedBy" : "automhrhdbuagent1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#CCCCCC,#000000",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 300100545315608,
        "BusinessUnitName" : "A_MHDHRHDAutoBU1",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 3,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176773462,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191454",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV3",
        "PrimaryContactPersonIdTransient" : "300100176773462",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002003/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100559963931,
        "SrNumber" : "HRHD0000002002",
        "Title" : "testSR",
        "ProblemDescription" : null,
        "SeverityCdMeaning" : "Low",
        "SeverityCd" : "ORA_SVC_HRHD_SEV3",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2022-06-30T07:14:31+00:00",
        "LastUpdateDate" : "2022-06-30T07:14:46.801+00:00",
        "LastUpdateLogin" : "E27E8A7FF2C9FDDBE053A46315AC2BF9",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763503,
        "PrimaryContactPartyNumber" : "CDRM_842694",
        "PrimaryContactPartyName" : "automhrhdadm1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2022-06-30T07:14:32.617+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : "ORA_SVC_AGENT_UI",
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000002002",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2022-06-30T07:14:31+00:00",
        "SrLastUpdateLogin" : "E27E8A742707ED94E0536F6315AC54AA",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#CCCCCC,#000000",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 3,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763495,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191430",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV3",
        "PrimaryContactPersonIdTransient" : "300100176763495",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000002002/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100554553192,
        "SrNumber" : "HRHD0000001005",
        "Title" : "VT1",
        "ProblemDescription" : null,
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2022-02-17T11:26:09+00:00",
        "LastUpdateDate" : "2022-02-17T11:26:16.048+00:00",
        "LastUpdateLogin" : "D78B83F29AB1D7F4E0533DFDF40A40EE",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763503,
        "PrimaryContactPartyNumber" : "CDRM_842694",
        "PrimaryContactPartyName" : "automhrhdadm1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2022-02-17T11:26:09.160+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000001005",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2022-02-17T11:26:09.001+00:00",
        "SrLastUpdateLogin" : "D78C5847157B3E08E0533CFDF40A0ED2",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100554553204,
        "ComplianceFlag" : false,
        "DueDate" : "2022-02-17T11:36:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : true,
        "TimeRemaining" : "2 years late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763495,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191430",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100176763495",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001005/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100554553072,
        "SrNumber" : "HRHD0000001004",
        "Title" : "ClosedSR",
        "ProblemDescription" : null,
        "SeverityCdMeaning" : "Low",
        "SeverityCd" : "ORA_SVC_HRHD_SEV3",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2022-02-16T14:07:34+00:00",
        "LastUpdateDate" : "2022-02-16T14:08:27.016+00:00",
        "LastUpdateLogin" : "D78B8405ED2FD808E0533DFDF40A7B3B",
        "LastUpdatedBy" : "automhrhdadm1",
        "LastUpdatedByDisplayName" : "automhrhdadm1 svc",
        "LastUpdatedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763503,
        "PrimaryContactPartyNumber" : "CDRM_842694",
        "PrimaryContactPartyName" : "automhrhdadm1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2022-02-16T14:07:34.713+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : "2022-02-16T14:08:27.654+00:00",
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "Resolved",
        "StatusCd" : "ORA_SVC_HRHD_RESOLVED",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "Resolved",
        "StatusTypeCd" : "ORA_SVC_RESOLVED",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000001004",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2022-02-16T14:07:34.001+00:00",
        "SrLastUpdateLogin" : "D78C57AA83E1D80AE0533DFDF40A8F3A",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#CCCCCC,#000000",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 3,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : "automhrhdadm1 svc",
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : 300100176763503,
        "LastUpdatedByPartyNumber" : "CDRM_842694",
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763495,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191430",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV3",
        "PrimaryContactPersonIdTransient" : "300100176763495",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001004/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100554553067,
        "SrNumber" : "HRHD0000001002",
        "Title" : "ClosedSR",
        "ProblemDescription" : null,
        "SeverityCdMeaning" : "Low",
        "SeverityCd" : "ORA_SVC_HRHD_SEV3",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2022-02-16T14:04:44+00:00",
        "LastUpdateDate" : "2022-02-16T14:06:17.057+00:00",
        "LastUpdateLogin" : "D78B8405ECF4D808E0533DFDF40A7B3B",
        "LastUpdatedBy" : "automhrhdadm1",
        "LastUpdatedByDisplayName" : "automhrhdadm1 svc",
        "LastUpdatedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763503,
        "PrimaryContactPartyNumber" : "CDRM_842694",
        "PrimaryContactPartyName" : "automhrhdadm1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2022-02-16T14:04:44.876+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 0,
        "FirstTransferDate" : null,
        "LastTransferDate" : null,
        "LastTransferredBy" : null,
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : "2022-02-16T14:06:17.903+00:00",
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "Resolved",
        "StatusCd" : "ORA_SVC_HRHD_RESOLVED",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "Resolved",
        "StatusTypeCd" : "ORA_SVC_RESOLVED",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000001002",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2022-02-16T14:04:44.001+00:00",
        "SrLastUpdateLogin" : "D78B8404B8453E02E0533CFDF40A5DDE",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#CCCCCC,#000000",
        "ChannelId" : null,
        "MilestoneLabel" : null,
        "SrMilestoneId" : null,
        "ComplianceFlag" : null,
        "DueDate" : null,
        "MilestoneConfigId" : null,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : null,
        "WarnedFlag" : null,
        "TimeRemaining" : "",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 3,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : "automhrhdadm1 svc",
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : 300100176763503,
        "LastUpdatedByPartyNumber" : "CDRM_842694",
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763495,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191430",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV3",
        "PrimaryContactPersonIdTransient" : "300100176763495",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000378"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001002/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      }, {
        "SrId" : 300100547298361,
        "SrNumber" : "HRHD0000001001",
        "Title" : "A212",
        "ProblemDescription" : null,
        "SeverityCdMeaning" : "High",
        "SeverityCd" : "ORA_SVC_HRHD_SEV1",
        "AssigneeResourceId" : null,
        "AssigneeResourceNumber" : null,
        "AssigneePartyId" : null,
        "AssigneePersonName" : null,
        "AssigneeEmailAddress" : null,
        "AssigneeFormattedPhoneNumber" : null,
        "AssigneeFormattedAddress" : null,
        "CreatedBy" : "automhrhdadm1",
        "CreationDate" : "2021-09-21T13:50:20+00:00",
        "LastUpdateDate" : "2021-09-21T13:50:36.759+00:00",
        "LastUpdateLogin" : "CC127F27915AB55EE0533DFDF40A67C8",
        "LastUpdatedBy" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByDisplayName" : "FUSION_APPS_CRM_ESS_APPID",
        "LastUpdatedByEmailAddress" : null,
        "OwnerTypeCd" : "ORA_SVC_CUSTOMER",
        "PrimaryContactPartyId" : 300100176763503,
        "PrimaryContactPartyNumber" : "CDRM_842694",
        "PrimaryContactPartyName" : "automhrhdadm1 svc",
        "PrimaryContactFormattedPhoneNumber" : null,
        "PrimaryContactEmailAddress" : "sendmail-test-discard@oracle.com",
        "PrimaryContactPreferredContactMethod" : null,
        "PrimaryContactFormattedAddress" : null,
        "PrimaryContactDoNotContactFlag" : false,
        "ServiceZoneId" : null,
        "ServiceZoneName" : null,
        "CategoryId" : null,
        "CategoryCode" : null,
        "ClosedDate" : null,
        "CorpCurrencyCode" : "USD",
        "CurcyConvRateType" : "Corporate",
        "CurrencyCode" : "USD",
        "OpenDate" : "2021-09-21T13:50:21.100+00:00",
        "ReportedByPartyId" : 300100176763503,
        "ReportedByPartyNumber" : "CDRM_842694",
        "ReportedByPartyUniqueName" : "automhrhdadm1 svc",
        "ReportedByPartyName" : "automhrhdadm1 svc",
        "ReportedByEmailAddress" : "sendmail-test-discard@oracle.com",
        "ReportedByFormattedPhoneNumber" : null,
        "ProblemCd" : null,
        "TransferReasonCd" : null,
        "TransferNote" : null,
        "TransferCount" : 1,
        "FirstTransferDate" : null,
        "LastTransferDate" : "2021-09-21T13:50:37.637+00:00",
        "LastTransferredBy" : "FUSION_APPS_CRM_ESS_APPID",
        "ProdGroupId" : null,
        "ProductGroupReferenceNumber" : null,
        "ProdGroupName" : null,
        "InventoryItemId" : null,
        "ProductItemNumber" : null,
        "InventoryOrgId" : null,
        "ProductItemOrgId" : null,
        "ProductItemDescription" : null,
        "QueueId" : 100100126343499,
        "QueueNumber" : "CDRM_DEFAULT_3",
        "LastReopenDate" : null,
        "LastResolvedDate" : null,
        "ResolutionCdMeaning" : null,
        "ResolutionCd" : null,
        "SourceCd" : null,
        "ChannelTypeCdMeaning" : "Web",
        "ChannelTypeCd" : "ORA_SVC_WEB",
        "StatusCdMeaning" : "New",
        "StatusCd" : "ORA_SVC_HRHD_NEW",
        "InternalPriorityCd" : null,
        "LanguageCd" : null,
        "StatusTypeCdMeaning" : "New",
        "StatusTypeCd" : "ORA_SVC_NEW",
        "SrCreatedBy" : "automhrhdadm1",
        "QueueName" : "Default",
        "CriticalFlag" : false,
        "OriginalSystemReference" : "HRHD0000001001",
        "UniqueExternalSystemReference" : null,
        "CategoryName" : null,
        "SrLastUpdateDate" : "2021-09-21T13:50:20.002+00:00",
        "SrLastUpdateLogin" : "CC194E271DA9B1B6E0533CFDF40AE458",
        "SrLastUpdatedBy" : "automhrhdadm1",
        "StripeCd" : "ORA_SVC_HRHD",
        "SeverityColorCd" : "#E4001E,#FFFFFF",
        "ChannelId" : null,
        "MilestoneLabel" : "First Response Metric",
        "SrMilestoneId" : 300100547298371,
        "ComplianceFlag" : false,
        "DueDate" : "2021-09-21T14:00:00+00:00",
        "MilestoneConfigId" : 300100545297674,
        "HeaderFlag" : true,
        "MilestoneStatusCd" : "ORA_SVC_IN_PROGRESS",
        "WarnedFlag" : true,
        "TimeRemaining" : "3 years late",
        "BUOrgId" : 204,
        "BusinessUnitName" : "Vision Operations",
        "RecordSet" : null,
        "UpdateFlag" : true,
        "DeleteFlag" : true,
        "SeverityRank" : 1,
        "NetworkTypeCd" : null,
        "ResolveOutcomeCdMeaning" : null,
        "ResolveOutcomeCd" : null,
        "ResolveDescription" : null,
        "ResolvedBy" : null,
        "ResolvedByPartyId" : null,
        "LastUpdatedByPartyId" : null,
        "LastUpdatedByPartyNumber" : null,
        "AffectedPartyPersonName" : null,
        "AffectedPartyPersonId" : null,
        "PrimaryContactPersonId" : 300100176763495,
        "SurveySentDate" : null,
        "SurveyResponseDate" : null,
        "PrimaryContactAssignmentNumber" : "E955160008191430",
        "AffectedPartyAssignmentNumber" : null,
        "TimezoneCode" : null,
        "ScheduleId" : null,
        "AssigneeTimezone" : null,
        "SeverityCdTransient" : "ORA_SVC_HRHD_SEV1",
        "PrimaryContactPersonIdTransient" : "300100176763495",
        "links" : [ {
          "rel" : "self",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001",
          "name" : "hrHelpDeskRequests",
          "kind" : "item",
          "properties" : {
            "changeIndicator" : "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
          }
        }, {
          "rel" : "canonical",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001",
          "name" : "hrHelpDeskRequests",
          "kind" : "item"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/ProductGroupLOV",
          "name" : "ProductGroupLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/ProblemCdLookup",
          "name" : "ProblemCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/HelpDeskContactVO2",
          "name" : "HelpDeskContactVO2",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/HelpDeskContactVO1",
          "name" : "HelpDeskContactVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/ChannelLOV",
          "name" : "ChannelLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/SeverityCdLookupHRHD",
          "name" : "SeverityCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/TimezoneVO",
          "name" : "TimezoneVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/ChannelTypeCdLookup",
          "name" : "ChannelTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/StatusTypeLookup",
          "name" : "StatusTypeLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/SourceCdLookup",
          "name" : "SourceCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/PersonLovPVO1",
          "name" : "PersonLovPVO1",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/SrStatusCdLookupHRHD",
          "name" : "SrStatusCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/SearchFilterLookupPVO",
          "name" : "SearchFilterLookupPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/ProductInventoryItemLOV_HCM",
          "name" : "ProductInventoryItemLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/GeographyLovPVO",
          "name" : "GeographyLovPVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/SrCategoryLOV",
          "name" : "SrCategoryLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/LanguageCdLOV",
          "name" : "LanguageCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/ProductGroupLOV_HCM",
          "name" : "ProductGroupLOV_HCM",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/NetworkTypeCdLOV",
          "name" : "NetworkTypeCdLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/BusinessUnitsLOV",
          "name" : "BusinessUnitsLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/YesNoLookup",
          "name" : "YesNoLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/ResourcePickerLOV",
          "name" : "ResourcePickerLOV",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/QueueVO",
          "name" : "QueueVO",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/ResolveOutcomeCdLookupHRHD",
          "name" : "ResolveOutcomeCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/TransferReasonCdLookupHRHD",
          "name" : "TransferReasonCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/ResolutionCdLookupHRHD",
          "name" : "ResolutionCdLookupHRHD",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/OwnerTypeCdLookup",
          "name" : "OwnerTypeCdLookup",
          "kind" : "collection"
        }, {
          "rel" : "lov",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/lov/InternalPriorityLookup",
          "name" : "InternalPriorityLookup",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/Attachment",
          "name" : "Attachment",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/activities",
          "name" : "activities",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/channelCommunication",
          "name" : "channelCommunication",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/contacts",
          "name" : "contacts",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/messages",
          "name" : "messages",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/resourceMembers",
          "name" : "resourceMembers",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/smartActions",
          "name" : "smartActions",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/srInteractionReferences",
          "name" : "srInteractionReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/srMilestone",
          "name" : "srMilestone",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/srReferences",
          "name" : "srReferences",
          "kind" : "collection"
        }, {
          "rel" : "child",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/child/srTags",
          "name" : "srTags",
          "kind" : "collection"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/action/processSrMilestones",
          "name" : "processSrMilestones",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/action/getSrMilestoneDiagnostics",
          "name" : "getSrMilestoneDiagnostics",
          "kind" : "other"
        }, {
          "rel" : "action",
          "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/HRHD0000001001/action/sendEmailForSrMessage",
          "name" : "sendEmailForSrMessage",
          "kind" : "other"
        } ]
      } ],
      "count" : 25,
      "hasMore" : true,
      "limit" : 25,
      "offset" : 0,
      "links" : [ {
        "rel" : "self",
        "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests",
        "name" : "hrHelpDeskRequests",
        "kind" : "collection"
      }, {
        "rel" : "action",
        "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/action/copySRAttachments",
        "name" : "copySRAttachments",
        "kind" : "other"
      }, {
        "rel" : "action",
        "href" : "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/hrHelpDeskRequests/action/copyAttachmentsToMessage",
        "name" : "copyAttachmentsToMessage",
        "kind" : "other"
      } ]
    }
                
    Back to Top