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