{"info":{"_postman_id":"14660b07-e991-41e0-b807-ee23c7146086","name":"Webhooks","description":"<html><head></head><body><h2 id=\"introduction\">Introduction</h2>\n<p>Integration with our webhooks allow you to receive and process events in real time. All information is sent in the form of an HTTP Post to the URL of your choosing.</p>\n<p>To view and configure your available webhooks please visit the <a href=\"https://intelligentfreightpricing.com/Settings/Webhooks\">settings page</a>.</p>\n<h2 id=\"integration\">Integration</h2>\n<p>Details on the event types and their associated data structure can be found below. You can also use this Postman collection to send mock requests to your URL for testing purposes.</p>\n<p>All events are sent using the <a href=\"#eventwrapper\">EventWrapper</a> data structure, with the 'Data' property containing the payload (event details).</p>\n<p>Set up your endpoint to return a <code>2xx</code> (Success) HTTP status code if it was able to properly process the event received. No response body/content is necessary.</p>\n<h2 id=\"testing-live-data\">Testing Live Data</h2>\n<p>You may require viewing or integration testing of live (e.g. Production) event data while still in development.</p>\n<p>We recommend the following free tools to assist you:</p>\n<ul>\n<li><a href=\"https://webhook.site/\">Webhook.site</a> - generates a test endpoint, allowing you to view all incoming requests</li>\n<li><a href=\"https://ngrok.com/\">ngrok</a> - creates a publicly accessible URL, which tunnels to your local/development environment</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1198533","collectionId":"14660b07-e991-41e0-b807-ee23c7146086","publishedId":"S1Lr3VoU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"0261A9"},"publishDate":"2022-07-18T13:40:36.000Z"},"item":[{"name":"Live Lane Special","item":[{"name":"New Quote","id":"d88ca713-b17c-44ef-ab70-d5a3bc2540d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"LLS Quote\",\n    \"Category\": \"Live Lane Special\",\n    \"Data\": {\n        \"LiveLaneSpecialQuoteId\": 777,\n        \"QuoteNumber\": \"1556657394\",\n        \"Accepted\": false,\n        \"TotalDiscount\": -15,\n        \"Total\": 396.94,\n        \"QuoteDateTime\": \"2019-04-30T00:00:00\",\n        \"AcceptedDateTime\": \"2019-04-30T00:00:00\",\n        \"Discounts\": [\n            {\n                \"AppliedTo\": \"Linehaul\",\n                \"DiscountType\": \"Amount\",\n                \"DiscountValue\": -15,\n                \"DiscountAmount\": -15\n            }\n        ],\n        \"Shipment\": {\n            \"ExternalShipmentId\": 21376382,\n            \"BolNumber\": \"BAT1912000005\",\n            \"CustomerPo\": \"1234\",\n            \"Origin\": {\n                \"Name\": \"Test\",\n                \"Address1\": \"123245 Test St.\",\n                \"Address2\": \"\",\n                \"City\": \"Toronto\",\n                \"State\": \"ON\",\n                \"PostalCode\": \"M4C1M5\",\n                \"Country\": \"Canada\"\n            },\n            \"Destination\": {\n                \"Name\": \"test1\",\n                \"Address1\": \"54321 Test Blvd.\",\n                \"Address2\": \"\",\n                \"City\": \"Chicago\",\n                \"State\": \"IL\",\n                \"PostalCode\": \"60606\",\n                \"Country\": \"United States\"\n            },\n            \"BillingParty\": {\n                \"Name\": \"Banyan HQ\",\n                \"Address1\": \"31011 Viking Pkwy\",\n                \"Address2\": \"\",\n                \"City\": \"Westlake\",\n                \"State\": \"OH\",\n                \"PostalCode\": \"44145\",\n                \"Country\": \"United States\"\n            },\n            \"Details\": {\n                \"Service\": \"LTL\",\n                \"ServiceLevel\": \"Standard\",\n                \"Quantity\": 3,\n                \"ShippingUnit\": \"Pails\",\n                \"Length\": 12.1,\n                \"Width\": 12.2,\n                \"Height\": 12.3,\n                \"PickupDate\": \"2019-04-30T00:00:00\",\n                \"Weight\": 500,\n                \"HighestFreightClass\": \"100\",\n                \"DimensionTotal\": 12.4,\n                \"Hazardous\": false\n            },\n            \"Accessorials\": [\n                \"Other\"\n            ],\n            \"LineItems\": [\n                {\n                    \"Quantity\": 3,\n                    \"ShippingUnit\": \"Pallets\",\n                    \"Weight\": 2500,\n                    \"FreightClass\": \"100\",\n                    \"Nmfc\": \"50\",\n                    \"Length\": 48,\n                    \"Width\": 48,\n                    \"Height\": 24,\n                    \"Hazardous\": false\n                }\n            ]\n        },\n        \"OriginalQuote\": {\n            \"ExternalQuoteId\": 199468642,\n            \"QuoteNumber\": \"1556657394\",\n            \"AccountNumber\": \"338482\",\n            \"Service\": \"LTL\",\n            \"Interline\": false,\n            \"TransitDays\": 2,\n            \"Total\": 411.943473113674,\n            \"Minimum\": 0,\n            \"Gross\": 363.7460867593742,\n            \"GrossDiscount\": 4.11,\n            \"Linehaul\": 359.62,\n            \"Fuel\": 12.35,\n            \"AdditionalCharges\": [\n                {\n                    \"Name\": \"Extra\",\n                    \"Price\": 50.3\n                }\n            ]\n        }\n    }\n}"},"url":"{{endpoint}}","description":"<p>This event is triggered whenever a Live Lane Special quote is generated.</p>\n<p>Sends a <a href=\"#livelanequote\">LiveLaneQuote</a> object as Data payload.</p>\n","urlObject":{"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d88ca713-b17c-44ef-ab70-d5a3bc2540d9"},{"name":"Booked Quote","id":"bce0fce1-ad64-412b-a6ed-2c6677b4ed38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"LLS Quote\",\n    \"Category\": \"Live Lane Special\",\n    \"Data\": {\n        \"LiveLaneSpecialQuoteId\": 777,\n        \"QuoteNumber\": \"1556657394\",\n        \"Accepted\": true,\n        \"TotalDiscount\": -15,\n        \"Total\": 396.94,\n        \"QuoteDateTime\": \"2019-04-30T00:00:00\",\n        \"AcceptedDateTime\": \"2019-04-30T00:00:00\",\n        \"Discounts\": [\n            {\n                \"AppliedTo\": \"Linehaul\",\n                \"DiscountType\": \"Amount\",\n                \"DiscountValue\": -15,\n                \"DiscountAmount\": -15\n            }\n        ],\n        \"Shipment\": {\n            \"ExternalShipmentId\": 21376382,\n            \"BolNumber\": \"BAT1912000005\",\n            \"CustomerPo\": \"1234\",\n            \"Origin\": {\n                \"Name\": \"Test\",\n                \"Address1\": \"123245 Test St.\",\n                \"Address2\": \"\",\n                \"City\": \"Toronto\",\n                \"State\": \"ON\",\n                \"PostalCode\": \"M4C1M5\",\n                \"Country\": \"Canada\"\n            },\n            \"Destination\": {\n                \"Name\": \"test1\",\n                \"Address1\": \"54321 Test Blvd.\",\n                \"Address2\": \"\",\n                \"City\": \"Chicago\",\n                \"State\": \"IL\",\n                \"PostalCode\": \"60606\",\n                \"Country\": \"United States\"\n            },\n            \"BillingParty\": {\n                \"Name\": \"Banyan HQ\",\n                \"Address1\": \"31011 Viking Pkwy\",\n                \"Address2\": \"\",\n                \"City\": \"Westlake\",\n                \"State\": \"OH\",\n                \"PostalCode\": \"44145\",\n                \"Country\": \"United States\"\n            },\n            \"Details\": {\n                \"Service\": \"LTL\",\n                \"ServiceLevel\": \"Standard\",\n                \"Quantity\": 3,\n                \"ShippingUnit\": \"Pails\",\n                \"Length\": 12.1,\n                \"Width\": 12.2,\n                \"Height\": 12.3,\n                \"PickupDate\": \"2019-04-30T00:00:00\",\n                \"Weight\": 500,\n                \"HighestFreightClass\": \"100\",\n                \"DimensionTotal\": 12.4,\n                \"Hazardous\": false\n            },\n            \"Accessorials\": [\n                \"Other\"\n            ],\n            \"LineItems\": [\n                {\n                    \"Quantity\": 3,\n                    \"ShippingUnit\": \"Pallets\",\n                    \"Weight\": 2500,\n                    \"FreightClass\": \"100\",\n                    \"Nmfc\": \"50\",\n                    \"Length\": 48,\n                    \"Width\": 48,\n                    \"Height\": 24,\n                    \"Hazardous\": false\n                }\n            ]\n        },\n        \"OriginalQuote\": {\n            \"ExternalQuoteId\": 199468642,\n            \"QuoteNumber\": \"1556657394\",\n            \"AccountNumber\": \"338482\",\n            \"Service\": \"LTL\",\n            \"Interline\": false,\n            \"TransitDays\": 2,\n            \"Total\": 411.943473113674,\n            \"Minimum\": 0,\n            \"Gross\": 363.7460867593742,\n            \"GrossDiscount\": 4.11,\n            \"Linehaul\": 359.62,\n            \"Fuel\": 12.35,\n            \"AdditionalCharges\": [\n                {\n                    \"Name\": \"Extra\",\n                    \"Price\": 50.3\n                }\n            ]\n        }\n    }\n}"},"url":"{{endpoint}}","description":"<p>This event is triggered whenever a Live Lane Special quote is booked.</p>\n<p>Sends a <a href=\"#livelanequote\">LiveLaneQuote</a> object as Data payload.</p>\n","urlObject":{"host":["{{endpoint}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bce0fce1-ad64-412b-a6ed-2c6677b4ed38"}],"id":"d6312484-16b2-47b4-b439-fc2304c16e19","event":[{"listen":"prerequest","script":{"id":"cc6f5013-da7f-483b-8978-9f4306ab0de3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cdd93f11-ab0d-46ee-8178-45dda522c083","type":"text/javascript","exec":[""]}}],"_postman_id":"d6312484-16b2-47b4-b439-fc2304c16e19","description":""},{"name":"Event Structure","item":[],"id":"9133088a-f94d-4ce4-8dbd-788fa17ec7f1","description":"<p>Below you can find details on the data structure of the Event objects we send via webhooks -</p>\n<h1 id=\"eventwrapper\">EventWrapper</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Description</th>\n<th>Type</th>\n<th>Min</th>\n<th>Max</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>Name of the Event</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Category</td>\n<td>Category of the Event</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Data</td>\n<td>Event Payload (e.g. LiveLaneQuote)</td>\n<td>Object</td>\n<td>1</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"livelanequote\">LiveLaneQuote</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Description</th>\n<th>Type</th>\n<th>Min</th>\n<th>Max</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LiveLaneSpecialQuoteId</td>\n<td>Unique Identifier LLS Quote</td>\n<td>Int</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>QuoteNumber</td>\n<td>Quote Number</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Accepted</td>\n<td>Booked Flag</td>\n<td>Bool</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>TotalDiscount</td>\n<td>Total LLS Discount</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Total</td>\n<td>Total Quote Price</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>QuoteDateTime</td>\n<td>Created Date Time</td>\n<td>DateTime</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AcceptedDateTime</td>\n<td>Booked Time</td>\n<td>DateTime</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"#livelanediscount\">Discounts</a></td>\n<td>List of LLS Discounts</td>\n<td>List</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"#livelaneshipment\">Shipment</a></td>\n<td>Shipment Associated with Quote</td>\n<td>Object</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"#originalquote\">OriginalQuote</a></td>\n<td>Original/Unprocessed Quote</td>\n<td>Object</td>\n<td>0</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"livelanediscount\">LiveLaneDiscount</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Description</th>\n<th>Type</th>\n<th>Min</th>\n<th>Max</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>AppliedTo</td>\n<td>Which part of quote discount was applied to ('Linehaul', etc.)</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>DiscountType</td>\n<td>Flat or Percentage</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>DiscountValue</td>\n<td>LLS Discount Value</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>DiscountAmount</td>\n<td>Total Discount Amount</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"livelaneshipment\">LiveLaneShipment</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Description</th>\n<th>Type</th>\n<th>Min</th>\n<th>Max</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ExternalShipmentId</td>\n<td>Unique Identifier for Shipment</td>\n<td>Int</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>BolNumber</td>\n<td>BOL Number</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>CustomerPo</td>\n<td>Cutomer PO</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"#address\">Origin</a></td>\n<td>Origin Address</td>\n<td>Object</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"#address\">Destination</a></td>\n<td>Destination Address</td>\n<td>Object</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"#address\">BillingParty</a></td>\n<td>BillingParty Address</td>\n<td>Object</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"#shipmentdetails\">Details</a></td>\n<td>Shipment Details</td>\n<td>Object</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Accessorials</td>\n<td>List of Accessorials (String)</td>\n<td>List</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"#lineitem\">LineItems</a></td>\n<td>Shipment Line Items</td>\n<td>List</td>\n<td>1</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"address\">Address</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Description</th>\n<th>Type</th>\n<th>Min</th>\n<th>Max</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>Name of Location</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Address1</td>\n<td>Street Address, Line 1</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Address2</td>\n<td>Street Address, Line 2</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>City</td>\n<td>City</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>State</td>\n<td>State</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>PostalCode</td>\n<td>Postal Code</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Country</td>\n<td>Country</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"shipmentdetails\">ShipmentDetails</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Description</th>\n<th>Type</th>\n<th>Min</th>\n<th>Max</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Service</td>\n<td>Service Type</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ServiceLevel</td>\n<td>Service Level</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Quantity</td>\n<td>Shipment Item Count</td>\n<td>Int</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShippingUnit</td>\n<td>Shipment Item Type</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Length</td>\n<td>Length of Shipment</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>Width of Shipment</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>Height of Shipment</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>PickupDate</td>\n<td>Date of Pickup</td>\n<td>DateTime</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td>Weight of Shipment</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>HighestFreightClass</td>\n<td>Highest Freight Class in Shipment</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>DimensionTotal</td>\n<td>Total of Dimensions for Shipment</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Hazardous</td>\n<td>Hazardous Flag</td>\n<td>bool</td>\n<td>1</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"lineitem\">LineItem</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Description</th>\n<th>Type</th>\n<th>Min</th>\n<th>Max</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Quantity</td>\n<td>Item Count</td>\n<td>int</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>ShippingUnit</td>\n<td>Item Type</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Weight</td>\n<td>Weight of Item</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>FreightClass</td>\n<td>Freight Class for Item</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Nmfc</td>\n<td>Nmfc for Item</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Length</td>\n<td>Length of Item</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Width</td>\n<td>Width of Item</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Height</td>\n<td>Height of Item</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Hazardous</td>\n<td>Hazardous Flag</td>\n<td>bool</td>\n<td>1</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"originalquote\">OriginalQuote</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Description</th>\n<th>Type</th>\n<th>Min</th>\n<th>Max</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>ExternalQuoteId</td>\n<td>Unique Identifier Original Quote</td>\n<td>Int</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>QuoteNumber</td>\n<td>Quote Number</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>AccountNumber</td>\n<td>Account Number Used For Quote</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Service</td>\n<td>Service Level</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Interline</td>\n<td>Interline Flag</td>\n<td>Bool</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>TransitDays</td>\n<td>Transit Day Count</td>\n<td>Int</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Total</td>\n<td>Total Quote Price</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Minimum</td>\n<td>Minimum Freight Charge</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Gross</td>\n<td>Gross Charge</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>GrossDiscount</td>\n<td>Gross Discount</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Linehaul</td>\n<td>Linehaul</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Fuel</td>\n<td>Fuel Surcharge</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n<tr>\n<td><a href=\"#additionalcharge\">AdditionalCharges</a></td>\n<td>List of Additional Charges</td>\n<td>List</td>\n<td>1</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div><h1 id=\"additionalcharge\">AdditionalCharge</h1>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Title</th>\n<th>Description</th>\n<th>Type</th>\n<th>Min</th>\n<th>Max</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Name</td>\n<td>Name of Charge</td>\n<td>String</td>\n<td>1</td>\n<td>1</td>\n</tr>\n<tr>\n<td>Price</td>\n<td>Cost Associated with Charge</td>\n<td>Decimal</td>\n<td>0</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div>","event":[{"listen":"prerequest","script":{"id":"6b6c5fb3-37e8-4aae-80da-1e5c8fc5f8b9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"00016a15-f538-4c50-aa4d-d1b1a2af8c54","type":"text/javascript","exec":[""]}}],"_postman_id":"9133088a-f94d-4ce4-8dbd-788fa17ec7f1"}],"event":[{"listen":"prerequest","script":{"id":"fbfcc2b4-2d0f-4398-8201-d13593ab62c0","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5880182d-a771-4635-9848-64876908cee0","type":"text/javascript","exec":[""]}}]}