---
title: "POST /phone-number-orders"
method: POST
path: "/phone-number-orders"
---

# POST /phone-number-orders

`POST /phone-number-orders`

Creates an order for phone numbers to be provisioned. For toll-free numbers, you cannot use the Amazon Chime Business Calling product type. For numbers outside the U.S., you must use the Amazon Chime SIP Media Application Dial-In product type.

## Request body

- object
  - `ProductType` 'BusinessCalling' | 'VoiceConnector' | 'SipMediaApplicationDialIn', required — The phone number product type.
  - `E164PhoneNumbers` E164PhoneNumber[], required — List of phone numbers, in E.164 format.

## Response `201`

Success

- CreatePhoneNumberOrderResponse
  - `PhoneNumberOrder` object — The phone number order details.
    - `PhoneNumberOrderId` string — The phone number order ID.
    - `ProductType` 'BusinessCalling' | 'VoiceConnector' | 'SipMediaApplicationDialIn' — The phone number order product type.
    - `Status` 'Processing' | 'Successful' | 'Failed' | 'Partial' — The status of the phone number order.
    - `OrderedPhoneNumbers` OrderedPhoneNumber[] — The ordered phone number details, such as the phone number in E.164 format and the phone number status.
      - `E164PhoneNumber` string, password — The phone number, in E.164 format.
      - `Status` 'Processing' | 'Acquired' | 'Failed' — The phone number status.
    - `CreatedTimestamp` string, date-time — The phone number order creation time stamp, in ISO 8601 format.
    - `UpdatedTimestamp` string, date-time — The updated phone number order time stamp, in ISO 8601 format.

## Other responses

- `480` — BadRequestException
- `481` — ForbiddenException
- `482` — AccessDeniedException
- `483` — UnauthorizedClientException
- `484` — ThrottledClientException
- `485` — ResourceLimitExceededException
- `486` — ServiceUnavailableException
- `487` — ServiceFailureException

---

[API](https://skmtc.net/aws/apis/chime.md) · [All operations](https://skmtc.net/aws/apis/chime/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/chime/versions/40da18840201/schema)
