{"id":55725,"date":"2025-05-22T22:30:31","date_gmt":"2025-05-22T20:30:31","guid":{"rendered":"https:\/\/www.vanderlande.com\/?page_id=55725"},"modified":"2025-06-25T09:36:46","modified_gmt":"2025-06-25T07:36:46","slug":"container-vertical-samples","status":"publish","type":"page","link":"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\/","title":{"rendered":"Container Vertical &#8211; Samples"},"content":{"rendered":"\r\n\t\r\n\t\t<section id=\"page-banner-block_850e99ce515da838f4fbb72143c2d146\"\r\n\t\t\tclass=\"block page-banner-block  \">\r\n\r\n\t\t\t<div class=\"container\">\r\n\t\t\t\t<div class=\"row\">\r\n\t\t\t\t\t<div class=\"col-xl-8 col-md-12\">\r\n\t\t\t\t\t\t<h1>Container Vertical: Samples<\/h1>\r\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\r\n\t\t\t\t<\/div>\r\n\t\t\t<\/div>\r\n\r\n\t\t<\/section>\r\n\r\n\t\r\n\n\n        <style>\n                                <\/style>\n\n        \n<div id=\"block-eshdu8e6pa75pz39jlfirmw9oo097jp4onyly3xdenyy\" class=\"wp-block-group alignwide is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-top:var(--wp--preset--spacing--70);margin-bottom:var(--wp--preset--spacing--70)\">\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button is-style-outline is-style-outline--1\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.vanderlande.com\/airport-logistics\/developer-portal\/\">Back<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-overview\">Overview<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-orange-background-color has-background wp-element-button\" href=\"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\">Samples<\/a><\/div>\n\n\n\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/api.datahub.oair.io\/#tag\/Container-Tag-Store\">APIs &amp; References<\/a><\/div>\n<\/div>\n<\/div>\n\n\n        <style>\n                                <\/style>\n\n        \n<div id=\"block-iwhrloc44eur4m5wpw08c0lc1jsu5dsczhmq8japb9ld\" class=\"wp-block-group alignwide api-samples is-layout-flow wp-block-group-is-layout-flow\" style=\"margin-bottom:var(--wp--preset--spacing--80)\">\n<p class=\"has-small-font-size wp-block-paragraph\" style=\"margin-top:0;margin-bottom:0\">Sample 1<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"margin-top:0;margin-bottom:0\">Create a containerization event<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Look for &#8220;POST\/containertags\/events\/containerization&#8221;.<\/li>\n\n\n\n<li>Copy and edit the example below into Notepad\/Editor. Remember to update event time, created time, and origin date to current date and time.<\/li>\n\n\n\n<li>Copy and paste the edited value and execute.<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-style:normal;font-weight:500\"><code>{\n  \t\t\"event-type\": \"CONTAINERIZATION\",\n  \t\t\"tag\": \"AKE12345EK\",\n  \t\t\"secondary-identifiers\": &#91;\n    \t {\n      \t\t\"identifier\": \"ADH_TUTORIAL\",\n      \t\t\"created\": \"2999-03-04T11:58:51.119Z\",\n      \t\t\"source\": \"airline\"\n    \t }\n  \t\t],\n  \t\t\"segments\": &#91;\n    \t {\n      \t\t\"sequence-number\": 0,\n      \t\t\"identifier\": {\n        \t\"carrier\": \"EK\",\n        \t\"flight-number\": 41,\n        \t\"operational-suffix\": \"01\",\n        \t\"origin-date\": \"2999-03-04\",\n        \t\"origin-iata-code\": \"DXB\",\n        \t\"destination-iata-code\": \"FRA\"\n      \t\t}\n    \t}\n  \t],\n  \t\"activity\": {\n    \t\"type\": \"CONTAINERIZATION\",\n    \t\"timestamp\": \"2999-03-04T11:58:51.119Z\",\n    \t\"location\": \"AT2\",\n    \t\"geo-coordinate\": {\n      \t\t\"latitude\": 0,\n      \t\t\"longitude\": 0\n    \t},\n    \t\"source\": \"terminal\",\n    \t\"function\": \"LOAD\",\n    \t\"aircraft-compartment\": {\n      \t\t\"compartment\": \"cargo\",\n      \t\t\"hold\": \"lower\"\n    \t},\n    \t\"load-position\": \"left\"\n  \t}\n}<\/code><\/pre>\n\n\n\n<ol start=\"5\" class=\"wp-block-list\">\n<li>Run \u201cGET\/containertags\u201d with &#8220;AKE12345EK&#8221; as the tag number.<\/li>\n\n\n\n<li>In the response body, you should find a container tag with a \u201ctag-id\u201d created by ADH.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Note: As this container has not yet been registered, the \u201ccontainer-type\u201d is unknown. The next exercise will show you how to create a registration event.<\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\" style=\"margin-top:var(--wp--preset--spacing--60);margin-bottom:0\">Sample 2<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"margin-top:0;margin-bottom:0\">Create a container registration event<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Look for &#8220;POST\/container\/events\/registration&#8221;.<\/li>\n\n\n\n<li>Copy and edit the example below into Notepad\/Editor. Remember to update event time, created time, and origin date to current date and time.<\/li>\n\n\n\n<li>Copy and paste the edited value and execute.<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\" style=\"border-style:none;border-width:0px;font-style:normal;font-weight:500\"><code>{\n  \t\t\"event-type\": \"REGISTRATION\",\n  \t\t\"tag\": \"AKE12345EK\",\n  \t\t\"secondary-identifiers\": &#91;\n    \t {\n      \t\t\"identifier\": \"ADH_TUTORIAL\",\n      \t\t\"created\": \"2999-03-04T12:25:03.620Z\",\n      \t\t\"source\": \"airline\"\n    \t }\n  \t\t],\n  \t\t\"segments\": &#91;\n    \t {\n      \t\t\"sequence-number\": 0,\n      \t\t\"identifier\": {\n        \t\"carrier\": \"EK\",\n        \t\"flight-number\": 41,\n        \t\"operational-suffix\": \"01\",\n        \t\"origin-date\": \"2999-03-04\",\n        \t\"origin-iata-code\": \"DXB\",\n        \t\"destination-iata-code\": \"FRA\"\n      \t\t}\n    \t}\n  \t],\n  \t\"activity\": {\n    \t\"type\": \"REGISTRATION\",\n    \t\"timestamp\": \"2999-03-04T12:25:03.620Z\",\n    \t\"location\": \"AT2\",\n    \t\"geo-coordinate\": {\n      \t\t\"latitude\": 0,\n      \t\t\"longitude\": 0\n    \t},\n    \t\"source\": \"airport\",\n    \t\"function\": \"REGISTER\",\n    \t\"container-number\": \"12345\",\n    \t\"container-subtype\": \"AKE\",\n    \t\"container-type\": \"ULD\",\n    \t\"commodity-code\": \"86090000\"\n}\n}<\/code><\/pre>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Run \u201cGET\/containertags\u201d with &#8220;AKE12345EK&#8221; as the tag number and execute.<\/li>\n\n\n\n<li>Because we created the registration event for the same tag number, in the response body, you should find a container tag with the same \u201ctag-id\u201d as the previous exercise.<\/li>\n<\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Now because the container type is given by the registration event, the \u201ccontainer-type\u201d attribute is updated with the value \u201cULD\u201d.<br>Note: ADH recognizes the same container tag number and updates its information, even if events are created in random order.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"has-small-font-size wp-block-paragraph\" style=\"margin-top:var(--wp--preset--spacing--60);margin-bottom:0\">Sample 3<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"margin-top:0;margin-bottom:0\">Adding new attribute to registration event<\/h3>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>Look for &#8220;POST\/container\/events\/registration&#8221;.<\/li>\n\n\n\n<li>Copy and edit the example value below into Notepad\/ Editor. Remember to update event time, created time, and origin date to current date and time.<\/li>\n\n\n\n<li>Copy and paste the edited value and execute.<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-style:normal;font-weight:500\"><code>{\n  \t\t\"event-type\": \"REGISTRATION\",\n  \t\t\"tag\": \"AKE54321EK\",\n  \t\t\"secondary-identifiers\": &#91;\n    \t {\n      \t\t\"identifier\": \"ADH_TUTORIAL\",\n      \t\t\"created\": \"2999-03-23T12:25:03.620Z\",\n      \t\t\"source\": \"airline\"\n    \t }\n  \t\t],\n  \t\t\"segments\": &#91;\n    \t {\n      \t\t\"sequence-number\": 0,\n      \t\t\"identifier\": {\n        \t\"carrier\": \"EK\",\n        \t\"flight-number\": 41,\n        \t\"operational-suffix\": \"01\",\n        \t\"origin-date\": \"2999-03-23\",\n        \t\"origin-iata-code\": \"DXB\",\n        \t\"destination-iata-code\": \"FRA\"\n      \t\t}\n    \t}\n  \t],\n  \t\"activity\": {\n    \t\"type\": \"REGISTRATION\",\n    \t\"timestamp\": \"2999-03-23T12:25:03.620Z\",\n    \t\"location\": \"AT2\",\n    \t\"geo-coordinate\": {\n      \t\t\"latitude\": 0,\n      \t\t\"longitude\": 0\n    \t},\n    \t\"source\": \"airport\",\n    \t\"function\": \"REGISTER\",\n    \"container-number\": \"54321\",\n    \t\"container-subtype\": \"AKE\",\n    \t\"container-type\": \"ULD\",\n    \t\"commodity-code\": \"86090000\",\n\t\t\"segment\": \"1\"\n}\n}<\/code><\/pre>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>Run \u201cGET\/containertags\u201d with &#8220;AKE54321EK&#8221; as the tag number.<\/li>\n\n\n\n<li>In the response body, you should find a container tag with the added attribute \u201csegment\u201d.<\/li>\n<\/ol>\n<\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sample 1 Create a containerization event Note: As this container has not yet been registered, the \u201ccontainer-type\u201d is unknown. The next exercise will show you how to create a registration event. Sample 2 Create a container registration event Now because the container type is given by the registration event, the \u201ccontainer-type\u201d attribute is updated with [&hellip;]<\/p>\n","protected":false},"author":14,"featured_media":0,"parent":51690,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"protect_children":false,"footnotes":""},"class_list":["post-55725","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Container Vertical - Samples - Vanderlande<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Container Vertical - Samples - Vanderlande\" \/>\n<meta property=\"og:description\" content=\"Sample 1 Create a containerization event Note: As this container has not yet been registered, the \u201ccontainer-type\u201d is unknown. The next exercise will show you how to create a registration event. Sample 2 Create a container registration event Now because the container type is given by the registration event, the \u201ccontainer-type\u201d attribute is updated with [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\/\" \/>\n<meta property=\"og:site_name\" content=\"Vanderlande\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-25T07:36:46+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/container-vertical-samples\\\/\",\"url\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/container-vertical-samples\\\/\",\"name\":\"Container Vertical - Samples - Vanderlande\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/#website\"},\"datePublished\":\"2025-05-22T20:30:31+00:00\",\"dateModified\":\"2025-06-25T07:36:46+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/container-vertical-samples\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/container-vertical-samples\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/container-vertical-samples\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.vanderlande.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Airport Logistics\",\"item\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Container Vertical &#8211; Samples\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/#website\",\"url\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/\",\"name\":\"Vanderlande\",\"description\":\"Global partner for future-proof logistic process automation\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/#organization\",\"name\":\"Vanderlande\",\"url\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"\",\"contentUrl\":\"\",\"caption\":\"Vanderlande\"},\"image\":{\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Container Vertical - Samples - Vanderlande","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\/","og_locale":"en_GB","og_type":"article","og_title":"Container Vertical - Samples - Vanderlande","og_description":"Sample 1 Create a containerization event Note: As this container has not yet been registered, the \u201ccontainer-type\u201d is unknown. The next exercise will show you how to create a registration event. Sample 2 Create a container registration event Now because the container type is given by the registration event, the \u201ccontainer-type\u201d attribute is updated with [&hellip;]","og_url":"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\/","og_site_name":"Vanderlande","article_modified_time":"2025-06-25T07:36:46+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\/","url":"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\/","name":"Container Vertical - Samples - Vanderlande","isPartOf":{"@id":"https:\/\/www.vanderlande.com\/cn\/#website"},"datePublished":"2025-05-22T20:30:31+00:00","dateModified":"2025-06-25T07:36:46+00:00","breadcrumb":{"@id":"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.vanderlande.com\/airport-logistics\/container-vertical-samples\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.vanderlande.com\/"},{"@type":"ListItem","position":2,"name":"Airport Logistics","item":"https:\/\/www.vanderlande.com\/airport-logistics\/"},{"@type":"ListItem","position":3,"name":"Container Vertical &#8211; Samples"}]},{"@type":"WebSite","@id":"https:\/\/www.vanderlande.com\/cn\/#website","url":"https:\/\/www.vanderlande.com\/cn\/","name":"Vanderlande","description":"Global partner for future-proof logistic process automation","publisher":{"@id":"https:\/\/www.vanderlande.com\/cn\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.vanderlande.com\/cn\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.vanderlande.com\/cn\/#organization","name":"Vanderlande","url":"https:\/\/www.vanderlande.com\/cn\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.vanderlande.com\/cn\/#\/schema\/logo\/image\/","url":"","contentUrl":"","caption":"Vanderlande"},"image":{"@id":"https:\/\/www.vanderlande.com\/cn\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/pages\/55725","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/comments?post=55725"}],"version-history":[{"count":7,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/pages\/55725\/revisions"}],"predecessor-version":[{"id":56370,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/pages\/55725\/revisions\/56370"}],"up":[{"embeddable":true,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/pages\/51690"}],"wp:attachment":[{"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/media?parent=55725"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}