Skip to content

Create an assignment criteria

OpenAPI specifications

post https://api.autopass.pro/assignment-criteria

Create an assignment criteria.

Request body

Schema

AttributeTypeExample
assignment_idRequired
number
328104720
group
number
3
technical_property_idRequired
number
325
value
string
2

Example

{
  "assignment_id": 328104720,
  "group": 3,
  "technical_property_id": 325,
  "value": "2"
}

Responses

201 - OK

400 - Bad Request

401 - Unauthorized