Get list OA
HTTP request
curl --location 'https://rest.esms.vn/MainService.svc/json/ZNS/GetListZOA/' \
--header 'Content-Type: application/json' \
--data '{
"ApiKey":"{{ApiKey}}",
"SecretKey":"{{SecretKey}}"
}'Paramter
Type
Required
Description
{
"CodeResult": "100",
"ErrorMessage": "success",
"ZOAList": [
{
"OAID": "745830328927467685",
"OAName": "Hệ thống ESMS Marketing"
},
{
"OAID": "4097311281936189049",
"OAName": "SVoucher"
}
]
} {
"CodeResult": "101",
"ErrorMessage": "Authorize Failed."
}Paramter
Type
Description
Last updated