Import Product Features From CSV
Last updated
Was this helpful?
URL : /api/v1/product-features/import_from_csv/
Method : POST
Required Content-Type is multipart/form-data with the following single key-value pair:
Key: file
Value: {csv file from which to import}
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
Code : 200 OK
Content examples :
Last updated
Was this helpful?
Was this helpful?
product__short_code,code,name
LKP1,C123,A
LKP1,C456,B{
"job_id": 10
}