Create productAsk AIpost https://restapi.rev.io/v1/ProductsCreate a new product.Body ParamsThe product to create.currency_codestringenumThe three-letter currency code for this product. Defaults to USD.USDAFNDZDARSAMDAWGAUDAZNBSDBHDTHBPABBBDBYNBZDBMDVEFBOBBRLBNDBGNBIFCVECADKYDXOFXAFXPFCLPCOPKMFCDFBAMNIOCRCCUPCZKGMDDKKMKDDJFSTDDOPVNDXCDEGPSVCETBEURFKPFJDHUFGHSGIPHTGPYGGNFGYDHKDUAHISKINRIRRIQDJMDJODKESPGKLAKHRKKWDAOAMMKGELLBPALLHNLSLLLRDLYDSZLLSLMGAMWKMYRMURMXNMXVMDLMADMZNBOVNGNERNNADNPRANGILSTWDNZDBTNKPWNOKMROTOPPKRMOPCUCUYUPHPGBPBWPQARGTQZAROMRKHRRONMVRIDRRUBRWFSHPSARRSDSCRSGDPENSBDKGSSOSTJSSSPLKRSDGSRDSEKCHFSYPBDTWSTTZSKZTTTDMNTTNDTRYTMTAEDUGXCLFCOUUYIUSNUZSVUVCHECHWKRWYERJPYCNYZMWZWLPLNShow 165 enum valuesproduct_idint32Primary identifier for this product.product_type_idint32requiredForeign identifier indicating what kind of product this is.descriptionstringrequiredlength between 0 and 255Short description of the product (i.e. the name).code_1stringlength between 0 and 4000Primary provisioning code (i.e. USOC).code_2stringlength between 0 and 1024Secondary provisioning code (i.e. FID).ratedoublePer month charge to the end user.costdoublePer month cost from provider.buy_ratedoublePer month charge to a reseller.created_datedate-timeDate and time this product was created.created_byint32Foreign identifier indicating which user created this.activebooleanIndicates whether this product can be added to accounts.truefalsecreates_orderbooleanIndicates whether the work flow of adding or changing should be tracked with an order.truefalseprovider_idint32requiredForeign identifier indicating which underlying provider offers this product.bills_in_arrearsbooleanOverrides billing behavior, making it bill in arrears.truefalsebill_everystringenumIndicates how often customer is billed.FOLLOW_BILL_PROFILETHREE_MONTHSSIX_MONTHSONE_YEARTWO_YEARSTHREE_YEARSFOUR_YEARSFIVE_YEARSSIX_YEARSSEVEN_YEARSEIGHT_YEARSNINE_YEARSTEN_YEARSShow 13 enum valuesproratesbooleanOverrides billing behavior, making it prorate on activation.truefalseprorates_on_disconnectbooleanOverrides billing behavior, making it prorate on disconnect.truefalsecustomer_classstringenumIndicates restriction of this product by class, Null indicates no restriction.BusinessResidentialAllowed:BusinessResidentiallong_descriptionstringLonger description of the product or further details.ledger_codestringFor accounting purposes, can be displayed on reports.free_monthsint32Indicates product has no charge for the first number of months given.automatic_expiration_monthsint32Product will disconnect automatically after given number of months.order_completion_billingbooleanIndicates product should wait for it's order to complete before billing.truefalsetax_class_idint32Overrides the tax class associated with the assigned product type.wholesale_descriptionstringAdditional description used for reporting.smart_pricing_idint32Foreign identifier indicating the assigned smart pricing schedule (if any).bill_profile_idsarray of int32sForeign identifiers indicating the bill profiles that are assigned to the product.bill_profile_idsADD int32service_type_idsarray of int32sForeign identifiers indicating the service types that are assigned to the product.service_type_idsADD int32fieldsarray of objectsfieldsADD objectcategory_idint320 to 2147483647is_credit_account_typebooleantruefalseMetadataacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/htmltext/jsonAllowed:application/jsontext/htmltext/jsonResponses 201Created 400BadRequest 500InternalServerErrorUpdated 7 months ago