username:password
Authorization: Basic *****************
{
"custNo": 554433,
"eSIMIdentifier": "89610147000005029752",
"lineSeqNo": 1,
"orderType": "Reset Esim",
"resetEsim": {
"targetState": "RELEASED"
}
}
curl --location --request POST 'https://benzine.telcoinabox.com/tiab/api/v1/mobile/resource/manageEsim' \
--header 'Content-Type: application/json' \
--header 'Authorization: Basic Og==' \
--data-raw '{
"custNo": 554433,
"eSIMIdentifier": "89610147000005029752",
"lineSeqNo": 1,
"orderType": "Reset Esim",
"resetEsim": {
"targetState": "RELEASED"
}
}'
{
"errorCode": 0,
"errorMessage": "Web method processed successfully",
"success": true,
"esimDetails": {
"custNo": 382901,
"lineSeqNo": 45,
"esimIdentifier": "89610147000005109863",
"activationCode": "1$SM-V4-017-PPA-GTM.PR.GO-ESIM.COM$D439570DC0D5F34FEAC6CFEEAC6BE00D",
"profileState": "RELEASED"
}
}