Tin SMS cố định giá rẻ
HTTP request
curl --location 'https://api-portal.senbac.com/MainService.svc/json/SendMultipleMessage_V4_post_json/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey": "{{ApiKey}}",
"Content": "{{Content}}",
"Phone": "{{Phone}}",
"SecretKey": "{{SecretKey}}",
"SmsType": "8",
"IsUnicode": "{{IsUnicode}}",
"Sandbox": "{{Sandbox}}",
"campaignid": "{{campaignid}}",
"RequestId": "{{RequestId}}",
"CallbackUrl": "{{CallbackUrl}}",
"SendDate":"{{SendDate}}"
}'Tham số
Kiểu dữ liệu
Tính bắt buộc
Mô tả
Thuộc tính
Kiểu dữ liệu
Mô tả
Last updated