{"id":2161,"date":"2020-08-26T14:13:46","date_gmt":"2020-08-26T12:13:46","guid":{"rendered":"https:\/\/www.trans.eu\/api\/?p=2161"},"modified":"2026-01-08T14:36:43","modified_gmt":"2026-01-08T13:36:43","slug":"shipment-of-multiple-load-in-multiple-locations","status":"publish","type":"post","link":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/","title":{"rendered":"Shipment of multiple load in multiple locations"},"content":{"rendered":"\n<p>Ship\u00adment of one load from point A to point B<\/p>\n\n\n\n<!--more-->\n\n\n\n<h2 class=\"wp-block-heading\">Scenario<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>many defined loads with mul\u00adti\u00adple load\u00adings and unload\u00adings:\n<ul class=\"wp-block-list\">\n<li>load L1 \u2014 weight: 8 tonnes<\/li>\n\n\n\n<li>load L2 \u2014 weight 3 tonnes<\/li>\n\n\n\n<li>load L3 \u2014 weight 10 tonnes<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>mul\u00adti\u00adple oper\u00ada\u00adtions in more than two loca\u00adtions\n<ul class=\"wp-block-list\">\n<li>first spot \u2014 load\u00ading L1 and L2<\/li>\n\n\n\n<li>sec\u00adond spot \u2014 load\u00ading L3<\/li>\n\n\n\n<li>third spot \u2014 unload\u00ading L3 and load\u00ading L1<\/li>\n\n\n\n<li>fourth spot \u2014 unload\u00ading L1 and unload\u00ading L2<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Authorize access<\/h2>\n\n\n\n<p>Before it is pos\u00adsi\u00adble to send any request, user needs to&nbsp;<a href=\"https:\/\/www.trans.eu\/api\/general-information\/authorization-process\/\" title>autho\u00adrize access<\/a>.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>client app was reg\u00adis\u00adtered using reg\u00adis\u00adtra\u00adtion form<\/li>\n\n\n\n<li>exter\u00adnal app was grant\u00aded api keys (client_id and client_secret)<\/li>\n\n\n\n<li>autho\u00adriza\u00adtion process has been imple\u00adment\u00aded in exter\u00adnal app<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Create new freight<\/h2>\n\n\n\n<p>Each freight must con\u00adsist of:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>loads def\u00adi\u00adn\u00adi\u00adtion<\/li>\n\n\n\n<li>load\u00ading loca\u00adtions and time<\/li>\n\n\n\n<li>unload\u00ading loca\u00adtions and time<\/li>\n\n\n\n<li>load ref\u00ader\u00adence in load\u00ading and unload\u00ading points<\/li>\n\n\n\n<li>required truck body type<\/li>\n\n\n\n<li>sum\u00adma\u00adry of freight\u2019s loads weight<\/li>\n\n\n\n<li>ftl\/ltl para\u00adme\u00adter<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">Request<\/h2>\n\n\n\n<p>This type of freight para\u00adme\u00adters can be used with all types of pub\u00adli\u00adca\u00adtion meth\u00adods. Some con\u00addi\u00adtions apply.<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>POST https:\/\/api.platform.tran.eu\/ext\/freights-api\/v1\/freights-{publication method}<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Request example:&nbsp;<\/strong><\/h2>\n\n\n\n<p>Exam\u00adple of freight request:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>{\n  \"payment\": {\n    \"price\": {\n      \"value\": 123,\n      \"currency\": \"eur\"\n    }\n  },\n  \"capacity\": 21,\n  \"exchange_recipients\": \"carriers\",\n  \"requirements\": {\n    \"is_ftl\": false,\n    \"required_truck_bodies\": [\n      \"cooler\"\n    ]\n  },\n  \"loads\": [\n    {\n      \"name\": \"example\",\n      \"description\": \"Example description of first load\",\n      \"load_id\": \"L1\",\n      \"type_of_load\": \"palette\",\n      \"weight\": 8,\n      \"height\": 1,\n      \"length\": 1,\n      \"volume\": 1,\n      \"amount\": 1,\n      \"is_stackable\": false,\n      \"is_exchangeable\": false\n    },\n    {\n      \"name\": \"example\",\n      \"description\": \"Example description of second load\",\n      \"load_id\": \"L2\",\n      \"type_of_load\": \"palette\",\n      \"weight\": 3,\n      \"height\": 1,\n      \"length\": 1,\n      \"volume\": 1,\n      \"amount\": 1,\n      \"is_stackable\": false,\n      \"is_exchangeable\": false\n    },\n    {\n      \"name\": \"example\",\n      \"description\": \"Example description of third load\",\n      \"load_id\": \"L3\",\n      \"type_of_load\": \"palette\",\n      \"weight\": 10,\n      \"height\": 1,\n      \"length\": 1,\n      \"volume\": 1,\n      \"amount\": 1,\n      \"is_stackable\": false,\n      \"is_exchangeable\": false\n    }\n  ],\n  \"carriers\": [\n    {\n      \"company_id\": 1111111\n    }\n  ],\n  \"spots\": [\n    {\n      \"spot_order\": 1,\n      \"place\": {\n        \"address\": {\n          \"country\": \"fr\",\n          \"postal_code\": \"11111\",\n          \"locality\": \"null\"\n        },\n        \"coordinates\": {\n          \"latitude\": 49.8056,\n          \"longitude\": 12.1881\n        }\n      },\n      \"operations\": [\n        {\n          \"timespans\": {\n            \"begin\": \"2021-07-25T09:00:00+01:00\",\n            \"end\": \"2021-07-25T09:00:00+01:00\"\n          },\n          \"type\": \"loading\",\n          \"operation_order\": 1,\n          \"loads\": [\n            {\n              \"load_id\": \"L1\",\n              \"weight\": 8\n            },\n            {\n              \"load_id\": \"L2\",\n              \"weight\": 3\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"spot_order\": 2,\n      \"place\": {\n        \"address\": {\n          \"country\": \"lt\",\n          \"postal_code\": \"22222\",\n          \"locality\": \"City\"\n        },\n        \"coordinates\": {\n          \"latitude\": null,\n          \"longitude\": null\n        }\n      },\n      \"operations\": [\n        {\n          \"timespans\": {\n            \"begin\": \"2021-07-27T09:00:00+01:00\",\n            \"end\": \"2021-07-27T09:00:00+01:00\"\n          },\n          \"type\": \"loading\",\n          \"operation_order\": 1,\n          \"loads\": [\n            {\n              \"load_id\": \"L3\",\n              \"weight\": 10\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"spot_order\": 3,\n      \"place\": {\n        \"address\": {\n          \"country\": \"fr\",\n          \"postal_code\": \"11111\",\n          \"locality\": \"null\"\n        },\n        \"coordinates\": {\n          \"latitude\": 49.8056,\n          \"longitude\": 12.1881\n        }\n      },\n      \"operations\": [\n        {\n          \"timespans\": {\n            \"begin\": \"2021-07-28T09:00:00+01:00\",\n            \"end\": \"2021-07-28T09:00:00+01:00\"\n          },\n          \"type\": \"unloading\",\n          \"operation_order\": 1,\n          \"loads\": [\n            {\n              \"load_id\": \"L3\",\n              \"weight\": 10\n            }\n          ]\n        },\n        {\n          \"timespans\": {\n            \"begin\": \"2021-07-29T09:00:00+01:00\",\n            \"end\": \"2021-07-29T09:00:00+01:00\"\n          },\n          \"type\": \"unloading\",\n          \"operation_order\": 2,\n          \"loads\": [\n            {\n              \"load_id\": \"L1\",\n              \"weight\": 4\n            }\n          ]\n        }\n      ]\n    },\n    {\n      \"spot_order\": 4,\n      \"place\": {\n        \"address\": {\n          \"country\": \"fr\",\n          \"postal_code\": \"11111\",\n          \"locality\": \"null\"\n        },\n        \"coordinates\": {\n          \"latitude\": 49.8056,\n          \"longitude\": 12.1881\n        }\n      },\n      \"operations\": [\n        {\n          \"timespans\": {\n            \"begin\": \"2021-07-30T09:00:00+01:00\",\n            \"end\": \"2021-07-30T09:00:00+01:00\"\n          },\n          \"type\": \"unloading\",\n          \"operation_order\": 1,\n          \"loads\": [\n            {\n              \"load_id\": \"L1\",\n              \"weight\": 4\n            },\n            {\n              \"load_id\": \"L2\",\n              \"weight\": 3\n            }\n          ]\n        }\n      ]\n    }\n  ],\n  \"publish\": true\n}<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Response<\/h2>\n\n\n\n<p>Each car\u00adri\u00ader might respond with price con\u00addi\u00adtions accep\u00adtance. Direct\u00adly after freight pub\u00adli\u00adca\u00adtion there will be an emp\u00adty array of offers received using:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>https:\/\/api.platform.tran.eu\/ext\/freights-api\/v1\/freights\/{freightId}\/offers<\/code><\/pre><\/div>\n\n\n\n<p>Once offer is sent by car\u00adri\u00ader, it will fill out this array, for exam\u00adple:<\/p>\n\n\n\n<div class=\"hcb_wrap\"><pre class=\"prism line-numbers lang-json\" data-lang=\"JSON\"><code>[\n  {\n    \"company_id\": 1111111,\n    \"created_at\": \"2021-07-23T13:25:02+02:00\",\n    \"freight_id\": 820262,\n    \"id\": 1892813,\n    \"legal_name\": \"Firma Testowa Przewo\u017anik\",\n    \"price\": {\n      \"currency\": \"eur\",\n      \"value\": 130\n    },\n    \"status\": \"waiting_for_accept\",\n    \"trans_id\": \"1111111-1\",\n    \"vat_id\": \"1111111111\",\n    \"version\": 3\n  }\n]<\/code><\/pre><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Conditions:<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li>each offer has own unique id<\/li>\n\n\n\n<li>each car\u00adri\u00ader is allowed to send one offer<\/li>\n\n\n\n<li>each offer can be respond\u00aded to<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p class=\"dont-break-out\">Ship\u00adment of one load from point A to point B<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"wp_typography_post_enhancements_disabled":false,"footnotes":""},"categories":[56],"tags":[],"class_list":["post-2161","post","type-post","status-publish","format-standard","hentry","category-use-cases"],"acf":[],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"Shipment of one load from point A to point B Scenario many defined loads with multiple loadings and unloadings: load L1 - weight: 8 tonnes load L2 - weight 3 tonnes load L3 - weight 10 tonnes multiple operations in more than two locations first spot - loading L1 and L2 second spot - loading\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"pdzumaga\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"pl_PL\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Trans.eu Api - Trans.eu Api\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Shipment of multiple load in multiple locations - Trans.eu Api\" \/>\n\t\t<meta property=\"og:description\" content=\"Shipment of one load from point A to point B Scenario many defined loads with multiple loadings and unloadings: load L1 - weight: 8 tonnes load L2 - weight 3 tonnes load L3 - weight 10 tonnes multiple operations in more than two locations first spot - loading L1 and L2 second spot - loading\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1182\" \/>\n\t\t<meta property=\"og:image:height\" content=\"246\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2020-08-26T12:13:46+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2026-01-08T13:36:43+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Shipment of multiple load in multiple locations - Trans.eu Api\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Shipment of one load from point A to point B Scenario many defined loads with multiple loadings and unloadings: load L1 - weight: 8 tonnes load L2 - weight 3 tonnes load L3 - weight 10 tonnes multiple operations in more than two locations first spot - loading L1 and L2 second spot - loading\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#blogposting\",\"name\":\"Shipment of multiple load in multiple locations - Trans.eu Api\",\"headline\":\"Shipment of multiple load in multiple locations\",\"author\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/cropped-201805241459329875.png\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#articleImage\",\"width\":512,\"height\":512},\"datePublished\":\"2020-08-26T14:13:46+02:00\",\"dateModified\":\"2026-01-08T14:36:43+01:00\",\"inLanguage\":\"pl-PL\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#webpage\"},\"articleSection\":\"Use cases, English\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.trans.eu\\\/api\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/#listItem\",\"name\":\"Use cases\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/#listItem\",\"position\":2,\"name\":\"Use cases\",\"item\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#listItem\",\"name\":\"Shipment of multiple load in multiple locations\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#listItem\",\"position\":3,\"name\":\"Shipment of multiple load in multiple locations\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/#listItem\",\"name\":\"Use cases\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#organization\",\"name\":\"Trans.eu Api\",\"description\":\"Trans.eu Api\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/wp-content\\\/uploads\\\/2019\\\/05\\\/cropped-201805241459329875.png\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#organizationLogo\",\"width\":512,\"height\":512},\"image\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#organizationLogo\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#author\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\",\"name\":\"pdzumaga\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d392d43167a6141a10e77034d6afdb8931a626a22d8e636a97b8b503eb6d439d?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"pdzumaga\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#webpage\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/\",\"name\":\"Shipment of multiple load in multiple locations - Trans.eu Api\",\"description\":\"Shipment of one load from point A to point B Scenario many defined loads with multiple loadings and unloadings: load L1 - weight: 8 tonnes load L2 - weight 3 tonnes load L3 - weight 10 tonnes multiple operations in more than two locations first spot - loading L1 and L2 second spot - loading\",\"inLanguage\":\"pl-PL\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/use-cases\\\/shipment-of-multiple-load-in-multiple-locations\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api#author\"},\"datePublished\":\"2020-08-26T14:13:46+02:00\",\"dateModified\":\"2026-01-08T14:36:43+01:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#website\",\"url\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/\",\"name\":\"Trans.eu Api\",\"description\":\"Trans.eu Api\",\"inLanguage\":\"pl-PL\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.trans.eu\\\/api\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Shipment of multiple load in multiple locations - Trans.eu Api","description":"Shipment of one load from point A to point B Scenario many defined loads with multiple loadings and unloadings: load L1 - weight: 8 tonnes load L2 - weight 3 tonnes load L3 - weight 10 tonnes multiple operations in more than two locations first spot - loading L1 and L2 second spot - loading","canonical_url":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#blogposting","name":"Shipment of multiple load in multiple locations - Trans.eu Api","headline":"Shipment of multiple load in multiple locations","author":{"@id":"https:\/\/www.trans.eu\/api#author"},"publisher":{"@id":"https:\/\/www.trans.eu\/api\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/cropped-201805241459329875.png","@id":"https:\/\/www.trans.eu\/api\/#articleImage","width":512,"height":512},"datePublished":"2020-08-26T14:13:46+02:00","dateModified":"2026-01-08T14:36:43+01:00","inLanguage":"pl-PL","mainEntityOfPage":{"@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#webpage"},"isPartOf":{"@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#webpage"},"articleSection":"Use cases, English"},{"@type":"BreadcrumbList","@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api#listItem","position":1,"name":"Home","item":"https:\/\/www.trans.eu\/api","nextItem":{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api\/use-cases\/#listItem","name":"Use cases"}},{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api\/use-cases\/#listItem","position":2,"name":"Use cases","item":"https:\/\/www.trans.eu\/api\/use-cases\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#listItem","name":"Shipment of multiple load in multiple locations"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#listItem","position":3,"name":"Shipment of multiple load in multiple locations","previousItem":{"@type":"ListItem","@id":"https:\/\/www.trans.eu\/api\/use-cases\/#listItem","name":"Use cases"}}]},{"@type":"Organization","@id":"https:\/\/www.trans.eu\/api\/#organization","name":"Trans.eu Api","description":"Trans.eu Api","url":"https:\/\/www.trans.eu\/api\/","logo":{"@type":"ImageObject","url":"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/cropped-201805241459329875.png","@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#organizationLogo","width":512,"height":512},"image":{"@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#organizationLogo"}},{"@type":"Person","@id":"https:\/\/www.trans.eu\/api#author","url":"https:\/\/www.trans.eu\/api","name":"pdzumaga","image":{"@type":"ImageObject","@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/d392d43167a6141a10e77034d6afdb8931a626a22d8e636a97b8b503eb6d439d?s=96&d=mm&r=g","width":96,"height":96,"caption":"pdzumaga"}},{"@type":"WebPage","@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#webpage","url":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/","name":"Shipment of multiple load in multiple locations - Trans.eu Api","description":"Shipment of one load from point A to point B Scenario many defined loads with multiple loadings and unloadings: load L1 - weight: 8 tonnes load L2 - weight 3 tonnes load L3 - weight 10 tonnes multiple operations in more than two locations first spot - loading L1 and L2 second spot - loading","inLanguage":"pl-PL","isPartOf":{"@id":"https:\/\/www.trans.eu\/api\/#website"},"breadcrumb":{"@id":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/#breadcrumblist"},"author":{"@id":"https:\/\/www.trans.eu\/api#author"},"creator":{"@id":"https:\/\/www.trans.eu\/api#author"},"datePublished":"2020-08-26T14:13:46+02:00","dateModified":"2026-01-08T14:36:43+01:00"},{"@type":"WebSite","@id":"https:\/\/www.trans.eu\/api\/#website","url":"https:\/\/www.trans.eu\/api\/","name":"Trans.eu Api","description":"Trans.eu Api","inLanguage":"pl-PL","publisher":{"@id":"https:\/\/www.trans.eu\/api\/#organization"}}]},"og:locale":"pl_PL","og:site_name":"Trans.eu Api - Trans.eu Api","og:type":"article","og:title":"Shipment of multiple load in multiple locations - Trans.eu Api","og:description":"Shipment of one load from point A to point B Scenario many defined loads with multiple loadings and unloadings: load L1 - weight: 8 tonnes load L2 - weight 3 tonnes load L3 - weight 10 tonnes multiple operations in more than two locations first spot - loading L1 and L2 second spot - loading","og:url":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/","og:image":"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png","og:image:secure_url":"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png","og:image:width":1182,"og:image:height":246,"article:published_time":"2020-08-26T12:13:46+00:00","article:modified_time":"2026-01-08T13:36:43+00:00","twitter:card":"summary","twitter:title":"Shipment of multiple load in multiple locations - Trans.eu Api","twitter:description":"Shipment of one load from point A to point B Scenario many defined loads with multiple loadings and unloadings: load L1 - weight: 8 tonnes load L2 - weight 3 tonnes load L3 - weight 10 tonnes multiple operations in more than two locations first spot - loading L1 and L2 second spot - loading","twitter:image":"https:\/\/www.trans.eu\/api\/wp-content\/uploads\/2019\/05\/201805241459329875.png"},"aioseo_meta_data":{"post_id":"2161","title":null,"description":null,"keywords":null,"keyphrases":{"focus":{"keyphrase":"","score":0,"analysis":{"keyphraseInTitle":{"score":0,"maxScore":9,"error":1}}},"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":"-1","robots_max_videopreview":"-1","robots_max_imagepreview":"large","priority":null,"frequency":"default","local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":{"faqs":[],"keyPoints":[],"titles":[],"descriptions":[],"socialPosts":{"email":[],"linkedin":[],"twitter":[],"facebook":[],"instagram":[]}},"created":"2022-01-25 10:43:11","updated":"2026-01-08 13:48:06","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.trans.eu\/api\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.trans.eu\/api\/use-cases\/\" title=\"Use cases\">Use cases<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tShipment of multiple load in multiple locations\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.trans.eu\/api"},{"label":"Use cases","link":"https:\/\/www.trans.eu\/api\/use-cases\/"},{"label":"Shipment of multiple load in multiple locations","link":"https:\/\/www.trans.eu\/api\/use-cases\/shipment-of-multiple-load-in-multiple-locations\/"}],"lang":"en","translations":{"en":2161},"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/posts\/2161","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/comments?post=2161"}],"version-history":[{"count":1,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/posts\/2161\/revisions"}],"predecessor-version":[{"id":5535,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/posts\/2161\/revisions\/5535"}],"wp:attachment":[{"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/media?parent=2161"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/categories?post=2161"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.trans.eu\/api\/wp-json\/wp\/v2\/tags?post=2161"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}