Add a field to a pricing calculator
Pricing Calculator Fields
Add a field to a pricing calculator
POST
Add a field to a pricing calculator
Authorizations
API key authentication. Use "Bearer <api_key>" or "Api-Key <api_key>".
Path Parameters
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$Body
application/json
Field label
Input type: number, slider, dropdown, radio, checkbox, text
Available options:
number, dropdown, checkbox Pattern:
^[a-zA-Z_][a-zA-Z0-9_]*$Field-type-specific config. number/slider: min/max/step/default. dropdown/radio: options. checkbox: defaultChecked.
Response
201 - application/json
Default Response
Available options:
number, dropdown, checkbox Field-type-specific config. number/slider: min/max/step/default. dropdown/radio: options. checkbox: defaultChecked.