Confirm Order
Simlessly
# Confirm Order
Simlessly API (v1.0.0): Confirm Order
# POST
https://rsp.simlessly.com/gsma/rsp2/es2plus/confirmOrder (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] |
confirmationCode | String | Optional | Confirmation Code | / |
ac | String | Optional | Activitied Code | 1$rsp-xian.redteaready.cn$2C056EC0786EE4A4F0B6EE4F4A5D7136 |
# Example of Request
{
"iccid":"8985211116317800004",
"eid":"35203000100100000000000021371840",
"confirmationCode":"",
"ac":""
}
# Parameters of Response
Name | Type | MOC | Description | Example |
---|---|---|---|---|
eid | String | Optional | EID | null or example[89086030202200000022000014352016] |
ac | String | Optional | Activitied Code | 1$rsp-xian.redteaready.cn$2C056EC0786EE4A4F0B6EE4F4A5D7136 |
# Example of Response
{
"obj":{
"eid":"35203000100100000000000021371840",
"ac":"1$rsp-xian.redteaready.cn$2C056EC0786EE4A4F0B6EE4F4A5D7136",
},
"success": true,
"msg":"",
"code":"00000"
}