{"info":{"_postman_id":"1aca07f5-3469-4982-af89-f63366b903fe","name":"PersonController","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"18570764","collectionId":"1aca07f5-3469-4982-af89-f63366b903fe","publishedId":"UzBvFNMy","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-06-29T16:41:39.000Z"},"item":[{"name":"get a Person","id":"3672161f-4020-46da-b2f8-57aa9b5688a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{localUrl}}/api/v1/persons/<UUID>","description":"<p><strong>Action:</strong> Get a Person Entity from the repository</p>\n<p><strong>Path required:</strong> UUID as String</p>\n<p><strong>Roles permitted:</strong> USER, ADMIN</p>\n","urlObject":{"path":["api","v1","persons","<UUID>"],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3672161f-4020-46da-b2f8-57aa9b5688a1"},{"name":"get all Persons","id":"fa37d1ee-ef99-42fd-b8eb-a0a23d241e0d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{localUrl}}/api/v1/persons/?pageNo=0&pageSize=10&sortBy=fullName","description":"<p><strong>Action:</strong> Get a list of all Person Entities from the repository</p>\n<p><strong>Path required:</strong> Optional parameters. Will use <em>default-values</em> (used as example here) if no param is used.</p>\n<p><strong>Roles permitted:</strong> USER, ADMIN</p>\n","urlObject":{"path":["api","v1","persons",""],"host":["{{localUrl}}"],"query":[{"key":"pageNo","value":"0"},{"key":"pageSize","value":"10"},{"key":"sortBy","value":"fullName"}],"variable":[]}},"response":[],"_postman_id":"fa37d1ee-ef99-42fd-b8eb-a0a23d241e0d"},{"name":"add Person","id":"c8fa17bf-4fe6-41d6-8a03-bf15c5929850","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"fullName\": \"example\",\r\n    \"username\": \"example\",\r\n    \"telephone\": \"example\",\r\n    \"mobile\": \"example\",\r\n    \"fiscal\": \"example\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{localUrl}}/api/v1/persons/","description":"<p><strong>Action:</strong> Create a new Person Entity and store into repository</p>\n<p><strong>Path required:</strong> none</p>\n<p><strong>Roles permitted:</strong> USER, ADMIN</p>\n","urlObject":{"path":["api","v1","persons",""],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c8fa17bf-4fe6-41d6-8a03-bf15c5929850"},{"name":"remove Person","id":"de7359e3-742e-46c9-af78-6f3045160f83","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{localUrl}}/api/v1/persons/<UUID>","description":"<p><strong>Action:</strong> Remove an existing Person Entity from repository</p>\n<p><strong>Path required:</strong> UUID as String</p>\n<p><strong>Roles permitted:</strong> USER, ADMIN</p>\n","urlObject":{"path":["api","v1","persons","<UUID>"],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"de7359e3-742e-46c9-af78-6f3045160f83"},{"name":"update Person","id":"597342d5-9b88-44d2-9578-538a8fde9378","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"uuId\": 1,\r\n    \"fullName\": \"example_update\",\r\n    \"username\": \"example_update\",\r\n    \"telephone\": \"example_update\",\r\n    \"mobile\": \"example_update\",\r\n    \"fiscal\": \"example_update\"\r\n}","options":{"raw":{"language":"json"}}},"url":"{{localUrl}}/api/v1/persons/<UUID>","description":"<p><strong>Action:</strong> Update fields of an existing Person Entity from repository</p>\n<p><strong>Path required:</strong> UUID as String</p>\n<p><strong>Roles permitted:</strong> USER, ADMIN</p>\n","urlObject":{"path":["api","v1","persons","<UUID>"],"host":["{{localUrl}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"597342d5-9b88-44d2-9578-538a8fde9378"}]}