Management API
License
Import License Features From CSV
6 min
imports license features from csv if requesting manager has access permissions to it ensure that all text fields in your csv use ascii characters non ascii characters (such as “ä”, “ñ”, or other special symbols) can cause import errors to avoid issues, remove or replace these characters before uploading your file url /api/v1/licenses/import features 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 license key code possible csv headers max consumption total consumptions expiry date allow overages consumption period max overages reset consumption data example license key,code,max consumption,expiry date,allow overages,consumption period,max overages,reset consumption gf32 xr78 ja2k lybu,f1,,,,,, gf32 xr78 ja2k lybu,f2,10,,0,,,0 gf32 xr78 ja2k lybu,f3,,,,,, gf32 xr78 j4ek lybu,f3,,2021 09 09,,,, gf32 xr78 j4ek lybu,f4,100,,1,daily,10,1 success response code 200 ok content examples { "job id" 10 } job id from response can be used to query the import result