Appearance
Create an assignment
OpenAPI specificationspost https://api.autopass.pro/assignments
Assign a part AM to a KType and an application.
Query parameters
ktype_id- Type:
integer
application_id- Type:
integer
Request body
Schema
| Attribute | Type | Example |
|---|---|---|
part_am_id | integer | 2 |
part_manufacturer_id | integer | 4 |
status | string | A |
Example
{
"part_am_id": 2,
"part_manufacturer_id": 4,
"status": "A"
}