{"info":{"_postman_id":"c77d4a88-fefc-4499-a63e-8d446a706272","name":"HotWax","description":"<html><head></head><body><p>API's for assignment</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"20408961","collectionId":"c77d4a88-fefc-4499-a63e-8d446a706272","publishedId":"2s9Ykn9N3T","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2023-12-17T17:30:30.000Z"},"item":[{"name":"Node.js","item":[{"name":"Person","item":[{"name":"Get Person","id":"a64ec8ed-6115-4fc3-8c5a-9a2dd3d6e7cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/person/partyId5","urlObject":{"protocol":"http","port":"3000","path":["api","v1","person","partyId5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"a64ec8ed-6115-4fc3-8c5a-9a2dd3d6e7cb"},{"name":"Create Person","id":"83fd9e89-4262-4166-9551-c262f5ce835a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/person/new/partyId5","urlObject":{"protocol":"http","port":"3000","path":["api","v1","person","new","partyId5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"83fd9e89-4262-4166-9551-c262f5ce835a"},{"name":"Update Person","id":"2a615c73-8107-4c6a-8b1a-021e0b776dbd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"SALUTATION\": \"hehe\",\r\n    \"FIRST_NAME\": \"wow\",\r\n    \"MIDDLE_NAME\": \"again\",\r\n    \"LAST_NAME\": \"now\",\r\n    \"GENDER\": \"F\",\r\n    \"BIRTH_DATE\": \"1990-01-14\",\r\n    \"MARITAL_STATUS_ENUM_ID\": \"dummy\",\r\n    \"EMPLOYMENT_STATUS_ENUM_ID\": \"dummy\",\r\n    \"OCCUPATION\": \"dummy\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/person/update/partyId5","urlObject":{"protocol":"http","port":"3000","path":["api","v1","person","update","partyId5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2a615c73-8107-4c6a-8b1a-021e0b776dbd"},{"name":"Get All Person","id":"f48f19ec-1b0a-4cdf-bdb5-856e59a830d6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/persons","urlObject":{"protocol":"http","port":"3000","path":["api","v1","persons"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f48f19ec-1b0a-4cdf-bdb5-856e59a830d6"}],"id":"4e264097-7dd8-46d4-88bd-df89915612e6","description":"<p>API's for Person</p>\n","_postman_id":"4e264097-7dd8-46d4-88bd-df89915612e6"},{"name":"Order","item":[{"name":"Get All Orders","id":"96e9dba3-508d-4dae-87aa-7083a7a7de69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/orders","urlObject":{"protocol":"http","port":"3000","path":["api","v1","orders"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"96e9dba3-508d-4dae-87aa-7083a7a7de69"},{"name":"Get Order","id":"78958d65-6d79-4ba4-9b80-fda6e71b1491","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/order/17122023201617","urlObject":{"protocol":"http","port":"3000","path":["api","v1","order","17122023201617"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"78958d65-6d79-4ba4-9b80-fda6e71b1491"},{"name":"Create Order","id":"db620a1a-8ab5-436b-8215-6704ab471c21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order_name\":\"TESTING\",\r\n    \"placed_date\":\"2023-12-15 08:30:00\",\r\n    \"aprv_date\":\"2023-12-15 08:30:00\",\r\n    \"status_id\":\"APPROVED\",\r\n    \"currency\":\"USD\",\r\n    \"prod_store_id\":\"Store123\",\r\n    \"sales_channel\":\"OnlineSales\",\r\n    \"grand_total\":150.50,\r\n    \"completed_date\":\"2023-12-20 10:00:00\",\r\n    \"credit_card\":\"34523490\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/order/new","urlObject":{"protocol":"http","port":"3000","path":["api","v1","order","new"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"db620a1a-8ab5-436b-8215-6704ab471c21"},{"name":"Update Order","id":"74ea10ab-4384-4ab6-b44d-e0b85c3784d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"order_name\":\"Latest\",\r\n    \"placed_date\":\"2023-12-15 08:30:00\",\r\n    \"aprv_date\":\"2023-12-15 08:30:00\",\r\n    \"status_id\":\"APPROVED\",\r\n    \"currency\":\"USD\",\r\n    \"prod_store_id\":\"Store123\",\r\n    \"sales_channel\":\"OnlineSales\",\r\n    \"grand_total\":1234.50,\r\n    \"completed_date\":\"2023-12-20 10:00:00\",\r\n    \"credit_card\":\"1234567890\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/order/update/17122023201617","urlObject":{"protocol":"http","port":"3000","path":["api","v1","order","update","17122023201617"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"74ea10ab-4384-4ab6-b44d-e0b85c3784d4"}],"id":"3f8db586-36b3-406b-9b5c-0483f580c14f","description":"<p>API's for Order</p>\n","_postman_id":"3f8db586-36b3-406b-9b5c-0483f580c14f"},{"name":"JWT","item":[{"name":"Login User","id":"b198da59-a767-439a-bedf-5cb5f9b19151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"adarshraj3309@gmail.com\",\r\n    \"password\":\"Create a strong password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/login","urlObject":{"protocol":"http","port":"3000","path":["api","v1","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"b198da59-a767-439a-bedf-5cb5f9b19151"},{"name":"Register User","id":"5deb8cf7-a7f7-4191-b24e-a2682cc16283","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"email\":\"adarshraj3309@gmail.com\",\r\n    \"password\":\"Create a strong password\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/v1/register","urlObject":{"protocol":"http","port":"3000","path":["api","v1","register"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5deb8cf7-a7f7-4191-b24e-a2682cc16283"},{"name":"Logout User","id":"e1b5725c-2b48-4557-ab6a-2aaf69fd1853","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/logout","urlObject":{"protocol":"http","port":"3000","path":["api","v1","logout"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e1b5725c-2b48-4557-ab6a-2aaf69fd1853"}],"id":"fefd0468-cb8d-4c8b-98e5-abf032017749","description":"<p>API's for Authentication</p>\n","_postman_id":"fefd0468-cb8d-4c8b-98e5-abf032017749"},{"name":"Party","item":[{"name":"Get All Parties","id":"c2870e9f-6e42-404e-9b60-51ea54fc1e05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/api/v1/parties","urlObject":{"protocol":"http","port":"3000","path":["api","v1","parties"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c2870e9f-6e42-404e-9b60-51ea54fc1e05"},{"name":"Create Party","id":"c8712a1b-5023-4a86-bca7-3fbfc7b3b55e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"http://localhost:3000/api/v1/party/new/partyId5","urlObject":{"protocol":"http","port":"3000","path":["api","v1","party","new","partyId5"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8712a1b-5023-4a86-bca7-3fbfc7b3b55e"}],"id":"0b9b90d1-7bf6-4187-b4a0-2e4fbf2ff94e","description":"<p>API's for Party</p>\n","_postman_id":"0b9b90d1-7bf6-4187-b4a0-2e4fbf2ff94e"}],"id":"07690a71-c009-4834-9eb7-e0e2b0db6cb7","_postman_id":"07690a71-c009-4834-9eb7-e0e2b0db6cb7","description":""},{"name":"Moqui","item":[{"name":"REST","item":[{"name":"Get All Example","id":"368b519b-383b-4838-8ce8-978f41971019","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/rest/s1/example/getAllExample","urlObject":{"protocol":"http","port":"8080","path":["rest","s1","example","getAllExample"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"368b519b-383b-4838-8ce8-978f41971019"},{"name":"Get Example","id":"dfe27fcc-a180-429a-97ec-7b8465d3b916","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/rest/s1/example/getExample/100057","urlObject":{"protocol":"http","port":"8080","path":["rest","s1","example","getExample","100057"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"dfe27fcc-a180-429a-97ec-7b8465d3b916"},{"name":"Create Example","id":"4c2c8f92-0e99-4590-9556-98ff157fac00","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"exampleName\": \"Duck\",\r\n    \"exampleDate\": \"2023-12-23T06:07:56.969Z\",\r\n    \"examplePrice\": 9,\r\n    \"exampleQuantity\": 1,\r\n    \"lastUpdatedStamp\": \"2023-12-23T06:07:56.969Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/rest/s1/example/createExample","urlObject":{"protocol":"http","port":"8080","path":["rest","s1","example","createExample"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"4c2c8f92-0e99-4590-9556-98ff157fac00"},{"name":"Update Example","id":"16bc8c72-b43b-46e0-ba14-7ce0f0581e8f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n  \"_entity\": \"example.Example\",\r\n  \"exampleId\": \"string\",\r\n  \"exampleName\": \"string\",\r\n  \"exampleDate\": \"2023-12-23T07:31:42.046Z\",\r\n  \"examplePrice\": 0,\r\n  \"exampleQuantity\": 0,\r\n  \"lastUpdatedStamp\": \"2023-12-23T07:31:42.046Z\"\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/rest/s1/example/updateExample/100056","urlObject":{"protocol":"http","port":"8080","path":["rest","s1","example","updateExample","100056"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"16bc8c72-b43b-46e0-ba14-7ce0f0581e8f"}],"id":"d462b507-f2c7-4f2e-8b03-7f66fb6bbdfb","_postman_id":"d462b507-f2c7-4f2e-8b03-7f66fb6bbdfb","description":""}],"id":"147a3ad4-ff2b-4a31-b435-970538ece6fa","_postman_id":"147a3ad4-ff2b-4a31-b435-970538ece6fa","description":""}]}