First Package
POST /gigastore/activations/register
Request:
{
"inventoryItemId": "00e3e46e-faa5-465a-9321-1234567890",
"metatag": "Comment for reseller...",
"customerEmail": "[email protected]",
"userIp": "123.45.67.89",
"userCountry": "GR",
"expectedPrice":{
"sortIndex": 0,
"priceValue": 9.99,
"currencyCode": "USD"
},
"activationMode": "NOW"
}
Response:
{
"status": "success",
"activatedItem": {
"balance": {
"activatedAt": "2024-04-30T09:55:36.430Z",
"expiresAt": "2024-04-30T09:55:36.430Z",
"activationMode": "NOW",
"name": "string",
"size": {
"sizeValue": 0,
"sizeUnit": "TB"
},
"availableBalance": {
"sizeValue": 0,
"sizeUnit": "TB"
},
"validitySize": 365,
"validityUnit": "years"
},
"uid": "string",
"metatag": "Paid in cash",
"salesChannel": "Application Programming Interface",
"salesChannelTypeCode": "API",
"activationType": "DATA_PLAN",
"purchasePrice": {
"sortIndex": 1,
"priceValue": 4.99,
"currencyCode": "USD"
},
"retailPrice": {
"sortIndex": 1,
"priceValue": 4.99,
"currencyCode": "USD"
}
},
"customer": {
"email": "[email protected]",
"uid": "123234345-234-cbd2-9321-1234567890",
"profileUrl": "string"
},
"esimProfile": {
"iccid": "string",
"uid": "string",
"imsi": "string",
"activationCode": "string",
"appleUniversalLink": "string",
"installationUrl": "string",
"lastSeen": "2024-04-30T09:55:36.430Z",
"activatedAt": "2024-04-30T09:55:36.430Z",
"state": "RELEASED"
}
}Multiple Packages and eSIMs
Last updated
Was this helpful?