AMCS Group Schedule API
The Schedule API from AMCS Group — 3 operation(s) for schedule.
The Schedule API from AMCS Group — 3 operation(s) for schedule.
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/amcs-group-schedule-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:
title: Core AccessGroup Schedule API
version: core
servers:
- url: https://rstapi-sbx-svc-core.amcsplatform.com/erp/api/integrator/erp
description: Base URL declared by the provider in apis.yml (roadmap#122).
tags:
- name: Schedule
paths:
/transport/schedules/changes:
get:
tags:
- Schedule
summary: Retrieve changes
description: '| Property | Description |
| ------------------------------------- | ----------------------------------------------------------------------------- |
| GUID| The GUID associated to the schedule. |
| ScheduledDate| The date associated to the schedule.|
| Description| The description associated to the schedule.|
| IsContainerSchedule| Is the schedule a container.|
| Notes| The notes associated to the schedule.Filterable.|
| LeaveYardTime| The leave yard time associated to the schedule.|
| ReturnYardTime| The return yard time associated to the schedule.|
| Driver.RelatedUserDriverGuid| The GUID associated to the related user driver.|
| Driver.ClockOffDateTime| The clock off time associated to the driver.|
| Driver.ClockOnDateTime| The clock on time associated to the driver.|
| VehicleChecks.StartMileage| The start mileage associated to the vehicle.|
| VehicleChecks.EndMileage| The end mileage associated to the vehicle.|
| VehicleChecks.IsStartSafetyChecked| Is the start safety checked associated to the vehicle.|
| VehicleChecks.StartNotes| The start notes associated to the vehicle.|
| VehicleChecks.IsEndSafetyChecked| Is the end safety checked associated to the vehicle.|
| VehicleChecks.EndNotes| The end notes associated to the vehicle.|
| VehicleChecks.StartDefectTicketNo| The start defect ticket number associated to the vehicle.|
| VehicleChecks.EndDefectTicketNo| The end defect ticket number for the vehicle.|
| VehicleChecks.StartDefectCheckBySysUserId| The start defect check of the vehicle by user id.|
| VehicleChecks.EndDefectCheckBySysUserId| The end defect check associated to the vehicle by user id.|
| CompanyOutletListItem| The GUID and the description associated to the company outlet.|
| IsCompleted| Is the schedule completed.|
| IsForVehicle| Is the schedule for the vehicle.|
| IsManifestCompleted| Is the manifest associated to the schedule completed.|
| IsManifestExported| Is the manifest associated to the schedule exported.|
| IsManifestExportedFailed| Is the manifest export associated to the schedule failed.|
| IsManifestRequired| Is the manifest associated to the schedule required.|
| IsThirdPartySchedule| Is the schedule a third party.|
| FuelUsed| The fuel used associated to the schedule.|
| FuelCost| The fuel cost associated to the schedule.|
| Position| The position associated to the schedule.|
| RelatedVehicleGuid| The GUID associated to the related vehicle. Filterable.|
| RelatedUserDriverGuid| The GUID associated to the related user driver. Filterable.|
| RelatedUserStartCheckByGuid| The GUID associated to the related user for start check. Filterable.|
| RelatedUserEndCheckByGuid| The GUID associated to the related user for end check. Filterable.|'
operationId: Schedule_GetChanges
parameters:
- name: since
in: query
schema:
type: string
- name: cursor
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceChanges_ApiIntegratorScheduleResource'
/transport/schedules/{guid}:
get:
tags:
- Schedule
summary: Find with GUID
description: '| Property | Description |
| ------------------------------------- | ----------------------------------------------------------------------------- |
| GUID| The GUID associated to the schedule. |
| ScheduledDate| The date associated to the schedule.|
| Description| The description associated to the schedule.|
| IsContainerSchedule| Is the schedule a container.|
| Notes| The notes associated to the schedule.Filterable.|
| LeaveYardTime| The leave yard time associated to the schedule.|
| ReturnYardTime| The return yard time associated to the schedule.|
| Driver.RelatedUserDriverGuid| The GUID associated to the related user driver.|
| Driver.ClockOffDateTime| The clock off time associated to the driver.|
| Driver.ClockOnDateTime| The clock on time associated to the driver.|
| VehicleChecks.StartMileage| The start mileage associated to the vehicle.|
| VehicleChecks.EndMileage| The end mileage associated to the vehicle.|
| VehicleChecks.IsStartSafetyChecked| Is the start safety checked associated to the vehicle.|
| VehicleChecks.StartNotes| The start notes associated to the vehicle.|
| VehicleChecks.IsEndSafetyChecked| Is the end safety checked associated to the vehicle.|
| VehicleChecks.EndNotes| The end notes associated to the vehicle.|
| VehicleChecks.StartDefectTicketNo| The start defect ticket number associated to the vehicle.|
| VehicleChecks.EndDefectTicketNo| The end defect ticket number for the vehicle.|
| VehicleChecks.StartDefectCheckBySysUserId| The start defect check of the vehicle by user id.|
| VehicleChecks.EndDefectCheckBySysUserId| The end defect check associated to the vehicle by user id.|
| CompanyOutletListItem| The GUID and the description associated to the company outlet.|
| IsCompleted| Is the schedule completed.|
| IsForVehicle| Is the schedule for the vehicle.|
| IsManifestCompleted| Is the manifest associated to the schedule completed.|
| IsManifestExported| Is the manifest associated to the schedule exported.|
| IsManifestExportedFailed| Is the manifest export associated to the schedule failed.|
| IsManifestRequired| Is the manifest associated to the schedule required.|
| IsThirdPartySchedule| Is the schedule a third party.|
| FuelUsed| The fuel used associated to the schedule.|
| FuelCost| The fuel cost associated to the schedule.|
| Position| The position associated to the schedule.|
| RelatedVehicleGuid| The GUID associated to the related vehicle. Filterable.|
| RelatedUserDriverGuid| The GUID associated to the related user driver. Filterable.|
| RelatedUserStartCheckByGuid| The GUID associated to the related user for start check. Filterable.|
| RelatedUserEndCheckByGuid| The GUID associated to the related user for end check. Filterable.|'
operationId: Schedule_Get
parameters:
- name: guid
in: path
required: true
schema:
type: string
format: uuid
- name: udf
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultEntity_ApiIntegratorScheduleResource'
put:
tags:
- Schedule
summary: Partial update
description: '| Property | Description | Required |
| ------------------------------------- | ----------------------------------------------------------------------------- | -------- |
| GUID| The GUID associated to the schedule. | No |
| ScheduledDate| The date associated to the schedule.| Yes |
| Description| The description associated to the schedule.| Yes |
| IsContainerSchedule| Is the schedule a container.| No |
| Notes| The notes associated to the schedule. Editable.| No |
| LeaveYardTime| The leave yard time associated to the schedule.| No |
| ReturnYardTime| The return yard time associated to the schedule.| No |
| Driver.RelatedUserDriverGuid| The GUID associated to the related user driver.| No |
| Driver.ClockOffDateTime| The clock off time associated to the driver.| No |
| Driver.ClockOnDateTime| The clock on time associated to the driver.| No |
| VehicleChecks.StartMileage| The start mileage associated to the vehicle.| No |
| VehicleChecks.EndMileage| The end mileage associated to the vehicle.| No |
| VehicleChecks.IsStartSafetyChecked| Is the start safety checked associated to the vehicle.| No |
| VehicleChecks.StartNotes| The start notes associated to the vehicle.| No |
| VehicleChecks.IsEndSafetyChecked| Is the end safety checked associated to the vehicle.| No |
| VehicleChecks.EndNotes| The end notes associated to the vehicle.| No |
| VehicleChecks.StartDefectTicketNo| The start defect ticket number associated to the vehicle.| No |
| VehicleChecks.EndDefectTicketNo| The end defect ticket number for the vehicle.| No |
| VehicleChecks.StartDefectCheckBySysUserId| The start defect check of the vehicle by user id.| No |
| VehicleChecks.EndDefectCheckBySysUserId| The end defect check associated to the vehicle by user id.| No |
| CompanyOutletListItem| The GUID and the description associated to the company outlet.| Yes |
| IsCompleted| Is the schedule completed.| Yes |
| IsForVehicle| Is the schedule for the vehicle.| Yes |
| IsManifestCompleted| Is the manifest associated to the schedule completed.| Yes |
| IsManifestExported| Is the manifest associated to the schedule exported.| Yes |
| IsManifestExportedFailed| Is the manifest export associated to the schedule failed.| Yes |
| IsManifestRequired| Is the manifest associated to the schedule required.| Yes |
| IsThirdPartySchedule| Is the schedule a third party.| Yes |
| FuelUsed| The fuel used associated to the schedule.| No |
| FuelCost| The fuel cost associated to the schedule.| No |
| Position| The position associated to the schedule.| No |
| RelatedVehicleGuid| The GUID associated to the related vehicle.| Yes |
| RelatedUserDriverGuid| The GUID associated to the related user driver.| Yes |
| RelatedUserStartCheckByGuid| The GUID associated to the related user for start check.| No |
| RelatedUserEndCheckByGuid| The GUID associated to the related user for end check.| No |
**Extra validations**
| Condition | Error message |
| --------- | ------------- |
| If Description is more than 60 characters long | Description must be no more than 60 characters long. |
| If Notes is more than 4096 characters long | Notes must be no more than 4096 characters long. |
| If DefectTicketNo is more than 20 characters long | Defect Ticket No must be no more than 20 characters long. |
| RelatedVehicleGuid is being edited | RelatedVehicleGuid is a read-only property. |
| CompanyOutletListItem is being edited | CompanyOutletListItem.Guid is a read-only property. |
| ScheduledDate is being edited | ScheduledDate is a read-only property. |
| Description is being edited | Description is a read-only property. |
| Position is being edited | Position is a read-only property. |
| IsContainerSchedule is being edited | IsContainerSchedule is a read-only property. |
| IsManifestRequired is being edited | IsManifestRequired is a read-only property. |
| IsManifestCompleted is being edited | IsManifestCompleted is a read-only property. |
| IsManifestExported is being edited | IsManifestExported is a read-only property. |
| IsManifestExportedFailed is being edited | IsManifestExportedFailed is a read-only property. |
| IsForVehicle is being edited | IsForVehicle is a read-only property. |
| RelatedUserDriverGuid is being edited when the schedule is completed | RelatedUserDriverGuid is a read-only property. |
| Driver.ClockOnDateTime is being edited when the schedule is completed | ClockOnTime is a read-only property. |
| Driver.ClockOffDateTime is being edited when the schedule is completed | ClockOffTime is a read-only property. |
| VehicleChecks.IsStartSafetyChecked is being edited when the schedule is completed | StartSafetyCheck is a read-only property. |
| VehicleChecks.StartNotes is being edited when the schedule is completed | StartNotes is a read-only property. |
| VehicleChecks.StartDefectTicketNo is being edited when the schedule is completed | StartDefectTicketNo is a read-only property. |
| VehicleChecks.RelatedUserStartCheckByGuid is being edited when the schedule is completed | StartDefectCheckBySysUserId is a read-only property. |
| VehicleChecks.IsEndSafetyChecked is being edited when the schedule is completed | EndSafetyCheck is a read-only property. |
| VehicleChecks.EndNotes is being edited when the schedule is completed | EndNotes is a read-only property. |
| VehicleChecks.EndDefectTicketNo is being edited when the schedule is completed | EndDefectTicketNo is a read-only property. |
| VehicleChecks.RelatedUserEndCheckByGuid is being edited when the schedule is completed | EndDefectCheckBySysUserId is a read-only property. |
| LeaveYardTime is being edited when the schedule is completed | LeaveYardTime is a read-only property. |
| ReturnYardTime is being edited when the schedule is completed | ReturnYardTime is a read-only property. |
| FuelUsed is being edited when the schedule is completed | FuelUsed is a read-only property. |
| FuelCost is being edited when the schedule is completed | FuelCost is a read-only property. |
| Notes is being edited when the schedule is completed | Notes is a read-only property. |
'
operationId: Schedule_Update
parameters:
- name: guid
in: path
required: true
schema:
type: string
format: uuid
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiIntegratorScheduleResource'
required: true
x-bodyName: null
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
/transport/schedules:
get:
tags:
- Schedule
summary: Find with Filters
description: '| Property | Description |
| ------------------------------------- | ----------------------------------------------------------------------------- |
| GUID| The GUID associated to the schedule. |
| ScheduledDate| The date associated to the schedule.|
| Description| The description associated to the schedule.|
| IsContainerSchedule| Is the schedule a container.|
| Notes| The notes associated to the schedule.Filterable.|
| LeaveYardTime| The leave yard time associated to the schedule.|
| ReturnYardTime| The return yard time associated to the schedule.|
| Driver.RelatedUserDriverGuid| The GUID associated to the related user driver.|
| Driver.ClockOffDateTime| The clock off time associated to the driver.|
| Driver.ClockOnDateTime| The clock on time associated to the driver.|
| VehicleChecks.StartMileage| The start mileage associated to the vehicle.|
| VehicleChecks.EndMileage| The end mileage associated to the vehicle.|
| VehicleChecks.IsStartSafetyChecked| Is the start safety checked associated to the vehicle.|
| VehicleChecks.StartNotes| The start notes associated to the vehicle.|
| VehicleChecks.IsEndSafetyChecked| Is the end safety checked associated to the vehicle.|
| VehicleChecks.EndNotes| The end notes associated to the vehicle.|
| VehicleChecks.StartDefectTicketNo| The start defect ticket number associated to the vehicle.|
| VehicleChecks.EndDefectTicketNo| The end defect ticket number for the vehicle.|
| VehicleChecks.StartDefectCheckBySysUserId| The start defect check of the vehicle by user id.|
| VehicleChecks.EndDefectCheckBySysUserId| The end defect check associated to the vehicle by user id.|
| CompanyOutletListItem| The GUID and the description associated to the company outlet.|
| IsCompleted| Is the schedule completed.|
| IsForVehicle| Is the schedule for the vehicle.|
| IsManifestCompleted| Is the manifest associated to the schedule completed.|
| IsManifestExported| Is the manifest associated to the schedule exported.|
| IsManifestExportedFailed| Is the manifest export associated to the schedule failed.|
| IsManifestRequired| Is the manifest associated to the schedule required.|
| IsThirdPartySchedule| Is the schedule a third party.|
| FuelUsed| The fuel used associated to the schedule.|
| FuelCost| The fuel cost associated to the schedule.|
| Position| The position associated to the schedule.|
| RelatedVehicleGuid| The GUID associated to the related vehicle. Filterable.|
| RelatedUserDriverGuid| The GUID associated to the related user driver. Filterable.|
| RelatedUserStartCheckByGuid| The GUID associated to the related user for start check. Filterable.|
| RelatedUserEndCheckByGuid| The GUID associated to the related user for end check. Filterable.|'
operationId: Schedule_GetCollection
parameters:
- name: filter
in: query
schema:
type: string
- name: max
in: query
schema:
type: integer
format: int32
- name: page
in: query
schema:
type: integer
format: int32
- name: includeCount
in: query
schema:
type: boolean
- name: udf
in: query
schema:
type: string
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceResultCollection_ApiIntegratorScheduleResource'
post:
tags:
- Schedule
summary: Create or update
description: '| Property | Description | Required |
| ------------------------------------- | ----------------------------------------------------------------------------- | -------- |
| GUID| The GUID associated to the schedule. | No |
| ScheduledDate| The date associated to the schedule.| Yes |
| Description| The description associated to the schedule.| Yes |
| IsContainerSchedule| Is the schedule a container.| No |
| Notes| The notes associated to the schedule.Editable.| No |
| LeaveYardTime| The leave yard time associated to the schedule.| No |
| ReturnYardTime| The return yard time associated to the schedule.| No |
| Driver.RelatedUserDriverGuid| The GUID associated to the related user driver.| No |
| Driver.ClockOffDateTime| The clock off time associated to the driver.| No |
| Driver.ClockOnDateTime| The clock on time associated to the driver.| No |
| VehicleChecks.StartMileage| The start mileage associated to the vehicle.| No |
| VehicleChecks.EndMileage| The end mileage associated to the vehicle.| No |
| VehicleChecks.IsStartSafetyChecked| Is the start safety checked associated to the vehicle.| No |
| VehicleChecks.StartNotes| The start notes associated to the vehicle.| No |
| VehicleChecks.IsEndSafetyChecked| Is the end safety checked associated to the vehicle.| No |
| VehicleChecks.EndNotes| The end notes associated to the vehicle.| No |
| VehicleChecks.StartDefectTicketNo| The start defect ticket number associated to the vehicle.| No |
| VehicleChecks.EndDefectTicketNo| The end defect ticket number for the vehicle.| No |
| VehicleChecks.StartDefectCheckBySysUserId| The start defect check of the vehicle by user id.| No |
| VehicleChecks.EndDefectCheckBySysUserId| The end defect check associated to the vehicle by user id.| No |
| CompanyOutletListItem| The GUID and the description associated to the company outlet.| Yes |
| IsCompleted| Is the schedule completed.| Yes |
| IsForVehicle| Is the schedule for the vehicle.| Yes |
| IsManifestCompleted| Is the manifest associated to the schedule completed.| Yes |
| IsManifestExported| Is the manifest associated to the schedule exported.| Yes |
| IsManifestExportedFailed| Is the manifest export associated to the schedule failed.| Yes |
| IsManifestRequired| Is the manifest associated to the schedule required.| Yes |
| IsThirdPartySchedule| Is the schedule a third party.| Yes |
| FuelUsed| The fuel used associated to the schedule.| No |
| FuelCost| The fuel cost associated to the schedule.| No |
| Position| The position associated to the schedule.| No |
| RelatedVehicleGuid| The GUID associated to the related vehicle.| Yes |
| RelatedUserDriverGuid| The GUID associated to the related user driver.| Yes |
| RelatedUserStartCheckByGuid| The GUID associated to the related user for start check.| No |
| RelatedUserEndCheckByGuid| The GUID associated to the related user for end check.| No |
**Extra validations**
| Condition | Error message |
| --------- | ------------- |
| If Description is more than 60 characters long | Description must be no more than 60 characters long. |
| If Notes is more than 4096 characters long | Notes must be no more than 4096 characters long. |
| If DefectTicketNo is more than 20 characters long | Defect Ticket No must be no more than 20 characters long. |
| RelatedVehicleGuid is being edited | RelatedVehicleGuid is a read-only property. |
| CompanyOutletListItem is being edited | CompanyOutletListItem.Guid is a read-only property. |
| ScheduledDate is being edited | ScheduledDate is a read-only property. |
| Description is being edited | Description is a read-only property. |
| Position is being edited | Position is a read-only property. |
| IsContainerSchedule is being edited | IsContainerSchedule is a read-only property. |
| IsManifestRequired is being edited | IsManifestRequired is a read-only property. |
| IsManifestCompleted is being edited | IsManifestCompleted is a read-only property. |
| IsManifestExported is being edited | IsManifestExported is a read-only property. |
| IsManifestExportedFailed is being edited | IsManifestExportedFailed is a read-only property. |
| IsForVehicle is being edited | IsForVehicle is a read-only property. |
| RelatedUserDriverGuid is being edited when the schedule is completed | RelatedUserDriverGuid is a read-only property. |
| Driver.ClockOnDateTime is being edited when the schedule is completed | ClockOnTime is a read-only property. |
| Driver.ClockOffDateTime is being edited when the schedule is completed | ClockOffTime is a read-only property. |
| VehicleChecks.IsStartSafetyChecked is being edited when the schedule is completed | StartSafetyCheck is a read-only property. |
| VehicleChecks.StartNotes is being edited when the schedule is completed | StartNotes is a read-only property. |
| VehicleChecks.StartDefectTicketNo is being edited when the schedule is completed | StartDefectTicketNo is a read-only property. |
| VehicleChecks.RelatedUserStartCheckByGuid is being edited when the schedule is completed | StartDefectCheckBySysUserId is a read-only property. |
| VehicleChecks.IsEndSafetyChecked is being edited when the schedule is completed | EndSafetyCheck is a read-only property. |
| VehicleChecks.EndNotes is being edited when the schedule is completed | EndNotes is a read-only property. |
| VehicleChecks.EndDefectTicketNo is being edited when the schedule is completed | EndDefectTicketNo is a read-only property. |
| VehicleChecks.RelatedUserEndCheckByGuid is being edited when the schedule is completed | EndDefectCheckBySysUserId is a read-only property. |
| LeaveYardTime is being edited when the schedule is completed | LeaveYardTime is a read-only property. |
| ReturnYardTime is being edited when the schedule is completed | ReturnYardTime is a read-only property. |
| FuelUsed is being edited when the schedule is completed | FuelUsed is a read-only property. |
| FuelCost is being edited when the schedule is completed | FuelCost is a read-only property. |
| Notes is being edited when the schedule is completed | Notes is a read-only property. |
'
operationId: Schedule_Create
requestBody:
content:
application/json:
schema:
$ref: '#/components/schemas/ApiIntegratorScheduleResource'
required: true
x-bodyName: null
responses:
'200':
description: OK
content:
application/json:
schema:
$ref: '#/components/schemas/ApiResourceId'
components:
schemas:
ApiResourceId:
type: object
properties:
resource:
type: string
format: uuid
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceStatus:
type: object
properties:
id:
type: integer
format: int32
isSuccess:
type: boolean
ApiResourceResultEntityExtra:
type: object
properties:
expand:
type: object
additionalProperties:
type: object
additionalProperties:
type: object
include:
type: object
additionalProperties:
type: array
items:
type: object
additionalProperties:
type: object
ApiIntegratorScheduleResource:
type: object
properties:
ScheduledDate:
type: string
format: localDate
example: '2000-01-01'
Description:
type: string
IsContainerSchedule:
type: boolean
Notes:
type: string
LeaveYardTime:
type: string
format: zonedDateTime
example:
DateTime: '2000-01-01'
TimeZone: Europe/London
ReturnYardTime:
type: string
format: zonedDateTime
example:
DateTime: '2000-01-01'
TimeZone: Europe/London
Driver:
$ref: '#/components/schemas/ApiIntegratorScheduleDriverResource'
VehicleChecks:
$ref: '#/components/schemas/ApiIntegratorScheduleVehicleCheckResource'
CompanyOutletListItem:
$ref: '#/components/schemas/ApiIntegratorListItemResource'
IsCompleted:
type: boolean
IsForVehicle:
type: boolean
IsManifestCompleted:
type: boolean
IsManifestExported:
type: boolean
IsManifestExportedFailed:
type: boolean
IsManifestRequired:
type: boolean
IsThirdPartySchedule:
type: boolean
FuelUsed:
type: number
format: double
FuelCost:
type: number
format: double
Position:
type: integer
format: int32
RelatedVehicleGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RelatedUserDriverGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RelatedUserStartCheckByGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
RelatedUserEndCheckByGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
GUID:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiResourceResultUpdatesExtra:
type: object
properties:
until:
type: string
cursor:
type: string
ApiResourceResultEntity_ApiIntegratorScheduleResource:
type: object
properties:
resource:
$ref: '#/components/schemas/ApiIntegratorScheduleResource'
links:
$ref: '#/components/schemas/ApiResourceResultEntityLinks'
extra:
$ref: '#/components/schemas/ApiResourceResultEntityExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiIntegratorListItemResource:
type: object
properties:
Description:
type: string
Guid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ApiResourceResultCollection_ApiIntegratorScheduleResource:
type: object
properties:
resource:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorScheduleResource'
extra:
$ref: '#/components/schemas/ApiResourceResultCollectionExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiResourceResultEntityLinks:
type: object
properties:
self:
type: string
associations:
type: array
items:
type: string
expand:
type: array
items:
type: string
operations:
type: array
items:
type: string
ApiResourceChanges_ApiIntegratorScheduleResource:
type: object
properties:
resource:
type: array
items:
$ref: '#/components/schemas/ApiIntegratorScheduleResource'
extra:
$ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
errors:
$ref: '#/components/schemas/ApiResourceErrors'
status:
$ref: '#/components/schemas/ApiResourceStatus'
ApiIntegratorScheduleDriverResource:
type: object
properties:
RelatedUserDriverGuid:
type: string
format: uuid
example: 00000000-0000-0000-0000-000000000000
ClockOffDateTime:
type: string
format: zonedDateTime
example:
DateTime: '2000-01-01'
TimeZone: Europe/London
ClockOnDateTime:
type: string
format: zonedDateTime
example:
DateTime: '2000-01-01'
TimeZone: Europe/London
ApiIntegratorScheduleVehicleCheckResource:
type: object
properties:
StartMileage:
type: number
format: double
EndMileage:
type: number
format: double
IsStartSafetyChecked:
type: boolean
StartNotes:
type: string
IsEndSafetyChecked:
type: boolean
EndNotes:
type:
# --- truncated at 32 KB (32 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/amcs-group/refs/heads/main/openapi/amcs-group-schedule-api-openapi.yml