Get Body Types
Get Body Types
GET
https://portal-staging.aiicoplc.com/api/services/app/UtilitiyService/GetBodyTypes
This endpoint returns available Body Types
Headers
Name
Type
Description
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