---
title: "Manage carrier change queue"
method: POST
path: "/_c/std/api/DeltaAPI.aspx"
tags: ["Onboard/Monitor Carriers"]
---

# Manage carrier change queue

`POST /_c/std/api/DeltaAPI.aspx`

Retrieves a list of carrier RMIS IDs for processing

## Request body

- union
  - object
    - `ClientID` string — <span style="color:#eab676">This is the 4 digit RMIS client identifier</span>
    - `ClientPassword` string — <span style="color:#eab676">RMIS API Password</span>
    - `APIMode` 'Summary' | 'Fetch' | 'Clear' — <span style="color:#eab676">Which type of call is this?<br/>Summary - Returns total number of records in the queue<br/>Fetch - Returns top N records in the queue<br/>Clear - Removes provided records from the queue</span>
  - object
    - `MaxRecs` string — <span style="color:#eab676">Returns the top N records from the queue</span>
    - `ClientID` string — <span style="color:#eab676">This is the 4 digit RMIS client identifier</span>
    - `ClientPassword` string — <span style="color:#eab676">RMIS API Password</span>
    - `APIMode` 'Summary' | 'Fetch' | 'Clear' — <span style="color:#eab676">Which type of call is this?<br/>Summary - Returns total number of records in the queue<br/>Fetch - Returns top N records in the queue<br/>Clear - Removes provided records from the queue</span>
  - object
    - `ClearInsureds` object[]
      - `insdID` number
      - `timeStamp` string
    - `ClientID` string — <span style="color:#eab676">This is the 4 digit RMIS client identifier</span>
    - `ClientPassword` string — <span style="color:#eab676">RMIS API Password</span>
    - `APIMode` 'Summary' | 'Fetch' | 'Clear' — <span style="color:#eab676">Which type of call is this?<br/>Summary - Returns total number of records in the queue<br/>Fetch - Returns top N records in the queue<br/>Clear - Removes provided records from the queue</span>

## Response `201`

Successful response

---

[API](https://skmtc.net/truckstop/apis/authentication.md) · [All operations](https://skmtc.net/truckstop/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truckstop/authentication/versions/da4fa196575d/schema)
