RemoteSmsEndpoint
The following resources are applicable:
/remote/sms/cancel
Mount Point: /rest/remote/sms/cancel
POST
Cancels all unsent (not pending) remote sms requests
Error Codes
2 | A required parameter was not given |
97 | The access to the api was denied |
98 | You made too much requests in a short time |
99 | The service is currently not available |
100 | The auth token is invalid |
600 | The api key is invalid |
Request Body
element: | remoteSmsCancelRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | remoteSmsCancelResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/remote/sms/failed
Mount Point: /rest/remote/sms/failed
POST
Notifies the sender for a failed remote sms request
Error Codes
2 | A required parameter was not given |
97 | The access to the api was denied |
98 | You made too much requests in a short time |
99 | The service is currently not available |
100 | The auth token is invalid |
600 | The api key is invalid |
Request Body
element: | remoteSmsFailedRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | remoteSmsFailedResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/remote/sms/resend
Mount Point: /rest/remote/sms/resend
POST
Resends a remote sms request to a master device
Error Codes
2 | A required parameter was not given |
97 | The access to the api was denied |
98 | You made too much requests in a short time |
99 | The service is currently not available |
100 | The auth token is invalid |
600 | The api key is invalid |
Request Body
element: | remoteSmsResendRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | remoteSmsResendResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/remote/sms/send
Mount Point: /rest/remote/sms/send
POST
Sends a remote sms request to a master device
Error Codes
2 | A required parameter was not given |
97 | The access to the api was denied |
98 | You made too much requests in a short time |
99 | The service is currently not available |
100 | The auth token is invalid |
700 | One or more recipients are not in the correct format or are containing invalid msisdns (i.e: 436761234567) |
701 | You only are allowed to send a sms to 50 Recipients per request |
702 | One or more recipients are blocked by the system. |
600 | The api key is invalid |
Request Body
element: | remoteSmsSendRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | remoteSmsSendResponse |
media types: | */* application/xml application/json |
(no documentation provided)
/remote/sms/sent
Mount Point: /rest/remote/sms/sent
POST
Notifies the sender for sent remote sms to an specific recipient
Error Codes
2 | A required parameter was not given |
97 | The access to the api was denied |
98 | You made too much requests in a short time |
99 | The service is currently not available |
100 | The auth token is invalid |
105 | The given device id is invalid. |
600 | The api key is invalid |
Request Body
element: | remoteSmsSentRequest |
media types: | */* application/xml application/json |
(no documentation provided)
Response Body
element: | remoteSmsSentResponse |
media types: | */* application/xml application/json |
(no documentation provided)