Send Single S M S post
Authorization
ApiKey ApiKey<token>
API Key needed to access the endpoints. Example: "ApiKey: {key}"
In: header
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
curl -X POST "https://gateway.dicex.me/api/v1/Sms/SendSingleSMS" \ -H "Content-Type: application/json" \ -d '{}'{
"isSuccess": true,
"message": "string",
"value": {
"messageId": 0,
"lineNumber": "string",
"receptor": "string",
"cost": 0,
"clientReferenceId": "string",
"message": "string",
"sendDate": "2019-08-24T14:15:22Z"
}
}