BuyDataRequest
planIduuidrequired
The plan to buy, from List data plans.
phonestringrequired
Recipient phone number, 11 digits.
Example:
08030000000clientReferencestringrequired
Your unique idempotency key for this purchase.
Example:
order-1001portedboolean
Set true if the number has been ported to another network.
Default value:
falseBuyDataRequest
{
"planId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"phone": "08030000000",
"clientReference": "order-1001",
"ported": false
}