ServiceChannel Trucks API
The Trucks API from ServiceChannel — 5 operation(s) for trucks.
The Trucks API from ServiceChannel — 5 operation(s) for trucks.
Every API here is available over the APIs.io API and to AI agents over MCP.
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
find_apisBrowse and filter every API in the catalog.get_api_artifactsOne API's artifacts, grouped by type.get_openapiThe primary OpenAPI for this API.find_similar_apisAPIs that look like this one.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.curl "https://apis.io/api/v1/apis/servicechannel-trucks-api"
curl "https://apis.io/api/v1/apis?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.
openapi: 3.2.0
info:
version: bearer.v1
title: Fixxbook.Bearer.Api.V1 AfterHours Trucks API
isOdataApi: false
relativePath: ''
discoveryPath: docs/bearer.v1
_isAuthorizedAccess: true
servers:
- url: https://sb2fixxbook.servicechannel.com:443/api
security:
- oauth2: []
tags:
- name: Trucks
paths:
/trucks/{id}:
get:
tags:
- Trucks
operationId: GETv3_trucks_{id}
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int32
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/System.Object'
text/json:
schema:
$ref: '#/components/schemas/System.Object'
deprecated: false
x-access: Any
put:
tags:
- Trucks
operationId: PUTv3_trucks_{id}
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int32
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/System.Object'
text/json:
schema:
$ref: '#/components/schemas/System.Object'
deprecated: false
x-access: Any
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceChannel.Services.Messaging.Trucks.TruckRequest'
text/json:
schema:
$ref: '#/components/schemas/ServiceChannel.Services.Messaging.Trucks.TruckRequest'
required: true
delete:
tags:
- Trucks
operationId: DELETEv3_trucks_{id}
parameters:
- name: id
in: path
required: true
schema:
type: integer
format: int32
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/System.Object'
text/json:
schema:
$ref: '#/components/schemas/System.Object'
deprecated: false
x-access: Any
/trucks:
post:
tags:
- Trucks
operationId: POSTv3_trucks
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/System.Object'
text/json:
schema:
$ref: '#/components/schemas/System.Object'
deprecated: false
x-access: Any
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceChannel.Services.Messaging.Trucks.TruckRequest'
text/json:
schema:
$ref: '#/components/schemas/ServiceChannel.Services.Messaging.Trucks.TruckRequest'
required: true
/trucks/technician:
post:
tags:
- Trucks
operationId: POSTv3_trucks_technician
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/System.Object'
text/json:
schema:
$ref: '#/components/schemas/System.Object'
deprecated: false
x-access: Any
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceChannel.Services.Messaging.Trucks.TechTruckRequest'
text/json:
schema:
$ref: '#/components/schemas/ServiceChannel.Services.Messaging.Trucks.TechTruckRequest'
required: true
/trucks/technician/{authTechId}:
get:
tags:
- Trucks
operationId: GETv3_trucks_technician_{authTechId}
parameters:
- name: authTechId
in: path
required: true
schema:
type: integer
format: int64
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/System.Object'
text/json:
schema:
$ref: '#/components/schemas/System.Object'
deprecated: false
x-access: Any
put:
tags:
- Trucks
operationId: PUTv3_trucks_technician_{authTechId}
parameters:
- name: authTechId
in: path
required: true
schema:
type: integer
format: int64
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/System.Object'
text/json:
schema:
$ref: '#/components/schemas/System.Object'
deprecated: false
x-access: Any
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ServiceChannel.Services.Messaging.Trucks.TechTruckRequest'
text/json:
schema:
$ref: '#/components/schemas/ServiceChannel.Services.Messaging.Trucks.TechTruckRequest'
required: true
delete:
tags:
- Trucks
operationId: DELETEv3_trucks_technician_{authTechId}
parameters:
- name: authTechId
in: path
required: true
schema:
type: integer
format: int64
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/System.Object'
text/json:
schema:
$ref: '#/components/schemas/System.Object'
deprecated: false
x-access: Any
/odata/trucks:
get:
tags:
- Trucks
operationId: Trucks_GetTrucks
parameters:
- name: $expand
in: query
description: Expand a navigation property.
required: false
schema:
type: string
- name: $select
in: query
description: Select a set of properties to return.
required: false
schema:
type: string
- name: $filter
in: query
description: Filter a collection of resources addressed by a request URL.
required: false
schema:
type: string
- name: $orderby
in: query
description: Order resources by the specified property in the response.
required: false
schema:
type: string
- name: $top
in: query
description: Return the specified number of items in the response.
required: false
schema:
type: integer
- name: $skip
in: query
description: Skip the specified number of items in the response.
required: false
schema:
type: integer
- name: $count
in: query
description: Include the count of the matching resources in the response.
required: false
schema:
type: boolean
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/System.Object'
deprecated: false
x-access: Any
components:
schemas:
ServiceChannel.Services.Messaging.Trucks.TruckRequest:
required:
- TruckId
- Name
type: object
properties:
TruckId:
type: string
Name:
type: string
Region:
type: string
District:
type: string
Make:
type: string
Model:
type: string
Year:
type: string
License:
type: string
Vin:
type: string
HomestoreLocationId:
format: int32
type: integer
MainContact:
type: string
PhoneNumber:
type: string
FaxNumber:
type: string
Email:
type: string
ManagerAuthId:
format: int64
type: integer
InventoryProviderId:
format: int32
type: integer
System.Object:
type: object
properties: {}
ServiceChannel.Services.Messaging.Trucks.TechTruckRequest:
required:
- AuthTechnicianId
type: object
properties:
AuthTechnicianId:
format: int64
type: integer
TruckId:
format: int32
type: integer
AlternativeTruckDescription:
type: string
securitySchemes:
oauth2:
type: oauth2
flows:
authorizationCode:
scopes: {}
authorizationUrl: https://sb2login.servicechannel.com/oauth/authorize
tokenUrl: https://sb2login.servicechannel.com/oauth/token
description: OAuth2 Authorization