# Create a new Bundle **POST /v2/RegulatoryCompliance/Bundles** Create a new Bundle. TODO: Resource-level docs ## Servers ## Parameters ### Body: (object) - **Email** (string) The email address that will receive updates when the Bundle resource changes status. - **EndUserType** (string) The [type of End User](https://www.twilio.com/docs/phone-numbers/regulatory/api/end-user-types) of the Bundle resource. - **FriendlyName** (string) The string that you assigned to describe the resource. - **IsoCountry** (string) The [ISO country code](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) of the Bundle's phone number country ownership request. - **NumberType** (string) The type of phone number of the Bundle's ownership request. Can be `local`, `mobile`, `national`, or `toll free`. - **RegulationSid** (string) The unique string of a regulation that is associated to the Bundle resource. - **StatusCallback** (string(uri)) The URL we call to inform your application of status changes. ## Responses ### 201 Created #### Body: (object) - **account_sid** (string | null) The SID of the Account that created the resource - **date_created** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was created - **date_updated** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource was last updated - **email** (string | null) The email address - **friendly_name** (string | null) The string that you assigned to describe the resource - **links** (object(uri-map) | null) The URLs of the Assigned Items of the Bundle resource - **regulation_sid** (string | null) The unique string of a regulation. - **sid** (string | null) The unique string that identifies the resource. - **status** (string | null) The verification status of the Bundle resource - **status_callback** (string(uri) | null) The URL we call to inform your application of status changes. - **url** (string(uri) | null) The absolute URL of the Bundle resource - **valid_until** (string(date-time) | null) The ISO 8601 date and time in GMT when the resource will be valid until. [Powered by Bump.sh](https://bump.sh)