Update a link type

patch

/crmRestApi/resources/11.13.18.05/svcLinkTypes/{LinkTypeNumber}

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: Deleted Flag
    Maximum Length: 1
    Default Value: false
    Indicates whether the link type is logically deleted. The values are Y and N.
  • Title: Format
    Maximum Length: 2000
    The format of the link type. It may contain one or more token names that can be substituted.
  • Title: Description
    Maximum Length: 512
    The description of the link type entered by the administrator user when it's created.
  • Title: Name
    Maximum Length: 64
    The link type name provided by the Administrator.
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 : svcLinkTypes-item-response
Type: object
Show Source
  • Title: Created By
    Read Only: true
    Maximum Length: 64
    The user who created the row.
  • Title: Creation Date
    Read Only: true
    The date when the row was created.
  • Title: Deleted Flag
    Maximum Length: 1
    Default Value: false
    Indicates whether the link type is logically deleted. The values are Y and N.
  • Read Only: true
    Indicates whether the user has access to delete the record.
  • Title: Last Updated Date
    Read Only: true
    The date when the link type was last updated.
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
    The user who last updated the link type.
  • Title: Last Update Login
    Read Only: true
    Maximum Length: 32
    The login of the user who last updated the row.
  • Title: Format
    Maximum Length: 2000
    The format of the link type. It may contain one or more token names that can be substituted.
  • Links
  • Title: Code
    Maximum Length: 64
    The code for the link type. A unique code that 's human readable.
  • Title: Description
    Maximum Length: 512
    The description of the link type entered by the administrator user when it's created.
  • Title: ID
    Read Only: true
    Identifier for the link type which is an auto generated primary key attribute.
  • Title: Name
    Maximum Length: 64
    The link type name provided by the Administrator.
  • Title: Type Number
    Maximum Length: 64
    An alternate unique identifier of the link type which is an auto generated PUID attribute.
  • Read Only: true
    Flag that indicates if the user has access to update the record.
Back to Top