{"id":11354,"date":"2017-03-01T14:00:00","date_gmt":"2017-03-01T14:00:00","guid":{"rendered":"https:\/\/zapliance.com\/?p=11354"},"modified":"2022-08-26T14:09:43","modified_gmt":"2022-08-26T14:09:43","slug":"postings-during-weekend-you-should-definitely-not-ignore","status":"publish","type":"post","link":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/","title":{"rendered":"Postings during weekend you should definitely not ignore"},"content":{"rendered":"\n<p>In today\u2019s blog post, we will analyze which types of documents posted during weekend must be inspected closely. For this purpose, we will use the analytics of the SQL statements of&nbsp;<a href=\"https:\/\/zapliance.com\/blog\/how-to-identify-postings-during-weekend?lang=en\">the previous series<\/a>.<\/p>\n\n\n\n<p><strong>Part III of the series: \u201cFI documents posted during weekend\u201d<\/strong><\/p>\n\n\n\n<p>1.&nbsp;<a href=\"https:\/\/zapliance.com\/blog\/what-postings-during-weekend-have-to-do-with-the-fraud-triangle?lang=en\">What postings during weekend have to do with the fraud triangle<\/a><br>2.&nbsp;<a href=\"https:\/\/zapliance.com\/blog\/how-to-identify-postings-during-weekend?lang=en\">How to identify postings during weekend<\/a><br><strong>3. Postings during weekend you should definitely not ignore<\/strong><br>4.&nbsp;<a href=\"https:\/\/zapliance.com\/134\/quick-guide-reducing-the-identified-amount-of-postings?lang=en\">Quick Guide: Reducing the identified amount of postings<\/a><\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How do you analyze postings during weekend?<\/h2>\n\n\n\n<p>With the help of the SQL statements from&nbsp;<a href=\"https:\/\/zapliance.com\/blog\/how-to-identify-postings-during-weekend?lang=en\">previous post<\/a>, we can identify which USER undertook postings during weekend in the SAP system. As already mentioned, these postings are not necessarily critical, which is why we will now focus on the questionable document types and corresponding USER.<\/p>\n\n\n\n<p>However, before starting with the analytics, we need to obtain the relevant data according to the instructions in&nbsp;<a href=\"https:\/\/zapliance.com\/blog\/how-to-identify-postings-during-weekend?lang=en\">part II of this series<\/a>. You will also find the download link to the instruction at the end of this blog post.<\/p>\n\n\n\n<p>On a practice data set, the evaluation of the first SQL statements yields the following results:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/zapliance.com\/wp-content\/uploads\/SQL-Auswertung-1.jpg\" alt=\"\" class=\"wp-image-7187\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">But what types of document are critical?<\/h2>\n\n\n\n<p>This question can\u2019t be answered offhand as it depends on your&nbsp;company. However, we can use the results of the first statement and narrow the audit. This raises the question which USER should be examined first. The attentive reader will have noticed the parallels to the types of users (USTYP), that we explained in&nbsp;<a href=\"https:\/\/zapliance.com\/blog\/advanced-analytics-what-you-should-also-know-about-sap-super-users?lang=en\">the fourth part of the analytics of super users<\/a>. The user types A and S are the so-called dialog users that should be standing in our spotlight. After identifying all users who conducted postings during weekend (on a Saturday or Sunday) in the SAP system, we need to take a look at the used document types. In our analytics, it would be:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td>Doc Type<\/td><td>Text<\/td><\/tr><tr><td>WL<\/td><td>goods issue\/delivery<\/td><\/tr><tr><td>RV<\/td><td>Accounting document for billing<\/td><\/tr><tr><td>DG<\/td><td>Customer credit memo<\/td><\/tr><tr><td>WA<\/td><td>Goods issue<\/td><\/tr><tr><td>KR<\/td><td>Vendor&nbsp;invoice<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>By experience, we know that the logistics department of many companies is working during&nbsp;weekends. Therefore, goods issue \/ delivery and goods issue are not that much of an interest. The accounting document for billing&nbsp;is also being performed automatically in most companies, so we can assume that it is not a critical activity, too. At the latest and without specific knowledge about the company, I would be taken aback when seeing customer credit memo and vendor invoice.&nbsp;You should examine it closely and challenge it. Then, you should use your \u201cProfessional Judgment\u201d in consideration of the specifics of the company and investigate the critical types of document.<\/p>\n\n\n\n<p>Since USER_38 only produced one vendor invoice&nbsp;in the SAP system, we will investigate the 40 documents of customer credit memo&nbsp;of USER_23 first. For this purpose, we pick the third SQL statement stated in the instructions. Because of a suspicion I already have, I include the document type \u201ccustomer credit memo\u201d directly in the SQL Statement by adding: \u201eAND BLART=\u2019DG\u2019\u201c. The results looked like this:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/zapliance.com\/wp-content\/uploads\/\/SQL-Auswertung-2-1024x338.jpg\" alt=\"\" class=\"wp-image-6585\"\/><\/figure>\n\n\n\n<p>The screenshot only shows an outtake of the complete list of results. You can take this list and specifically seek out the operating department to ask for the concrete reason of these postings. In the fourth part of this series, I will show you how to further narrow this list and analyze it even more precisely.<\/p>\n\n\n\n<p><strong>Small tip<\/strong>: If you would like to export the list immediately: There are different possibilities depending on the database. We are using a H2 database, where the export can be invoked simply through the function call CSVWRITE:<\/p>\n\n\n\n<p>call CSVWRITE(\u2018C:\/zapliance\/USER_23_export.txt\u2019, \u2018SELECT BKPF.MANDT, BUKRS, GJAHR, BELNR, USNAM,USTYP,BLART, BLDAT FROM BKPF LEFT JOIN USR02 ON (USR02.MANDT=BKPF.MANDT AND USR02.BNAME=BKPF.USNAM) WHERE (DAYNAME(CPUDT)=\u201dSunday\u201d OR DAYNAME(CPUDT)=\u201dSaturday\u201d) AND BLART=\u201dDG\u201d\u2019)<\/p>\n\n\n\n<p>Afterwards, simply open the created \u201cUSER_23_export.txt\u201d file with Excel and add the data into the columns. Done!<\/p>\n\n\n\n<p>Have you already analyzed documents posted during weekend? If so, which tool did you use, or rather, which procedure did you choose? Please let us know in the comments section.<\/p>\n\n\n\n<p>Did you miss the last part of the series about the SQL statements? You can download the instructions including all the relevant statements here:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><a href=\"https:\/\/cta-redirect.hubspot.com\/cta\/redirect\/2492072\/3240c860-b71d-4fb9-80df-47830ed01104\"><img decoding=\"async\" src=\"https:\/\/no-cache.hubspot.com\/cta\/default\/2492072\/3240c860-b71d-4fb9-80df-47830ed01104.png\" alt=\"Download\u00a0now!\"\/><\/a><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>In today\u2019s blog post, we will analyze which types of documents posted during weekend must be inspected closely. For this purpose, we will use the analytics of the SQL statements of&nbsp;the previous series. Part III of the series: \u201cFI documents posted during weekend\u201d 1.&nbsp;What postings during weekend have to do with the fraud triangle2.&nbsp;How to [&hellip;]<\/p>\n","protected":false},"author":5,"featured_media":10699,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","inline_featured_image":false,"footnotes":""},"categories":[38,37,40],"tags":[],"class_list":["post-11354","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-en-audit","category-en-compliance","category-en-finance"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.4 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Postings during weekend you should definitely not ignore - zapliance<\/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:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Postings during weekend you should definitely not ignore - zapliance\" \/>\n<meta property=\"og:description\" content=\"In today\u2019s blog post, we will analyze which types of documents posted during weekend must be inspected closely. For this purpose, we will use the analytics of the SQL statements of&nbsp;the previous series. Part III of the series: \u201cFI documents posted during weekend\u201d 1.&nbsp;What postings during weekend have to do with the fraud triangle2.&nbsp;How to [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/\" \/>\n<meta property=\"og:site_name\" content=\"zapliance\" \/>\n<meta property=\"article:published_time\" content=\"2017-03-01T14:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-26T14:09:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2400\" \/>\n\t<meta property=\"og:image:height\" content=\"962\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Alexander Ruehle\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Alexander Ruehle\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/\"},\"author\":{\"name\":\"Alexander Ruehle\",\"@id\":\"https:\/\/zapliance.com\/en\/#\/schema\/person\/215958640076a72c61876b1ec9e23211\"},\"headline\":\"Postings during weekend you should definitely not ignore\",\"datePublished\":\"2017-03-01T14:00:00+00:00\",\"dateModified\":\"2022-08-26T14:09:43+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/\"},\"wordCount\":738,\"publisher\":{\"@id\":\"https:\/\/zapliance.com\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"articleSection\":[\"Audit\",\"Compliance\",\"Finance\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/\",\"url\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/\",\"name\":\"Postings during weekend you should definitely not ignore - zapliance\",\"isPartOf\":{\"@id\":\"https:\/\/zapliance.com\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"datePublished\":\"2017-03-01T14:00:00+00:00\",\"dateModified\":\"2022-08-26T14:09:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#primaryimage\",\"url\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"contentUrl\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png\",\"width\":2400,\"height\":962},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\/\/zapliance.com\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Postings during weekend you should definitely not ignore\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/zapliance.com\/en\/#website\",\"url\":\"https:\/\/zapliance.com\/en\/\",\"name\":\"zapliance\",\"description\":\"Be the agent of change\",\"publisher\":{\"@id\":\"https:\/\/zapliance.com\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/zapliance.com\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/zapliance.com\/en\/#organization\",\"name\":\"zapliance\",\"url\":\"https:\/\/zapliance.com\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zapliance.com\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg\",\"contentUrl\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg\",\"width\":200,\"height\":45,\"caption\":\"zapliance\"},\"image\":{\"@id\":\"https:\/\/zapliance.com\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/zapliance.com\/en\/#\/schema\/person\/215958640076a72c61876b1ec9e23211\",\"name\":\"Alexander Ruehle\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/zapliance.com\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_5_1657802999-96x96.jpg\",\"contentUrl\":\"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_5_1657802999-96x96.jpg\",\"caption\":\"Alexander Ruehle\"},\"description\":\"is CEO &amp; Co-Founder of zapliance and has been an auditor at heart for over 15 years. He is both a Certified Internal Auditor and Certified Information Systems Auditor and is moving forward as a thought leader to transform the finance, audit and compliance industry - people-centric, data-driven and context-driven.\",\"url\":\"https:\/\/zapliance.com\/en\/blog\/author\/alexander-ruehle\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Postings during weekend you should definitely not ignore - zapliance","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:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/","og_locale":"en_US","og_type":"article","og_title":"Postings during weekend you should definitely not ignore - zapliance","og_description":"In today\u2019s blog post, we will analyze which types of documents posted during weekend must be inspected closely. For this purpose, we will use the analytics of the SQL statements of&nbsp;the previous series. Part III of the series: \u201cFI documents posted during weekend\u201d 1.&nbsp;What postings during weekend have to do with the fraud triangle2.&nbsp;How to [&hellip;]","og_url":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/","og_site_name":"zapliance","article_published_time":"2017-03-01T14:00:00+00:00","article_modified_time":"2022-08-26T14:09:43+00:00","og_image":[{"width":2400,"height":962,"url":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","type":"image\/png"}],"author":"Alexander Ruehle","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Alexander Ruehle","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#article","isPartOf":{"@id":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/"},"author":{"name":"Alexander Ruehle","@id":"https:\/\/zapliance.com\/en\/#\/schema\/person\/215958640076a72c61876b1ec9e23211"},"headline":"Postings during weekend you should definitely not ignore","datePublished":"2017-03-01T14:00:00+00:00","dateModified":"2022-08-26T14:09:43+00:00","mainEntityOfPage":{"@id":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/"},"wordCount":738,"publisher":{"@id":"https:\/\/zapliance.com\/en\/#organization"},"image":{"@id":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#primaryimage"},"thumbnailUrl":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","articleSection":["Audit","Compliance","Finance"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/","url":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/","name":"Postings during weekend you should definitely not ignore - zapliance","isPartOf":{"@id":"https:\/\/zapliance.com\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#primaryimage"},"image":{"@id":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#primaryimage"},"thumbnailUrl":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","datePublished":"2017-03-01T14:00:00+00:00","dateModified":"2022-08-26T14:09:43+00:00","breadcrumb":{"@id":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#primaryimage","url":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","contentUrl":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/08\/Blog-Dummy.png","width":2400,"height":962},{"@type":"BreadcrumbList","@id":"https:\/\/zapliance.com\/en\/blog\/postings-during-weekend-you-should-definitely-not-ignore\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/zapliance.com\/en\/"},{"@type":"ListItem","position":2,"name":"Postings during weekend you should definitely not ignore"}]},{"@type":"WebSite","@id":"https:\/\/zapliance.com\/en\/#website","url":"https:\/\/zapliance.com\/en\/","name":"zapliance","description":"Be the agent of change","publisher":{"@id":"https:\/\/zapliance.com\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/zapliance.com\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/zapliance.com\/en\/#organization","name":"zapliance","url":"https:\/\/zapliance.com\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zapliance.com\/en\/#\/schema\/logo\/image\/","url":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg","contentUrl":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/06\/zap_logo.svg","width":200,"height":45,"caption":"zapliance"},"image":{"@id":"https:\/\/zapliance.com\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/zapliance.com\/en\/#\/schema\/person\/215958640076a72c61876b1ec9e23211","name":"Alexander Ruehle","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/zapliance.com\/en\/#\/schema\/person\/image\/","url":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_5_1657802999-96x96.jpg","contentUrl":"https:\/\/zapliance.com\/wp-content\/uploads\/2022\/07\/avatar_user_5_1657802999-96x96.jpg","caption":"Alexander Ruehle"},"description":"is CEO &amp; Co-Founder of zapliance and has been an auditor at heart for over 15 years. He is both a Certified Internal Auditor and Certified Information Systems Auditor and is moving forward as a thought leader to transform the finance, audit and compliance industry - people-centric, data-driven and context-driven.","url":"https:\/\/zapliance.com\/en\/blog\/author\/alexander-ruehle\/"}]}},"views":1261,"_links":{"self":[{"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11354","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/comments?post=11354"}],"version-history":[{"count":1,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11354\/revisions"}],"predecessor-version":[{"id":11355,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/posts\/11354\/revisions\/11355"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/media\/10699"}],"wp:attachment":[{"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/media?parent=11354"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/categories?post=11354"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zapliance.com\/en\/wp-json\/wp\/v2\/tags?post=11354"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}