Port Out
This webhook is sent when an MSISDN is booked to port out.
Payload
{
"NotificationType": "PORT_OUT",
"Content": {
"Msisdn": "077777777777",
"PortDate": "2025-07-18T00:00:00",
"NetworkNo": 234
}
}
Name | Type | Description |
---|---|---|
NotificationType | string | The type of notification for this Webhook. |
Content.Msisdn | string | The MSISDN that is booked to port out. |
Content.PortDate | DateTime | The port out scheduled date. |
Content.NetworkNo | int | The network number for the port. |