{"info":{"_postman_id":"f656669b-f50b-40e0-85f7-946243545dc7","name":"JobServiceCollection","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"23581877","collectionId":"f656669b-f50b-40e0-85f7-946243545dc7","publishedId":"2sBXcLfcu4","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2026-03-07T08:52:44.000Z"},"item":[{"name":"GetJob","id":"e949f0c2-a676-45f4-bb18-5798b3763040","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"http://localhost:8086/jobs/1","urlObject":{"protocol":"http","port":"8086","path":["jobs","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"e949f0c2-a676-45f4-bb18-5798b3763040"},{"name":"GetAllJobs","id":"26e191c8-48db-4654-9834-0564b26290eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8086/jobs","urlObject":{"protocol":"http","port":"8086","path":["jobs"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"26e191c8-48db-4654-9834-0564b26290eb"},{"name":"CreateJob","id":"03d8065c-fd9a-4ce1-b4d1-69ce42373ea9","protocolProfileBehavior":{"disableBodyPruning":true,"disabledSystemHeaders":{"content-type":true}},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Software Engineer Needed\",\n    \"description\": \"Test Description\",\n    \"minSalary\": \"30000\",\n    \"maxSalary\": \"40000\",\n    \"location\": \"New Jersey\",\n    \"companyId\": 1\n}"},"url":"http://localhost:8086/jobs","urlObject":{"protocol":"http","port":"8086","path":["jobs"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"03d8065c-fd9a-4ce1-b4d1-69ce42373ea9"},{"name":"UpdateJob","id":"6e076e3c-d9c6-4ba8-90b0-009d999857d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"title\": \"Software Engineer Needed Updated\",\n    \"description\": \"Test Description Updated\",\n    \"minSalary\": \"30000 Updated\",\n    \"maxSalary\": \"40000 Updated\",\n    \"location\": \"New Jersey Updated\"\n}"},"url":"http://localhost:8086/jobs/1","urlObject":{"protocol":"http","port":"8086","path":["jobs","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"6e076e3c-d9c6-4ba8-90b0-009d999857d7"},{"name":"DeleteJob","id":"82d58f0b-03bf-4b3e-ab30-0087a4fd93eb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"http://localhost:8086/jobs/1","urlObject":{"protocol":"http","port":"8086","path":["jobs","1"],"host":["localhost"],"query":[],"variable":[]}},"response":[],"_postman_id":"82d58f0b-03bf-4b3e-ab30-0087a4fd93eb"}]}