{
"MessageType": "FO",
"SERVICEID": "68ca8edab55817dae1ee6cce",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F",
"CURRENCY": "USD",
"TOTALBUDGET": 5000,
"NUMBEROFRECEIVER": 2,
"TYPE": "batch",
"SPLITTYPE": "randomly",
"MESSAGE": "This is theme 1",
"THEME": "Theme 1",
"NAME": "Theme 1",
"MINAMOUNT": "500",
"MAXAMOUNT": "5000",
"DISTRIBUTION": [
{
"amount": "",
"phone": "71122008",
"client": "customer"
},
{
"amount": "",
"phone": "71122001",
"client": "customer"
}
],
"deviceId": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F"
}curl --location --request POST 'https://apimobile-vpay-dev.vinsmartfuture.tech/api/transaction/requestTransaction' \
--header 'Authorization: Bearer 9858ecff-6178-48b0-810c-26a2eb1bd252' \
--header 'Content-Type: application/json' \
--data-raw '{
"MessageType": "FO",
"SERVICEID": "68ca8edab55817dae1ee6cce",
"DEVICEID": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F",
"CURRENCY": "USD",
"TOTALBUDGET": 5000,
"NUMBEROFRECEIVER": 2,
"TYPE": "batch",
"SPLITTYPE": "randomly",
"MESSAGE": "This is theme 1",
"THEME": "Theme 1",
"NAME": "Theme 1",
"MINAMOUNT": "500",
"MAXAMOUNT": "5000",
"DISTRIBUTION": [
{
"amount": "",
"phone": "71122008",
"client": "customer"
},
{
"amount": "",
"phone": "71122001",
"client": "customer"
}
],
"deviceId": "DFAA8D47-60D7-4BB0-A852-61E9C002D84F"
}'{}