Appearance
Create an assignment
OpenAPI specificationspost 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
| Attribute | Type | Example |
|---|---|---|
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
}