Change Recycling Time

# Change Recycling Time

Simlessly API (v1.0.0): Change Recycling Time

# POST

https://rsp.simlessly.com/api/v1/profile/recycle-time/change (opens new window)

# Parameters of Request

Name Type MOC Description Example
iccid String Mandatory ICCID (length: 19-20) 89860468152080349618
expireTime String Mandatory Expire time(Format: yyyy-MM-dd HH:mm:ss) 2023-11-30 12:00:00

# Example of Request

{
  "iccid": " 89860468152080349618",
  "expireTime": "2023-11-30 12:00:00"
}

# Parameters of Response

Name Type MOC Description Example
iccid String Mandatory ICCID (length: 19-20) 89860468152080349618

# Example of Response

 {
  "obj":{
    "iccid": "89860468152080348700"
  },
  "success": true,
  "msg": "",
  "code": "00000"
}