Try it: Here
API Summary
Definitions
- Attached – A carrier that is being monitored by the client through RMIS
- Insured - This refers to a carrier that is being monitored
- RMIS ID/Insured ID - The RMIS specific identifier for a carrier -- This is the value that will be returned in the Delta API Fetch call
Purpose
This API provides a quick summary of a carrier to preview if they are likely to meet a client’s business requirements before attachment
Calling the API
Calling the API
There are 6 URL parameters required with this request
- ClientID - The broker-specific RMIS client ID
- Pwd - The broker-specific RMIS API Password
- QueryType- What identifier is being used for this carrier
- MC_MX
- DOT
- QueryId - The ID of the chosen type for this carrier
- Version - Which version of the API to call (2 is the current version)
curl --request GET \ --url 'https://api.rmissecure.com/_c/std/api/NonAttachedCarrierStatusRequestAPI.aspx?clientID=1234&pwd=MyPass123!&querytype=MC_MX&queryid=MC1442916&version=2' \ --header 'accept: application/json'
<?xml version="1.0" ?> <NonAttachedCarrierStatusRequestAPI> <Header> <TimeStamp>10/1/2024 10:55:10 AM</TimeStamp> <API>NonAttachedCarrierStatusRequestAPI</API> <Version>2</Version> <Result>SUCCESS</Result> </Header> <ExistsInRMISSystem> <ExistsInRMISSystem>Yes</ExistsInRMISSystem> </ExistsInRMISSystem> <ActiveCOIOnFile> <Coverage CoverageDescription="AUTO"> <CoverageDescription>AUTO</CoverageDescription> </Coverage> <Coverage CoverageDescription="CARGO"> <CoverageDescription>CARGO</CoverageDescription> </Coverage> </ActiveCOIOnFile> <CarrierInfo> <CompanyName>2C s Trucking Company Lllp</CompanyName> <RMISCarrierID>3850314</RMISCarrierID> <MCNumber>MC1442916</MCNumber> <DOTNumber>3909837</DOTNumber> <Address1>144 Auburn Circle</Address1> <Address2 /> <City>Glennville</City> <St>GA</St> <Zip>30427</Zip> <Contact>Christopher Harris</Contact> <Title>Owner</Title> <Phone>9125035352</Phone> <Fax /> <Email>[email protected]</Email> <CorporateContact Type="CORPORATE"> <Type>CORPORATE</Type> <CompanyName>2C's Trucking Company Lllp</CompanyName> <Name>Christopher Harris</Name> <Title>Owner</Title> <Phone>9125035352</Phone> <Fax /> <Cell>9125035352</Cell> <Email>[email protected]</Email> </CorporateContact> <insdIntraStateNumber /> <insdIntraStateState /> </CarrierInfo> <MeetsClientRules> <DOT_OK>No</DOT_OK> <Insurance_OK>No</Insurance_OK> </MeetsClientRules> <Comments> <Comment>2C's Trucking Company Lllp is already registered and does not need to register again.</Comment> </Comments> </NonAttachedCarrierStatusRequestAPI>