SMS REST Endpoints

Application/2.0/SMS
SMS API endpoints.
Create an SMS
Method: post
Path: /api/REST/2.0/assets/sms
Delete an SMS
Method: delete
Path: /api/REST/2.0/assets/sms/{id}
Retrieve a list of SMS
Method: get
Path: /api/REST/2.0/assets/sms
Retrieve an SMS
Method: get
Path: /api/REST/2.0/assets/sms/{id}
Update an SMS
Method: put
Path: /api/REST/2.0/assets/sms/{id}