removeVehicle
removeVehicle
Path Parameters
departmentUuid string required
customer_id int64 required
vehicle_uuid string required
Responses
- 200
- 204
- 400
- 401
- 500
OK
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
removedSuccessfully boolean
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"removedSuccessfully": true
}
No Content
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Bad Request
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Unauthorized
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
Internal Server Error
*/*
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
]
}
GET /v2/department/:departmentUuid/customer/:customer_id/vehicle/:vehicle_uuid/setInvalid
Request
Request
curl / cURL
curl -L -X GET '/customer/v2/department/:departmentUuid/customer/:customer_id/vehicle/:vehicle_uuid/setInvalid' \
-H 'Accept: */*'
python / requests
curl -L -X GET '/customer/v2/department/:departmentUuid/customer/:customer_id/vehicle/:vehicle_uuid/setInvalid' \
-H 'Accept: */*'
go / native
curl -L -X GET '/customer/v2/department/:departmentUuid/customer/:customer_id/vehicle/:vehicle_uuid/setInvalid' \
-H 'Accept: */*'
nodejs / axios
curl -L -X GET '/customer/v2/department/:departmentUuid/customer/:customer_id/vehicle/:vehicle_uuid/setInvalid' \
-H 'Accept: */*'
ruby / Net::HTTP
curl -L -X GET '/customer/v2/department/:departmentUuid/customer/:customer_id/vehicle/:vehicle_uuid/setInvalid' \
-H 'Accept: */*'
csharp / RestSharp
curl -L -X GET '/customer/v2/department/:departmentUuid/customer/:customer_id/vehicle/:vehicle_uuid/setInvalid' \
-H 'Accept: */*'
php / cURL
curl -L -X GET '/customer/v2/department/:departmentUuid/customer/:customer_id/vehicle/:vehicle_uuid/setInvalid' \
-H 'Accept: */*'
java / OkHttp
curl -L -X GET '/customer/v2/department/:departmentUuid/customer/:customer_id/vehicle/:vehicle_uuid/setInvalid' \
-H 'Accept: */*'
powershell / RestMethod
curl -L -X GET '/customer/v2/department/:departmentUuid/customer/:customer_id/vehicle/:vehicle_uuid/setInvalid' \
-H 'Accept: */*'