# Number Rejected

This notification occurs if at least one number on the port order was rejected. Look at rejected reasons for more details on what went wrong.

Endpoint: POST NumbersRejected
Version: 1.0
Security: basicAuth, bearerAuth

## Request fields (application/json):

  - `type` (string)
    The event that triggered the webhook.
    Enum: "NUMBERS_ACTIVATED", "NUMBERS_CONFIRMED", "NUMBERS_REJECTED", "ORDER_UPDATED", "NEW_ORDER_NOTE"

  - `orderId` (string)
    The order ID that was updated.

  - `phoneNumbers` (array)

  - `phoneNumbers.phoneNumber` (string, required)
    The phone number in [E.164](https://community.sinch.com/t5/Glossary/E-164/ta-p/7537) format.
    Example: "+12345678901"

  - `phoneNumbers.status` (string)
    The porting status of the phone number.
    Enum: "PENDING", "CONFIRMED", "REJECTED", "ACTIVATED", "CANCELED", "EXCLUDED"

  - `phoneNumbers.activatedDate` (string)
    The date and time the number was activated. Formatted as [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601): YYYY-MM-DDThh:mm:ss.SSSZ.
    Example: "2024-09-24T14:00:00Z"

  - `phoneNumbers.confirmedDate` (string)
    The date and time the number was confirmed. Formatted as [ISO-8601](https://en.wikipedia.org/wiki/ISO_8601): YYYY-MM-DDThh:mm:ss.SSSZ.
    Example: "2024-09-24T12:00:00Z"

  - `phoneNumbers.rejectReason` (string)
    The reason the number was rejected.


