Skip to content

Create an assignment

OpenAPI specifications

post https://api.autopass.pro/assignments

Assign a part AM to a KType and an application.

Query parameters

ktypnr
  • Type: integer
application_id
  • Type: integer

Request body

Schema

AttributeTypeExample
part_am_id
integer
2
equip_id
integer
4
status
string
A
pairing_group
integer
3

Example

{
  "part_am_id": 2,
  "equip_id": 4,
  "status": "A",
  "pairing_group": 3
}

Responses

200 - OK.