Create package productAsk AIpost https://restapi.rev.io/v1/PackageProductsCreate a new package product.Body ParamsThe package product to create.package_product_idint32Primary identifier for this package product.product_idint32required1 to 2147483647Product id for this package product.package_idint32required1 to 2147483647Package id for this package product.descriptionstringrequiredlength between 0 and 255Description for this package product.code_1stringlength between 0 and 4000Primary provisioning code (i.e. USOC).code_2stringlength between 0 and 4000Secondary provisioning code (i.e. FID).ratedouble≥ 0Per month charge to the end user.costdouble≥ 0Per month cost from provider.buy_ratedouble≥ 0Per month charge to a reseller.quantityint321 to 2147483647Number of this type of package product provided to end user. This is multiplied by the Rate field when calculating a recurring charge.tax_includedbooleanIndicates total amount of charge should not exceed the value in rate. The base amount is adjusted dynamically on charges produced each month, to ensure base + tax = rate.truefalsegroup_on_billbooleanIndicates this package product's rate should be grouped into a sum package amount when displayed on a bill.truefalseitemizebooleanIndicates that, although their price is grouped, the name of the package product will still show indented underneath on the bill, but with no individual price displayed.truefalsecreditbooleanIndicates that this package product is a credit.truefalsestate_provincesarray of stringsRestricts this package product to a list of states and/or provinces (2-Character abbreviation).state_provincesADD stringorder_typestringenumRestricts this package product to this order type.ALLNEWCONVERSIONOTHERAllowed:ALLNEWCONVERSIONOTHERMetadataacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 201Created 400BadRequest 500InternalServerErrorUpdated 7 months ago