Download Order
Simlessly
# Download Order
Simlessly API (v1.0.0): Download Order
# POST
https://rsp.simlessly.com/gsma/rsp2/es2plus/downloadOrder (opens new window)
# Parameters of Request
Name | Type | MOC | Description | Example |
---|---|---|---|---|
iccid | String | Mandatory | ICCID (length: 19-20) | 89860468152080349618 |
eid | String | Optional | EID | null or example[89086030202200000022000014352016] |
configName | String | optional | Configuration name | / |
# Example of Request
{
"iccid":"8985211116317800004",
"eid":"35203000100100000000000021371840",
"configName":"TemplateRegular"
}
# Parameters of Response
Name | Type | MOC | Description | Example |
---|---|---|---|---|
iccid | String | Mandatory | ICCID (length: 19-20) | 89860468152080349618 |
# Example of Response
{
"obj":{
"iccid":"8985211116317800004"
},
"success": true,
"msg":"",
"code":"00000 "
}