eUICC transaction: Audit
eUICC Audit transaction results will be pushed to the configured endpoint in below format.
{
"account_name": ABC",
"account_no": 123456789,
"eid": "12345611014230000000000000123456",
"gsma_reason_code": null,
"gsma_subject_code": null,
"iccid": "1234560000003012345",
"message": "The transaction is completed successfully.",
"number_of_profiles": 2,
"operation_id": 1234,
"operation_type": "AUDIT",
"profiles": [
{
"imsi": "123404012345678",
"iccid": "1234560000003012345",
"msisdn": null,
"fallback": false,
"provider": "XYZ",
"bootstrap": false,
"sim_profile": "CYXXXX",
"euicc_status": "ENABLED"
},
{
"imsi": "654321087654321",
"iccid": "6543210000001234567",
"msisdn": null,
"fallback": true,
"provider": "PQR",
"bootstrap": true,
"sim_profile": "CYXXXX",
"euicc_status": "DISABLED"
}
],
"rsp_platform": "SAS",
"rule_details": {
"name": "eUICC transactions",
"event": "EUICC Transactions",
"category": "Create stream",
"parameters": null
},
"sim_type": "Standard Plugin",
"status": "SUCCESS",
"updated_at": "2024-01-06T14:06:33.951285Z"
}
Last updated