Replace packageAsk AIput https://restapi.rev.io/v1/Packages/{id}Replace an existing package.Body ParamsThe replacement package.package_idint32Primary identifier for a specific package.provider_idint32requiredForeign key identifier for associated provider.descriptionstringrequiredlength between 0 and 255Short descriptive text that only appears within Rev.io and is not intended to be public facing.description_on_billstringrequiredlength between 0 and 255Descriptive text that will appear on the bill, or in other words, customers can see this.long_descriptionstringlength between 0 and 1000Longer descriptive text for further details about the package.created_datedate-timeThe date and time this package was added to Rev.io.created_byint32Foreign key identifier for the user who created this package.activebooleanIndicates whether this package is active or not.truefalseusage_plan_group_idint32requiredForeign key identifier for the usage plan group associated with this package.service_type_idint32Foreign key identifier for the associated service type.package_category_idint32Foreign key identifier for the package category.exempt_from_spiff_commissionbooleanIndicates package is exempt from Spiff Commission.truefalsestate_provincesarray of stringsRestricts this package to a list of states and/or provinces (2-Character abbreviation).state_provincesADD stringpostal_codesarray of stringsRestricts this package to a list of postal codes.postal_codesADD stringrestrict_class_flagbooleanIndicates package has a customer class restriction.truefalseclassstringenumCustomer class package is restricted to.BusinessResidentialAllowed:BusinessResidentialrestrict_bill_profile_flagbooleanIndicates package has a bill profile restriction.truefalsebill_profile_idint32Bill profile package is restricted to.Metadataidint32requiredID of the package to replace.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 200OK 400BadRequest 500InternalServerErrorUpdated 7 months ago