{"info":{"_postman_id":"5ff9cd46-2998-46c3-a196-b4c9d10847f6","name":"phone contacts","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"11724674","collectionId":"5ff9cd46-2998-46c3-a196-b4c9d10847f6","publishedId":"UVJZoJGU","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-24T16:10:35.000Z"},"item":[{"name":"save contact","id":"330933eb-f164-4354-9e36-a92578258d91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"gaving\",\n    \"phoneNumber\": \"8745126732\",\n    \"phoneType\": \"mobile\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/contact/save","urlObject":{"protocol":"http","port":"8080","path":["api","contact","save"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"46680869-4ab6-4331-9f69-9298535c508e","name":"save contact","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"gaving\",\n    \"phoneNumber\": \"8745126732\",\n    \"phoneType\": \"mobile\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/contact/save"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Nov 2021 16:09:20 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timeStamp\": \"24-Nov-2021 10:09\",\n    \"statusCode\": 201,\n    \"status\": \"CREATED\",\n    \"message\": \"contact saved\",\n    \"developerMessage\": \"the contact is created successfully\",\n    \"data\": {\n        \"contact\": {\n            \"id\": 4,\n            \"name\": \"gaving\",\n            \"phoneNumber\": \"8745126732\",\n            \"phoneType\": \"mobile\",\n            \"createdAt\": \"24-11-2021 10:09\",\n            \"updatedAt\": \"24-11-2021 10:09\"\n        }\n    }\n}"}],"_postman_id":"330933eb-f164-4354-9e36-a92578258d91"},{"name":"read contacts","id":"81b75934-a6f7-4e3f-a1b4-20c2658ecdb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:8080/api/contact","urlObject":{"protocol":"http","port":"8080","path":["api","contact"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"655bd14b-40e4-480b-b8ef-3efda90662d5","name":"read contacts","originalRequest":{"method":"GET","header":[],"url":"http://localhost:8080/api/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Nov 2021 02:29:52 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timeStamp\": \"23-Nov-2021 20:29\",\n    \"statusCode\": 200,\n    \"status\": \"OK\",\n    \"message\": \"contacts retrieved\",\n    \"developerMessage\": \"given a list of all contacts\",\n    \"data\": {\n        \"contacts\": [\n            {\n                \"id\": 1,\n                \"name\": \"james\",\n                \"phoneNumber\": \"8745126732\",\n                \"phoneType\": \"mobile\",\n                \"createdAt\": \"23-11-2021 20:29\",\n                \"updatedAt\": \"23-11-2021 20:29\"\n            }\n        ]\n    }\n}"}],"_postman_id":"81b75934-a6f7-4e3f-a1b4-20c2658ecdb1"},{"name":"delete contact","id":"c17edffc-dc59-412a-8d63-bd91911036ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"http://localhost:8080/api/contact/:id","urlObject":{"protocol":"http","port":"8080","path":["api","contact",":id"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"3","key":"id"}]}},"response":[{"id":"187e4c94-378f-4d2c-833c-1a293c133183","name":"delete contact correct","originalRequest":{"method":"DELETE","header":[],"url":{"raw":"http://localhost:8080/api/contact/:id","protocol":"http","host":["localhost"],"port":"8080","path":["api","contact",":id"],"variable":[{"key":"id","value":"2"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Nov 2021 03:35:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timeStamp\": \"23-Nov-2021 21:35\",\n    \"statusCode\": 200,\n    \"status\": \"OK\",\n    \"reason\": \"200 OK\",\n    \"message\": \"the contact with the id: 2 was deleted\",\n    \"developerMessage\": \"one contact is deleted\",\n    \"data\": {}\n}"}],"_postman_id":"c17edffc-dc59-412a-8d63-bd91911036ae"},{"name":"update contact","id":"a1c00976-9855-4639-aea9-844760628aca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"username\": \"apache\",\n    \"phoneNumber\": \"8745129032\",\n    \"phoneType\": \"home\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/contact","urlObject":{"protocol":"http","port":"8080","path":["api","contact"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"3c900fae-a394-4acb-ba62-be982886c200","name":"update contact","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"username\": \"apache\",\n    \"phoneNumber\": \"8745129032\",\n    \"phoneType\": \"home\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:8080/api/contact"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Vary","value":"Origin"},{"key":"Vary","value":"Access-Control-Request-Method"},{"key":"Vary","value":"Access-Control-Request-Headers"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Date","value":"Wed, 24 Nov 2021 16:00:39 GMT"},{"key":"Keep-Alive","value":"timeout=60"},{"key":"Connection","value":"keep-alive"}],"cookie":[],"responseTime":null,"body":"{\n    \"timeStamp\": \"24-Nov-2021 10:00\",\n    \"statusCode\": 200,\n    \"status\": \"OK\",\n    \"message\": \"update contact\",\n    \"developerMessage\": \"the contact was updated\",\n    \"data\": {\n        \"contact\": {\n            \"id\": 1,\n            \"name\": \"apache\",\n            \"phoneNumber\": \"8745129032\",\n            \"phoneType\": \"home\",\n            \"createdAt\": \"24-11-2021 10:00\",\n            \"updatedAt\": \"24-11-2021 10:00\"\n        }\n    }\n}"}],"_postman_id":"a1c00976-9855-4639-aea9-844760628aca"}]}