{"info":{"_postman_id":"704e5876-c41f-4da4-a4c9-a75536bdaa16","name":"CNS Portal DQF API","description":"<html><head></head><body><p>The url host and credentials (username/password) will be provided by your contact. You may use the credentials to generate an API key (/apikey) that expires after 1 year. All other API operations require the use of that API Key.</p>\n<p><strong>These API Calls operate under terminals, so you can only get/upload drivers under the terminal specified by the API Caller.</strong></p>\n<p>The general flow of the application is to:</p>\n<ol>\n<li><p>Signup a driver</p>\n</li>\n<li><p>Submit the rest of the application data</p>\n</li>\n<li><p>Set all of the following previous items:</p>\n<ol>\n<li><p>Set Previous Addresses</p>\n</li>\n<li><p>Set Previous Employers</p>\n</li>\n<li><p>Set Previous/Current Licenses</p>\n</li>\n<li><p>Set Previous Accidents</p>\n</li>\n<li><p>Set Previous Violations</p>\n</li>\n<li><p>Set Previous Experiences</p>\n</li>\n</ol>\n</li>\n<li><p>Generate the PDFs</p>\n</li>\n</ol>\n<p><strong>Authentication:</strong></p>\n<ul>\n<li><code>GET API Key</code>: Retrieves the authentication key required for accessing the API.</li>\n</ul>\n<p><strong>Driver Data Retrieval:</strong></p>\n<ul>\n<li><p><code>GET Driver List</code>: Fetches a list of all drivers under a terminal.</p>\n</li>\n<li><p><code>GET Driver Detail</code>: Gets detailed information about a specific driver.</p>\n</li>\n<li><p><code>GET Driver Licenses</code>: Gets all previous/current licenses for a driver.</p>\n</li>\n<li><p><code>GET Driver PreviousAddresses</code>: Gets previous addresses of the driver.</p>\n</li>\n<li><p><code>GET Driver PreviousEmployers</code>: Gets previous employment info of the driver.</p>\n</li>\n<li><p><code>GET Driver Accidents</code>: Gets accidents involving the driver entered in the application.</p>\n</li>\n<li><p><code>GET Driver Violations</code>: Gets violations by the driver entered in the application.</p>\n</li>\n<li><p><code>GET Driver Experiences</code>: Details the driving experience and history of the driver.</p>\n</li>\n</ul>\n<p><strong>Application Information:</strong></p>\n<ul>\n<li><p><code>GET Application Detail</code>: Gets application details on a specific driver.</p>\n</li>\n<li><p><code>POST Application Sign Up</code>: Register a new driver/application and create a portal account.</p>\n</li>\n<li><p><code>POST Application Submit</code>: Submit the application information.</p>\n</li>\n<li><p><code>POST Application Set Licenses</code>: Sets the license information for a driver's application.</p>\n</li>\n<li><p><code>POST Application Set Previous Addresses</code>: Sets the previous addresses for a driver's application.</p>\n</li>\n<li><p><code>POST Application Set Previous Employers</code>: Sets the previous employment details of an application.</p>\n</li>\n<li><p><code>POST Application Set Accidents</code>: Sets accident details for a driver's application.</p>\n</li>\n<li><p><code>POST Application Set Violations</code>: Sets or updates violation details for an application.</p>\n</li>\n<li><p><code>POST Application Set Experiences</code>: Sets experience details for a driver's application.</p>\n</li>\n<li><p><code>POST Application Set Negative Drug Result</code>: Sets the negative drug test result verfied value for an application.</p>\n</li>\n<li><p><code>POST Application Generate PDFs</code>: Generates PDF versions of the application forms and related documents.</p>\n</li>\n<li><p><code>POST Driver Bulk Upload</code>: Allows for bulk uploading of driver data.</p>\n</li>\n</ul>\n<p><strong>Data Reference Endpoints: (not driver specific)</strong></p>\n<ul>\n<li><p><code>GET Get Driver's License Types</code>: Gets a list of driver's license types.</p>\n</li>\n<li><p><code>GET Get Endorsement Types</code>: Gets a list of driver's license endorsement types.</p>\n</li>\n<li><p><code>GET Get Restriction Types</code>: Gets a list of driver's license restriction types.</p>\n</li>\n<li><p><code>GET Get AddressYear Types</code>: Gets a list of address years.</p>\n</li>\n<li><p><code>GET Get ExperienceYear Types</code>: Gets a list of experience years.</p>\n</li>\n<li><p><code>GET Get Trailer Types</code>: Gets a list of trailer types.</p>\n</li>\n<li><p><code>GET Get Vehicle Classes</code>: Gets a list of vehicle classifications.</p>\n</li>\n<li><p><code>GET Get Education Types</code>: Gets a list of education levels.</p>\n</li>\n<li><p><code>GET Get Positions</code>: Gets a list of application positions.</p>\n</li>\n<li><p><code>GET Get How Did You Hear Options</code>: Gets a list of options for the \"How did you hear?\" application question.</p>\n</li>\n<li><p><code>GET Get Countries</code>: Gets a list of available country codes.</p>\n</li>\n<li><p><code>GET Get Regions</code>: Gets a list of region/state code.</p>\n</li>\n<li><p><code>GET Get Contact Statuses</code>: Gets a list of contact statuses.</p>\n</li>\n<li><p><code>GET Get Contact Methods</code>: Gets a list of contact methods.</p>\n</li>\n<li><p><code>GET Get Employment Statuses</code>: Gets a list of employment statuses.</p>\n</li>\n</ul>\n<hr>\n<p>This API collection primarily focuses on managing driver data, driver applications, and provides several reference endpoints for data types used throughout the Driver Qualification system.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"26023582","collectionId":"704e5876-c41f-4da4-a4c9-a75536bdaa16","publishedId":"2s9YR9YXyy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-12-05T20:36:40.000Z"},"item":[{"name":"API Key","id":"206b5725-d220-4d5a-bb19-d9310fbe4aa4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"username","value":"myapiuser","type":"text"},{"key":"password","value":"GKiFgp4d3*EYZDU","type":"text"}],"url":"https://{{APIBaseUrl}}/apikey","description":"<p>Retrieves the authentication key required for accessing the API using a username and password</p>\n","urlObject":{"protocol":"https","path":["apikey"],"host":["{{APIBaseUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"206b5725-d220-4d5a-bb19-d9310fbe4aa4"},{"name":"Driver List","id":"f7544ccd-072e-48a5-8285-d9384bf820db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Driver/GetList?terminalId=9","description":"<p>Fetches a list of all drivers under a terminal.</p>\n<p>Displays Name/DLN/Address for that driver.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Driver","GetList"],"host":["localhost"],"query":[{"key":"terminalId","value":"9"}],"variable":[]}},"response":[],"_postman_id":"f7544ccd-072e-48a5-8285-d9384bf820db"},{"name":"Driver Detail","id":"ef58a131-37cb-4e02-895a-d6164acc3551","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Driver/Detail?stateCode=PA&driversLicenseNumber=372826825","description":"<p>Gets detailed information about a specific driver.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Driver","Detail"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"description":{"content":"<p>11518940 22225624</p>\n","type":"text/plain"},"key":"driversLicenseNumber","value":"372826825"}],"variable":[]}},"response":[{"id":"da98714d-49fb-46c8-a51c-b7a3c69e9636","name":"Driver Detail","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":{"raw":"https://localhost:7091/Driver/Detail?stateCode=PA&driversLicenseNumber=372826825","protocol":"https","host":["localhost"],"port":"7091","path":["Driver","Detail"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825","description":"11518940 22225624"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 12:55:19 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"driver\": {\n        \"employmentStatus\": \"Applying\",\n        \"firstName\": \"Buster\",\n        \"lastName\": \"Bruggs\",\n        \"companyName\": \"Micah Trucking LLC\",\n        \"email\": \"buster@cnsprotects.com\",\n        \"phone\": \"7176654432\",\n        \"startDate\": null,\n        \"endDate\": null,\n        \"region\": \"PA\",\n        \"country\": \"US\",\n        \"terminalId\": null,\n        \"driversLicenseType\": \"Class C CDL Driver\",\n        \"driversLicenseExpiration\": \"2024-03-11T00:00:00\",\n        \"addressLine1\": \"123 ABC St.\",\n        \"addressLine2\": null,\n        \"municipality\": \"Lititz\",\n        \"postalCode\": \"17543\",\n        \"dateOfBirth\": \"1981-12-29T00:00:00\",\n        \"licenseNumber\": \"372826825\",\n        \"dlState\": \"PA\",\n        \"ssn\": \"194914914\"\n    },\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"ef58a131-37cb-4e02-895a-d6164acc3551"},{"name":"Driver Licenses","id":"45cb4bc4-3908-475a-b287-5031f13783e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Driver/Licenses?stateCode=PA&driversLicenseNumber=372826825","description":"<p>Gets all previous/current licenses for a driver submitted on their application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Driver","Licenses"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}],"variable":[]}},"response":[{"id":"838d804e-f5c9-45f2-b40c-eb8fafaef35d","name":"Driver Licenses","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":{"raw":"https://localhost:7091/Driver/Licenses?stateCode=PA&driversLicenseNumber=372826825","protocol":"https","host":["localhost"],"port":"7091","path":["Driver","Licenses"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 12:55:35 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"licenses\": [\n        {\n            \"typeName\": \"Class C CDL Driver\",\n            \"endorsements\": \"\",\n            \"restrictions\": \"L\",\n            \"number\": \"372826825\",\n            \"stateCode\": \"PA\",\n            \"expiration\": \"2024-03-11T00:00:00\"\n        }\n    ],\n    \"stateCode\": \"PA\",\n    \"driversLicenseNumber\": \"372826825\",\n    \"firstName\": \"Buster\",\n    \"lastName\": \"Bruggs\",\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"45cb4bc4-3908-475a-b287-5031f13783e9"},{"name":"Driver PreviousAddresses","id":"e5985741-0773-41b8-a182-f670dd30e92d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Driver/PreviousAddresses?stateCode=PA&driversLicenseNumber=372826825","description":"<p>Gets previous/current addresses of the driver submitted on their application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Driver","PreviousAddresses"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}],"variable":[]}},"response":[{"id":"bf8c049d-6817-4ecc-89f6-6b96bdefb7e3","name":"Driver PreviousAddresses","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":{"raw":"https://localhost:7091/Driver/PreviousAddresses?stateCode=PA&driversLicenseNumber=372826825","protocol":"https","host":["localhost"],"port":"7091","path":["Driver","PreviousAddresses"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 12:56:03 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"addresses\": [\n        {\n            \"addressYearName\": \"More Than 3 Years\",\n            \"region\": \"PA\",\n            \"line1\": \"123 ABC St.\",\n            \"municipality\": \"Lititz\",\n            \"postalCode\": \"17543\"\n        }\n    ],\n    \"stateCode\": \"PA\",\n    \"driversLicenseNumber\": \"372826825\",\n    \"firstName\": \"Buster\",\n    \"lastName\": \"Bruggs\",\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"e5985741-0773-41b8-a182-f670dd30e92d"},{"name":"Driver PreviousEmployers","id":"59932e92-1e6f-4f8b-82aa-9d4e48b08b05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Driver/PreviousEmployers?stateCode=PA&driversLicenseNumber=372826825","description":"<p>Gets previous employment info of the driver submitted in their application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Driver","PreviousEmployers"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}],"variable":[]}},"response":[{"id":"c080158d-3040-4371-b62b-4e86af2002c2","name":"Driver PreviousEmployers","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":{"raw":"https://localhost:7091/Driver/PreviousEmployers?stateCode=PA&driversLicenseNumber=372826825","protocol":"https","host":["localhost"],"port":"7091","path":["Driver","PreviousEmployers"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 13:02:59 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"employers\": [\n        {\n            \"name\": \"MegaCorp LLC\",\n            \"dotNumber\": null,\n            \"addressLine1\": \"33 Sample Blvd.\",\n            \"municipality\": \"Lititz\",\n            \"region\": \"PA\",\n            \"postalCode\": \"17543\",\n            \"contactName\": \"John Smith\",\n            \"contactPhone\": \"7174445566\",\n            \"contactEmail\": \"johns@example.com\",\n            \"fmcsr\": false,\n            \"part40\": false,\n            \"startDate\": \"2019-01-29T00:00:00\",\n            \"endDate\": \"2023-06-28T00:00:00\",\n            \"position\": \"CDL Driver\",\n            \"salary\": null,\n            \"reasonLeft\": null\n        }\n    ],\n    \"stateCode\": \"PA\",\n    \"driversLicenseNumber\": \"372826825\",\n    \"firstName\": \"Buster\",\n    \"lastName\": \"Bruggs\",\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"59932e92-1e6f-4f8b-82aa-9d4e48b08b05"},{"name":"Driver Accidents","id":"e169dc50-daf8-4e92-ad35-b6eea5bbb3b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Driver/Accidents?stateCode=PA&driversLicenseNumber=372826825","description":"<p>Gets accidents involving the driver entered in the application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Driver","Accidents"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}],"variable":[]}},"response":[{"id":"41dc2780-11b9-4381-bbfc-df7ebfcbd7e0","name":"Driver Accidents","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":{"raw":"https://localhost:7091/Driver/Accidents?stateCode=PA&driversLicenseNumber=372826825","protocol":"https","host":["localhost"],"port":"7091","path":["Driver","Accidents"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 13:03:08 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"accidents\": [\n        {\n            \"date\": \"2023-04-12T00:00:00\",\n            \"type\": \"Single Vehicle Colision\",\n            \"fatalities\": false,\n            \"injuries\": true,\n            \"hazmatSpill\": false\n        },\n        {\n            \"date\": \"2022-12-28T00:00:00\",\n            \"type\": \"Fender Bender\",\n            \"fatalities\": false,\n            \"injuries\": false,\n            \"hazmatSpill\": false\n        }\n    ],\n    \"stateCode\": \"PA\",\n    \"driversLicenseNumber\": \"372826825\",\n    \"firstName\": \"Buster\",\n    \"lastName\": \"Bruggs\",\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"e169dc50-daf8-4e92-ad35-b6eea5bbb3b5"},{"name":"Driver Violations","id":"96b78aa8-caf2-48d7-b17f-664ab7f8deba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Driver/Violations?stateCode=PA&driversLicenseNumber=372826825","description":"<p>Gets violations by the driver entered in the application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Driver","Violations"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}],"variable":[]}},"response":[{"id":"1f152239-bbb6-498f-b7cc-838025238ac1","name":"Driver Violations","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":{"raw":"https://localhost:7091/Driver/Violations?stateCode=PA&driversLicenseNumber=372826825","protocol":"https","host":["localhost"],"port":"7091","path":["Driver","Violations"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 13:03:22 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"stateCode\": \"PA\",\n    \"driversLicenseNumber\": \"372826825\",\n    \"firstName\": \"Buster\",\n    \"lastName\": \"Bruggs\",\n    \"violations\": [\n        {\n            \"vehicleType\": \"Tractor And Semi Trailer\",\n            \"location\": \"Lititz, PA\",\n            \"region\": \"PA\",\n            \"date\": \"2022-10-27T00:00:00\",\n            \"offense\": \"Speeding\"\n        }\n    ],\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"96b78aa8-caf2-48d7-b17f-664ab7f8deba"},{"name":"Driver Experiences","id":"feaafad2-75c1-4d0a-87c5-1659fb40e999","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Driver/Experiences?stateCode=PA&driversLicenseNumber=372826825","description":"<p>Details the driving experience and history of the driver.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Driver","Experiences"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}],"variable":[]}},"response":[{"id":"5c8fbe09-f5a6-4c61-983f-6e836c301556","name":"Driver Experiences","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":{"raw":"https://localhost:7091/Driver/Experiences?stateCode=PA&driversLicenseNumber=372826825","protocol":"https","host":["localhost"],"port":"7091","path":["Driver","Experiences"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 13:05:00 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"experiences\": [\n        {\n            \"vehicleClass\": \"Tractor And Semi Trailer\",\n            \"trailerType\": \"Full Trailer\",\n            \"experienceYearValue\": \"1-3 Years\"\n        },\n        {\n            \"vehicleClass\": \"Non-Commercial Vehicle\",\n            \"trailerType\": \"Non-CMV\",\n            \"experienceYearValue\": \"11+ Years\"\n        },\n        {\n            \"vehicleClass\": \"Passenger Bus\",\n            \"trailerType\": \"School Bus\",\n            \"experienceYearValue\": \"Less Than 1 Year\"\n        }\n    ],\n    \"stateCode\": \"PA\",\n    \"driversLicenseNumber\": \"372826825\",\n    \"firstName\": \"Buster\",\n    \"lastName\": \"Bruggs\",\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"feaafad2-75c1-4d0a-87c5-1659fb40e999"},{"name":"Application Detail","id":"18aae626-aed7-4b9d-a4a3-c4d52e62fc9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/Detail?stateCode=PA&driversLicenseNumber=372826825","description":"<p>Gets application information that was submitted by the driver on their application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","Detail"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}],"variable":[]}},"response":[{"id":"a4972742-55ff-4d52-b3f0-470f358f19dc","name":"Application Detail","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":{"raw":"https://localhost:7091/Application/Detail?stateCode=PA&driversLicenseNumber=372826825","protocol":"https","host":["localhost"],"port":"7091","path":["Application","Detail"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"372826825"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 13:08:51 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"application\": {\n        \"companyName\": \"Micah Trucking LLC\",\n        \"status\": \"Motor Vehicle Record\",\n        \"positionName\": \"Hazmat Driver\",\n        \"requiredEndorsements\": \"H\",\n        \"prohibitedRestrictions\": null,\n        \"howDidYouHearValue\": \"Cereal Box\",\n        \"highestEducationName\": \"Some College\",\n        \"firstName\": \"Buster\",\n        \"lastName\": \"Bruggs\",\n        \"dateOfBirth\": \"12/29/1981\",\n        \"licenseNumber\": \"372826825\",\n        \"dlState\": \"PA\",\n        \"ssn\": \"194914914\",\n        \"phone\": \"7176654432\",\n        \"emailAddress\": \"buster@cnsprotects.com\",\n        \"driverEmploymentStatus\": \"Applying\",\n        \"region\": \"PA\",\n        \"country\": \"US\",\n        \"addressYearName\": \"More Than 3 Years\",\n        \"addressLine1\": \"123 ABC St.\",\n        \"addressLine2\": null,\n        \"municipality\": \"Lititz\",\n        \"postalCode\": \"17543\",\n        \"terminalId\": 9,\n        \"signatureEncrypted\": null,\n        \"signature\": null,\n        \"signatureIpStampEncrypted\": null,\n        \"signatureIpStamp\": null,\n        \"subStatus\": \"Processing...\",\n        \"startDate\": \"2023-10-02T00:00:00\",\n        \"completionDate\": \"2023-10-02T15:18:15.397\",\n        \"workWithBefore\": false,\n        \"workWithStartDate\": \"1900-01-01T00:00:00\",\n        \"workWithEndDate\": \"1900-01-01T00:00:00\",\n        \"workWithReasonForLeaving\": \"\",\n        \"cantPerformJobReason\": \"\",\n        \"receiveCopies\": null,\n        \"deniedLicense\": false,\n        \"testedPositive\": false,\n        \"returnToDutyComplete\": false,\n        \"currentlyEmployed\": false,\n        \"expectedEmploymentDone\": \"\",\n        \"medCardExpiration\": \"2041-01-23T00:00:00\",\n        \"additionalExperience\": \"\",\n        \"startQualifying\": true,\n        \"otherNames\": null,\n        \"negativeResultVerified\": false\n    },\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"18aae626-aed7-4b9d-a4a3-c4d52e62fc9d"},{"name":"Get Driver's License Types","id":"98f48e53-c06c-4da0-9711-77aca0023f9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetDriversLicenseTypes","description":"<p>Gets a list of available driver's license types.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetDriversLicenseTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"26f61552-fc1b-406b-978d-61e7173c749a","name":"Get Driver's License Types","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetDriversLicenseTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 13:07:38 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"types\": [\n        \"Class A CDL Driver\",\n        \"Class B CDL Driver\",\n        \"Class C CDL Driver\",\n        \"Non-CDL Driver\"\n    ],\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"98f48e53-c06c-4da0-9711-77aca0023f9d"},{"name":"Get Endorsement Types","id":"64fcf7c8-0ab4-42e3-87df-fdc7b01a1e9e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetEndorsementTypes","description":"<p>Gets a list of driver's license endorsement types.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetEndorsementTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c0836170-895d-420b-a49c-26a2d0546f53","name":"Get Endorsement Types","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetEndorsementTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 13:07:33 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"types\": [\n        \"T\",\n        \"P\",\n        \"N\",\n        \"H\",\n        \"X\",\n        \"S\"\n    ],\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"64fcf7c8-0ab4-42e3-87df-fdc7b01a1e9e"},{"name":"Get Restriction Types","id":"06c3a6e3-9d05-42df-b753-0f483c02e556","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetRestrictionTypes","description":"<p>Gets a list of driver's license restriction types.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetRestrictionTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"c61a6392-85c3-4ac7-a2b1-bf307513e85c","name":"Get Restriction Types","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetRestrictionTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 13:07:05 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"types\": [\n        \"L\",\n        \"Z\",\n        \"E\",\n        \"O\",\n        \"M\",\n        \"N\",\n        \"V\"\n    ],\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"06c3a6e3-9d05-42df-b753-0f483c02e556"},{"name":"Get AddressYear Types","id":"bdb7b977-fdaf-4fb8-b646-66996af463e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetAddressYearTypes","description":"<p>Gets a list of address years.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetAddressYearTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"bdb7b977-fdaf-4fb8-b646-66996af463e9"},{"name":"Get ExperienceYear Types","id":"02304e8c-8661-4442-9328-5885e381a489","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetExperienceYearTypes","description":"<p>Gets a list of experience years.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetExperienceYearTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"02304e8c-8661-4442-9328-5885e381a489"},{"name":"Get Trailer Types","id":"09c8f576-bc55-4936-baf0-4a2ed197f6e0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetTrailerTypes","description":"<p>Gets a list of trailer types.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetTrailerTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"09c8f576-bc55-4936-baf0-4a2ed197f6e0"},{"name":"Get Vehicle Classes","id":"9de42c5e-ada2-4bbc-a4aa-dd465da9a010","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetVehicleClasses","description":"<p>Gets a list of vehicle classifications/types.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetVehicleClasses"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"006e35be-1b16-435a-8579-c2fe2d6f8bbc","name":"Get Vehicle Classes","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetVehicleClasses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 12:51:45 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"types\": [\n        \"Tractor And Semi Trailer\",\n        \"Straight Truck\",\n        \"Passenger Bus\",\n        \"Non-Commercial Vehicle\"\n    ],\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"9de42c5e-ada2-4bbc-a4aa-dd465da9a010"},{"name":"Get Vehicle Types","id":"87e62cf9-e672-4927-80c2-280c722d1be4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetVehicleTypes","description":"<p>Gets a list of vehicle classifications/types.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetVehicleTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"87e62cf9-e672-4927-80c2-280c722d1be4"},{"name":"Get Education Types","id":"3aca9a91-0932-4dd1-8df0-d9068e3c6ecc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetEducationTypes","description":"<p>Gets a list of education levels to be selected from on the application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetEducationTypes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3431605b-e62e-4ab2-b517-6af976958dd1","name":"Get Education Types","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetEducationTypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Thu, 19 Oct 2023 13:05:31 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"types\": [\n        \"No Diploma\",\n        \"GED\",\n        \"Diploma\",\n        \"Some College\",\n        \"College Degree\"\n    ],\n    \"success\": true,\n    \"errorMessage\": null\n}"}],"_postman_id":"3aca9a91-0932-4dd1-8df0-d9068e3c6ecc"},{"name":"Get Positions","id":"ad62b931-6e7c-47ff-b2da-ca8f11b533ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetPositions","description":"<p>Gets a list of application positions.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetPositions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ad62b931-6e7c-47ff-b2da-ca8f11b533ec"},{"name":"Get How Did You Hear Options","id":"ac9d97ea-1fe5-4bee-bdd0-0806bd81d0d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetHowDidYouHearOptions","description":"<p>Gets a list of options for the \"How did you hear?\" application question.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetHowDidYouHearOptions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"ac9d97ea-1fe5-4bee-bdd0-0806bd81d0d8"},{"name":"Get Countries","id":"f2e74a04-ae47-4769-ac35-a7b08128b839","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetCountries","description":"<p>Gets a list of available country codes to be used in an address.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetCountries"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f2e74a04-ae47-4769-ac35-a7b08128b839"},{"name":"Get Regions","id":"f8880511-e49c-4357-a258-fbaa13b81ab4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Application/GetRegions","description":"<p>Gets a list of region/state code to be used in an address.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GetRegions"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8880511-e49c-4357-a258-fbaa13b81ab4"},{"name":"Get Contact Methods","id":"729aeb13-7808-4f88-bcd3-690f9817934c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Contact/GetContactMethods","description":"<p>Gets a list of contact methods.</p>\n<p>Default is 'Any'</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Contact","GetContactMethods"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"729aeb13-7808-4f88-bcd3-690f9817934c"},{"name":"Get Employment Statuses","id":"78581239-2224-4a65-9bc1-73be16075807","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"url":"https://localhost:7091/Contact/GetEmploymentStatuses","description":"<p>Gets a list of employment statuses. This is used to describe the applicant or hired drivers.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Contact","GetEmploymentStatuses"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"78581239-2224-4a65-9bc1-73be16075807"},{"name":"Application Sign Up","id":"52d60742-d5f9-4754-85e2-a33029a0b5af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"TerminalId\": 9,\r\n    \"EmailAddress\": \"walker@example.com\",\r\n    \"FirstName\": \"Walker\",\r\n    \"LastName\": \"Smith\",\r\n    \"Phone\": \"7174443333\",\r\n    \"Password\": \"Password1!\",\r\n    \"DateOfBirth\": \"2000-09-12\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/Application/SignUp","description":"<p>Register a new driver with a portal account and starts an application that can be submitted with more information.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","SignUp"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"52d60742-d5f9-4754-85e2-a33029a0b5af"},{"name":"Application Submit","id":"db3ebbcd-96f4-4291-8745-e8147fb08a7b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PositionName\": \"Class B CDL Driver\",\r\n    \"HighestEducationName\": \"College Degree\",\r\n    \"HowDidYouHearValue\": \"Word of Mouth\",\r\n    \"SSN\": \"126256789\",\r\n    \"LicenseNumber\": \"88885888\",\r\n    \"DLState\": \"CA\",\r\n    \"EmailAddress\": \"walker@example.com\",\r\n    \"AddressLine1\": \"123 Sample St.\",\r\n    \"AddressLine2\": \"Apt 4B\",\r\n    \"Municipality\": \"Sample City\",\r\n    \"PostalCode\": \"12345\",\r\n    \"Region\": \"CA\",\r\n    \"Country\": \"US\",\r\n\r\n    \"TerminalId\": 9,\r\n    \"StartDate\": \"2023-10-01T00:00:00\",\r\n    \"WorkWithBefore\": true,\r\n    \"WorkWithStartDate\": \"2021-10-01T00:00:00\",\r\n    \"WorkWithEndDate\": \"2022-10-01T00:00:00\",\r\n    \"WorkWithReasonForLeaving\": \"Wanted a change\",\r\n    \"CantPerformJobReason\": \"Medical Condition\",\r\n    \"ReceiveCopies\": true,\r\n    \"DeniedLicense\": false,\r\n    \"TestedPositive\": false,\r\n    \"ReturnToDutyComplete\": false,\r\n    \"CurrentlyEmployed\": true,\r\n    \"ExpectedEmploymentDone\": \"september\",\r\n    \"MedCardExpiration\": \"2025-10-01T00:00:00\",\r\n    \"AdditionalExperience\": \"Drove for ABC company for 123 years\",\r\n    \"StartQualifying\": false,\r\n    \"OtherNames\": \"Johnny Doe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/Application/Submit","description":"<p>Submit the application information. This is required before setting the licenses/previous addresses/previous employers/... because you must reference the driver using their Driver's License State and Driver's License Number</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","Submit"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"db3ebbcd-96f4-4291-8745-e8147fb08a7b"},{"name":"Application Set Licenses","id":"85090412-9b80-405a-929a-089b01be4844","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"TypeName\": \"Class B CDL Driver\",\r\n        \"Endorsements\": \"HP\",\r\n        \"Restrictions\": \"\",\r\n        \"Number\": \"11518940\",\r\n        \"StateCode\": \"PA\",\r\n        \"Expiration\": \"2027-12-30\"\r\n    },\r\n    {\r\n        \"TypeName\": \"Class B CDL Driver\",\r\n        \"Endorsements\": \"\",\r\n        \"Restrictions\": \"\",\r\n        \"Number\": \"111231121\",\r\n        \"StateCode\": \"GA\",\r\n        \"Expiration\": \"2025-02-03\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/Application/SetLicenses?stateCode=PA&driversLicenseNumber=11518940","description":"<p>Sets the license information for a driver's application.</p>\n<p>This will overwrite existing licenses.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","SetLicenses"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"11518940"}],"variable":[]}},"response":[],"_postman_id":"85090412-9b80-405a-929a-089b01be4844"},{"name":"Application Set Previous Addresses","id":"3bcea07b-2ea9-4a76-99d3-53dfa7c69ddb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"AddressYearName\": \"Less Than 3 years\",\r\n        \"Region\": \"PA\",\r\n        \"Line1\": \"123 Sample Ln.\",\r\n        \"Municipality\": \"Lititz\",\r\n        \"PostalCode\": \"17543\"\r\n    },\r\n    {\r\n        \"AddressYearName\": \"More Than 3 years\",\r\n        \"Region\": \"PA\",\r\n        \"Line1\": \"23 Sample St.\",\r\n        \"Municipality\": \"Lititz\",\r\n        \"PostalCode\": \"17543\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/Application/SetPreviousAddresses?stateCode=PA&driversLicenseNumber=11518940","description":"<p>Sets the previous addresses for a driver's application.</p>\n<p>This will overwrite existing previous addresses for this driver's application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","SetPreviousAddresses"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"11518940"}],"variable":[]}},"response":[],"_postman_id":"3bcea07b-2ea9-4a76-99d3-53dfa7c69ddb"},{"name":"Application Set Previous Employers","id":"9ca6a4fc-afd2-4d81-ac0e-1ec2267f9475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"Name\": \"ABC Corp\",\r\n        \"DotNumber\": \"123456\",\r\n        \"AddressLine1\": \"123 Main St\",\r\n        \"Municipality\": \"Lititz\",\r\n        \"Region\": \"PA\",\r\n        \"PostalCode\": \"12345\",\r\n        \"ContactName\": \"John Doe\",\r\n        \"ContactPhone\": \"123-456-7890\",\r\n        \"ContactEmail\": \"john.doe@example.com\",\r\n        \"FMCSR\": true,\r\n        \"Part40\": false,\r\n        \"StartDate\": \"2022-05-10\",\r\n        \"EndDate\": \"2023-05-10\",\r\n        \"Position\": \"Manager\",\r\n        \"Salary\": \"50000\",\r\n        \"ReasonLeft\": \"Better Opportunity\"\r\n    },\r\n    {\r\n        \"Name\": \"ABCD LLC\",\r\n        \"DotNumber\": \"123456\",\r\n        \"AddressLine1\": \"12 Sample St\",\r\n        \"Municipality\": \"Lititz\",\r\n        \"Region\": \"PA\",\r\n        \"PostalCode\": \"12345\",\r\n        \"ContactName\": \"Jane Doe\",\r\n        \"ContactPhone\": \"123-456-7890\",\r\n        \"ContactEmail\": \"jane@example.com\",\r\n        \"FMCSR\": true,\r\n        \"Part40\": false,\r\n        \"StartDate\": \"2022-05-10\",\r\n        \"EndDate\": \"2023-05-10\",\r\n        \"Position\": \"Driver\",\r\n        \"Salary\": \"51000\",\r\n        \"ReasonLeft\": \"Better Opportunity\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/Application/SetPreviousEmployers?stateCode=PA&driversLicenseNumber=11518940","description":"<p>Sets the previous employment details of an application.</p>\n<p>This will overwrite existing previous employers for this driver's application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","SetPreviousEmployers"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"11518940"}],"variable":[]}},"response":[],"_postman_id":"9ca6a4fc-afd2-4d81-ac0e-1ec2267f9475"},{"name":"Application Set Accidents","id":"5431df38-a6f6-467a-8ceb-59be702a758b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   {\r\n        \"Date\": \"2022-05-15\",\r\n        \"Type\": \"Collision\",\r\n        \"Fatalities\": true,\r\n        \"Injuries\": false,\r\n        \"HazmatSpill\": false\r\n    },\r\n    {\r\n        \"Date\": \"2022-03-25\",\r\n        \"Type\": \"Small\",\r\n        \"Fatalities\": false,\r\n        \"Injuries\": false,\r\n        \"HazmatSpill\": false\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/Application/SetAccidents?stateCode=PA&driversLicenseNumber=11518940","description":"<p>Sets accident details for a driver's application.</p>\n<p>This will overwrite existing accidents for this driver's application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","SetAccidents"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"11518940"}],"variable":[]}},"response":[],"_postman_id":"5431df38-a6f6-467a-8ceb-59be702a758b"},{"name":"Application Set Violations","id":"6fc59bb8-5a03-419b-ba66-511aa1d17b98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   {\r\n        \"VehicleType\": \"Tractor And Semi Trailer\",\r\n        \"Location\": \"Main Street\",\r\n        \"Region\": \"PA\",\r\n        \"Date\": \"2022-05-15\",\r\n        \"Offense\": \"Speeding\"\r\n    },\r\n    {\r\n         \"VehicleType\": \"Straight Truck\",\r\n        \"Location\": \"Main Street\",\r\n        \"Region\": \"GA\",\r\n        \"Date\": \"2021-03-15\",\r\n        \"Offense\": \"Speeding\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/Application/SetViolations?stateCode=PA&driversLicenseNumber=11518940","description":"<p>Sets or updates violation details for an application.</p>\n<p>This will overwrite existing violations for this dirver's application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","SetViolations"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"11518940"}],"variable":[]}},"response":[],"_postman_id":"6fc59bb8-5a03-419b-ba66-511aa1d17b98"},{"name":"Application Set Experiences","id":"d2da6018-ccdb-4cb0-af70-f6283c484fb0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n   {\r\n        \"VehicleClass\": \"Tractor And Semi Trailer\",\r\n        \"TrailerType\": \"Triple Trailer\",\r\n        \"ExperienceYearValue\": \"Less Than 1 Year\"\r\n    },\r\n    {\r\n        \"VehicleClass\": \"Passenger Bus\",\r\n        \"TrailerType\": \"Pole Trailer\",\r\n        \"ExperienceYearValue\": \"11+ Years\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/Application/SetExperiences?stateCode=PA&driversLicenseNumber=11518940","description":"<p>Sets experience details for a driver's application.</p>\n<p>This will overwrite existing experiences for this driver's application.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","SetExperiences"],"host":["localhost"],"query":[{"key":"stateCode","value":"PA"},{"key":"driversLicenseNumber","value":"11518940"}],"variable":[]}},"response":[],"_postman_id":"d2da6018-ccdb-4cb0-af70-f6283c484fb0"},{"name":"Application Set Negative Drug Result","id":"8933bb0e-ff58-41f2-9d33-f1727d6d2ea0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"NegativeDrugResult\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/Application/SetNegativeDrugResult?driversLicenseNumber=1212721212&stateCode=PA","description":"<p>Sets the negative drug test result verfied value for an application.</p>\n<p>This is required for us to consider a driver fully qualified.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","SetNegativeDrugResult"],"host":["localhost"],"query":[{"key":"driversLicenseNumber","value":"1212721212"},{"key":"stateCode","value":"PA"}],"variable":[]}},"response":[],"_postman_id":"8933bb0e-ff58-41f2-9d33-f1727d6d2ea0"},{"name":"Application Generate PDFs","id":"4ce2c416-41dd-46f8-8a96-9f3268b68e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"PositionName\": \"Class B CDL Driver\",\r\n    \"HighestEducationName\": \"College Degree\",\r\n    \"HowDidYouHearValue\": \"Word of Mouth\",\r\n    \"SSN\": \"126256789\",\r\n    \"LicenseNumber\": \"12345678\",\r\n    \"DLState\": \"CA\",\r\n    \"EmailAddress\": \"dsample20@example.com\",\r\n    \"AddressLine1\": \"123 Sample St.\",\r\n    \"AddressLine2\": \"Apt 4B\",\r\n    \"Municipality\": \"Sample City\",\r\n    \"PostalCode\": \"12345\",\r\n    \"Region\": \"CA\",\r\n    \"Country\": \"US\",\r\n\r\n    \"AddressYearName\": \"2023\",\r\n    \"TerminalId\": 123,\r\n    \"StartDate\": \"2023-10-01T00:00:00\",\r\n    \"WorkWithBefore\": true,\r\n    \"WorkWithStartDate\": \"2021-10-01T00:00:00\",\r\n    \"WorkWithEndDate\": \"2022-10-01T00:00:00\",\r\n    \"WorkWithReasonForLeaving\": \"Wanted a change\",\r\n    \"CantPerformJobReason\": \"Medical Condition\",\r\n    \"ReceiveCopies\": true,\r\n    \"DeniedLicense\": false,\r\n    \"TestedPositive\": false,\r\n    \"ReturnToDutyComplete\": false,\r\n    \"CurrentlyEmployed\": true,\r\n    \"ExpectedEmploymentDone\": \"september\",\r\n    \"MedCardExpiration\": \"2025-10-01T00:00:00\",\r\n    \"AdditionalExperience\": \"Drove for ABC company for 123 years\",\r\n    \"StartQualifying\": false,\r\n    \"OtherNames\": \"Johnny Doe\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/Application/GenerateApplicationPDFs?stateCode=CA&driversLicenseNumber=88885888&terminalId=9","description":"<p>Generates PDF versions of the application forms and related documents and stores them in our database. They can be accessed in the portal.</p>\n<p>This request will not return the generated files.</p>\n","urlObject":{"protocol":"https","port":"7091","path":["Application","GenerateApplicationPDFs"],"host":["localhost"],"query":[{"key":"stateCode","value":"CA"},{"key":"driversLicenseNumber","value":"88885888"},{"key":"terminalId","value":"9"}],"variable":[]}},"response":[],"_postman_id":"4ce2c416-41dd-46f8-8a96-9f3268b68e97"},{"name":"Driver Bulk Upload","id":"a48fd087-7ab0-437e-ac22-8cd2ae068950","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"text"}],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"FirstName\": \"Bulk\",\r\n        \"LastName\": \"Uploadington\",\r\n        \"JobTitle\": null,\r\n        \"Email\": \"sampleBulk@example.com\",\r\n        \"PrimaryPhone\": \"7173341221\",\r\n        \"Extension\": null,\r\n        \"CellPhone\": null,\r\n        \"Fax\": null,\r\n        \"ContactMethod\": null,\r\n        \"EmploymentStatus\": \"Active\",\r\n        \"Region\": \"PA\",\r\n        \"Country\": \"US\",\r\n        \"Line1\": \"123 S. Meal Ln.\",\r\n        \"Line2\": null,\r\n        \"Municipality\": \"Lititz\",\r\n        \"PostalCode\": \"17543\",\r\n        \"LicenseType\": \"Class A CDL Driver\",\r\n        \"DateOfBirth\": null,\r\n        \"LicenseNumber\": \"0804343221\",\r\n        \"DLState\": \"PA\",\r\n        \"Endorsements\": \"P\",\r\n        \"Restrictions\": null,\r\n        \"SSN\": null,\r\n        \"LicenseExpiration\": null,\r\n        \"Password\": null,\r\n        \"AllowEmail\": true,\r\n        \"AllowBulkEmail\": true,\r\n        \"AllowPhone\": true,\r\n        \"AllowFax\": true,\r\n        \"AllowMail\": true\r\n    },\r\n    {\r\n        \"FirstName\": \"Dan\",\r\n        \"LastName\": \"Man\",\r\n        \"JobTitle\": null,\r\n        \"Email\": \"danMan@example.com\",\r\n        \"PrimaryPhone\": \"7175341223\",\r\n        \"Extension\": null,\r\n        \"CellPhone\": null,\r\n        \"Fax\": null,\r\n        \"ContactMethod\": null,\r\n        \"EmploymentStatus\": \"Active\",\r\n        \"DateOfHire\": \"2018-02-03\",\r\n        \"DateOfTermination\": null,\r\n        \"Region\": \"PA\",\r\n        \"Country\": \"US\",\r\n        \"Line1\": \"31 S. Meal Ln.\",\r\n        \"Line2\": \"Apt 4\",\r\n        \"Municipality\": \"Lititz\",\r\n        \"PostalCode\": \"17543\",\r\n        \"LicenseType\": \"Class A CDL Driver\",\r\n        \"DateOfBirth\": null,\r\n        \"LicenseNumber\": \"0814343262\",\r\n        \"DLState\": \"PA\",\r\n        \"Endorsements\": null,\r\n        \"Restrictions\": null,\r\n        \"SSN\": \"646118787\",\r\n        \"LicenseExpiration\": null,\r\n        \"Password\": \"password\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://localhost:7091/BulkIO/UploadDrivers?terminalId=9","description":"<p>Allows for bulk uploading of driver data.</p>\n<p>The server will perform basic validation behaving like a batch (if any driver fails basic validation the whole request will fail).</p>\n<p>Then the server will begin processing the drivers list. This is a bulk upload, such that if a driver fails to be uploaded. It will be returned in a comprehesive list of failed drivers, while the others (successful) are uploaded and saved.</p>\n<p>*note: There is a maximum limit of 2,000 drivers per POST request.</p>\n<p>Allow Email/BulkEmail/Phone/Fax/Mail are all option fields that will default to true.</p>\n<h2 id=\"creating-a-portal-account-for-each-driver\">Creating a Portal Account For Each Driver</h2>\n<p>If <em>Password</em> is null, no Portal Account will be created for that driver.</p>\n<p>If you would like the driver to be able to log in to the portal specify a password. This password is required to be change immediately after the driver logs in.</p>\n<p><strong>The following fields are required for each driver being uploaded:</strong></p>\n<ul>\n<li>FirstName</li>\n<li>LastName</li>\n<li>Email</li>\n<li>PrimaryPhone</li>\n<li>Line1,Municipality,Region,PostalCode,Country</li>\n<li>LicenseType</li>\n<li>LicenseNumber</li>\n<li>DLState</li>\n<li>EmploymentStatus</li>\n</ul>\n","urlObject":{"protocol":"https","port":"7091","path":["BulkIO","UploadDrivers"],"host":["localhost"],"query":[{"key":"terminalId","value":"9"}],"variable":[]}},"response":[],"_postman_id":"a48fd087-7ab0-437e-ac22-8cd2ae068950"},{"name":"Bulk Email Confirmation Sender By CustomerAccountId","id":"65e42362-2651-45f9-8770-8267124e44f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"x-api-key","value":"{{cnsinternalKey}}","type":"text"}],"url":"https://localhost:7091/BulkIO/SendConfirmationEmails?customerAccountId=2","urlObject":{"protocol":"https","port":"7091","path":["BulkIO","SendConfirmationEmails"],"host":["localhost"],"query":[{"key":"customerAccountId","value":"2"}],"variable":[]}},"response":[],"_postman_id":"65e42362-2651-45f9-8770-8267124e44f9"}],"event":[{"listen":"prerequest","script":{"id":"f8babe70-41d7-4837-a24f-22cc9b875f19","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"10a98d1c-a120-478c-80c1-e9691d047de4","type":"text/javascript","exec":[""]}}],"variable":[{"key":"CNSAPI Key","value":"V4CUNWokD/Oyr1/p6t3vv9r7m4lbVZrpNV+STEv2isc=","type":"string","disabled":true},{"key":"CNSAPI Key","value":"HNI39jWT9BygMxRiD5w4w9lkIsLoS9SlbHskgjrUQQY=","type":"string"}]}