{"info":{"_postman_id":"ba742629-17f3-4718-8b7b-1fc25a2a7708","name":"CSV2MongoDBAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"28404436","collectionId":"ba742629-17f3-4718-8b7b-1fc25a2a7708","publishedId":"2s93zGzxsi","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-07-07T17:52:37.000Z"},"item":[{"name":"GetDataByID","id":"3b70d857-7519-4a56-8e9a-2c1a5ef65a43","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/data/64a82361da40c8265cbdec75","description":"<p>This Request Retrive Data based on provided ID.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["data","64a82361da40c8265cbdec75"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"3b70d857-7519-4a56-8e9a-2c1a5ef65a43"},{"name":"CreateData","id":"4723ddcd-a8a1-4fa7-8ee4-a14fda77e2fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"seriesReference\": \"BDCQ.SF1BB2CA\",\n   \"period\": \"2016.11\",\n   \"dataValue\": 1115.386,\n   \"suppressed\": \"String\",\n   \"status\": \"F\",\n   \"units\": \"Dollars\",\n   \"magnitude\": 6,\n   \"subject\": \"Business Data Collection - BDC\",\n   \"group\": \"Industry by financial variable (NZSIOC Level 2)\",\n   \"seriesTitle1\": \"Sales (operating income)\",\n   \"seriesTitle2\": \"Forestry and Logging\",\n   \"seriesTitle3\": \"Current prices\",\n   \"seriesTitle4\": \"Unadjusted\",\n   \"seriesTitle5\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/data/","description":"<p>This can Create data based on json data that recives from POST method.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["data",""],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4723ddcd-a8a1-4fa7-8ee4-a14fda77e2fb"},{"name":"DeleteDataByID","id":"4a942b94-3ea8-4643-a21f-40f064fc88ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/data/64a82d896cc254defdfca571","description":"<p>This can Delete data based on ID.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["data","64a82d896cc254defdfca571"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a942b94-3ea8-4643-a21f-40f064fc88ef"},{"name":"UpdateData","id":"2d0dc8b1-dea9-420d-b51e-b378f146778f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\n   \"seriesReference\": \"BDAQ.SF1BB2CA\",\n   \"period\": \"2016.11\",\n   \"dataValue\": 1115.386,\n   \"suppressed\": \"String\",\n   \"status\": \"F\",\n   \"units\": \"Dollars\",\n   \"magnitude\": 6,\n   \"subject\": \"Business Data Collection - BDC\",\n   \"group\": \"Industry by financial variable (NZSIOC Level 2)\",\n   \"seriesTitle1\": \"Sales (operating income)\",\n   \"seriesTitle2\": \"Forestry and Logging\",\n   \"seriesTitle3\": \"Current prices\",\n   \"seriesTitle4\": \"Unadjusted\",\n   \"seriesTitle5\": \"\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/data/64a82361da40c8265cbdec74","description":"<p>This can update our data.</p>\n","urlObject":{"protocol":"http","port":"8080","path":["data","64a82361da40c8265cbdec74"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2d0dc8b1-dea9-420d-b51e-b378f146778f"}]}