Lấy quota tin zalo theo OAID
HTTP request
curl --location 'https://rest.esms.vn/MainService.svc/json/ZNS/GetQuota/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey": "{{ApiKey}}",
"SecretKey": "{{SecretKey}}",
"OAID": "4097311281936189049"
}'Tham số
Kiểu dữ liệu
Tính bắt buộc
Mô tả
{
"CodeResult": "100",
"ErrorMessage": "success",
"DailyQuota": 5000,
"DailyQuotaPromotion": 0,
"EstimatedNextMonthPromotionQuota": 425,
"MonthlyPromotionQuota": 403,
"RemainingMonthlyPromotionQuota": 403,
"RemainingQuota": 4992,
"RemainingQuotaPromotion": 0
}{
"CodeResult": "101",
"ErrorMessage": "Authorize Failed"
}Thuộc tính
Kiểu dữ liệu
Mô tả
Last updated