{"info":{"_postman_id":"86cac166-d5f6-40ac-0c28-a5445dd1dd56","name":"solsticeAPI","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"1492108","collectionId":"86cac166-d5f6-40ac-0c28-a5445dd1dd56","publishedId":"SVmtyKMs","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-09-15T22:05:24.000Z"},"item":[{"name":"create","id":"5511f289-d599-9bd2-4d99-c50ede8bf769","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"Name\":\"johfn\",\n\t\"Company\":\"test\",\n\t\"ProfileImageUrl\":\"asd.jpg\",\n\t\"Email\":\"asd@asd.com\",\n\t\"PersonalPhoneNumber\":\"123654789\",\n\t\"WorkPhoneNumber\":\"12345678\",\n\t\"StreetAddress\":\"1823 main st\",\n\t\"City\":\"Chicago\",\n\t\"State\":\"IL\",\n\t\"Country\":\"USA\",\n\t\"ZipCode\":\"60611\"\n}"},"url":"http://localhost:9546/api/Contact/CreateContactAsync","urlObject":{"protocol":"http","port":"9546","path":["api","Contact","CreateContactAsync"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"5511f289-d599-9bd2-4d99-c50ede8bf769"},{"name":"getAll","id":"2638f20e-61e1-0780-7772-9f5a851d2935","request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"Email\":\"asd@asd.com\",\n\t\"Id\":2\n}"},"url":"http://localhost:9546/api/Contact/GetAllContactAsync","urlObject":{"protocol":"http","port":"9546","path":["api","Contact","GetAllContactAsync"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"2638f20e-61e1-0780-7772-9f5a851d2935"},{"name":"getById","id":"7d57ddd6-3b67-e397-e3c3-739fed5fc4bf","request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"http://localhost:9546/api/Contact/GetContactByIdAsync?id=1","urlObject":{"protocol":"http","port":"9546","path":["api","Contact","GetContactByIdAsync"],"host":["localhost"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"7d57ddd6-3b67-e397-e3c3-739fed5fc4bf"},{"name":"delete","id":"41bcbaf8-1942-6cb6-548d-da96764dc294","request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:9546/api/Contact/DeleteContact?id=1","urlObject":{"protocol":"http","port":"9546","path":["api","Contact","DeleteContact"],"host":["localhost"],"query":[{"key":"id","value":"1"}],"variable":[]}},"response":[],"_postman_id":"41bcbaf8-1942-6cb6-548d-da96764dc294"}]}