LinkDeallocation

Smile emits this message after a number pool reservation is deallocated.

Message header

The following table lists the parameters in the LinkDeallocation message header.

Table 1. LinkDeallocation header parameters
Parameter Type Values
linkId string The ID of the link which has been deallocated
quarantineLinkId string The ID of the quarantine link created due to the deallocation (if one was created)
reservationStatus boolean The status of the reservation if it still has active links and continues to reserve the resources
smileMessageType string "LinkDeallocation"

Message body

The message body contains the <PoolReservationLink> element and has the following format:
{http://xml.inomial.com/smile/2.xsd}PoolReservationLink

Example: The <PoolReservationLink> element

This example shows a PoolReservationLink XML document that contains the <PoolReservationLink> element, describing a link which has been unlinked.

<PoolReservationLink xmlns="http://xml.inomial.com/smile/2.xsd" xmlns="http://ws.inomial.com/smile.2">
  <LinkId>e55fe410-5d6f-43f3-bbf1-51bafb2f07fe</LinkId>
  <LinkType>Allocation</LinkType>
  <Reservation>
    <ReservationId>732b30ff-824b-4a0e-9eea-691e280f2d5e</ReservationId>
    <Start>0399990000</Start>
    <End>0399999999</End>
  </Reservation>
</PoolReservationLink>