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

ktype_id
  • Type: integer
application_id
  • Type: integer

Request body

Schema

AttributeTypeExample
part_am_id
integer
2
part_manufacturer_id
integer
4
status
string
A

Example

{
  "part_am_id": 2,
  "part_manufacturer_id": 4,
  "status": "A"
}

Responses

200 - OK.