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: number
  • Example: 470
application_id
  • Type: number
  • Example: 2

Request body

Schema

AttributeTypeExample
part_am_idRequired
number
2659167

Example

{
  "part_am_id": 2659167
}

Responses

201 - Created

400 - Bad Request

401 - Unauthorized