Appearance
Patch parts OE
OpenAPI specificationspatch https://api.autopass.pro/vehicles/{id}/parts-oe
Patch vehicle's parts OE.
Path parameters
id- Type:
integer
Vehicle ID
Request body
Schema
| Attribute | Type | Example |
|---|---|---|
item | object | |
item.application_id | integer | |
item.code | string | |
item.code_raw | string | |
item.delete | boolean | |
item.description | string | |
item.is_frozen | boolean | |
item.manufacturer_id | integer | |
item.provider_id | integer | |
item.refoe_id | integer | |
item.source_id | integer |
Example
[
{
"application_id": 42,
"code": "string",
"code_raw": "string",
"delete": true,
"description": "string",
"is_frozen": true,
"manufacturer_id": 42,
"provider_id": 42,
"refoe_id": 42,
"source_id": 0
}
]