AMCS Group OneOffAction API

The OneOffAction API from AMCS Group — 3 operation(s) for oneoffaction.

Operations 5

GET /transport/oneOffActions/changes Retrieve changes #
GET /transport/oneOffActions/{guid} Find with GUID #
PUT /transport/oneOffActions/{guid} Partial update #
GET /transport/oneOffActions Find with Filters #
POST /transport/oneOffActions Create or update #

Specifications

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • 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.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/amcs-group-oneoffaction-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

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 Specification

amcs-group-oneoffaction-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  title: Core AccessGroup One Off Action 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: OneOffAction
paths:
  /transport/oneOffActions/changes:
    get:
      tags:
      - OneOffAction
      summary: Retrieve changes
      description: '| Property| Description|

        | ------------------------------------------------- | ------------------------------------------------------------------------------------------------- |

        | GUID| The GUID associated to the one-off action.|

        | RelatedOrderGuid| The GUID associated to the site order of the one-off action. Filterable.|

        | RelatedPriceGuid| The GUID associated to the price of the one-off action.|

        | RelatedPriceAdjustmentGuid| The GUID associated to the price adjustment of the one-off action. Filterable.|

        | RelatedUserFinanciallyConfirmedByGuid| The GUID associated to the financially confirmed sysuser of the one-off action. Filterable.|

        | RelatedJobGuid| The GUID associated to the job of the one-off action. Filterable.|

        | RelatedRouteVisitGuid| The GUID associated to the route visit of the one-off action.Filterable.|

        | RelatedPONumberGuid| The GUID associated to the PO number of the one-off action. Filterable.|

        | RelatedServiceAgreementGuid| The GUID associated to the service agreement of the one-off action. Filterable.|

        | RelatedWeighingInGuid| The GUID associated to the weighing in of the one-off action.Filterable.|

        | RelatedWeighingOutGuid| The GUID associated to the weighing out of the one-off action. Filterable.|

        | ContainerTypeListItem| The GUID and description of the container type associated to the one-off action.|

        | MaterialListItem| The GUID and description of the material associated to the one-off action.|

        | ReasonListItem| The GUID and description of the reason associated to the one-off action.|

        | ServiceListItem| The GUID and description of the service associated to the one-off action.|

        | ActionListItem| The GUID and description of the action associated to the one-off action.|

        | DateCreated| The created date associated to the one-off action in ISO format (YYYY-MM-DD).|

        | DateRequired| The required date associated to the one-off action in ISO format (YYYY-MM-DD).|

        | IsDiscount| Is discount in the one-off action?|

        | IsFinanciallyConfirmed| Is financially confirmed in the one-off action?|

        | IsQuantityAdjustment| Is quantity adjustment in the one-off action?|

        | IsRateAdjustment| Is rate adjustment in the one-off action?|

        | IsWeightAdjustment| Is weight adjustment in the one-off action?|

        | PriceOverride| Price override of the one-off action.|

        | AdjustedRate| Adjusted rate of the one-off action.|

        | AdjustedWeight| Adjusted weight of the one-off action.|

        | CustomerOrderNo| Customer order no of the one-off action.|

        | DateTo| The date to associated to the one-off action in ISO format (YYYY-MM-DD).|

        | HoursChargable| Chargable hours of the one-off action.|

        | Notes| Notes of the one-off action.|

        | PONumber| PONumber of the one-off action.|

        | Quantity| Quantity of the one-off action.|

        | ReferenceNo| ReferenceNo of the one-off action. Filterable.|'
      operationId: OneOffAction_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_ApiIntegratorOneOffActionResource'
  /transport/oneOffActions/{guid}:
    get:
      tags:
      - OneOffAction
      summary: Find with GUID
      description: '| Property| Description|

        | ------------------------------------------------- | ------------------------------------------------------------------------------------------------- |

        | GUID| The GUID associated to the one-off action.|

        | RelatedOrderGuid| The GUID associated to the site order of the one-off action. Filterable.|

        | RelatedPriceGuid| The GUID associated to the price of the one-off action.|

        | RelatedPriceAdjustmentGuid| The GUID associated to the price adjustment of the one-off action. Filterable.|

        | RelatedUserFinanciallyConfirmedByGuid| The GUID associated to the financially confirmed sysuser of the one-off action. Filterable.|

        | RelatedJobGuid| The GUID associated to the job of the one-off action. Filterable.|

        | RelatedRouteVisitGuid| The GUID associated to the route visit of the one-off action.Filterable.|

        | RelatedPONumberGuid| The GUID associated to the PO number of the one-off action. Filterable.|

        | RelatedServiceAgreementGuid| The GUID associated to the service agreement of the one-off action. Filterable.|

        | RelatedWeighingInGuid| The GUID associated to the weighing in of the one-off action.Filterable.|

        | RelatedWeighingOutGuid| The GUID associated to the weighing out of the one-off action. Filterable.|

        | ContainerTypeListItem| The GUID and description of the container type associated to the one-off action.|

        | MaterialListItem| The GUID and description of the material associated to the one-off action.|

        | ReasonListItem| The GUID and description of the reason associated to the one-off action.|

        | ServiceListItem| The GUID and description of the service associated to the one-off action.|

        | ActionListItem| The GUID and description of the action associated to the one-off action.|

        | DateCreated| The created date associated to the one-off action in ISO format (YYYY-MM-DD).|

        | DateRequired| The required date associated to the one-off action in ISO format (YYYY-MM-DD).|

        | IsDiscount| Is discount in the one-off action?|

        | IsFinanciallyConfirmed| Is financially confirmed in the one-off action?|

        | IsQuantityAdjustment| Is quantity adjustment in the one-off action?|

        | IsRateAdjustment| Is rate adjustment in the one-off action?|

        | IsWeightAdjustment| Is weight adjustment in the one-off action?|

        | PriceOverride| Price override of the one-off action.|

        | AdjustedRate| Adjusted rate of the one-off action.|

        | AdjustedWeight| Adjusted weight of the one-off action.|

        | CustomerOrderNo| Customer order no of the one-off action.|

        | DateTo| The date to associated to the one-off action in ISO format (YYYY-MM-DD).|

        | HoursChargable| Chargable hours of the one-off action.|

        | Notes| Notes of the one-off action.|

        | PONumber| PONumber of the one-off action.|

        | Quantity| Quantity of the one-off action.|

        | ReferenceNo| ReferenceNo of the one-off action. Filterable.|'
      operationId: OneOffAction_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_ApiIntegratorOneOffActionResource'
    put:
      tags:
      - OneOffAction
      summary: Partial update
      description: '| Property| Description| Required |

        | ------------------------------------------------- | ------------------------------------------------------------------------------------------------- | -------- |

        | GUID| The GUID associated to the one-off action.| No    |

        | RelatedOrderGuid| The GUID associated to the site order of the one-off action.| Yes   |

        | RelatedPriceGuid| The GUID associated to the price of the one-off action.| Yes   |

        | RelatedPriceAdjustmentGuid| The GUID associated to the price adjustment of the one-off action.| No    |

        | RelatedUserFinanciallyConfirmedByGuid| The GUID associated to the financially confirmed sysuser of the one-off action.| No    |

        | RelatedJobGuid| The GUID associated to the job of the one-off action.| No    |

        | RelatedRouteVisitGuid| The GUID associated to the route visit of the one-off action.| No    |

        | RelatedPONumberGuid| The GUID associated to the PO number of the one-off action.| No    |

        | RelatedServiceAgreementGuid| The GUID associated to the service agreement of the one-off action.| No    |

        | RelatedWeighingInGuid| The GUID associated to the weighing in of the one-off action.| No    |

        | RelatedWeighingOutGuid| The GUID associated to the weighing out of the one-off action.| No    |

        | ContainerTypeListItem| The GUID and description of the container type associated to the one-off action.| No    |

        | MaterialListItem| The GUID and description of the material associated to the one-off action.| No    |

        | ReasonListItem| The GUID and description of the reason associated to the one-off action.| No    |

        | ServiceListItem| The GUID and description of the service associated to the one-off action.| No    |

        | ActionListItem| The GUID and description of the action associated to the one-off action.| Yes   |

        | DateCreated| The created date associated to the one-off action in ISO format (YYYY-MM-DD).| Yes   |

        | DateRequired| The required date associated to the one-off action in ISO format (YYYY-MM-DD).| Yes   |

        | IsDiscount| Is discount in the one-off action?| Yes   |

        | IsFinanciallyConfirmed| Is financially confirmed in the one-off action?| Yes   |

        | IsQuantityAdjustment| Is quantity adjustment in the one-off action?| Yes   |

        | IsRateAdjustment| Is rate adjustment in the one-off action?| Yes   |

        | IsWeightAdjustment| Is weight adjustment in the one-off action?| Yes   |

        | PriceOverride| Price override of the one-off action.| No    |

        | AdjustedRate| Adjusted rate of the one-off action.| No    |

        | AdjustedWeight| Adjusted weight of the one-off action.| No    |

        | CustomerOrderNo| Customer order no of the one-off action.| No    |

        | DateTo| The date to associated to the one-off action in ISO format (YYYY-MM-DD).| No    |

        | HoursChargable| Chargable hours of the one-off action.| No    |

        | Notes| Notes of the one-off action.| No    |

        | PONumber| PONumber of the one-off action.| No    |

        | Quantity| Quantity of the one-off action.| No    |

        | ReferenceNo| ReferenceNo of the one-off action.| No    |


        **Extra validations**


        | Condition | Error message |

        | --------- | ------------- |

        | When an existing one-off action IsFinancialyConfirmed is true  | Attempted to update a financially confirmed one-off action. Could not update the one-off action. |

        | If RelatedOrderGuid is being edited | RelatedOrderGuid is a read-only property. |

        | If the provided RelatedPriceGuid is not in site order price with the provide ActionListItem.Guid.  | OneOffAction has the property RelatedPriceGuid with value of guid that is not supported. The given RelatedPriceGuid is not found in siteorder price with ActionListItem.Guid - guid. |

        | If RelatedPriceGuid is being edited | RelatedPriceGuid is a read-only property. |

        | If RelatedPriceAdjustmentGuid is being edited | RelatedPriceAdjustmentGuid is a read-only property. |

        | If RelatedUserFinanciallyConfirmedByGuid is being edited | RelatedUserFinanciallyConfirmedByGuid is a read-only property. |

        | If RelatedJobGuid is being edited | RelatedJobGuid is a read-only property. |

        | If RelatedRouteVisitGuid is being edited | RelatedRouteVisitGuid is a read-only property. |

        | If RelatedPONumberGuid is being edited | RelatedPONumberGuid is a read-only property. |

        | If RelatedServiceAgreementGuid is being edited | RelatedServiceAgreementGuid is a read-only property. |

        | If RelatedWeighingInGuid is being edited | RelatedWeighingInGuid is a read-only property. |

        | If RelatedWeighingOutGuid is being edited | RelatedWeighingOutGuid is a read-only property. |

        | If ContainerTypeListItem.Guid is being edited | ContainerTypeListItem.Guid is a read-only property. |

        | If MaterialListItem.Guid is being edited | MaterialListItem.Guid is a read-only property. |

        | If ReasonListItem.Guid is being edited | ReasonListItem.Guid is a read-only property. |

        | If ServiceListItem.Guid is being edited | ServiceListItem.Guid is a read-only property. |

        | If ActionListItem.Guid is being edited | ActionListItem.Guid is a read-only property. |

        | If DateRequired is being edited | DateRequired is a read-only property. |

        | If IsDiscount is being edited | IsDiscount is a read-only property. |

        | If IsFinanciallyConfirmed is being edited | IsFinanciallyConfirmed is a read-only property. |

        | If IsQuantityAdjustment is being edited | IsQuantityAdjustment is a read-only property. |

        | If IsRateAdjustment is being edited | IsRateAdjustment is a read-only property. |

        | If IsWeightAdjustment is being edited | IsWeightAdjustment is a read-only property. |

        | If AdjustedRate is being edited | AdjustedRate is a read-only property. |

        | If AdjustedWeight is being edited | AdjustedWeight is a read-only property. |

        | If CustomerOrderNo is being edited | CustomerOrderNo is a read-only property. |

        | If DateTo is being edited | DateTo is a read-only property. |

        | If HoursChargable is being edited | HoursChargable is a read-only property. |

        | If Notes is being edited | Notes is a read-only property. |

        | If PONumber is being edited | PONumber is a read-only property. |

        | If Quantity is being edited | Quantity is a read-only property. |

        | If ReferenceNo is being edited | ReferenceNo is a read-only property. |'
      operationId: OneOffAction_Update
      parameters:
      - name: guid
        in: path
        required: true
        schema:
          type: string
          format: uuid
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ApiIntegratorOneOffActionResource'
        required: true
        x-bodyName: null
      responses:
        '200':
          description: OK
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/ApiResourceId'
  /transport/oneOffActions:
    get:
      tags:
      - OneOffAction
      summary: Find with Filters
      description: '| Property| Description|

        | ------------------------------------------------- | ------------------------------------------------------------------------------------------------- |

        | GUID| The GUID associated to the one-off action.|

        | RelatedOrderGuid| The GUID associated to the site order of the one-off action. Filterable.|

        | RelatedPriceGuid| The GUID associated to the price of the one-off action.|

        | RelatedPriceAdjustmentGuid| The GUID associated to the price adjustment of the one-off action. Filterable.|

        | RelatedUserFinanciallyConfirmedByGuid| The GUID associated to the financially confirmed sysuser of the one-off action. Filterable.|

        | RelatedJobGuid| The GUID associated to the job of the one-off action. Filterable.|

        | RelatedRouteVisitGuid| The GUID associated to the route visit of the one-off action.Filterable.|

        | RelatedPONumberGuid| The GUID associated to the PO number of the one-off action. Filterable.|

        | RelatedServiceAgreementGuid| The GUID associated to the service agreement of the one-off action. Filterable.|

        | RelatedWeighingInGuid| The GUID associated to the weighing in of the one-off action.Filterable.|

        | RelatedWeighingOutGuid| The GUID associated to the weighing out of the one-off action. Filterable.|

        | ContainerTypeListItem| The GUID and description of the container type associated to the one-off action.|

        | MaterialListItem| The GUID and description of the material associated to the one-off action.|

        | ReasonListItem| The GUID and description of the reason associated to the one-off action.|

        | ServiceListItem| The GUID and description of the service associated to the one-off action.|

        | ActionListItem| The GUID and description of the action associated to the one-off action.|

        | DateCreated| The created date associated to the one-off action in ISO format (YYYY-MM-DD).|

        | DateRequired| The required date associated to the one-off action in ISO format (YYYY-MM-DD).|

        | IsDiscount| Is discount in the one-off action?|

        | IsFinanciallyConfirmed| Is financially confirmed in the one-off action?|

        | IsQuantityAdjustment| Is quantity adjustment in the one-off action?|

        | IsRateAdjustment| Is rate adjustment in the one-off action?|

        | IsWeightAdjustment| Is weight adjustment in the one-off action?|

        | PriceOverride| Price override of the one-off action.|

        | AdjustedRate| Adjusted rate of the one-off action.|

        | AdjustedWeight| Adjusted weight of the one-off action.|

        | CustomerOrderNo| Customer order no of the one-off action.|

        | DateTo| The date to associated to the one-off action in ISO format (YYYY-MM-DD).|

        | HoursChargable| Chargable hours of the one-off action.|

        | Notes| Notes of the one-off action.|

        | PONumber| PONumber of the one-off action.|

        | Quantity| Quantity of the one-off action.|

        | ReferenceNo| ReferenceNo of the one-off action. Filterable.|'
      operationId: OneOffAction_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_ApiIntegratorOneOffActionResource'
    post:
      tags:
      - OneOffAction
      summary: Create or update
      description: '| Property| Description| Required |

        | ------------------------------------------------- | --------------------------------------------------------------------------------------------------| -------- |

        | GUID| The GUID associated to the one-off action.| No    |

        | RelatedOrderGuid| The GUID associated to the site order of the one-off action.| Yes   |

        | RelatedPriceGuid| The GUID associated to the price of the one-off action.| Yes   |

        | RelatedPriceAdjustmentGuid| The GUID associated to the price adjustment of the one-off action.| No    |

        | RelatedUserFinanciallyConfirmedByGuid| The GUID associated to the financially confirmed sysuser of the one-off action.| No    |

        | RelatedJobGuid| The GUID associated to the job of the one-off action.| No    |

        | RelatedRouteVisitGuid| The GUID associated to the route visit of the one-off action.| No    |

        | RelatedPONumberGuid| The GUID associated to the PO number of the one-off action.| No    |

        | RelatedServiceAgreementGuid| The GUID associated to the service agreement of the one-off action.| No    |

        | RelatedWeighingInGuid| The GUID associated to the weighing in of the one-off action.| No    |

        | RelatedWeighingOutGuid| The GUID associated to the weighing out of the one-off action.| No    |

        | ContainerTypeListItem| The GUID and description of the container type associated to the one-off action.| No    |

        | MaterialListItem| The GUID and description of the material associated to the one-off action.| No    |

        | ReasonListItem| The GUID and description of the reason associated to the one-off action.| No    |

        | ServiceListItem| The GUID and description of the service associated to the one-off action.| No    |

        | ActionListItem| The GUID and description of the action associated to the one-off action.| Yes   |

        | DateCreated| The created date associated to the one-off action in ISO format (YYYY-MM-DD).| No    |

        | DateRequired| The required date associated to the one-off action in ISO format (YYYY-MM-DD).| Yes   |

        | IsDiscount| Is discount in the one-off action?| Yes   |

        | IsFinanciallyConfirmed| Is financially confirmed in the one-off action?| Yes   |

        | IsQuantityAdjustment| Is quantity adjustment in the one-off action?| Yes   |

        | IsRateAdjustment| Is rate adjustment in the one-off action?| Yes   |

        | IsWeightAdjustment| Is weight adjustment in the one-off action?| Yes   |

        | PriceOverride| Price override of the one-off action.| No    |

        | AdjustedRate| Adjusted rate of the one-off action.| No    |

        | AdjustedWeight| Adjusted weight of the one-off action.| No    |

        | CustomerOrderNo| Customer order no of the one-off action.| No    |

        | DateTo| The date to associated to the one-off action in ISO format (YYYY-MM-DD).| No    |

        | HoursChargable| Chargable hours of the one-off action.| No    |

        | Notes| Notes of the one-off action.| No    |

        | PONumber| PONumber of the one-off action.| No    |

        | Quantity| Quantity of the one-off action.| No    |

        | ReferenceNo| ReferenceNo of the one-off action.| No    |


        **Extra validations**


        | Condition | Error message |

        | --------- | ------------- |

        | If ReasonListItem is not in one of the following reason categories: One Off Charge. | ReasonListItem must be in one of the following reason categories: One Off Charge. |

        | If the provided RelatedPriceGuid is not in site order price with the provide ActionListItem.Guid.  | OneOffAction has the property RelatedPriceGuid with value of guid that is not supported. The given RelatedPriceGuid is not found in siteorder price with ActionListItem.Guid - guid. |

        | If the action in the ActionListItem is not linked to Activity Type OneOffCharge | The given ActionListItem.Guid is not supported by OneOffAction. |

        | If we provide value to DateCreated(As DateCreated would be auto populated with todays date).  | DateCreated is not supported. |

        | If RelatedOrderGuid provided is Deleted. | The provided RelatedOrderGuid is deleted. Could not update the resource. Please check the relevant list end point for the available options. |

        | If RelatedPriceGuid provided is Deleted. | The provided RelatedPriceGuid is deleted. Could not update the resource. Please check the relevant list end point for the available options. |

        | If RelatedPriceAdjustmentGuid provided is Deleted. | The provided RelatedPriceAdjustmentGuid is deleted. Could not update the resource. Please check the relevant list end point for the available options. |

        | If RelatedUserFinanciallyConfirmedByGuid provided is Deleted. | The provided RelatedUserFinanciallyConfirmedByGuid is deleted. Could not update the resource. Please check the relevant list end point for the available options. |

        | If RelatedPONumberGuid provided is Deleted. | The provided RelatedPONumberGuid is deleted. Could not update the resource. Please check the relevant list end point for the available options. |

        | If ContainerTypeListItem.Guid provided is Deleted. | The provided ContainerTypeListItem is deleted. Could not update the resource. Please check the relevant list end point for the available options. |

        | If MaterialListItem.Guid provided is Deleted. | The provided MaterialListItem is deleted. Could not update the resource. Please check the relevant list end point for the available options. |

        | If ReasonListItem.Guid provided is Deleted. | The provided ReasonListItem is deleted. Could not update the resource. Please check the relevant list end point for the available options. |

        | If ServiceListItem.Guid provided is Deleted. | The provided ServiceListItem is deleted. Could not update the resource. Please check the relevant list end point for the available options. |

        | If ActionListItem.Guid provided is Deleted. | The provided ActionListItem is deleted. Could not update the resource. Please check the relevant list end point for the available options. |'
      operationId: OneOffAction_Create
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ApiIntegratorOneOffActionResource'
        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'
    ApiResourceResultEntity_ApiIntegratorOneOffActionResource:
      type: object
      properties:
        resource:
          $ref: '#/components/schemas/ApiIntegratorOneOffActionResource'
        links:
          $ref: '#/components/schemas/ApiResourceResultEntityLinks'
        extra:
          $ref: '#/components/schemas/ApiResourceResultEntityExtra'
        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
    ApiResourceErrors:
      type: object
      properties:
        errors:
          type: string
    ApiResourceChanges_ApiIntegratorOneOffActionResource:
      type: object
      properties:
        resource:
          type: array
          items:
            $ref: '#/components/schemas/ApiIntegratorOneOffActionResource'
        extra:
          $ref: '#/components/schemas/ApiResourceResultUpdatesExtra'
        errors:
          $ref: '#/components/schemas/ApiResourceErrors'
        status:
          $ref: '#/components/schemas/ApiResourceStatus'
    ApiIntegratorOneOffActionResource:
      type: object
      properties:
        RelatedOrderGuid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
        RelatedPriceGuid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
        RelatedPriceAdjustmentGuid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
        RelatedUserFinanciallyConfirmedByGuid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
        RelatedJobGuid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
        RelatedRouteVisitGuid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
        RelatedPONumberGuid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
        RelatedServiceAgreementGuid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
        RelatedWeighingInGuid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
        RelatedWeighingOutGuid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
        ContainerTypeListItem:
          $ref: '#/components/schemas/ApiIntegratorListItemResource'
        MaterialListItem:
          $ref: '#/components/schemas/ApiIntegratorListItemResource'
        ReasonListItem:
          $ref: '#/components/schemas/ApiIntegratorListItemResource'
        ServiceListItem:
          $ref: '#/components/schemas/ApiIntegratorListItemResource'
        ActionListItem:
          $ref: '#/components/schemas/ApiIntegratorListItemResource'
        DateCreated:
          type: string
          format: localDate
          example: '2000-01-01'
        DateRequired:
          type: string
          format: localDate
          example: '2000-01-01'
        IsDiscount:
          type: boolean
        IsFinanciallyConfirmed:
          type: boolean
        IsQuantityAdjustment:
          type: boolean
        IsRateAdjustment:
          type: boolean
        IsWeightAdjustment:
          type: boolean
        PriceOverride:
          type: number
          format: double
        AdjustedRate:
          type: number
          format: double
        AdjustedWeight:
          type: number
          format: double
        CustomerOrderNo:
          type: string
        DateTo:
          type: string
          format: localDate
          example: '2000-01-01'
        HoursChargable:
          type: number
          format: double
        Notes:
          type: string
        PONumber:
          type: string
        Quantity:
          type: integer
          format: int32
        ReferenceNo:
          type: string
        GUID:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000
    ApiResourceResultUpdatesExtra:
      type: object
      properties:
        until:
          type: string
        cursor:
          type: string
    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
    ApiResourceResultCollection_ApiIntegratorOneOffActionResource:
      type: object
      properties:
        resource:
          type: array
          items:
            $ref: '#/components/schemas/ApiIntegratorOneOffActionResource'
        extra:
          $ref: '#/components/schemas/ApiResourceResultCollectionExtra'
        errors:
          $ref: '#/components/schemas/ApiResourceErrors'
        status:
          $ref: '#/components/schemas/ApiResourceStatus'
    ApiResourceResultCollectionExtra:
      type: object
      properties:
        count:
          type: integer
          format: int32
    ApiIntegratorListItemResource:
      type: object
      properties:
        Description:
          type: string
        Guid:
          type: string
          format: uuid
          example: 00000000-0000-0000-0000-000000000000