Update a reference
patch
/crmRestApi/resources/11.13.18.05/dynamicLinkValues/{dynamicLinkValuesUniqID}
Request
Path Parameters
-
dynamicLinkValuesUniqID(required): string
This is the hash key of the attributes which make up the composite key for the Dynamic Link Values resource and used to uniquely identify an instance of Dynamic Link Values. The client should not generate the hash key value. Instead, the client should query on the Dynamic Link Values collection resource in order to navigate to a specific instance of Dynamic Link Values to get the hash key.
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-
BUOrgId: integer
(int64)
Title:
Business Unit IDThe unique identifier of the business unit mapped to Digital Customer Portal. -
BusinessUnitName: string
Title:
Business Unit NameMaximum Length:240The name of the business unit mapped to Digital Customer Portal. -
CustomerPortalURL: string
Title:
External URLMaximum Length:1024The URL to the Digital Customer Portal. -
InternalURL: string
Title:
Internal URLMaximum Length:1024The internal URL for opening dynamic links using an internal application of the implementing company. -
ObjectType: string
Title:
Object TypeThe object type of dynamic link value. -
ObjectTypeId: integer
(int64)
Title:
Object Type IDThe object type ID of dynamic link value. -
ObjectVersionNumber: integer
(int32)
The object version number of dynamic link value.
-
Pattern: string
Title:
PatternThe pattern of dynamic link value. -
PatternPrefix: string
Title:
Pattern BeginningThe pattern prefix of dynamic link value. -
PatternSuffix: string
Title:
Pattern EndingThe pattern suffix of dynamic link value.
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 : dynamicLinkValues-item-response
Type:
Show Source
object-
BUOrgId: integer
(int64)
Title:
Business Unit IDThe unique identifier of the business unit mapped to Digital Customer Portal. -
BusinessUnitName: string
Title:
Business Unit NameMaximum Length:240The name of the business unit mapped to Digital Customer Portal. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64The user who created the link record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the link record was created -
CustomerPortalURL: string
Title:
External URLMaximum Length:1024The URL to the Digital Customer Portal. -
InternalURL: string
Title:
Internal URLMaximum Length:1024The internal URL for opening dynamic links using an internal application of the implementing company. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueThe date when the link record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64The user who last updated the link record. -
LastUpdateLogin: string
Title:
Last Update LoginRead Only:trueMaximum Length:32The login details of the user who last updated the link record. -
LinkId: integer
(int64)
Title:
Link IDRead Only:trueThe unique identifier of the dynamic link value. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectType: string
Title:
Object TypeThe object type of dynamic link value. -
ObjectTypeId: integer
(int64)
Title:
Object Type IDThe object type ID of dynamic link value. -
ObjectVersionNumber: integer
(int32)
The object version number of dynamic link value.
-
Pattern: string
Title:
PatternThe pattern of dynamic link value. -
PatternPrefix: string
Title:
Pattern BeginningThe pattern prefix of dynamic link value. -
PatternSuffix: string
Title:
Pattern EndingThe pattern suffix of dynamic link value.
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.