Update a technician preference
patch
/crmRestApi/resources/11.13.18.05/serviceTechnicianPreferences/{TechnicianPreferenceId}
Request
Path Parameters
-
TechnicianPreferenceId(required): integer(int64)
The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
- application/json
Root Schema : schema
Type:
Show Source
object-
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Default Value:trueIndicates whether the technician preference is active. -
Comments: string
Title:
CommentsMaximum Length:250Comments for the technician preference. -
TechnicianPreferenceCd: string
Title:
Technician Preference CodeMaximum Length:30The code that identifies the preference type for this technician.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : serviceTechnicianPreferences-item-response
Type:
Show Source
object-
AccountPartyId: integer
(int64)
Title:
Account Party IDThe unique identifier for the account the technician preference is for. -
AccountPartyName: string
Title:
AccountRead Only:trueMaximum Length:360The name of the account the technician preference is for. -
AccountPartyNumber: string
Title:
Account NumberRead Only:trueMaximum Length:30The public unique identifier for the account the technician preference is for. -
ActiveFlag: boolean
Title:
ActiveMaximum Length:1Default Value:trueIndicates whether the technician preference is active. -
Comments: string
Title:
CommentsMaximum Length:250Comments for the technician preference. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the technician preference. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date and time when the technician preference was created. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date and time when the access schedule was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the technician preference. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ServiceProfileId: integer
(int64)
Title:
Service Profile IDThe unique identifier for the service profile the technician preference is for. -
ServiceProfileName: string
Title:
Service ProfileRead Only:trueMaximum Length:400The name of the service profile the technician preference is for. -
ServiceProfileNumber: string
Title:
Service Profile NumberRead Only:trueMaximum Length:30The public unique identifier of the service profile the technician preference is for. -
TechnicianName: string
Title:
Field Service ResourceRead Only:trueMaximum Length:360The name of the technician. -
TechnicianNumber: string
Title:
Field Service Resource NumberRead Only:trueMaximum Length:30The public unique identifier for the technician. -
TechnicianPartyId: integer
(int64)
Title:
Field Service Resource Party IDThe unique identifier for the technician. -
TechnicianPreference: string
Title:
TypeRead Only:trueMaximum Length:255The preference type for the technician. -
TechnicianPreferenceCd: string
Title:
Technician Preference CodeMaximum Length:30The code that identifies the preference type for this technician. -
TechnicianPreferenceId: integer
(int64)
Title:
Technician Preference IDThe unique identifier of the technician preference.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Examples
You can update a technician preference by submitting a PATCH request on the REST resource using the following cURL
cURL Command
curl -u <username:password> \ -X PATCH -d @example_request_payload.json https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceTechnicianPreferences/300100283990678
Example of Request Body
The following shows the contents of the Request Body in JSON format.
{
"TechnicianPreferenceCd": "ORA_SVC_FS_TECH_PREF_CD_PREFRD",
"ActiveFlag":"Y"
}
Example of Response Body
The following shows the contents of the Response Body in JSON format.
{
"TechnicianPreferenceId": 300100283990678,
"TechnicianPartyId": 300100172781411,
"TechnicianName": "John Technician",
"TechnicianNumber": "CDRM_828565",
"TechnicianPreferenceCd": "ORA_SVC_FS_TECH_PREF_CD_PREFRD",
"TechnicianPreference": "Preferred",
"ServiceProfileId": null,
"ServiceProfileName": null,
"ServiceProfileNumber": null,
"AccountPartyId": 300100126721679,
"AccountPartyName": "FSACCOUNT",
"AccountPartyNumber": "CDRM_721531",
"Comments": null,
"ActiveFlag": true,
"CreatedBy": "MHoope",
"CreationDate": "2024-03-26T04:47:40+00:00",
"LastUpdateDate": "2024-03-26T05:05:05+00:00",
"LastUpdatedBy": "MHoope",
"links": [
{
"rel": "self",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceTechnicianPreferences/300100283990678",
"name": "serviceTechnicianPreferences",
"kind": "item",
"properties": {
"changeIndicator": "ACED0005737200136A6176612E7574696C2E41727261794C6973747881D21D99C7619D03000149000473697A65787000000001770400000001737200116A6176612E6C616E672E496E746567657212E2A0A4F781873802000149000576616C7565787200106A6176612E6C616E672E4E756D62657286AC951D0B94E08B02000078700000000278"
}
},
{
"rel": "canonical",
"href": "https://servername.fa.us2.oraclecloud.com/crmRestApi/resources/11.13.18.05/serviceTechnicianPreferences/300100283990678",
"name": "serviceTechnicianPreferences",
"kind": "item"
}
]
}