Update a case contact

patch

/crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseContacts/{CaseContactId}

Request

Path Parameters
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.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Title: Corporate Currency Code
    Maximum Length: 15
    The corporate currency code of the case contact. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Currency Conversion Rate Type
    Maximum Length: 30
    The currency conversion rate type associated with the case contact. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Currency Code
    Maximum Length: 15
    The currency code associated with the case contact. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Party ID
    The unique identifier of the party.
  • Title: Party Name
    Maximum Length: 360
    The name of the party.
  • Title: Person ID
    The unique identifier of a person who is an employee on the case.
  • Title: Relationship Code
    Maximum Length: 30
    The code indicating the relation of the contact to the case. For example, ORA_SVC_BENEFICIARY, contact who is the beneficiary of the case, ORA_SVC_CHILD, contact who is a legal child of the applicant, ORA_SVC_DEPENDENT, contact is dependent on the applicant, ORA_SVC_GUARDIAN, contact is a legal guardian of the applicant, ORA_SVC_LAWYER, contact is an attorney by profession dealing with the case, ORA_SVC_PARENT, contact is the legal parent of the applicant, ORA_SVC_PERPETRATOR, contact who carries out a criminal, or harmful act, ORA_SVC_REFERRAL, contact who refers a service provider, ORA_SVC_REPORTER, contact who reports an incident, ORA_SVC_SERVICE_PROVIDER, contact or a business entity who is rendering specific services or benefits to the applicant, ORA_SVC_SIBLING, contact who is the legal sibling of the applicant, ORA_SVC_SPOUSE, contact who is a spouse of the applicant, or ORA_SVC_VICTIM, contact who is affected by an incident or an event,
  • Title: Relationship Value
    Maximum Length: 255
    The display value corresponding to the relationship lookup code for the case contact.
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 : cases-caseContacts-item-response
Type: object
Show Source
  • Title: Contact ID
    Read Only: true
    The unique identifier of the case contact.
  • Title: Case ID
    The unique identifier of the case.
  • Title: Case Number
    Maximum Length: 30
    The alternate key identifier of the case.
  • Title: Contact Party Number
    Read Only: true
    Maximum Length: 30
    The alternate key identifier of the contact party.
  • Title: Corporate Currency Code
    Maximum Length: 15
    The corporate currency code of the case contact. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the contact for the case.
  • Title: Creation Date
    Read Only: true
    The date and time when the case contact was created.
  • Title: Currency Conversion Rate Type
    Maximum Length: 30
    The currency conversion rate type associated with the case contact. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_RATE_TYPE. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Currency Code
    Maximum Length: 15
    The currency code associated with the case contact. This attribute is used by CRM Extensibility framework. A list of valid values are defined in the lookup ZCA_COMMON_CORPORATE_CURRENCY. Review and update the profile option using the Setup and Maintenance work area, Manage Currency Profile Options task.
  • Title: Delete
    Read Only: true
    Indicates whether the case contact can be deleted.
  • Title: Email
    Read Only: true
    Maximum Length: 320
    The email address of the contact.
  • Title: Phone
    Read Only: true
    The phone number of the contact.
  • Title: Job Title
    Read Only: true
    Maximum Length: 100
    The job title of the contact.
  • Title: Last Updated Date
    Read Only: true
    The date and time when the contact for the case was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the contact for the case.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login of the user who last updated the contact for the case.
  • Links
  • Title: Party ID
    The unique identifier of the party.
  • Title: Party Name
    Maximum Length: 360
    The name of the party.
  • Title: Person ID
    The unique identifier of a person who is an employee on the case.
  • Title: Primary Contact
    Read Only: true
    Indicates whether the contact is the primary contact for the case.
  • Title: Relationship Code
    Maximum Length: 30
    The code indicating the relation of the contact to the case. For example, ORA_SVC_BENEFICIARY, contact who is the beneficiary of the case, ORA_SVC_CHILD, contact who is a legal child of the applicant, ORA_SVC_DEPENDENT, contact is dependent on the applicant, ORA_SVC_GUARDIAN, contact is a legal guardian of the applicant, ORA_SVC_LAWYER, contact is an attorney by profession dealing with the case, ORA_SVC_PARENT, contact is the legal parent of the applicant, ORA_SVC_PERPETRATOR, contact who carries out a criminal, or harmful act, ORA_SVC_REFERRAL, contact who refers a service provider, ORA_SVC_REPORTER, contact who reports an incident, ORA_SVC_SERVICE_PROVIDER, contact or a business entity who is rendering specific services or benefits to the applicant, ORA_SVC_SIBLING, contact who is the legal sibling of the applicant, ORA_SVC_SPOUSE, contact who is a spouse of the applicant, or ORA_SVC_VICTIM, contact who is affected by an incident or an event,
  • Title: Relationship Value
    Maximum Length: 255
    The display value corresponding to the relationship lookup code for the case contact.
  • Title: Update
    Read Only: true
    Indicates whether the case contact can be updated.
Back to Top

Examples

The following example shows how to update a case contact by submitting a patch request on the REST resource using cURL.

cURL Command

curl -u <username:password> \ -X PATCH https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/cases/{CaseNumber}/child/caseContacts/{CaseContactId}

Example of Request Body

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


                  

Example of Response Body

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


                  
Back to Top