Management API
...
Product
Features
Import Product Features From CSV
5min
imports product features from csv, if requesting manager has access permissions to it url /api/v1/product features/import from csv/ method post content type required content type is multipart/form data with the following single key value pair key file value {csv file from which to import} required csv headers name code product short code possible csv headers code – string product short code – string feature type string choices activation , consumption max consumption integer allow overages boolean max overages integer reset consumption boolean consumption period string choices daily , weekly , monthly , annually is floating boolean is floating cloud boolean floating users integer floating timeout integer data example product short code,code,name lkp1,c123,a lkp1,c456,b success response code 200 ok content examples { "job id" 10 } job id from response can be used to query the import result