{"id":55495,"date":"2025-05-21T15:13:11","date_gmt":"2025-05-21T13:13:11","guid":{"rendered":"https:\/\/www.vanderlande.com\/?page_id=55495"},"modified":"2025-06-25T09:26:23","modified_gmt":"2025-06-25T07:26:23","slug":"samples","status":"publish","type":"page","link":"https:\/\/www.vanderlande.com\/airport-logistics\/airport-vertical\/samples\/","title":{"rendered":"Samples"},"content":{"rendered":"\r\n\t\r\n\t\t<section id=\"page-banner-block_f62d60c524ca12c8abc8a58c68df2a96\"\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>Airport 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-wk4vouzfap6oxclyvs6jdc9coa6k2cd9k7fes1aewye2\" 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\/airport-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\/airport-vertical\/samples\/\">Samples<\/a><\/div>\n<\/div>\n<\/div>\n\n\n        <style>\n                                <\/style>\n\n        \n<div id=\"block-lkt2c2xbcmhai0uxxrsuc5btpxz74l28jp8al9ublop7\" 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 airport<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Find &#8220;POST\/airports&#8221;.<\/li>\n\n\n\n<li>Change all the details in Notepad as per the example below:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\" style=\"font-style:normal;font-weight:500\"><code>{ \n \"name\": \"Amsterdam Schiphol Airport\", \n \"iata-code\": \"AMS\", \n \"icao-code\": \"EHAM\", \n \"country\": \"NL\", \n \"time-zone\": \"CET\", \n \"geo-coordinate\": { \n \"latitude\": 52.308056, \n \"longitude\": 4.764167\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.<\/p>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Run the POST call.<\/li>\n\n\n\n<li>If POST is successfully executed, the response code will be 200. The airport is now created and stored in Aviation Data Hub and accessible at any time.<\/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 airport<\/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>Go to &#8220;GET\/airports\/{iata-code}&#8221; and prepare it with the parameter set to &#8220;AMS&#8221;.<\/li>\n\n\n\n<li>Execute the GET request and check the server response.<\/li>\n\n\n\n<li>If the execution is successful, you will see the response code 200 and the airport details under the response body.<\/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 3<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" style=\"margin-top:0;margin-bottom:0\">Adding additional attributes<\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li>You can add additional attributes or information by using the previously edited value in Notepad. The additional attributes need to be added in a valid JSON format.<\/li>\n\n\n\n<li>Add the attribute &#8220;terminal&#8221; in Notepad, as per the example below:<\/li>\n<\/ol>\n\n\n\n<pre class=\"wp-block-code\"><code>{ \n \"name\": \"Amsterdam Schiphol Airport\", \n \"iata-code\": \"AMS\", \n \"icao-code\": \"EHAM\", \n \"country\": \"NL\", \n \"time-zone\": \"CET\", \n \"geo-coordinate\": { \n \"latitude\": 52.308056, \n \"longitude\": 4.764167\n },\n \"terminal\": 3\n}<\/code><\/pre>\n\n\n\n<ol start=\"3\" class=\"wp-block-list\">\n<li>Run the POST call.<\/li>\n\n\n\n<li>When the POST request is successfully executed, the response code will be 200. The airport is now updated.<\/li>\n\n\n\n<li>Repeat the steps in Exercise 2 above, and your added attribute will be shown.<\/li>\n<\/ol>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>SAMPLE 1 Create a new airport After changing the data structure to your needs, you can insert the data. SAMPLE 2 Query the created airport For more information regarding filtering, please refer to the ADH User Manual. SAMPLE 3 Adding additional attributes<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":55482,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"protect_children":false,"footnotes":""},"class_list":["post-55495","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>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\/airport-vertical\/samples\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Samples - Vanderlande\" \/>\n<meta property=\"og:description\" content=\"SAMPLE 1 Create a new airport After changing the data structure to your needs, you can insert the data. SAMPLE 2 Query the created airport For more information regarding filtering, please refer to the ADH User Manual. SAMPLE 3 Adding additional attributes\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vanderlande.com\/airport-logistics\/airport-vertical\/samples\/\" \/>\n<meta property=\"og:site_name\" content=\"Vanderlande\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-25T07:26:23+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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/airport-vertical\\\/samples\\\/\",\"url\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/airport-vertical\\\/samples\\\/\",\"name\":\"Samples - Vanderlande\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/cn\\\/#website\"},\"datePublished\":\"2025-05-21T13:13:11+00:00\",\"dateModified\":\"2025-06-25T07:26:23+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/airport-vertical\\\/samples\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/airport-vertical\\\/samples\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/airport-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\":\"Airport Vertical\",\"item\":\"https:\\\/\\\/www.vanderlande.com\\\/airport-logistics\\\/airport-vertical\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"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":"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\/airport-vertical\/samples\/","og_locale":"en_GB","og_type":"article","og_title":"Samples - Vanderlande","og_description":"SAMPLE 1 Create a new airport After changing the data structure to your needs, you can insert the data. SAMPLE 2 Query the created airport For more information regarding filtering, please refer to the ADH User Manual. SAMPLE 3 Adding additional attributes","og_url":"https:\/\/www.vanderlande.com\/airport-logistics\/airport-vertical\/samples\/","og_site_name":"Vanderlande","article_modified_time":"2025-06-25T07:26:23+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.vanderlande.com\/airport-logistics\/airport-vertical\/samples\/","url":"https:\/\/www.vanderlande.com\/airport-logistics\/airport-vertical\/samples\/","name":"Samples - Vanderlande","isPartOf":{"@id":"https:\/\/www.vanderlande.com\/cn\/#website"},"datePublished":"2025-05-21T13:13:11+00:00","dateModified":"2025-06-25T07:26:23+00:00","breadcrumb":{"@id":"https:\/\/www.vanderlande.com\/airport-logistics\/airport-vertical\/samples\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vanderlande.com\/airport-logistics\/airport-vertical\/samples\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.vanderlande.com\/airport-logistics\/airport-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":"Airport Vertical","item":"https:\/\/www.vanderlande.com\/airport-logistics\/airport-vertical\/"},{"@type":"ListItem","position":4,"name":"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\/55495","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\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/comments?post=55495"}],"version-history":[{"count":27,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/pages\/55495\/revisions"}],"predecessor-version":[{"id":56366,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/pages\/55495\/revisions\/56366"}],"up":[{"embeddable":true,"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/pages\/55482"}],"wp:attachment":[{"href":"https:\/\/www.vanderlande.com\/wp-json\/wp\/v2\/media?parent=55495"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}