Update a service profile

patch

/crmRestApi/resources/11.13.18.05/serviceProfiles/{ServiceProfileNumber}

Request

Path Parameters
  • 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
  • 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: Bill-to Customer Account ID
    The customer account to be billed for work performed for the service profile.
  • Title: Bill-to Customer Account Number
    Maximum Length: 30
    The PUID for the customer account to be billed for work performed for the service profile.
  • Title: Bill-to Customer Account Site ID
    The customer account site to be billed for work performed for the service profile.
  • Title: Bill-to Customer ID
    The customer to be billed for work performed for the service profile.
  • Title: Bill-To Party Site ID
    The party site to be billed for work performed for the service profile.
  • Service Profile Contacts
    Title: Service Profile Contacts
    The service profile contacts resource is used to view, create, update, and delete a service profile contact. It's the list of the people that work with the assets grouped in the profile, including their preferences and restrictions for how they receive service. A given customer contact can be associated to one or more service profiles.
  • Title: Customer Party Type
    Maximum Length: 30
    Indicates whether the service profile customer is a person or organization.
  • Notes
    Title: Notes
    The note objects resource is used to view the note objects.
  • Title: Primary Contact Party ID
    The primary contact of the service profile.
  • Title: Service Profile Name
    Maximum Length: 400
    The name of the service profile.
  • Title: Status Code
    Maximum Length: 30
    Default Value: ORA_SVC_ACTIVE
    Indicates whether the service profile is active.
  • Title: Stripe Code
    Maximum Length: 30
    Default Value: ORA_SVC_CRM
    Indicates the type of service implementation for the service profile. For example, CRM or Internal Help Desk service profile.
  • Title: Type CD
    Maximum Length: 30
    Default Value: ORA_SVC_SITE
    The type of service profile.
Nested Schema : Service Profile Contacts
Type: array
Title: Service Profile Contacts
The service profile contacts resource is used to view, create, update, and delete a service profile contact. It's the list of the people that work with the assets grouped in the profile, including their preferences and restrictions for how they receive service. A given customer contact can be associated to one or more service profiles.
Show Source
Nested Schema : Notes
Type: array
Title: Notes
The note objects resource is used to view the note objects.
Show Source
Nested Schema : schema
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
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 : serviceProfiles-item-response
Type: object
Show Source
Nested Schema : Service Profile Contacts
Type: array
Title: Service Profile Contacts
The service profile contacts resource is used to view, create, update, and delete a service profile contact. It's the list of the people that work with the assets grouped in the profile, including their preferences and restrictions for how they receive service. A given customer contact can be associated to one or more service profiles.
Show Source
Nested Schema : Notes
Type: array
Title: Notes
The note objects resource is used to view the note objects.
Show Source
Nested Schema : serviceProfiles-contacts-item-response
Type: object
Show Source
Nested Schema : serviceProfiles-notes-item-response
Type: object
Show Source
Back to Top