Get Body Types

Get Body Types

GET https://portal-staging.aiicoplc.com/api/services/app/UtilitiyService/GetBodyTypes

This endpoint returns available Body Types

Headers

NameTypeDescription

X-ApiKey*

string

To be provided.

Content-Type*

string

application/Json

{
    "result": [
        "Bus",
        "Car",
        "Jeep - Suv",
        "Truck"
    ],
    "targetUrl": null,
    "success": true,
    "error": null,
    "unAuthorizedRequest": false,
    "__abp": true
}

Last updated