{"info":{"_postman_id":"76447571-6ba8-4da3-9390-804ebeaa5e64","name":"Mock Truecost Server","description":"<html><head></head><body><h3 id=\"welcome-to-climes-api-documentation\"><strong>Welcome to Climes API documentation</strong></h3>\n<p>Our <em>plug &amp; play</em> <em>developer-friendly</em> APIs will help you kickstart your sustainability journey in <em>less than 10 hours</em>.</p>\n<p>There are 2 major APIs for you to integrate:</p>\n<ul>\n<li><strong><code>Truecost APIs</code></strong> which showcases the example of various types of truecost requests.</li>\n<li><strong><code>Orders APIs</code></strong> to send successful carbon neutralisation orders to Climes</li>\n<li><strong><code>Info APIs</code></strong> which has endpoints to fetch data that might be required in other apis.</li>\n</ul>\n<p>All the above API's are accessible using single API key which will be provided by Climes</p>\n<p>Examples have been provided for each. For any queries, please email us at <code>tech@climes.io</code></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20497063","collectionId":"76447571-6ba8-4da3-9390-804ebeaa5e64","publishedId":"Uz5KjZfi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-09T04:23:36.000Z"},"item":[{"name":"Truecost API's","item":[{"name":"Logistics - Freight","item":[{"name":"Truck Truecost","item":[{"name":"Get Container Truecost","id":"cf10102a-d46a-48e3-9b98-d3f0e0421bbb","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"x-api-key","value":"add-your-api-key-here","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 2000,\n                \"distance\": 2600,\n                \"container_type\": \"22TN\",\n                \"truck_unladen_weight\": 2700,\n                \"truck_max_capacity\": 48000\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"b2a8b79b-e012-4713-9565-56d846437cde","name":"Get Container Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 2000,\n                \"distance\": 2600,\n                \"container_type\": \"22TN\",\n                \"truck_unladen_weight\": 2700,\n                \"truck_max_capacity\": 48000\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 1348,\n        \"legs\": [\n            1348\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"57290\",\n            \"trees_planted\": \"22242\",\n            \"lamps_collected\": \"51089\"\n        }\n    }\n}"}],"_postman_id":"cf10102a-d46a-48e3-9b98-d3f0e0421bbb"},{"name":"Get Container Truecost - with dry_run = true and false","id":"d3b2adbe-7432-4491-a779-c90764ddca53","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\",\n                \"dry_run\" : true\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\",\n                \"dry_run\" : false\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"bc745c10-4541-4938-91b9-bac62394e074","name":"Get Container Truecost - with dry_run = true and false","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\",\n                \"dry_run\" : true\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\",\n                \"dry_run\" : false\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 2677,\n        \"legs\": [\n            1141,\n            1536\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"113773\",\n            \"trees_planted\": \"44171\",\n            \"lamps_collected\": \"101458\"\n        }\n    }\n}"}],"_postman_id":"d3b2adbe-7432-4491-a779-c90764ddca53"},{"name":"Get Container Truecost - with 1 dry_run = true","id":"c969226b-f70f-4941-9a8d-ea007c9ed00f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\",\n                \"dry_run\" : true\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"5555318d-ec32-45fd-aba6-a92e80c93102","name":"Get Container Truecost - with 1 dry_run = true","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\",\n                \"dry_run\" : true\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 2677,\n        \"legs\": [\n            1141,\n            1536\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"113773\",\n            \"trees_planted\": \"44171\",\n            \"lamps_collected\": \"101458\"\n        }\n    }\n}"}],"_postman_id":"c969226b-f70f-4941-9a8d-ea007c9ed00f"},{"name":"Get Container Truecost - with multiple dry_run legs","id":"679b9989-845c-4e66-9265-f9911fb6b72b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\",\n                \"dry_run\": true\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\",\n                \"dry_run\": false\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\"\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 21890,\n                \"distance\": 6000,\n                \"container_type\": \"29PL\",\n                \"dry_run\": true\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 21890,\n                \"distance\": 6000,\n                \"container_type\": \"29PL\",\n                \"dry_run\": false\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 21890,\n                \"distance\": 6000,\n                \"container_type\": \"29PL\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"3487aaf9-091d-412c-bfd7-047e81c76572","name":"Get Container Truecost - with multiple dry_run legs","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\",\n                \"dry_run\": true\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\",\n                \"dry_run\": false\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 14125,\n                \"distance\": 2200,\n                \"container_type\": \"22UP\"\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 21890,\n                \"distance\": 6000,\n                \"container_type\": \"29PL\",\n                \"dry_run\": true\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 21890,\n                \"distance\": 6000,\n                \"container_type\": \"29PL\",\n                \"dry_run\": false\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 21890,\n                \"distance\": 6000,\n                \"container_type\": \"29PL\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 18653,\n        \"legs\": [\n            1141,\n            1536,\n            1536,\n            3110,\n            5665,\n            5665\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"792753\",\n            \"trees_planted\": \"307775\",\n            \"lamps_collected\": \"706949\"\n        }\n    }\n}"}],"_postman_id":"679b9989-845c-4e66-9265-f9911fb6b72b"},{"name":"Get Container Truecost - without Unladen Weight, Max Capacity","id":"a2d99414-0d16-41a9-a912-6e0656df244f","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 22000,\n                \"distance\": 19000,\n                \"container_type\": \"22RT\",\n                \"container_tare_weight\" : 1300\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"21c47daf-2d71-437b-aadc-297ea52e7fa6","name":"Get Container Truecost - without Unladen Weight, Max Capacity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 22000,\n                \"distance\": 19000,\n                \"container_type\": \"22RT\",\n                \"container_tare_weight\" : 1300\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 17937,\n        \"legs\": [\n            17937\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"762323\",\n            \"trees_planted\": \"295961\",\n            \"lamps_collected\": \"679812\"\n        }\n    }\n}"}],"_postman_id":"a2d99414-0d16-41a9-a912-6e0656df244f"},{"name":"Get Container Truecost - without Unladen Weight, Max Capacity, Tare Weight","id":"b843e24b-af04-41e2-ad1a-011becf5b15e","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 22000,\n                \"distance\": 19000,\n                \"container_type\": \"22RT\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"661b51bd-4407-42eb-afd8-fa5601cc4cf8","name":"Get Container Truecost - without Unladen Weight, Max Capacity, Tare Weight","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 22000,\n                \"distance\": 19000,\n                \"container_type\": \"22RT\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 19244,\n        \"legs\": [\n            19244\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"817870\",\n            \"trees_planted\": \"317526\",\n            \"lamps_collected\": \"729348\"\n        }\n    }\n}"}],"_postman_id":"b843e24b-af04-41e2-ad1a-011becf5b15e"},{"name":"Get Container Truecost - with Custom Tare Weight","id":"009fd259-368a-4d86-8227-faf614789a04","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 499,\n                \"distance\": 2000,\n                \"container_type\": \"20BU\",\n                \"truck_unladen_weight\": 10,\n                \"truck_max_capacity\": 18000,\n                \"container_tare_weight\" : 16000\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 499,\n                \"distance\": 6000,\n                \"container_type\": \"45GP\",\n                \"truck_unladen_weight\": 10,\n                \"truck_max_capacity\": 10000\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 499,\n                \"distance\": 50,\n                \"container_type\": \"42GP\",\n                \"truck_unladen_weight\": 10,\n                \"truck_max_capacity\": 10000\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"1e2a43b8-1eac-4f9c-ab82-2eecc9097ac0","name":"Get Container Truecost - with Custom Tare Weight","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"region\": \"IN\",\n        \"transportation_type\": \"truck\"\n    },\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 499,\n                \"distance\": 2000,\n                \"container_type\": \"20BU\",\n                \"truck_unladen_weight\": 10,\n                \"truck_max_capacity\": 18000,\n                \"container_tare_weight\" : 16000\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 499,\n                \"distance\": 6000,\n                \"container_type\": \"45GP\",\n                \"truck_unladen_weight\": 10,\n                \"truck_max_capacity\": 10000\n            },\n            {\n                \"shipping_method\": \"container\",\n                \"weight\": 499,\n                \"distance\": 50,\n                \"container_type\": \"42GP\",\n                \"truck_unladen_weight\": 10,\n                \"truck_max_capacity\": 10000\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 4438,\n        \"legs\": [\n            1302,\n            3110,\n            26\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"188615\",\n            \"trees_planted\": \"73227\",\n            \"lamps_collected\": \"168200\"\n        }\n    }\n}"}],"_postman_id":"009fd259-368a-4d86-8227-faf614789a04"},{"name":"Get Loose Truecost","id":"7efdf7a8-ceb9-4318-ad3e-ba7d55ba4964","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"truck\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"loose\",\n                \"weight\" : 11000,\n                \"distance\" : 1333,\n                \"truck_unladen_weight\" : 13000,\n                \"truck_max_capacity\": 58000\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","description":"<p>Each request requires 2 objects <code>queries</code> and <code>configs`</code>object that has a top level key <code>legs</code></p>\n<p><code>configs</code> are params that will apply to all legs under <code>queries</code></p>\n<p><code>configs</code> will accept the following params for Matchlog</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   region : IN , restricted to IN for now,\n   transportation_type : required, one of truck, ship or, rail\n}\n\n</code></pre>\n<p><code>legs</code> is an array of individual requests per leg that this emission is being calculated for</p>\n<p>Each leg object consists of the following</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    shipping_method : one of container or loose,\n    weight : weight in kgs,\n    distance : distance in km,\n    container_type : required only if shipping_method = container, one of list shared below \"Container Weight Mappings\", value to be sent is the value under container_type in the table\n    truck_unladen_weight : required if configs.transportation_type = \"truck\", value in kgs,\n    truck_max_capacity : required if configs.transporation_type = \"truck\" , value in kgs\n}\n\n</code></pre>\n<p><code>Container Weight Mappings</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>container_type</th>\n<th>container_name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>20 Standard Dry</td>\n</tr>\n<tr>\n<td>2</td>\n<td>40 Standard Dry</td>\n</tr>\n<tr>\n<td>3</td>\n<td>40 High Cube</td>\n</tr>\n<tr>\n<td>4</td>\n<td>20 Reefer</td>\n</tr>\n<tr>\n<td>5</td>\n<td>20 Tank</td>\n</tr>\n<tr>\n<td>6</td>\n<td>20 Open Top</td>\n</tr>\n<tr>\n<td>7</td>\n<td>40 Reefer</td>\n</tr>\n<tr>\n<td>8</td>\n<td>40 Open Top</td>\n</tr>\n<tr>\n<td>9</td>\n<td>45 High Cube (45 General Purpose)</td>\n</tr>\n<tr>\n<td>10</td>\n<td>40 Tank</td>\n</tr>\n<tr>\n<td>11</td>\n<td>40 Ventilated</td>\n</tr>\n<tr>\n<td>12</td>\n<td>40 Hard Top</td>\n</tr>\n<tr>\n<td>13</td>\n<td>40 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>14</td>\n<td>40 Flat Rack</td>\n</tr>\n<tr>\n<td>15</td>\n<td>40 Insulated</td>\n</tr>\n<tr>\n<td>16</td>\n<td>20 Bulk</td>\n</tr>\n<tr>\n<td>17</td>\n<td>20 Platform</td>\n</tr>\n<tr>\n<td>18</td>\n<td>20 Ventilated</td>\n</tr>\n<tr>\n<td>19</td>\n<td>20 Hard Top</td>\n</tr>\n<tr>\n<td>20</td>\n<td>20 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>21</td>\n<td>20 Flat Rack</td>\n</tr>\n<tr>\n<td>22</td>\n<td>20 Insulated</td>\n</tr>\n<tr>\n<td>23</td>\n<td>40 Platform</td>\n</tr>\n<tr>\n<td>24</td>\n<td>40 Reefer High Cube</td>\n</tr>\n<tr>\n<td>25</td>\n<td>20 Bin Half Height(Open Top)</td>\n</tr>\n<tr>\n<td>26</td>\n<td>40 high cube hard top container</td>\n</tr>\n<tr>\n<td>27</td>\n<td>45 Reefer High Cube</td>\n</tr>\n<tr>\n<td>28</td>\n<td>40 Foot High Cube Open Top Container</td>\n</tr>\n<tr>\n<td>29</td>\n<td>20 High Cube</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"ad0df17b-ffb4-4efb-a33d-c29ca09cc58c","name":"Get Loose Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"truck\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"loose\",\n                \"weight\" : 11000,\n                \"distance\" : 1333,\n                \"truck_unladen_weight\" : 13000,\n                \"truck_max_capacity\": 58000\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 868,\n        \"legs\": [\n            868\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"36890\",\n            \"trees_planted\": \"14322\",\n            \"lamps_collected\": \"32897\"\n        }\n    }\n}"}],"_postman_id":"7efdf7a8-ceb9-4318-ad3e-ba7d55ba4964"}],"id":"5112fc42-6d04-47e4-8f83-a84804fcb88e","_postman_id":"5112fc42-6d04-47e4-8f83-a84804fcb88e","description":""},{"name":"Rail Truecost","item":[{"name":"Get Container Truecost","id":"6193b7a9-3bf1-4654-b99d-819f63f2c02b","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"rail\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"container\",\n                \"weight\" : 26000,\n                \"distance\" : 14000,\n                \"container_type\" : \"42GP\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","description":"<p>Each request requires 2 objects <code>queries</code> and <code>configs`</code>object that has a top level key <code>legs</code></p>\n<p><code>configs</code> are params that will apply to all legs under <code>queries</code></p>\n<p><code>configs</code> will accept the following params for Matchlog</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   region : IN , restricted to IN for now,\n   transportation_type : required, one of truck, ship or, rail\n}\n\n</code></pre>\n<p><code>legs</code> is an array of individual requests per leg that this emission is being calculated for</p>\n<p>Each leg object consists of the following</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    shipping_method : one of container or loose,\n    weight : weight in kgs,\n    distance : distance in km,\n    container_type : required only if shipping_method = container, one of list shared below \"Container Weight Mappings\", value to be sent is the value under container_type in the table\n    truck_unladen_weight : required if configs.transportation_type = \"truck\", value in kgs,\n    truck_max_capacity : required if configs.transporation_type = \"truck\" , value in kgs\n}\n\n</code></pre>\n<p><code>Container Weight Mappings</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>container_type</th>\n<th>container_name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>20 Standard Dry</td>\n</tr>\n<tr>\n<td>2</td>\n<td>40 Standard Dry</td>\n</tr>\n<tr>\n<td>3</td>\n<td>40 High Cube</td>\n</tr>\n<tr>\n<td>4</td>\n<td>20 Reefer</td>\n</tr>\n<tr>\n<td>5</td>\n<td>20 Tank</td>\n</tr>\n<tr>\n<td>6</td>\n<td>20 Open Top</td>\n</tr>\n<tr>\n<td>7</td>\n<td>40 Reefer</td>\n</tr>\n<tr>\n<td>8</td>\n<td>40 Open Top</td>\n</tr>\n<tr>\n<td>9</td>\n<td>45 High Cube (45 General Purpose)</td>\n</tr>\n<tr>\n<td>10</td>\n<td>40 Tank</td>\n</tr>\n<tr>\n<td>11</td>\n<td>40 Ventilated</td>\n</tr>\n<tr>\n<td>12</td>\n<td>40 Hard Top</td>\n</tr>\n<tr>\n<td>13</td>\n<td>40 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>14</td>\n<td>40 Flat Rack</td>\n</tr>\n<tr>\n<td>15</td>\n<td>40 Insulated</td>\n</tr>\n<tr>\n<td>16</td>\n<td>20 Bulk</td>\n</tr>\n<tr>\n<td>17</td>\n<td>20 Platform</td>\n</tr>\n<tr>\n<td>18</td>\n<td>20 Ventilated</td>\n</tr>\n<tr>\n<td>19</td>\n<td>20 Hard Top</td>\n</tr>\n<tr>\n<td>20</td>\n<td>20 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>21</td>\n<td>20 Flat Rack</td>\n</tr>\n<tr>\n<td>22</td>\n<td>20 Insulated</td>\n</tr>\n<tr>\n<td>23</td>\n<td>40 Platform</td>\n</tr>\n<tr>\n<td>24</td>\n<td>40 Reefer High Cube</td>\n</tr>\n<tr>\n<td>25</td>\n<td>20 Bin Half Height(Open Top)</td>\n</tr>\n<tr>\n<td>26</td>\n<td>40 high cube hard top container</td>\n</tr>\n<tr>\n<td>27</td>\n<td>45 Reefer High Cube</td>\n</tr>\n<tr>\n<td>28</td>\n<td>40 Foot High Cube Open Top Container</td>\n</tr>\n<tr>\n<td>29</td>\n<td>20 High Cube</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"2b485953-b55f-4cdd-8944-248e914339c5","name":"Get Container Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"rail\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"container\",\n                \"weight\" : 26000,\n                \"distance\" : 14000,\n                \"container_type\" : \"42GP\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 3984,\n        \"legs\": [\n            3984\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"169320\",\n            \"trees_planted\": \"65736\",\n            \"lamps_collected\": \"150994\"\n        }\n    }\n}"}],"_postman_id":"6193b7a9-3bf1-4654-b99d-819f63f2c02b"},{"name":"Get Container Truecost - with Custom Tare Weight","id":"7c7a5616-014d-466f-a16e-b8fefb273cb4","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"rail\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"container\",\n                \"weight\" : 19000,\n                \"distance\" : 18000,\n                \"container_type\" : \"45GP\",\n                \"container_tare_weight\" : 1600\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","description":"<p>Each request requires 2 objects <code>queries</code> and <code>configs`</code>object that has a top level key <code>legs</code></p>\n<p><code>configs</code> are params that will apply to all legs under <code>queries</code></p>\n<p><code>configs</code> will accept the following params for Matchlog</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   region : IN , restricted to IN for now,\n   transportation_type : required, one of truck, ship or, rail\n}\n\n</code></pre>\n<p><code>legs</code> is an array of individual requests per leg that this emission is being calculated for</p>\n<p>Each leg object consists of the following</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    shipping_method : one of container or loose,\n    weight : weight in kgs,\n    distance : distance in km,\n    container_type : required only if shipping_method = container, one of list shared below \"Container Weight Mappings\", value to be sent is the value under container_type in the table\n    truck_unladen_weight : required if configs.transportation_type = \"truck\", value in kgs,\n    truck_max_capacity : required if configs.transporation_type = \"truck\" , value in kgs\n}\n\n</code></pre>\n<p><code>Container Weight Mappings</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>container_type</th>\n<th>container_name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>20 Standard Dry</td>\n</tr>\n<tr>\n<td>2</td>\n<td>40 Standard Dry</td>\n</tr>\n<tr>\n<td>3</td>\n<td>40 High Cube</td>\n</tr>\n<tr>\n<td>4</td>\n<td>20 Reefer</td>\n</tr>\n<tr>\n<td>5</td>\n<td>20 Tank</td>\n</tr>\n<tr>\n<td>6</td>\n<td>20 Open Top</td>\n</tr>\n<tr>\n<td>7</td>\n<td>40 Reefer</td>\n</tr>\n<tr>\n<td>8</td>\n<td>40 Open Top</td>\n</tr>\n<tr>\n<td>9</td>\n<td>45 High Cube (45 General Purpose)</td>\n</tr>\n<tr>\n<td>10</td>\n<td>40 Tank</td>\n</tr>\n<tr>\n<td>11</td>\n<td>40 Ventilated</td>\n</tr>\n<tr>\n<td>12</td>\n<td>40 Hard Top</td>\n</tr>\n<tr>\n<td>13</td>\n<td>40 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>14</td>\n<td>40 Flat Rack</td>\n</tr>\n<tr>\n<td>15</td>\n<td>40 Insulated</td>\n</tr>\n<tr>\n<td>16</td>\n<td>20 Bulk</td>\n</tr>\n<tr>\n<td>17</td>\n<td>20 Platform</td>\n</tr>\n<tr>\n<td>18</td>\n<td>20 Ventilated</td>\n</tr>\n<tr>\n<td>19</td>\n<td>20 Hard Top</td>\n</tr>\n<tr>\n<td>20</td>\n<td>20 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>21</td>\n<td>20 Flat Rack</td>\n</tr>\n<tr>\n<td>22</td>\n<td>20 Insulated</td>\n</tr>\n<tr>\n<td>23</td>\n<td>40 Platform</td>\n</tr>\n<tr>\n<td>24</td>\n<td>40 Reefer High Cube</td>\n</tr>\n<tr>\n<td>25</td>\n<td>20 Bin Half Height(Open Top)</td>\n</tr>\n<tr>\n<td>26</td>\n<td>40 high cube hard top container</td>\n</tr>\n<tr>\n<td>27</td>\n<td>45 Reefer High Cube</td>\n</tr>\n<tr>\n<td>28</td>\n<td>40 Foot High Cube Open Top Container</td>\n</tr>\n<tr>\n<td>29</td>\n<td>20 High Cube</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"7be2bcf4-9ead-4156-920d-5583e392c680","name":"Get Container Truecost - with Custom Tare Weight","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"rail\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"container\",\n                \"weight\" : 19000,\n                \"distance\" : 18000,\n                \"container_type\" : \"45GP\",\n                \"container_tare_weight\" : 1600\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 3523,\n        \"legs\": [\n            3523\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"149728\",\n            \"trees_planted\": \"58130\",\n            \"lamps_collected\": \"133522\"\n        }\n    }\n}"}],"_postman_id":"7c7a5616-014d-466f-a16e-b8fefb273cb4"},{"name":"Get Loose Truecost","id":"4ddbb6b9-9c1f-4df5-bd90-1da884800ff1","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"rail\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"loose\",\n                \"weight\" : 7000,\n                \"distance\" : 1500\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","description":"<p>Each request requires 2 objects <code>queries</code> and <code>configs`</code>object that has a top level key <code>legs</code></p>\n<p><code>configs</code> are params that will apply to all legs under <code>queries</code></p>\n<p><code>configs</code> will accept the following params for Matchlog</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   region : IN , restricted to IN for now,\n   transportation_type : required, one of truck, ship or, rail\n}\n\n</code></pre>\n<p><code>legs</code> is an array of individual requests per leg that this emission is being calculated for</p>\n<p>Each leg object consists of the following</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    shipping_method : one of container or loose,\n    weight : weight in kgs,\n    distance : distance in km,\n    container_type : required only if shipping_method = container, one of list shared below \"Container Weight Mappings\", value to be sent is the value under container_type in the table\n    truck_unladen_weight : required if configs.transportation_type = \"truck\", value in kgs,\n    truck_max_capacity : required if configs.transporation_type = \"truck\" , value in kgs\n}\n\n</code></pre>\n<p><code>Container Weight Mappings</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>container_type</th>\n<th>container_name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>20 Standard Dry</td>\n</tr>\n<tr>\n<td>2</td>\n<td>40 Standard Dry</td>\n</tr>\n<tr>\n<td>3</td>\n<td>40 High Cube</td>\n</tr>\n<tr>\n<td>4</td>\n<td>20 Reefer</td>\n</tr>\n<tr>\n<td>5</td>\n<td>20 Tank</td>\n</tr>\n<tr>\n<td>6</td>\n<td>20 Open Top</td>\n</tr>\n<tr>\n<td>7</td>\n<td>40 Reefer</td>\n</tr>\n<tr>\n<td>8</td>\n<td>40 Open Top</td>\n</tr>\n<tr>\n<td>9</td>\n<td>45 High Cube (45 General Purpose)</td>\n</tr>\n<tr>\n<td>10</td>\n<td>40 Tank</td>\n</tr>\n<tr>\n<td>11</td>\n<td>40 Ventilated</td>\n</tr>\n<tr>\n<td>12</td>\n<td>40 Hard Top</td>\n</tr>\n<tr>\n<td>13</td>\n<td>40 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>14</td>\n<td>40 Flat Rack</td>\n</tr>\n<tr>\n<td>15</td>\n<td>40 Insulated</td>\n</tr>\n<tr>\n<td>16</td>\n<td>20 Bulk</td>\n</tr>\n<tr>\n<td>17</td>\n<td>20 Platform</td>\n</tr>\n<tr>\n<td>18</td>\n<td>20 Ventilated</td>\n</tr>\n<tr>\n<td>19</td>\n<td>20 Hard Top</td>\n</tr>\n<tr>\n<td>20</td>\n<td>20 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>21</td>\n<td>20 Flat Rack</td>\n</tr>\n<tr>\n<td>22</td>\n<td>20 Insulated</td>\n</tr>\n<tr>\n<td>23</td>\n<td>40 Platform</td>\n</tr>\n<tr>\n<td>24</td>\n<td>40 Reefer High Cube</td>\n</tr>\n<tr>\n<td>25</td>\n<td>20 Bin Half Height(Open Top)</td>\n</tr>\n<tr>\n<td>26</td>\n<td>40 high cube hard top container</td>\n</tr>\n<tr>\n<td>27</td>\n<td>45 Reefer High Cube</td>\n</tr>\n<tr>\n<td>28</td>\n<td>40 Foot High Cube Open Top Container</td>\n</tr>\n<tr>\n<td>29</td>\n<td>20 High Cube</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"214a8755-7d3c-4de5-81ba-8cfdfeae40b6","name":"Get Loose Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"rail\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"loose\",\n                \"weight\" : 7000,\n                \"distance\" : 1500\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 100,\n        \"legs\": [\n            100\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"4250\",\n            \"trees_planted\": \"1650\",\n            \"lamps_collected\": \"3790\"\n        }\n    }\n}"}],"_postman_id":"4ddbb6b9-9c1f-4df5-bd90-1da884800ff1"}],"id":"ecfd6cae-2889-4706-b991-4401a0b86991","_postman_id":"ecfd6cae-2889-4706-b991-4401a0b86991","description":""},{"name":"Ship Truecost","item":[{"name":"Get Container Truecost","id":"70be6bc0-f65e-413c-ab94-e0d298173f34","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"ship\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"container\",\n                \"weight\" : 17000,\n                \"distance\" : 13000,\n                \"container_type\" : \"42VH\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","description":"<p>Each request requires 2 objects <code>queries</code> and <code>configs`</code>object that has a top level key <code>legs</code></p>\n<p><code>configs</code> are params that will apply to all legs under <code>queries</code></p>\n<p><code>configs</code> will accept the following params for Matchlog</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   region : IN , restricted to IN for now,\n   transportation_type : required, one of truck, ship or, rail\n}\n\n</code></pre>\n<p><code>legs</code> is an array of individual requests per leg that this emission is being calculated for</p>\n<p>Each leg object consists of the following</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    shipping_method : one of container or loose,\n    weight : weight in kgs,\n    distance : distance in km,\n    container_type : required only if shipping_method = container, one of list shared below \"Container Weight Mappings\", value to be sent is the value under container_type in the table\n    truck_unladen_weight : required if configs.transportation_type = \"truck\", value in kgs,\n    truck_max_capacity : required if configs.transporation_type = \"truck\" , value in kgs\n}\n\n</code></pre>\n<p><code>Container Weight Mappings</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>container_type</th>\n<th>container_name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>20 Standard Dry</td>\n</tr>\n<tr>\n<td>2</td>\n<td>40 Standard Dry</td>\n</tr>\n<tr>\n<td>3</td>\n<td>40 High Cube</td>\n</tr>\n<tr>\n<td>4</td>\n<td>20 Reefer</td>\n</tr>\n<tr>\n<td>5</td>\n<td>20 Tank</td>\n</tr>\n<tr>\n<td>6</td>\n<td>20 Open Top</td>\n</tr>\n<tr>\n<td>7</td>\n<td>40 Reefer</td>\n</tr>\n<tr>\n<td>8</td>\n<td>40 Open Top</td>\n</tr>\n<tr>\n<td>9</td>\n<td>45 High Cube (45 General Purpose)</td>\n</tr>\n<tr>\n<td>10</td>\n<td>40 Tank</td>\n</tr>\n<tr>\n<td>11</td>\n<td>40 Ventilated</td>\n</tr>\n<tr>\n<td>12</td>\n<td>40 Hard Top</td>\n</tr>\n<tr>\n<td>13</td>\n<td>40 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>14</td>\n<td>40 Flat Rack</td>\n</tr>\n<tr>\n<td>15</td>\n<td>40 Insulated</td>\n</tr>\n<tr>\n<td>16</td>\n<td>20 Bulk</td>\n</tr>\n<tr>\n<td>17</td>\n<td>20 Platform</td>\n</tr>\n<tr>\n<td>18</td>\n<td>20 Ventilated</td>\n</tr>\n<tr>\n<td>19</td>\n<td>20 Hard Top</td>\n</tr>\n<tr>\n<td>20</td>\n<td>20 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>21</td>\n<td>20 Flat Rack</td>\n</tr>\n<tr>\n<td>22</td>\n<td>20 Insulated</td>\n</tr>\n<tr>\n<td>23</td>\n<td>40 Platform</td>\n</tr>\n<tr>\n<td>24</td>\n<td>40 Reefer High Cube</td>\n</tr>\n<tr>\n<td>25</td>\n<td>20 Bin Half Height(Open Top)</td>\n</tr>\n<tr>\n<td>26</td>\n<td>40 high cube hard top container</td>\n</tr>\n<tr>\n<td>27</td>\n<td>45 Reefer High Cube</td>\n</tr>\n<tr>\n<td>28</td>\n<td>40 Foot High Cube Open Top Container</td>\n</tr>\n<tr>\n<td>29</td>\n<td>20 High Cube</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"3260d271-159e-42b1-afb9-01b303c8d166","name":"Get Container Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"ship\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"container\",\n                \"weight\" : 17000,\n                \"distance\" : 13000,\n                \"container_type\" : \"42VH\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 4358,\n        \"legs\": [\n            4358\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"185215\",\n            \"trees_planted\": \"71907\",\n            \"lamps_collected\": \"165168\"\n        }\n    }\n}"}],"_postman_id":"70be6bc0-f65e-413c-ab94-e0d298173f34"},{"name":"Get Container Truecost - with Custom Tare Weight","id":"b6fcb224-6a00-47d2-a3b3-b866b9090bda","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"ship\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"container\",\n                \"weight\" : 24000,\n                \"distance\" : 44000,\n                \"container_type\" : \"42UP\",\n                \"container_tare_weight\" : 1100\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","description":"<p>Each request requires 2 objects <code>queries</code> and <code>configs`</code>object that has a top level key <code>legs</code></p>\n<p><code>configs</code> are params that will apply to all legs under <code>queries</code></p>\n<p><code>configs</code> will accept the following params for Matchlog</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   region : IN , restricted to IN for now,\n   transportation_type : required, one of truck, ship or, rail\n}\n\n</code></pre>\n<p><code>legs</code> is an array of individual requests per leg that this emission is being calculated for</p>\n<p>Each leg object consists of the following</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    shipping_method : one of container or loose,\n    weight : weight in kgs,\n    distance : distance in km,\n    container_type : required only if shipping_method = container, one of list shared below \"Container Weight Mappings\", value to be sent is the value under container_type in the table\n    truck_unladen_weight : required if configs.transportation_type = \"truck\", value in kgs,\n    truck_max_capacity : required if configs.transporation_type = \"truck\" , value in kgs\n}\n\n</code></pre>\n<p><code>Container Weight Mappings</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>container_type</th>\n<th>container_name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>20 Standard Dry</td>\n</tr>\n<tr>\n<td>2</td>\n<td>40 Standard Dry</td>\n</tr>\n<tr>\n<td>3</td>\n<td>40 High Cube</td>\n</tr>\n<tr>\n<td>4</td>\n<td>20 Reefer</td>\n</tr>\n<tr>\n<td>5</td>\n<td>20 Tank</td>\n</tr>\n<tr>\n<td>6</td>\n<td>20 Open Top</td>\n</tr>\n<tr>\n<td>7</td>\n<td>40 Reefer</td>\n</tr>\n<tr>\n<td>8</td>\n<td>40 Open Top</td>\n</tr>\n<tr>\n<td>9</td>\n<td>45 High Cube (45 General Purpose)</td>\n</tr>\n<tr>\n<td>10</td>\n<td>40 Tank</td>\n</tr>\n<tr>\n<td>11</td>\n<td>40 Ventilated</td>\n</tr>\n<tr>\n<td>12</td>\n<td>40 Hard Top</td>\n</tr>\n<tr>\n<td>13</td>\n<td>40 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>14</td>\n<td>40 Flat Rack</td>\n</tr>\n<tr>\n<td>15</td>\n<td>40 Insulated</td>\n</tr>\n<tr>\n<td>16</td>\n<td>20 Bulk</td>\n</tr>\n<tr>\n<td>17</td>\n<td>20 Platform</td>\n</tr>\n<tr>\n<td>18</td>\n<td>20 Ventilated</td>\n</tr>\n<tr>\n<td>19</td>\n<td>20 Hard Top</td>\n</tr>\n<tr>\n<td>20</td>\n<td>20 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>21</td>\n<td>20 Flat Rack</td>\n</tr>\n<tr>\n<td>22</td>\n<td>20 Insulated</td>\n</tr>\n<tr>\n<td>23</td>\n<td>40 Platform</td>\n</tr>\n<tr>\n<td>24</td>\n<td>40 Reefer High Cube</td>\n</tr>\n<tr>\n<td>25</td>\n<td>20 Bin Half Height(Open Top)</td>\n</tr>\n<tr>\n<td>26</td>\n<td>40 high cube hard top container</td>\n</tr>\n<tr>\n<td>27</td>\n<td>45 Reefer High Cube</td>\n</tr>\n<tr>\n<td>28</td>\n<td>40 Foot High Cube Open Top Container</td>\n</tr>\n<tr>\n<td>29</td>\n<td>20 High Cube</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"74e8093f-7c47-4153-8af0-e9822b3996b6","name":"Get Container Truecost - with Custom Tare Weight","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"ship\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"container\",\n                \"weight\" : 24000,\n                \"distance\" : 44000,\n                \"container_type\" : \"42UP\",\n                \"container_tare_weight\" : 1100\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 17671,\n        \"legs\": [\n            17671\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"751018\",\n            \"trees_planted\": \"291572\",\n            \"lamps_collected\": \"669731\"\n        }\n    }\n}"}],"_postman_id":"b6fcb224-6a00-47d2-a3b3-b866b9090bda"},{"name":"Get Loose Truecost","id":"a3de3fc3-81a5-4525-adbd-7bb89e264ee0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"ship\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"loose\",\n                \"weight\" : 14000,\n                \"distance\" : 14000\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight","description":"<p>Each request requires 2 objects <code>queries</code> and <code>configs`</code>object that has a top level key <code>legs</code></p>\n<p><code>configs</code> are params that will apply to all legs under <code>queries</code></p>\n<p><code>configs</code> will accept the following params for Matchlog</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   region : IN , restricted to IN for now,\n   transportation_type : required, one of truck, ship or, rail\n}\n\n</code></pre>\n<p><code>legs</code> is an array of individual requests per leg that this emission is being calculated for</p>\n<p>Each leg object consists of the following</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    shipping_method : one of container or loose,\n    weight : weight in kgs,\n    distance : distance in km,\n    container_type : required only if shipping_method = container, one of list shared below \"Container Weight Mappings\", value to be sent is the value under container_type in the table\n    truck_unladen_weight : required if configs.transportation_type = \"truck\", value in kgs,\n    truck_max_capacity : required if configs.transporation_type = \"truck\" , value in kgs\n}\n\n</code></pre>\n<p><code>Container Weight Mappings</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>container_type</th>\n<th>container_name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>1</td>\n<td>20 Standard Dry</td>\n</tr>\n<tr>\n<td>2</td>\n<td>40 Standard Dry</td>\n</tr>\n<tr>\n<td>3</td>\n<td>40 High Cube</td>\n</tr>\n<tr>\n<td>4</td>\n<td>20 Reefer</td>\n</tr>\n<tr>\n<td>5</td>\n<td>20 Tank</td>\n</tr>\n<tr>\n<td>6</td>\n<td>20 Open Top</td>\n</tr>\n<tr>\n<td>7</td>\n<td>40 Reefer</td>\n</tr>\n<tr>\n<td>8</td>\n<td>40 Open Top</td>\n</tr>\n<tr>\n<td>9</td>\n<td>45 High Cube (45 General Purpose)</td>\n</tr>\n<tr>\n<td>10</td>\n<td>40 Tank</td>\n</tr>\n<tr>\n<td>11</td>\n<td>40 Ventilated</td>\n</tr>\n<tr>\n<td>12</td>\n<td>40 Hard Top</td>\n</tr>\n<tr>\n<td>13</td>\n<td>40 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>14</td>\n<td>40 Flat Rack</td>\n</tr>\n<tr>\n<td>15</td>\n<td>40 Insulated</td>\n</tr>\n<tr>\n<td>16</td>\n<td>20 Bulk</td>\n</tr>\n<tr>\n<td>17</td>\n<td>20 Platform</td>\n</tr>\n<tr>\n<td>18</td>\n<td>20 Ventilated</td>\n</tr>\n<tr>\n<td>19</td>\n<td>20 Hard Top</td>\n</tr>\n<tr>\n<td>20</td>\n<td>20 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>21</td>\n<td>20 Flat Rack</td>\n</tr>\n<tr>\n<td>22</td>\n<td>20 Insulated</td>\n</tr>\n<tr>\n<td>23</td>\n<td>40 Platform</td>\n</tr>\n<tr>\n<td>24</td>\n<td>40 Reefer High Cube</td>\n</tr>\n<tr>\n<td>25</td>\n<td>20 Bin Half Height(Open Top)</td>\n</tr>\n<tr>\n<td>26</td>\n<td>40 high cube hard top container</td>\n</tr>\n<tr>\n<td>27</td>\n<td>45 Reefer High Cube</td>\n</tr>\n<tr>\n<td>28</td>\n<td>40 Foot High Cube Open Top Container</td>\n</tr>\n<tr>\n<td>29</td>\n<td>20 High Cube</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["v3","logistics","freight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"79bae8dd-932a-4a0a-a281-2b97ffb77e25","name":"Get Loose Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\" : {\n        \"region\" : \"IN\",\n        \"transportation_type\" : \"ship\"\n    },\n    \"queries\": {\n        \"legs\" : [\n            {\n                \"shipping_method\" : \"loose\",\n                \"weight\" : 14000,\n                \"distance\" : 14000\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics/freight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 3136,\n        \"legs\": [\n            3136\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"133280\",\n            \"trees_planted\": \"51744\",\n            \"lamps_collected\": \"118854\"\n        }\n    }\n}"}],"_postman_id":"a3de3fc3-81a5-4525-adbd-7bb89e264ee0"}],"id":"8a58fb02-b433-4c15-af8e-49658e632acd","_postman_id":"8a58fb02-b433-4c15-af8e-49658e632acd","description":""}],"id":"86c081d7-682c-41d5-acf6-ceaa3131b528","description":"<h2 id=\"request-format\">Request Format</h2>\n<p>Each request requires 2 objects <code>queries</code> and <code>configs</code> object that has a top level key <code>legs</code></p>\n<p><code>configs</code> are params that will apply to all legs under <code>queries</code></p>\n<p><code>configs</code> will accept the following params</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   region : IN , restricted to IN for now,\n   transportation_type : required, one of truck, ship or, rail\n}\n\n</code></pre>\n<p><code>legs</code> is an array of individual requests per leg that this emission is being calculated for</p>\n<p>Each leg object consists of the following</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    shipping_method : one of container or loose,\n    weight : weight in kgs,\n    distance : distance in km,\n    container_type : required only if shipping_method = container, one of list shared below \"Container Weight Mappings\", value to be sent is the value under container_type in the table\n    truck_unladen_weight : optional if configs.transportation_type = \"truck\", value in kgs, if not sent will be assumed based on the weight param,\n    truck_max_capacity : optional if configs.transporation_type = \"truck\" , value in kgs, if not sent will be assumed based on the weight param,\n    container_tare_weight: optional field, value in kgs,\n    dry_run : optional field, boolean value (true|false), is used only if configs.transportation_type = \"truck\" \n}\n\n</code></pre>\n<p>There are 3 folders in this collection which have examples for each variable of API call possible for this use case</p>\n<p>In the above definition of the<code>leg</code> object, if <code>dry_run</code> is set to true, the shipment weight is excluded from the total weight and only used to calculate the axle and unladen weight of the truck but not for truecost - This is applicable only when configs.transportation_type : \"truck\"</p>\n<h2 id=\"response-format\">Response Format</h2>\n<p>In the format below</p>\n<p><code>total_truecost</code> is the total amount of Kg CO2e for this request</p>\n<p>the <code>legs</code> key has the breakdown of the CO2 emissions per leg sent in the request</p>\n<p>the <code>equivalents</code> key has the the equivalent values for the <code>total_truecost</code> value that you can use for easier comms.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 300.0, // value in kgs\n        \"legs\": [ // array of truecost values per leg\n            75.0, \n            200.0,\n            25.0\n        ],\n        \"equivalents\": {\n            \"trash_collected\": 25, // equivalent metrics that you can easily use to showcase impact\n            \"trees_planted\": 36,\n            \"lamps_collected\": 73\n        }\n    }\n}\n\n</code></pre>\n<p><code>Container Weight Mappings</code></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>container_type</th>\n<th>container_name</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>0</td>\n<td>None</td>\n</tr>\n<tr>\n<td>22GP</td>\n<td>20 Standard Dry</td>\n</tr>\n<tr>\n<td>42GP</td>\n<td>40 Standard Dry</td>\n</tr>\n<tr>\n<td>45GP</td>\n<td>40 High Cube</td>\n</tr>\n<tr>\n<td>22RT</td>\n<td>20 Reefer</td>\n</tr>\n<tr>\n<td>22TN</td>\n<td>20 Tank</td>\n</tr>\n<tr>\n<td>22UT</td>\n<td>20 Open Top</td>\n</tr>\n<tr>\n<td>42RT</td>\n<td>40 Reefer</td>\n</tr>\n<tr>\n<td>42UT</td>\n<td>40 Open Top</td>\n</tr>\n<tr>\n<td>L5GP</td>\n<td>45 High Cube (45 General Purpose)</td>\n</tr>\n<tr>\n<td>42TN</td>\n<td>40 Tank</td>\n</tr>\n<tr>\n<td>42VH</td>\n<td>40 Ventilated</td>\n</tr>\n<tr>\n<td>42UP</td>\n<td>40 Hard Top</td>\n</tr>\n<tr>\n<td>42PC</td>\n<td>40 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>42PF</td>\n<td>40 Flat Rack</td>\n</tr>\n<tr>\n<td>42HR</td>\n<td>40 Insulated</td>\n</tr>\n<tr>\n<td>20BU</td>\n<td>20 Bulk</td>\n</tr>\n<tr>\n<td>29PL</td>\n<td>20 Platform</td>\n</tr>\n<tr>\n<td>22VH</td>\n<td>20 Ventilated</td>\n</tr>\n<tr>\n<td>22UP</td>\n<td>20 Hard Top</td>\n</tr>\n<tr>\n<td>22PC</td>\n<td>20 Collapsible Flat Rack</td>\n</tr>\n<tr>\n<td>22PF</td>\n<td>20 Flat Rack</td>\n</tr>\n<tr>\n<td>22HR</td>\n<td>20 Insulated</td>\n</tr>\n</tbody>\n</table>\n</div><p><strong><code>Error Codes</code></strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Status Code</th>\n<th>Message</th>\n<th>Scenario</th>\n<th>Staging - Rate Limit / second</th>\n<th>Staging - Usage Limit / month</th>\n<th>Production - Rate Limit / second</th>\n<th>Production - Usage Limit / month</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>400</td>\n<td>Bad Request!Please send correctly across all the legs</td>\n<td>could be any of the required keys as per the validation provided in the documentation</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>400</td>\n<td>Invalid Inputs! Please recheck all the inputs</td>\n<td>If the request is incorrect, e.g when the weight of the container + material being shipped is more than the max capacity of the truck</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>403</td>\n<td>Your api key is disabled</td>\n<td>If the api key is auto disabled due to non payment</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>403</td>\n<td>Please use a valid api-key for authorization.</td>\n<td>If the api key is wrong</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>429</td>\n<td>Too many requests</td>\n<td>Crossed no of requests / second or total no of requests for plan</td>\n<td>10</td>\n<td>30000</td>\n<td>100</td>\n<td>1000000</td>\n</tr>\n<tr>\n<td>500</td>\n<td>Something went wrong</td>\n<td>Internal error, please flag</td>\n<td></td>\n<td></td>\n<td></td>\n<td></td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"86c081d7-682c-41d5-acf6-ceaa3131b528"},{"name":"Flight Truecost","id":"614c7ab8-34ce-4b03-96e2-71ba06f1cc59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"queries\": {\n        \"flights\": [\n            {\n                \"flight_id\": \"BWESYZZE6ECOFOMFDH4\",\n                \"departure\": \"BOS\",\n                \"arrival\": \"YYZ\",\n                \"aircraft_model\": \"DH4\",\n                \"flight_class\": \"ECONOMY\",\n                \"no_of_tickets\": 1,\n                \"flight_type\": \"ONE_WAY\"\n            },\n            {\n                \"flight_id\": \"FWYSYZZE6ECOFOMOME\",\n                \"departure\": \"BOS\",\n                \"arrival\": \"YYZ\",\n                \"aircraft_model\": \"DH4\",\n                \"flight_class\": \"ECONOMY\",\n                \"no_of_tickets\": 1,\n                \"flight_type\": \"ONE_WAY\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/flight","description":"<h2 id=\"request-format\">Request Format</h2>\n<p>Each request requires <code>queries</code></p>\n<p><strong><code>queries</code></strong> will accept following params :</p>\n<ul>\n<li><strong><code>flights (required) : (array)</code></strong> It is an array of individual flights whose truecost needs to be calculated.<ul>\n<li><strong><code>flight_id (optional , unique) : (string)</code></strong> This field has to generated and sent from your end. This has to be unique in order to map each flight truecost data to its original request for tally purposes.</li>\n<li><strong><code>departure (required) : (string)</code></strong> The destination airport's IATA code where the flight is going.</li>\n<li><strong><code>arrival (required) : (string)</code></strong> The arrival airport's IATA code where the flight will arrive at.</li>\n<li><strong><code>no_of_tickets (required) :(number)</code></strong> Number of tickets for which the truecost is being calculated.</li>\n<li><strong><code>aircraft_model (optional) : (string)</code></strong> The aircraft model that is being used for the journey. Default will be set as <strong><code>320</code></strong></li>\n<li><strong><code>flight_class (optional) :(string , enum)</code></strong> The class of flight ticket for which the truecost is being calculated. <strong><code>Enums : [ ECONOMY , PREMIUM_ECONOMY, FIRST, BUSINESS]</code></strong> Default will be set as <strong><code>ECONOMY</code></strong></li>\n<li><strong><code>flight_type (optional) :(string , enum)</code></strong> This is an enum denoting the type of the flight . <strong><code>Enums : [ ONE_WAY , ROUND_TRIP ]</code></strong> Default will be set as <strong><code>ONE_WAY</code></strong></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response-format\">Response Format</h2>\n<p>In the format below the request will return the calculated truecost values of each request flight object in the same order as request.</p>\n<ul>\n<li><strong><code>flight_id</code></strong> : The <strong><code>flight_id</code></strong> that was sent during the request for each object request</li>\n<li><strong><code>truecost</code></strong> : Calculated truecost value in <strong>ton CO2e</strong> for that object of request</li>\n</ul>\n","urlObject":{"path":["v3","flight"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"7a4d506f-8912-44a8-be41-763de3807c1d","name":"Flight Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"queries\": {\n        \"flights\": [\n            {\n                \"flight_id\": \"BWESYZZE6ECOFOMFDH4\",\n                \"departure\": \"BOS\",\n                \"arrival\": \"YYZ\",\n                \"aircraft_model\": \"DH4\",\n                \"flight_class\": \"ECONOMY\",\n                \"no_of_tickets\": 1,\n                \"flight_type\": \"ONE_WAY\"\n            },\n            {\n                \"flight_id\": \"FWYSYZZE6ECOFOMOME\",\n                \"departure\": \"BOS\",\n                \"arrival\": \"YYZ\",\n                \"aircraft_model\": \"DH4\",\n                \"flight_class\": \"ECONOMY\",\n                \"no_of_tickets\": 1,\n                \"flight_type\": \"ONE_WAY\"\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/flight"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\" : [\n        {\n            \"flight_id\" : \"BWESYZZE6ECOFOMFDH4\",\n            \"truecost\" : \"0.320\"\n        },\n        {\n            \"flight_id\" : \"FWYSYZZE6ECOFOMOME\",\n            \"truecost\" : \"0.320\"\n        }\n    ]\n}"}],"_postman_id":"614c7ab8-34ce-4b03-96e2-71ba06f1cc59"},{"name":"Bus Transportation Truecost","id":"20dd36d8-886f-4ac7-9d2d-b1c7e8dea881","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"distance\": 250,\n        \"vehicle_type\": \"BUS\"\n    },\n    \"queries\": {\n        \"seats\": [\n            {\n                \"seat_type\": \"SEATER\",\n                \"no_of_seats\": 3,\n                \"total_seats\": 15\n            },\n            {\n                \"seat_type\": \"SLEEPER\",\n                \"no_of_seats\": 3,\n                \"total_seats\": 40\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/transportation","description":"<h2 id=\"request-format\">Request Format</h2>\n<p>Each request requires 2 objects <code>queries</code> and <code>configs</code></p>\n<p><strong><code>configs</code></strong> are the params that will apply to all the <strong><code>queries</code></strong> objects.</p>\n<p><strong><code>configs</code></strong> will accept following params :</p>\n<ul>\n<li><p><strong><code>distance (optional) : (number)</code></strong> The total distance of the journey in km. Default will be set as 100( km)</p>\n</li>\n<li><p><strong><code>vehicle_type (required) : (string , enum)</code></strong> Type of vehicle for the journey. <strong><code>Enums : [ BUS , SUV ]</code></strong></p>\n</li>\n</ul>\n<p><strong><code>queries</code></strong> will accept following params :</p>\n<ul>\n<li><strong><code>seats (required) : (array)</code></strong> It holds the array of individual type of seats available for that bus.<ul>\n<li><strong><code>seat_type (required) : (string , enum)</code></strong> It the type of seat selected by the user in the ticket for the journey. <strong><code>Enums : [ SEATER , SLEEPER ]</code></strong></li>\n<li><strong><code>no_of_seats (optional) :(number)</code></strong> This is the seats booked by the individual customer. Default will be set to 12 for <strong>SEATER</strong> <strong><code>seat_type</code></strong> and 35 for <strong>SLEEPER</strong></li>\n<li><strong><code>total_seats(optional) : (number)</code></strong> This is the total capacity of seats that the bus has for that particular <strong><code>seat_type</code></strong> Default will be set as 14 for <strong>SEATER</strong> and 40 for <strong>SLEEPER</strong> <strong><code>seat_type</code></strong></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response-format\">Response Format</h2>\n<p>In the format below the request will return</p>\n<ul>\n<li><strong><code>total</code></strong> : Total truecost value in kg CO2e of the entire vehicle including all types of seats that are available.</li>\n<li><strong><code>SEATER</code></strong> : Total truecost value in kg CO2e for the <strong><code>no_of_seats</code></strong> occupied of <strong><code>SEATER</code></strong> type in the bus</li>\n<li><strong><code>SLEEPER</code></strong> : Total truecost value in kg CO2e for the <strong><code>no_of_seats</code></strong> occupied of <strong><code>SLEEPER</code></strong> type in the bus</li>\n</ul>\n","urlObject":{"path":["v3","transportation"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"f361a5ad-78be-4899-8c9f-a61d9aa99ec5","name":"Bus Transportation Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"distance\": 250,\n        \"vehicle_type\": \"BUS\"\n    },\n    \"queries\": {\n        \"seats\": [\n            {\n                \"seat_type\": \"SEATER\",\n                \"no_of_seats\": 3,\n                \"total_seats\": 15\n            },\n            {\n                \"seat_type\": \"SLEEPER\",\n                \"no_of_seats\": 3,\n                \"total_seats\": 40\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/transportation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost data calculated successfully!\",\n    \"truecost\": {\n        \"total\": 35,\n        \"seats\": {\n            \"SEATER\": 15,\n            \"SLEEPER\": 20\n        }\n    }\n}"}],"_postman_id":"20dd36d8-886f-4ac7-9d2d-b1c7e8dea881"},{"name":"Suv Transportation Truecost","id":"e50de65e-0c5b-4991-a51d-a3fa25af19e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"distance\": 50,\n        \"vehicle_type\": \"SUV\",\n        \"total_capacity\": 8,\n        \"seats_occupied\": 6\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/transportation","description":"<h2 id=\"request-format\">Request Format</h2>\n<p>Each request requires <code>configs</code></p>\n<p><strong><code>configs</code></strong> will accept following params :</p>\n<ul>\n<li><strong><code>distance (optional) : (number)</code></strong> The total distance of the journey in km. Default will be set as 100( km)</li>\n<li><strong><code>vehicle_type (required) : (string , enum)</code></strong> Type of vehicle for the journey. <strong><code>Enums : [ BUS , SUV ]</code></strong></li>\n<li><strong><code>total_capacity (optional) : (number)</code></strong> Total number of seats in the suv. Default will be set as 8.</li>\n<li><strong><code>seats_occupied (optional) : (number)</code></strong> Total number of seats that will be occupied by the customers. Default will be set at 7</li>\n</ul>\n<h2 id=\"response-format\">Response Format</h2>\n<p>In the format below the request will return</p>\n<ul>\n<li><strong><code>entire_suv_truecost</code></strong> : Total truecost value in kg CO2e of the entire suv.</li>\n<li><strong><code>individual_seat_truecost</code></strong> : Total truecost value in kg CO2e for individual seat occupied in the suv.</li>\n</ul>\n","urlObject":{"path":["v3","transportation"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"a76c18c7-af28-4e8b-bf5f-9381d44f81a4","name":"Suv Transportation Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"configs\": {\n        \"distance\": 50,\n        \"vehicle_type\": \"SUV\",\n        \"total_capacity\": 8,\n        \"seats_occupied\": 6\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/transportation"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\" : \"Truecost calculated successfully\",\n    \"truecost\" : {\n        \"entire_suv_truecost\" : 24,\n        \"individual_seat_truecost\" : 4\n    }\n}"}],"_postman_id":"e50de65e-0c5b-4991-a51d-a3fa25af19e8"},{"name":"Commute Truecost","id":"032e5d03-c94d-4748-afc6-6ad0bb5f554d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"queries\": {\n        \"legs\": [\n            {\n                \"commute_method\": \"TRAIN\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"AUTO\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"INTRACITY_BUS\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAB\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"BIKE_COMMUTER\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"BIKE_SPORTS\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"BIKE_CRUISER\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_HATCHBACK_ELECTRIC\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_HATCHBACK_CNG\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_HATCHBACK_DIESEL\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_HATCHBACK_PETROL\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SEDAN_ELECTRIC\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SEDAN_CNG\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SEDAN_PETROL\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SEDAN_DIESEL\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SUV_ELECTRIC\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SUV_CNG\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SUV_PETROL\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SUV_DIESEL\",\n                \"commute_distance\": 50\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/commute","description":"<h2 id=\"request-format\">Request Format</h2>\n<p>Commute usecase allows user to calculate the truecost value for their entire journey with different types of vehicles for different distances through their journey.</p>\n<p>Each request required <strong><code>queries</code></strong></p>\n<p><strong><code>queries</code></strong> will accept following params :</p>\n<ul>\n<li><strong><code>legs (required) : (array of objects)</code></strong> The legs denote the individual method of travel done via any of the vehicle type.<ul>\n<li><strong><code>commute_method (required) : (string , enum)</code></strong> This is the type of vehicle used for the travel over that much distance.<br />  <strong><code>Enums : [ TRAIN , AUTO , INTRACITY_BUS , CAB , BIKE_COMMUTER , BIKE_SPORTS , BIKE_CRUISER , CAR_HATCHBACK_ELECTRIC , CAR_HATCHBACK_CNG , CAR_HATCHBACK_DIESEL , CAR_HATCHBACK_PETROL , CAR_SEDAN_ELECTRIC , CAR_SEDAN_CNG , CAR_SEDAN_PETROL , CAR_SEDAN_DIESEL , CAR_SUV_ELECTRIC , CAR_SUV_CNG , CAR_SUV_PETROL , CAR_SUV_DIESEL ]</code></strong></li>\n<li><strong><code>commute_distance (optional) : (number)</code></strong> The total distance travelled using that particular <strong><code>commute_method</code></strong></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The response will contain the truecost values in <strong>ton CO2e</strong> for each <strong><code>commute_method</code></strong> as per the request order respectively.</p>\n","urlObject":{"path":["v3","commute"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"3a4d44ac-e46a-425a-930f-0c61f32c138d","name":"Commute Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"queries\": {\n        \"legs\": [\n            {\n                \"commute_method\": \"TRAIN\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"AUTO\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"INTRACITY_BUS\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAB\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"BIKE_COMMUTER\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"BIKE_SPORTS\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"BIKE_CRUISER\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_HATCHBACK_ELECTRIC\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_HATCHBACK_CNG\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_HATCHBACK_DIESEL\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_HATCHBACK_PETROL\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SEDAN_ELECTRIC\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SEDAN_CNG\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SEDAN_PETROL\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SEDAN_DIESEL\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SUV_ELECTRIC\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SUV_CNG\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SUV_PETROL\",\n                \"commute_distance\": 50\n            },\n            {\n                \"commute_method\": \"CAR_SUV_DIESEL\",\n                \"commute_distance\": 50\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/commute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"TRAIN\": 0.123,\n        \"AUTO\": 0.123,\n        \"INTRACITY_BUS\": 0.123,\n        \"CAB\": 0.123,\n        \"BIKE_COMMUTER\": 0.123,\n        \"BIKE_SPORTS\": 0.123,\n        \"BIKE_CRUISER\": 0.123,\n        \"CAR_HATCHBACK_ELECTRIC\": 0.123,\n        \"CAR_HATCHBACK_CNG\": 0.123,\n        \"CAR_HATCHBACK_DIESEL\": 0.123,\n        \"CAR_HATCHBACK_PETROL\": 0.123,\n        \"CAR_SEDAN_ELECTRIC\": 0.123,\n        \"CAR_SEDAN_CNG\": 0.123,\n        \"CAR_SEDAN_PETROL\": 0.123,\n        \"CAR_SEDAN_DIESEL\": 0.123,\n        \"CAR_SUV_ELECTRIC\": 0.123,\n        \"CAR_SUV_CNG\": 0.123,\n        \"CAR_SUV_PETROL\": 0.123,\n        \"CAR_SUV_DIESEL\": 0.123\n    }\n}"}],"_postman_id":"032e5d03-c94d-4748-afc6-6ad0bb5f554d"},{"name":"Commute Truecost Single","id":"68895bc7-f48a-4543-9a8f-8dc9c56ee042","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"queries\": {\n        \"legs\": [\n            {\n                \"commute_method\": \"AUTO\",\n                \"commute_distance\": 50\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/commute","description":"<h2 id=\"request-format\">Request Format</h2>\n<p>Commute usecase allows user to calculate the truecost value for their entire journey with different types of vehicles for different distances through their journey.</p>\n<p>Each request required <strong><code>queries</code></strong></p>\n<p><strong><code>queries</code></strong> will accept following params :</p>\n<ul>\n<li><strong><code>legs (required) : (array of objects)</code></strong> The legs denote the individual method of travel done via any of the vehicle type.<ul>\n<li><strong><code>commute_method (required) : (string , enum)</code></strong> This is the type of vehicle used for the travel over that much distance.<br />  <strong><code>Enums : [ TRAIN , AUTO , INTRACITY_BUS , CAB , BIKE_COMMUTER , BIKE_SPORTS , BIKE_CRUISER , CAR_HATCHBACK_ELECTRIC , CAR_HATCHBACK_CNG , CAR_HATCHBACK_DIESEL , CAR_HATCHBACK_PETROL , CAR_SEDAN_ELECTRIC , CAR_SEDAN_CNG , CAR_SEDAN_PETROL , CAR_SEDAN_DIESEL , CAR_SUV_ELECTRIC , CAR_SUV_CNG , CAR_SUV_PETROL , CAR_SUV_DIESEL ]</code></strong></li>\n<li><strong><code>commute_distance (optional) : (number)</code></strong> The total distance travelled using that particular <strong><code>commute_method</code></strong></li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The response will contain the truecost values in <strong>ton CO2e</strong> for each <strong><code>commute_method</code></strong> as per the request order respectively.</p>\n","urlObject":{"path":["v3","commute"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"cfaaba88-e4c2-4dee-90cd-a073fd698cdc","name":"Commute Truecost Single - Autorickshaw","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"queries\": {\n        \"legs\": [\n            {\n                \"commute_method\": \"AUTO\",\n                \"commute_distance\": 50\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/commute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"AUTO\": 0.123\n    }\n}"},{"id":"1a29d81c-0142-456a-b967-7c645707d460","name":"Commute Truecost Single - Bike","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"queries\": {\n        \"legs\": [\n            {\n                \"commute_method\": \"BIKE_COMMUTER\",\n                \"commute_distance\": 50\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/commute"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"BIKE_COMMUTER\": 0.123\n    }\n}"}],"_postman_id":"68895bc7-f48a-4543-9a8f-8dc9c56ee042"},{"name":"Logistics Truecost","id":"0b99f072-c149-4bde-bb8d-34a197a045df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"SHIP\",\n                \"shipping_distance\": 546,\n                \"shipping_weight\": 52\n            },\n            {\n                \"shipping_method\": \"TRUCK_LIGHT\",\n                \"shipping_distance\": 324,\n                \"shipping_weight\": 52,\n                \"truck_capacity\": 7\n            },\n            {\n                \"shipping_method\": \"TRUCK_MEDIUM\",\n                \"shipping_distance\": 324,\n                \"shipping_weight\": 52,\n                \"truck_capacity\": 7\n            },\n            {\n                \"shipping_method\": \"TRUCK_HEAVY\",\n                \"shipping_distance\": 43534,\n                \"shipping_weight\": 52,\n                \"truck_capacity\": 15\n            },\n            {\n                \"shipping_method\": \"FLIGHT\",\n                \"shipping_distance\": 2342,\n                \"shipping_weight\": 52\n            },\n            {\n                \"shipping_method\": \"TRAIN\",\n                \"shipping_distance\": 324,\n                \"shipping_weight\": 52\n            },\n            {\n                \"shipping_method\": \"MOTORCYCLE\",\n                \"shipping_distance\": 23,\n                \"shipping_weight\": 52\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics","description":"<p><strong>Logistics API's</strong> are useful to calculate the truecost value of a single shipment that is being delivered via multi chain delivery process.</p>\n<h2 id=\"request-format\">Request Format</h2>\n<p>Each request required <strong><code>queries</code></strong></p>\n<p><strong><code>queries</code></strong> will accept following params :</p>\n<ul>\n<li><strong><code>legs (required) : (array of objects)</code></strong> The legs denote the individual method of travel done via any of the vehicle type.<ul>\n<li><strong><code>shipping_method (required) : (string , enum)</code></strong> Its the type of vehicle used to send the shipment from Point A to B. <strong><code>Enums : [ SHIP , TRUCK_LIGHT , TRUCK_MEDIUM , TRUCK_HEAVY , FLIGHT , TRAIN , MOTORCYCLE ]</code></strong></li>\n<li><strong><code>shipping_distance(optional) : (number)</code></strong> Its the total distance in <strong>km</strong> that the shipment will travel for that particular <strong><code>shipping_method</code></strong>. Default is set as <strong>100 km</strong>.</li>\n<li><strong><code>shipping_weight (required) : (number)</code></strong> Its the total weight of the shipment in <strong>ton</strong> that has to be sent via this <strong><code>shipping_method</code></strong>. Default is set as 20 <strong>ton.</strong></li>\n<li><strong><code>truck_capacity ( optional) : (number)</code></strong> Its only applicable to <strong><code>shipping_methods</code></strong> which are one of the following : <strong><code>TRUCK_LIGHT , TRUCK_MEDIUM , TRUCK_HEAVY</code></strong>. Its the maximum load bearing capacity of truck in <strong>ton.</strong> Default values for truck_capacity of types are as below :<ul>\n<li><strong><code>TRUCK_LIGHT</code></strong> : 1.75 ton</li>\n<li><strong><code>TRUCK_MEDIUM</code></strong> : 7.75 ton</li>\n<li><strong><code>TRUCK_HEAVY</code></strong> : 15 ton</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<h2 id=\"response-format\">Response Format</h2>\n<p>The response will contain following data :</p>\n<ul>\n<li><strong><code>total_truecost (number)</code></strong> : This is the total truecost value in <strong>ton CO2e</strong> for the entire request with all the types of <strong><code>shipping_method</code></strong></li>\n<li><strong><code>legs</code></strong> : Contains the truecost values in <strong>ton CO2e</strong> of each <strong><code>shipping_method</code></strong> in the exact order of the request's legs.</li>\n<li><strong><code>trash_collected</code></strong> : Its the total number of trash bags collected for recycle for the response's <strong><code>total_truecost</code></strong></li>\n<li><strong><code>trees_planted</code></strong> : Its the total number of seedlings planted and grown for 10 years for the amount of response's <strong><code>total_truecost</code></strong></li>\n<li><strong><code>lamps_collected</code></strong> : Its the total lamps' electricity saved for the response's <strong><code>total_truecost</code></strong></li>\n</ul>\n","urlObject":{"path":["v3","logistics"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"f35fc5fd-84f6-4730-9f3e-b370e255e42b","name":"Logistics Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"queries\": {\n        \"legs\": [\n            {\n                \"shipping_method\": \"SHIP\",\n                \"shipping_distance\": 546,\n                \"shipping_weight\": 52\n            },\n            {\n                \"shipping_method\": \"TRUCK_LIGHT\",\n                \"shipping_distance\": 324,\n                \"shipping_weight\": 52,\n                \"truck_capacity\": 7\n            },\n            {\n                \"shipping_method\": \"TRUCK_MEDIUM\",\n                \"shipping_distance\": 324,\n                \"shipping_weight\": 52,\n                \"truck_capacity\": 7\n            },\n            {\n                \"shipping_method\": \"TRUCK_HEAVY\",\n                \"shipping_distance\": 43534,\n                \"shipping_weight\": 52,\n                \"truck_capacity\": 15\n            },\n            {\n                \"shipping_method\": \"FLIGHT\",\n                \"shipping_distance\": 2342,\n                \"shipping_weight\": 52\n            },\n            {\n                \"shipping_method\": \"TRAIN\",\n                \"shipping_distance\": 324,\n                \"shipping_weight\": 52\n            },\n            {\n                \"shipping_method\": \"MOTORCYCLE\",\n                \"shipping_distance\": 23,\n                \"shipping_weight\": 52\n            }\n        ]\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/logistics"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Truecost calculated successfully\",\n    \"truecost\": {\n        \"total_truecost\": 306.933,\n        \"legs\": [\n            0.458,\n            0.739,\n            1.427,\n            111.302,\n            192.804,\n            0.16,\n            0.043\n        ],\n        \"equivalents\": {\n            \"trash_collected\": \"13045\",\n            \"trees_planted\": \"5064\",\n            \"lamps_collected\": \"11633\"\n        }\n    }\n}"}],"_postman_id":"0b99f072-c149-4bde-bb8d-34a197a045df"},{"name":"Get Food SKUs","id":"23908fb0-7f70-49f4-abc5-20d750063205","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/food/skus?search=chicken","description":"<p>Requires only <code>key</code> in the Headers</p>\n<p><code>search (required) : (string) search key to fetch skus by</code></p>\n","urlObject":{"path":["v3","food","skus"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[{"key":"search","value":"chicken"}],"variable":[]}},"response":[{"id":"d4a37e3e-9878-446d-9047-07759e65a5ed","name":"Get Food SKUs","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/food/skus"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Got skus successfully\",\n    \"skus\" : {\n        \"FOO70673421\" : \"Chicken\",\n        \"FOO70673422\" : \"Chicken Curry\",\n        \"FOO70673423\" : \"Chicken Fried Rice\"\n    }\n}"}],"_postman_id":"23908fb0-7f70-49f4-abc5-20d750063205"},{"name":"Food Truecost","id":"4de1dd37-f80b-4ac3-b171-a1817f9dc6e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"region\" : \"EU\",\n    \"items\": [\n        {\n            \"sku_id\": \"FOO70673421\",\n            \"quantity\": 1,\n            \"weight\" : 500,\n            \"region\" : \"IN\"\n        },\n        {\n            \"sku_id\": \"FOO70673422\",\n            \"quantity\" : 3,\n            \"weight\" : 500\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/food/truecost","description":"<ul>\n<li><strong><code>region (required) : (string)</code></strong> 2 letter region code as specified in <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements\">https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2#Officially_assigned_code_elements</a> , this can be overriden for individual items</li>\n<li><code>items (required) : (array) list of items</code><ul>\n<li><strong><code>sku_id (required , unique) : (string)</code></strong> from the previous sku request, you can cache the sku_id internally</li>\n<li><strong><code>quantity (required) :(integer)</code></strong> Quantity for this sku</li>\n<li><strong><code>weight (required):(integer)</code></strong> weight of item in KGs</li>\n<li><strong><code>region (optional) :(string)</code></strong> override top level region code for individual item</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["v3","food","truecost"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"e77d74b3-d122-492a-adc9-7e43731f3164","name":"Food Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"region\" : \"EU\",\n    \"items\": [\n        {\n            \"sku_id\": \"FOO70673421\",\n            \"quantity\": 1,\n            \"weight\" : 500,\n            \"region\" : \"IN\"\n        },\n        {\n            \"sku_id\": \"FOO70673422\",\n            \"quantity\" : 3,\n            \"weight\" : 500\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/food/truecost"},"code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Got truecost successfully\",\n    \"truecost\" : {\n        \"FOO70673421\" : 0.20,\n        \"FOO70673422\" : 0.34\n    }\n}"}],"_postman_id":"4de1dd37-f80b-4ac3-b171-a1817f9dc6e3"},{"name":"Online Events Truecost","id":"80c6b516-69a3-4aac-a2b3-a2603cc7b3d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"event_duration\" : 5,\n    \"no_of_attendees\" : 400,\n    \"organizers_count\" : 6,\n    \"organizers_meetings_duration\" : 450,\n    \"organizers_meetings_count\" : 4,\n    \"website_visits\" : 235\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/online-events","description":"<p><strong>Online Events Truecost API's</strong> allows any event organiser to calculate the amount of carbon that is being generated for their event.</p>\n<p><strong>API Details :</strong></p>\n<ul>\n<li><strong><code>event_duration (required) : (number)</code></strong> The total event duration in <strong>hours</strong>.</li>\n<li><strong><code>no_of_attendees (required) : (number)</code></strong> Total number of people who attended this event.</li>\n<li><strong><code>organizers_count (required) : (number)</code></strong> Total organizers for this event.</li>\n<li><strong><code>organizers_meetings_duration (required) : (number)</code></strong> Total meeting duration in <strong>hours</strong> spent for planning of this event.</li>\n<li><strong><code>organizers_meetings_count (required) : (number)</code></strong> Total Organizers meetings held.</li>\n<li><strong><code>website_visits (required) : (number)</code></strong> Total number of website visits of the event.</li>\n</ul>\n","urlObject":{"path":["v3","online-events"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"5dc30791-042f-405f-bd91-091c80293355","name":"Online Events Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"event_duration\" : 5,\n    \"no_of_attendees\" : 400,\n    \"organizers_count\" : 6,\n    \"organizers_meetings_duration\" : 450,\n    \"organizers_meetings_count\" : 4,\n    \"website_visits\" : 235\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/online-events/truecost"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Truecost data calculated successfully!\",\n    \"truecost_data\": {\n        \"truecost_value\": 0.123,\n        \"truecost_value_per_attendee\": 0.123,\n        \"components\": {\n            \"laptop\": 0.123,\n            \"network\": 0.123,\n            \"server\": 0.123,\n            \"organiser_meeting\": 0.123,\n            \"website_visits\": 0.123\n        },\n        \"equivalents\": {\n            \"trash_collected\": 25,\n            \"trees_planted\": 20,\n            \"lamps_replaced\": 125\n        }\n    }\n}"}],"_postman_id":"80c6b516-69a3-4aac-a2b3-a2603cc7b3d7"},{"name":"Wedding Truecost","id":"a6db972f-1ff0-458e-8640-4ea9e9ee58e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"wedding_type\": \"destination\",\n    \"travel_type\": \"bus\",\n    \"days_count\": 3,\n    \"guest_count\": 890,\n    \"non_veg_count\": 350,\n    \"flights_count\": 24,\n    \"hotel_count\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/weddings","description":"<p><strong>Wedding Truecost API's</strong> allows people to calculate the actual carbon emission of their wedding.</p>\n<p><strong>API Details</strong> :</p>\n<ul>\n<li><strong><code>wedding_type (required) : (string , enum)</code></strong> Type of wedding. <strong><code>Enums [ local , destination ]</code></strong></li>\n<li><strong><code>travel_type (required) : (string , enum)</code></strong> Travel preference of majority of people. <strong><code>Enums [ car , bus , flight , motorcycle , auto , train]</code></strong></li>\n<li><strong><code>days_count (required) : (number)</code></strong> Total duration of wedding in <strong>days</strong>.</li>\n<li><strong><code>guest_count (required) : (number)</code></strong> Total guests coming to the wedding.</li>\n<li><strong><code>non_veg_count (required) : (number)</code></strong> Total guests eating non-veg food.</li>\n<li><strong><code>flights_count (required) : (number)</code></strong> Total Flights taken during the course of wedding.</li>\n<li><strong><code>hotel_count (required) : (number)</code></strong> Total number of hotels booked for the duration of hotel.</li>\n</ul>\n","urlObject":{"path":["v3","weddings"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"01f34a64-f9d8-47f9-8d57-c67993342d21","name":"Wedding Truecost","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"wedding_type\": \"destination\",\n    \"travel_type\": \"bus\",\n    \"days_count\": 3,\n    \"guest_count\": 890,\n    \"non_veg_count\": 350,\n    \"flights_count\": 24,\n    \"hotel_count\": 2\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/weddings/truecost"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"eventTruecost\": {\n        \"truecostValue\": 0.123,\n        \"components\": {\n            \"travel\": 0.123,\n            \"accomodation\": 0.123,\n            \"food\": 0.123,\n            \"energy\": 0.123\n        },\n        \"equivalents\": {\n            \"trashBagsCollected\": 42.5,\n            \"treesPlanted\": 16.5,\n            \"lampsReplaced\": 37.9\n        }\n    }\n}"}],"_postman_id":"a6db972f-1ff0-458e-8640-4ea9e9ee58e8"}],"id":"3a1781e5-74d0-4dfe-9bd5-f346de2c3a93","description":"<p>This folder contains all the apis related to calculating truecost values for the required usecases with examples for each.</p>\n","_postman_id":"3a1781e5-74d0-4dfe-9bd5-f346de2c3a93"},{"name":"Send Order API's","item":[{"name":"Send Single Order","id":"7211447b-edb2-4fed-b117-a9e0eabf9ce0","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order\": {\n        \"climes\": 50,\n        \"partner_order_id\": \"PID220518110214\",\n        \"customer_email\": \"johndoe@gmail.com\",\n        \"customer_name\": \"John Doe\",\n        \"customer_phone\" : \"+911234567890\",\n        \"unlock_date\" : 1654582199000\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/transportation/order","description":"<ul>\n<li><strong><code>order (required) : (object)</code></strong> This holds all the variables for creating a single order.<ul>\n<li><strong><code>climes(required) : (number)</code></strong> This is the amount of climes chosen by the customer to neutralise his/her journey. You can calculate the total Carbon emitted by the user's journey using Climes' Truecost API's.</li>\n<li><strong><code>partner_order_id (required) :(string)</code></strong> This orderId has to be unique and generated from your end. This can be used to have a tally of orders sent for processing if required.</li>\n<li><strong><code>customer_email (required) : (string)</code></strong> Customer's Email address</li>\n<li><strong><code>customer_name (required) : (string)</code></strong> Customer's Full Name</li>\n<li><strong><code>customer_phone (required) : (string)</code></strong> Customer's Phone Number</li>\n<li><strong><code>unlock_date (optional) : (epoch timestamp in milliseconds)</code></strong> This timestamp is for the journeys that are yet to be done which have a possibility for the ticket cancellation. The <strong><code>unlock_date</code></strong> has to be the timestamp at which the journey is over. Till the journey is not over the climes will be in a locked state and can only be accessed after the journey is over.</li>\n</ul>\n</li>\n</ul>\n<p>If the <strong><code>unlock_date</code></strong> is not sent then it will take default as 10 days from the date of the sending the request</p>\n<p>If you want the order to be unlocked immediately then you can send any past timestamp.</p>\n<p>All the order updates like Partial Addition, Partial Cancellation , Full Order Cancellation can only be done before the <strong><code>unlock_date</code></strong>. Once <strong><code>unlock_date</code></strong> has passed you cannot do Partial Addition, Partial Cancellation , Full Order Cancellation.</p>\n","urlObject":{"path":["v3","integrations","transportation","order"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"108fc083-6bdf-4710-bb9a-0a162132dbc2","name":"Send Single Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"order\": {\n        \"climes\": 50,\n        \"partner_order_id\": \"PID220518110214\",\n        \"customer_email\": \"johndoe@gmail.com\",\n        \"customer_name\": \"John Doe\",\n        \"customer_phone\" : \"+911234567890\",\n        \"unlock_date\" : 1654582199000\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/transportation/order"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order created successfully\",\n    \"partner_order_id\" : \"PID220518110214\"\n}"}],"_postman_id":"7211447b-edb2-4fed-b117-a9e0eabf9ce0"},{"name":"Send Multiple Orders","id":"6feef4d1-d2a3-46d8-b99e-f797ddcb3bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"climes\": 15,\n            \"partner_order_id\": \"PIDhkj786sdfdsf\",\n            \"customer_email\": \"johndoe@climes.io\",\n            \"customer_name\": \"John Doe\",\n            \"customer_phone\": \"+911234567890\",\n            \"unlock_date\": 1651326671442\n        },\n        {\n            \"climes\": 19,\n            \"partner_order_id\": \"PIDketwjh78dpwe\",\n            \"customer_email\": \"johndoe@climes.io\",\n            \"customer_name\": \"John Doe\",\n            \"customer_phone\": \"+911234567890\",\n            \"unlock_date\": 1651326678489\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/transportation/orders","description":"<ul>\n<li><strong><code>orders (required) : (array of objects)</code></strong> This holds the array of order objects.<ul>\n<li><strong><code>climes(required) : (number)</code></strong> This is the amount of climes chosen by the customer to neutralise his/her journey. You can calculate the total Carbon emitted by the user's journey using Climes' Truecost API's.</li>\n<li><strong><code>partner_order_id (required) :(string)</code></strong> This orderId has to be unique and generated from your end. This can be used to have a tally of orders sent for processing if required.</li>\n<li><strong><code>customer_email (required) : (string)</code></strong> Customer's Email address</li>\n<li><strong><code>customer_name (required) : (string)</code></strong> Customer's Full Name</li>\n<li><strong><code>customer_phone (required) : (string)</code></strong> Customer's Phone Number</li>\n<li><strong><code>unlock_date (optional) : (epoch timestamp in milliseconds)</code></strong> This timestamp is for the journeys that are yet to be done which have a possibility for the ticket cancellation. The <strong><code>unlock_date</code></strong> has to be the timestamp at which the journey is over. Till the journey is not over the climes will be in a locked state and can only be accessed after the journey is over.</li>\n</ul>\n</li>\n</ul>\n<p>If the <strong><code>unlock_date</code></strong> is not sent then it will take default as 10 days from the date of the sending the request</p>\n<p>If you want the order to be unlocked immediately then you can send any past timestamp.</p>\n<p>All the order updates like Partial Addition, Partial Cancellation , Full Order Cancellation can only be done before the <strong><code>unlock_date</code></strong>. Once <strong><code>unlock_date</code></strong> has passed you cannot do Partial Addition, Partial Cancellation , Full Order Cancellation.</p>\n","urlObject":{"path":["v3","integrations","transportation","orders"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"33e2b03c-1708-491b-9eae-3c3203b6cc74","name":"Send Multiple Orders","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orders\": [\n        {\n            \"climes\": 15,\n            \"partner_order_id\": \"PIDhkj786sdfdsf\",\n            \"customer_email\": \"johndoe@climes.io\",\n            \"customer_name\": \"John Doe\",\n            \"customer_phone\": \"+911234567890\",\n            \"unlock_date\": 1651326671442\n        },\n        {\n            \"climes\": 19,\n            \"partner_order_id\": \"PIDketwjh78dpwe\",\n            \"customer_email\": \"johndoe@climes.io\",\n            \"customer_name\": \"John Doe\",\n            \"customer_phone\": \"+911234567890\",\n            \"unlock_date\": 1651326678489\n        }\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/transportation/orders"},"status":"Created","code":201,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Orders created successfully\",\n    \"partner_order_ids\": [\n        \"PIDhkj786sdfdsf\",\n        \"PIDketwjh78dpwe\"\n    ]\n}"}],"_postman_id":"6feef4d1-d2a3-46d8-b99e-f797ddcb3bac"},{"name":"Partial Order Addition","id":"d82b8a26-8794-48f1-9add-3b0c01fa8218","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"climes\" : 50,\n    \"partner_order_id\" : \"PART32334343233745\"\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/transportation/order/add","description":"<ul>\n<li><strong>climes (required) : (number)</strong> This is the number of climes you want to add to a previously created order.</li>\n<li><strong>partner_order_id (required) : (string)</strong> This is the unique partner orderId sent from your end at the time of creation of order.</li>\n</ul>\n<p><strong>NOTE :</strong></p>\n<p>The order that requires an addition must be in a locked state for it to be updated.</p>\n","urlObject":{"path":["v3","integrations","transportation","order","add"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"57c668d5-fabc-4bba-ac36-494106e24cf3","name":"Partial Order Addition","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"climes\" : 50,\n    \"partnerOrderId\" : \"PART32334343233745\"\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/transportation/order/add"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order updated successfully\",\n    \"updated_climes\": 100,\n    \"partnerOrderId\": \"PART32334343233745\"\n}"}],"_postman_id":"d82b8a26-8794-48f1-9add-3b0c01fa8218"},{"name":"Partial Order Cancellation","id":"b58dc9ee-935a-4951-99de-0a89dd283826","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"climes\" : 10,\n    \"partner_order_id\" : \"PID220518110214\"\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/hotel/order/cancel","description":"<ul>\n<li><strong>climes ( required ) : ( number )</strong> This is the number of climes you want to remove from a previously created order.</li>\n<li><strong>partner_order_id (required) : (string)</strong> This is the unique partner orderId sent from your end at the time of creation of order.</li>\n</ul>\n<p><strong>NOTE :</strong></p>\n<p>The order that requires an cancellation must be in a locked state for it to be cancelled partially.</p>\n","urlObject":{"path":["v3","integrations","hotel","order","cancel"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"9183b708-3baa-4ca5-8f80-9a24c9e99f1a","name":"Partial Order Cancellation","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"climes\" : 10,\n    \"partner_order_id\" : \"PID220518110214\"\n}","options":{"raw":{"language":"json"}}},"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/hotel/order/cancel"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"message\": \"Order updated successfully\",\n    \"remaining_climes\": 40,\n    \"partner_order_id\": \"PID220518110214\"\n}"}],"_postman_id":"b58dc9ee-935a-4951-99de-0a89dd283826"},{"name":"Full Order Cancellation","id":"c11102b1-496c-4980-8ef2-ab4431032111","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/transportation/order/PART32334343233745/cancel","description":"<p>To delete an already created order send the <strong><code>partner_order_id</code></strong> for that order in the url params as shown in the example.</p>\n<p><strong>Note :</strong></p>\n<p>The order which is in locked state will be eligible for order cancellation</p>\n","urlObject":{"path":["v3","integrations","transportation","order","PART32334343233745","cancel"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"73b00841-e7a6-4a1d-aace-3076345d880f","name":"Partial Order Cancellation","originalRequest":{"method":"DELETE","header":[],"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/transportation/order/PART32334343233745/cancel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n   \"message\": \"Order cancelled successfully\",\n   \"partner_order_id\" : \"PART32334343233745\"\n}"}],"_postman_id":"c11102b1-496c-4980-8ef2-ab4431032111"}],"id":"cdbc8f11-1c29-40f6-86ac-ee0030905d31","description":"<p>This section contains all the apis necessary for sending the order to Climes and updating the order after sending it.</p>\n","_postman_id":"cdbc8f11-1c29-40f6-86ac-ee0030905d31"},{"name":"Info API's","item":[{"name":"Get Projects","id":"fedbd5d6-3ea5-4ef3-87b2-25dc0ca9e311","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/projects","description":"<p>This API is used to get the list of all projects that are available.</p>\n","urlObject":{"path":["v3","integrations","projects"],"host":["https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io"],"query":[],"variable":[]}},"response":[{"id":"e817019a-dc62-4f34-95d2-d7b1d58c163f","name":"Get Projects","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"x-api-key","value":"add-your-api-key-here","type":"text"}],"url":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io/v3/integrations/projects"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"title\": \"Making biodiverse forests financially viable for farmers\",\n    \"project_id\": \"farmers-for-forests\",\n    \"type\": \"Reforestation\",\n    \"location\": \"Ahmednagar, Maharashtra\",\n    \"main_image\": \"https://cdn.images.climes.io/projects-new/f4f_cardimage.png?ik-sdk-version=javascript-1.4.3&updatedAt=1656931774908\",\n    \"project_developer\": \"Farmers for Forests\",\n    \"registry_name\": \"Climes Verified\",\n    \"card_copy\": \"This project financially compensates farmers for ecosystem conservation and restoration that their biodiverse forests provide.\",\n    \"card_title\": \"Making biodiverse forests financially viable for farmers\",\n    \"card_developer\": \"By Farmers for Forests\"\n  },\n  {\n    \"title\": \"Agroforestry to combat land degradation in Karnataka\",\n    \"project_id\": \"say-trees\",\n    \"type\": \"Reforestation\",\n    \"location\": \"Tumakuru, Karnataka\",\n    \"main_image\": \"https://cdn.images.climes.io/projects-new/SayTrees_cardimage.png?ik-sdk-version=javascript-1.4.3&updatedAt=1656931775394\",\n    \"project_developer\": \"SayTrees\",\n    \"registry_name\": \"Climes Verified\",\n    \"card_copy\": \"This project helps local farmers increase their agricultural productivity and farm income, and enchances resilience by getting them to adopt climate-smart agricultural practices.\",\n    \"card_title\": \"Agroforestry to combat land degradation in Karnataka\",\n    \"card_developer\": \"By SayTrees\"\n  },\n  {\n    \"title\": \"Waste to Energy by Mahindra WES LTD\",\n    \"project_id\": \"waste-to-energy-mahindra\",\n    \"type\": \"Waste to Energy\",\n    \"location\": \"Maharashtra\",\n    \"main_image\": \"https://cdn.images.climes.io/projects-new/WTE_Mahindra_cardimage.png?ik-sdk-version=javascript-1.4.3&updatedAt=1656931774926\",\n    \"project_developer\": \"Mahindra Wes Ltd.\",\n    \"registry_name\": \"Verified Carbon Standard\",\n    \"card_copy\": \"This project avoids emissions by converting waste into  bio-CNG gas, a clean and alternative source of energy. In addition, the production of compost improves soil quality.\",\n    \"card_title\": \"Waste to Energy Project\",\n    \"card_developer\": \"By Mahindra Wes Ltd.\"\n  }\n]"}],"_postman_id":"fedbd5d6-3ea5-4ef3-87b2-25dc0ca9e311"}],"id":"16f59c5b-154d-489d-8567-d93db4e6025c","_postman_id":"16f59c5b-154d-489d-8567-d93db4e6025c","description":""}],"event":[{"listen":"prerequest","script":{"id":"2ba5b8d5-2524-41cd-8d0e-bc554284c96f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b0e2e254-52f3-4158-b796-dd3a2586e441","type":"text/javascript","exec":[""]}}],"variable":[{"key":"url","value":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io","type":"string"},{"key":"truecostUrl","value":"https://ca02ad9e-adfd-486c-90a2-e6319edc8332.mock.pstmn.io","type":"string"},{"key":"apiKey","value":"add-your-api-key-here","type":"string"}]}