PUT v1/{subscriptionID}/touchPoints/{touchPointID}
Updates a touchpoint.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
subscriptionID |
The Circle subscription ID. |
globally unique identifier |
Required |
touchPointID |
The touchpoint ID to be updated. |
globally unique identifier |
Required |
Body Parameters
The touchPoint to be updated.
TouchPointModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the touchpoint ID. |
globally unique identifier |
None. |
SubscriptionID |
Gets the subscription ID of the touchpoint. |
globally unique identifier |
None. |
ProjectID |
Gets the project ID of the touchpoint. |
globally unique identifier |
None. |
Name |
Gets and sets the touchpoint name. |
string |
None. |
CreationTime |
Gets the touchpoint creation time. |
date |
None. |
Creator |
Gets the user who created the touchpoint. |
UserViewModel |
None. |
ModificationTime |
Gets the last modification time of the touchpoint. |
date |
None. |
Modifier |
Gets the user who was the last to modify the touchpoint. |
UserViewModel |
None. |
Type |
Gets the touchpoint type. |
TouchPointType |
None. |
FriendlyID |
Gets the friendly ID of the touchpoint. |
string |
None. |
VisibleInAnalyticsProjectSummary |
Gets a value indicating whether the touchpoint is visible in Analytics Tab. |
boolean |
None. |
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Returns the updated touchpoint.
TouchPointModelName | Description | Type | Additional information |
---|---|---|---|
ID |
Gets the touchpoint ID. |
globally unique identifier |
None. |
SubscriptionID |
Gets the subscription ID of the touchpoint. |
globally unique identifier |
None. |
ProjectID |
Gets the project ID of the touchpoint. |
globally unique identifier |
None. |
Name |
Gets and sets the touchpoint name. |
string |
None. |
CreationTime |
Gets the touchpoint creation time. |
date |
None. |
Creator |
Gets the user who created the touchpoint. |
UserViewModel |
None. |
ModificationTime |
Gets the last modification time of the touchpoint. |
date |
None. |
Modifier |
Gets the user who was the last to modify the touchpoint. |
UserViewModel |
None. |
Type |
Gets the touchpoint type. |
TouchPointType |
None. |
FriendlyID |
Gets the friendly ID of the touchpoint. |
string |
None. |
VisibleInAnalyticsProjectSummary |
Gets a value indicating whether the touchpoint is visible in Analytics Tab. |
boolean |
None. |
Response Formats
application/json, text/json
Sample not available.