{"info":{"_postman_id":"d819120a-9e46-4251-a94a-88beac2a75dc","name":"CompanyServiceCollection","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23581877","collectionId":"d819120a-9e46-4251-a94a-88beac2a75dc","publishedId":"2sBXcLfcu2","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-07T06:58:08.000Z"},"item":[{"name":"GetCompany","id":"86b3992e-a76d-4f87-a3c7-66b6bf16fe77","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8086/companies/1","urlObject":{"protocol":"http","port":"8086","path":["companies","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"86b3992e-a76d-4f87-a3c7-66b6bf16fe77"},{"name":"GetAllCompanies","id":"64d78c85-bd3f-443a-bce0-e8a32cb9137d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8086/companies","urlObject":{"protocol":"http","port":"8086","path":["companies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"64d78c85-bd3f-443a-bce0-e8a32cb9137d"},{"name":"CreateCompany","id":"c55a3bec-3bfc-41ab-a3bb-202f578b378c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"company\",\n    \"description\": \"test description\"\n}"},"url":"http://localhost:8086/companies","urlObject":{"protocol":"http","port":"8086","path":["companies"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"c55a3bec-3bfc-41ab-a3bb-202f578b378c"},{"name":"UpdateCompany","id":"87bded4d-6d8b-4384-a30f-da7a85337dfc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"name\": \"new company\",\n    \"description\": \"new test description\",\n    \"jobsIds\": [\n         \"1\"\n    ]\n}"},"url":"http://localhost:8086/companies/1","urlObject":{"protocol":"http","port":"8086","path":["companies","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"87bded4d-6d8b-4384-a30f-da7a85337dfc"},{"name":"DeleteCompany","id":"f0b1ccaf-4112-4f4b-b8a7-a7c106b2996c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8086/companies/1","urlObject":{"protocol":"http","port":"8086","path":["companies","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"f0b1ccaf-4112-4f4b-b8a7-a7c106b2996c"}]}