Smart Text User Variables REST Endpoints

Smart Text User Variables
The smart text user variables resource is used to view, create, update, and delete user defined smart text variables. Smart text user variables can be defined to derive values from business objects such as service requests, defined as a literal value, or be presented as a prompt variable.
Create a smart text user variable
Method: post
Path: /crmRestApi/resources/11.13.18.05/smartTextUserVariables
Delete a smart text user variable
Method: delete
Path: /crmRestApi/resources/11.13.18.05/smartTextUserVariables/{VariableId}
Get a smart text user variable
Method: get
Path: /crmRestApi/resources/11.13.18.05/smartTextUserVariables/{VariableId}
Get all smart text user variables
Method: get
Path: /crmRestApi/resources/11.13.18.05/smartTextUserVariables
Update a smart text user variable
Method: patch
Path: /crmRestApi/resources/11.13.18.05/smartTextUserVariables/{VariableId}