{"id":55683,"date":"2025-05-22T21:33:37","date_gmt":"2025-05-22T19:33:37","guid":{"rendered":"https:\/\/www.vanderlande.com\/?page_id=55683"},"modified":"2025-06-25T09:29:30","modified_gmt":"2025-06-25T07:29:30","slug":"baggage-vertical-samples","status":"publish","type":"page","link":"https:\/\/www.vanderlande.com\/airport-logistics\/baggage-vertical-samples\/","title":{"rendered":"Baggage Vertical &#8211; Samples"},"content":{"rendered":"\r\n\t\r\n\t\t<section id=\"page-banner-block_8e2bf7f7091b8abff6aeaa4746a09fa3\"\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>Baggage 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-8zyjmh4yd5m33lv5wfx79dugatjdf8cnuahwg7wpzahv\" 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\/baggage-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\">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\/Bag-Tag-Store\">APIs &amp; References<\/a><\/div>\n<\/div>\n<\/div>\n\n\n        <style>\n                                <\/style>\n\n        \n<div id=\"block-1vitk525we7damc38yodlol3b6ednmgmztbah99waz6k\" 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 new bag tag by posting a check-in event<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Find the &#8220;POST\/bagtags\/event\/checkin&#8221; interface and click on it to expand.<\/li>\n\n\n\n<li>Under parameters, you will see name as &#8220;bagCheckInEvent&#8221; and example value under description. Select and copy the example value into Notepad\/Editor. Remember to update event time, created time, and origin date to current date and time.<\/li>\n\n\n\n<li>Change all the details in your Notepad\/Editor to the example below or as desired.<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-style:normal;font-weight:500\"><code>{\n \"event-type\": \"BAG_CHECK_IN_EVENT\",\n \"event-time\": \"2999-02-26T09:20:51.597Z\",\n \"location\": \"checkin_counter\",\n \"source\": \"BSM\",\n \"secondary-identifiers\": &#91;\n {\n   \"identifier\": \"ADH_TUTORIAL\",\n   \"created\": \"2999-02-26T09:20:51.597Z\",\n   \"source\": \"BSM\"\n }\n ],\n \"tag\": \"0074123456\",\n \"bag-type\": \"bag\",\n \"passenger\": {\n   \"pnr\": \"PNR-1234\",\n   \"name\": \"Name-1234\",\n   \"first-name\": \"Mueller\",\n   \"gender\": \"male\",\n   \"title\": \"MR.\",\n   \"phone\": \"01854388899\",\n   \"email\": \"adhtutorial@web.com\"\n },\n \"bag-segments\": &#91;\n  {\n   \"sequence-number\": 0,\n   \"identifier\": {\n     \"carrier\": \"KL\",\n     \"flight-number\": 1997,\n     \"operational-suffix\": \"01\",\n     \"origin-date\": \"2999-02-26\",\n     \"origin-iata-code\": \"AMS\",\n     \"destination-iata-code\": \"ZRH\"\n  },\n  \"class-of-travel\": \"BUSINESS\",\n  \"is-rush-bag\": false,\n  \"passenger-is-crew-member\": false\n }\n ]\n}<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">After changing the data structure to your needs, you can insert the data via the POST interface.<\/p>\n\n\n\n<ol start=\"4\" class=\"wp-block-list\">\n<li>The response code will be 200 (under the server response) when the POST request is successfully executed.<\/li>\n\n\n\n<li>The bag tag is now created and stored in Aviation Data Hub.<\/li>\n<\/ol>\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\">Query the created bag tag with a filter<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">For more information regarding filtering, please refer to the ADH User Manual.<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Find the &#8220;GET\/bagtags&#8221; interface and expand it.<\/li>\n\n\n\n<li>Copy the (0074123456) bag tag from the previous example and paste it into the entry box next to &#8220;tag&#8221;, under the &#8220;The tag number of the bag tag&#8221; description.<\/li>\n\n\n\n<li>Click &#8220;Execute&#8221; and check the server response.<\/li>\n\n\n\n<li>For a successful execution, you will see response code 200 and the details of the bag tag under the response body.<\/li>\n\n\n\n<li>On the bottom-right of the response body window, you can click on the &#8220;Download&#8221; button to save the response as a JSON data file.<\/li>\n\n\n\n<li>Look for the &#8220;bag-tag-id&#8221;, which is a unique bag identity created internally by Aviation Data Hub. Copy and paste the alphanumeric code in Notepad if you did not download the response body.<\/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 new bag tag by posting a check-in event After changing the data structure to your needs, you can insert the data via the POST interface. Sample 2 Query the created bag tag with a filter For more information regarding filtering, please refer to the ADH User Manual.<\/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-55683","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>Baggage 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\/baggage-vertical-samples\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Baggage Vertical - Samples - Vanderlande\" \/>\n<meta property=\"og:description\" content=\"Sample 1 Create a new bag tag by posting a check-in event After changing the data structure to your needs, you can insert the data via the POST interface. Sample 2 Query the created bag tag with a filter For more information regarding filtering, please refer to the ADH User Manual.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vanderlande.com\/airport-logistics\/baggage-vertical-samples\/\" \/>\n<meta property=\"og:site_name\" content=\"Vanderlande\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-25T07:29:30+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\\\/baggage-vertical-samples\\\/\",\"url\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/baggage-vertical-samples\\\/\",\"name\":\"Baggage Vertical - Samples - Vanderlande\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/#website\"},\"datePublished\":\"2025-05-22T19:33:37+00:00\",\"dateModified\":\"2025-06-25T07:29:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/baggage-vertical-samples\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/baggage-vertical-samples\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/baggage-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\":\"Baggage 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":"Baggage 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\/baggage-vertical-samples\/","og_locale":"en_GB","og_type":"article","og_title":"Baggage Vertical - Samples - Vanderlande","og_description":"Sample 1 Create a new bag tag by posting a check-in event After changing the data structure to your needs, you can insert the data via the POST interface. Sample 2 Query the created bag tag with a filter For more information regarding filtering, please refer to the ADH User Manual.","og_url":"https:\/\/www.vanderlande.com\/airport-logistics\/baggage-vertical-samples\/","og_site_name":"Vanderlande","article_modified_time":"2025-06-25T07:29:30+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\/baggage-vertical-samples\/","url":"https:\/\/www.vanderlande.com\/airport-logistics\/baggage-vertical-samples\/","name":"Baggage Vertical - Samples - Vanderlande","isPartOf":{"@id":"https:\/\/www.vanderlande.com\/cn\/#website"},"datePublished":"2025-05-22T19:33:37+00:00","dateModified":"2025-06-25T07:29:30+00:00","breadcrumb":{"@id":"https:\/\/www.vanderlande.com\/airport-logistics\/baggage-vertical-samples\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vanderlande.com\/airport-logistics\/baggage-vertical-samples\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.vanderlande.com\/airport-logistics\/baggage-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":"Baggage 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\/55683","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=55683"}],"version-history":[{"count":9,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/pages\/55683\/revisions"}],"predecessor-version":[{"id":56368,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/pages\/55683\/revisions\/56368"}],"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=55683"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}