---
title: "Create package"
method: POST
path: "/v1/Packages"
tags: ["Packages"]
---

# Create package

`POST /v1/Packages`

Create a new package.

## Request body

- RevAppPostModelsPackagePost
  - `currency_code` 'USD' | 'AFN' | 'DZD' | 'ARS' | 'AMD' | 'AWG' | 'AUD' | 'AZN' | 'BSD' | 'BHD' | 'THB' | 'PAB' | 'BBD' | 'BYN' | 'BZD' | 'BMD' | 'VEF' | 'BOB' | 'BRL' | 'BND' | 'BGN' | 'BIF' | 'CVE' | 'CAD' | 'KYD' | 'XOF' | 'XAF' | 'XPF' | 'CLP' | 'COP' | 'KMF' | 'CDF' | 'BAM' | 'NIO' | 'CRC' | 'CUP' | 'CZK' | 'GMD' | 'DKK' | 'MKD' | 'DJF' | 'STD' | 'DOP' | 'VND' | 'XCD' | 'EGP' | 'SVC' | 'ETB' | 'EUR' | 'FKP' | 'FJD' | 'HUF' | 'GHS' | 'GIP' | 'HTG' | 'PYG' | 'GNF' | 'GYD' | 'HKD' | 'UAH' | 'ISK' | 'INR' | 'IRR' | 'IQD' | 'JMD' | 'JOD' | 'KES' | 'PGK' | 'LAK' | 'HRK' | 'KWD' | 'AOA' | 'MMK' | 'GEL' | 'LBP' | 'ALL' | 'HNL' | 'SLL' | 'LRD' | 'LYD' | 'SZL' | 'LSL' | 'MGA' | 'MWK' | 'MYR' | 'MUR' | 'MXN' | 'MXV' | 'MDL' | 'MAD' | 'MZN' | 'BOV' | 'NGN' | 'ERN' | 'NAD' | 'NPR' | 'ANG' | 'ILS' | 'TWD' | 'NZD' | 'BTN' | 'KPW' | 'NOK' | 'MRO' | 'TOP' | 'PKR' | 'MOP' | 'CUC' | 'UYU' | 'PHP' | 'GBP' | 'BWP' | 'QAR' | 'GTQ' | 'ZAR' | 'OMR' | 'KHR' | 'RON' | 'MVR' | 'IDR' | 'RUB' | 'RWF' | 'SHP' | 'SAR' | 'RSD' | 'SCR' | 'SGD' | 'PEN' | 'SBD' | 'KGS' | 'SOS' | 'TJS' | 'SSP' | 'LKR' | 'SDG' | 'SRD' | 'SEK' | 'CHF' | 'SYP' | 'BDT' | 'WST' | 'TZS' | 'KZT' | 'TTD' | 'MNT' | 'TND' | 'TRY' | 'TMT' | 'AED' | 'UGX' | 'CLF' | 'COU' | 'UYI' | 'USN' | 'UZS' | 'VUV' | 'CHE' | 'CHW' | 'KRW' | 'YER' | 'JPY' | 'CNY' | 'ZMW' | 'ZWL' | 'PLN' — The three-letter currency code for this package. Defaults to USD.
  - `package_id` integer — Primary identifier for a specific package.
  - `provider_id` integer, required — Foreign key identifier for associated provider.
  - `description` string, required — Short descriptive text that only appears within Rev.io and is not intended to be public facing.
  - `description_on_bill` string, required — Descriptive text that will appear on the bill, or in other words, customers can see this.
  - `long_description` string — Longer descriptive text for further details about the package.
  - `created_date` string, date-time — The date and time this package was added to Rev.io.
  - `created_by` integer — Foreign key identifier for the user who created this package.
  - `active` boolean — Indicates whether this package is active or not.
  - `usage_plan_group_id` integer, required — Foreign key identifier for the usage plan group associated with this package.
  - `service_type_id` integer — Foreign key identifier for the associated service type.
  - `package_category_id` integer — Foreign key identifier for the package category.
  - `exempt_from_spiff_commission` boolean — Indicates package is exempt from Spiff Commission.
  - `state_provinces` string[] — Restricts this package to a list of states and/or provinces (2-Character abbreviation).
  - `postal_codes` string[] — Restricts this package to a list of postal codes.
  - `restrict_class_flag` boolean — Indicates package has a customer class restriction.
  - `class` 'Business' | 'Residential' — Customer class package is restricted to.
  - `restrict_bill_profile_flag` boolean — Indicates package has a bill profile restriction.
  - `bill_profile_id` integer — Bill profile package is restricted to.
  - `links` RevAppComponentsLink[]
    - `rel` string
    - `href` string

## Response `201`

Created

- RevWebAPIModelsCreate
  - `ok` boolean
  - `id` integer

## Other responses

- `400` — BadRequest
- `500` — InternalServerError

---

[API](https://skmtc.net/rev-io/apis/rev-io-api.md) · [All operations](https://skmtc.net/rev-io/apis/rev-io-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rev-io/rev-io-api/revisions/135571434f6c/schema)
