v3

latestSwagger 2.02026-08-067506752.0 MB
multiplier

Create a multiplier

post/v1/org/{orgId}/multiplier

Path parameters

orgIdstring required

org identifier (either id or slug)

Query parameters

datestring date

Effective date of multiplier creation

Request body

labelstring required

human-readable name of multiplier

codestring
valuenumber required

amount to multiply the initial value by

exprstring required

calculated expression to match against the job

categorystring

tag to group multipliers together by

Example request

{
  "label": "Non-technical",
  "expr": "department!=\"Engineering\"",
  "category": "Location"
}

Response

snapshot currently building