URL : /api/v1/product-features/import_from_csv/
/api/v1/product-features/import_from_csv/
Method : POST
POST
Required Content-Type is multipart/form-data with the following single key-value pair:
Content-Type
multipart/form-data
Key: file
file
Value: {csv file from which to import}
{csv file from which to import}
code - String
code
product__short_code - String
product__short_code
feature_type - String
feature_type
Choices: activation, consumption
max_consumption - Integer
max_consumption
allow_overages - Boolean
allow_overages
max_overages - Integer
max_overages
reset_consumption - Boolean
reset_consumption
consumption_period - String
consumption_period
Choices: daily, weekly, monthly, annually
is_floating - Boolean
is_floating
is_floating_cloud -Boolean
is_floating_cloud
floating_users - Integer
floating_users
floating_timeout - Integer
floating_timeout
Code : 200 OK
200 OK
Content examples :
Last updated 18 days ago
Was this helpful?
product__short_code,code,name LKP1,C123,A LKP1,C456,B
{ "job_id": 10 }