SmartText User Variables REST Endpoints

SmartText User Variables
The SmartText 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 SmartText user variable
Method: post
Path: /crmRestApi/resources/11.13.18.05/smartTextUserVariables
Delete a SmartText user variable
Method: delete
Path: /crmRestApi/resources/11.13.18.05/smartTextUserVariables/{VariableId}
Get a SmartText user variable
Method: get
Path: /crmRestApi/resources/11.13.18.05/smartTextUserVariables/{VariableId}
Get all SmartText user variables
Method: get
Path: /crmRestApi/resources/11.13.18.05/smartTextUserVariables
Update a SmartText user variable
Method: patch
Path: /crmRestApi/resources/11.13.18.05/smartTextUserVariables/{VariableId}