{"info":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","description":"<html><head></head><body><h2 id=\"some-description\">Some Description</h2>\n<h3 id=\"test\">Test</h3>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"5531473","collectionId":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","publishedId":"UVJWqzbG","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2021-11-21T20:22:50.000Z"},"item":[{"name":"Authorization","item":[{"name":"GetToken","id":"e3cd095d-fcf9-4c30-aec3-a04a384c08b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"password","type":"text"},{"key":"username","value":"Admin","type":"text"},{"key":"password","value":"Asdf13!","type":"text"}]},"url":"{{BaseURL}}/token","description":"<p>Get OAuth Token.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["token"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e3cd095d-fcf9-4c30-aec3-a04a384c08b8"},{"name":"RefreshToken","id":"06b8367a-b834-4af5-942b-2efcc608a32c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"grant_type","value":"refresh_token","type":"text"},{"key":"refresh_token","value":"62dcb582-6250-4b0a-afae-939bb46ad980","type":"text"}]},"url":"{{BaseURL}}/token","description":"<p>Refresh OAuth Token.</p>\n","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["token"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"06b8367a-b834-4af5-942b-2efcc608a32c"}],"id":"f9b29caf-d92f-406c-a72f-4173962f5d0f","_postman_id":"f9b29caf-d92f-406c-a72f-4173962f5d0f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"Bill Of Material Items","item":[{"name":"List All BOM Items","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"6d00e066-3162-47c1-bf84-7335cec72cb9"}}],"id":"c51bf36e-6bb1-44a8-bbcc-7364a7a3140f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/BillOfMaterialItems","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItems"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"3"},{"disabled":true,"key":"$inlinecount","value":"allpages"},{"disabled":true,"key":"$select","value":"Id,MaterialName"},{"disabled":true,"key":"$filter","value":"Id eq 1"}],"variable":[]}},"response":[],"_postman_id":"c51bf36e-6bb1-44a8-bbcc-7364a7a3140f"},{"name":"Retrieve BOM Item","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"199c33ae-8d5d-4f72-9598-816602e4ea6c"}}],"id":"1afe2c23-7491-455a-9f50-7bf14f74c8c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/BillOfMaterialItems/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItems","2"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1afe2c23-7491-455a-9f50-7bf14f74c8c0"},{"name":"Create BOM Item","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"ba64971e-190a-44c1-b556-ad83e9a28536"}}],"id":"24e996ec-45d4-48e2-9679-9518d2cfb842","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BillOfMaterialHeaderId\": 2,\n    \"MaterialId\": 35,\n    \"LineItem\": 16\n}"},"url":"{{BaseURL}}/api/BillOfMaterialItems","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItems"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"24e996ec-45d4-48e2-9679-9518d2cfb842"},{"name":"Update BOM Item","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"563abf8d-e0c8-4bb6-b991-3f392b239f2f"}}],"id":"d8a19e42-de5e-4316-908e-bb8d5af0919e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"BillOfMaterialHeaderId\": 2,\n    \"MaterialId\": 34,\n    \"LineItem\": 8\n}"},"url":"{{BaseURL}}/api/BillOfMaterialItems/1020","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItems","1020"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8a19e42-de5e-4316-908e-bb8d5af0919e"},{"name":"Patch BOM Item","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"8ac25e75-0fb7-42df-91fc-258b59545555"}}],"id":"fea3614f-9108-4f95-8d29-0a9843f79f4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"MaterialId\": 36\n}"},"url":"{{BaseURL}}/api/BillOfMaterialItems/1020","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItems","1020"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"fea3614f-9108-4f95-8d29-0a9843f79f4e"},{"name":"Delete BOM Item","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"id":"8b328c6c-ccfc-46e4-8180-8ab540a2a668"}}],"id":"f7a2f8d4-2cf1-484e-aff8-644cb01cae91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/api/BillOfMaterialItems/1041","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItems","1041"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7a2f8d4-2cf1-484e-aff8-644cb01cae91"}],"id":"40601d85-6534-4315-83db-82bc3ccfbe23","_postman_id":"40601d85-6534-4315-83db-82bc3ccfbe23","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"Bill Of Material Item Categories","item":[{"name":"List All BOM Item Categories","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"ce4ae6d3-5af2-42e1-9d09-780de6d45811"}}],"id":"e7ee9d2f-d845-46c7-8955-0ccfadd7df11","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/BillOfMaterialItemCategories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItemCategories"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"3"},{"disabled":true,"key":"$select","value":"Id,Name"},{"disabled":true,"key":"$filter","value":"MaterialTypeId eq 4 or MaterialTypeId eq 5"}],"variable":[]}},"response":[],"_postman_id":"e7ee9d2f-d845-46c7-8955-0ccfadd7df11"},{"name":"Retrieve BOM Item Category","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"949c3d9c-d936-4e2e-837d-843cf816a34d"}}],"id":"756c8c6c-12b9-4698-aea3-3d4ddf0b65de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/BillOfMaterialItemCategories/2","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItemCategories","2"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"756c8c6c-12b9-4698-aea3-3d4ddf0b65de"},{"name":"Create BOM Item Category","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"ce7effd3-4bf2-4553-9b32-91548af07a1f"}}],"id":"3a19069a-7e10-42dc-a34a-d6f0bf165546","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New BOM Item Category\",\n    \"MaterialTypeId\": 1\n}"},"url":"{{BaseURL}}/api/BillOfMaterialItemCategories","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItemCategories"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3a19069a-7e10-42dc-a34a-d6f0bf165546"},{"name":"Update BOM Item Category","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"1684a9f1-f1a3-417b-9479-3513ffe743c1"}}],"id":"72ed1358-b4f6-4c84-83a0-2c02e11f79c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Updated Name\",\n    \"MaterialTypeId\": 1\n}"},"url":"{{BaseURL}}/api/BillOfMaterialItemCategories/47","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItemCategories","47"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"72ed1358-b4f6-4c84-83a0-2c02e11f79c9"},{"name":"Patch BOM Item Category","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"ec042bf1-79b5-4f96-9315-6f558777d900"}}],"id":"12578702-9360-4904-934c-6beabcbc7d80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Patched Name\"\n}"},"url":"{{BaseURL}}/api/BillOfMaterialItemCategories/47","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItemCategories","47"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"12578702-9360-4904-934c-6beabcbc7d80"},{"name":"Delete BOM Item Category","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"id":"3d823623-35d4-4f1d-b5f5-9eeefdf72114"}}],"id":"b2c935d0-aa1e-4828-9cc4-2a1248e99f17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/api/BillOfMaterialItemCategories/48","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","BillOfMaterialItemCategories","48"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b2c935d0-aa1e-4828-9cc4-2a1248e99f17"}],"id":"8ef5a5ed-c771-4070-8bf6-fffbb0779503","_postman_id":"8ef5a5ed-c771-4070-8bf6-fffbb0779503","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"Customers","item":[{"name":"More Examples","item":[{"name":"Select 1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"26f35f39-8519-4056-a39c-970e9bcb4f5f"}}],"id":"f16cfc8a-b1e4-4278-828a-bc01f9c4eabd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Customers?$select=Id,Name,ParentCustomerId","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Customers"],"host":["{{BaseURL}}"],"query":[{"key":"$select","value":"Id,Name,ParentCustomerId"}],"variable":[]}},"response":[],"_postman_id":"f16cfc8a-b1e4-4278-828a-bc01f9c4eabd"},{"name":"Get Parent Customers","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"c4ef49e8-74ea-45a8-8a07-fd06f067eb4f"}}],"id":"46680df2-2f00-481d-9b6d-99125a68f80f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Customers?$filter=ParentCustomerId eq null&$select=Id,Name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Customers"],"host":["{{BaseURL}}"],"query":[{"key":"$filter","value":"ParentCustomerId eq null"},{"key":"$select","value":"Id,Name"}],"variable":[]}},"response":[],"_postman_id":"46680df2-2f00-481d-9b6d-99125a68f80f"},{"name":"Get Customers For Parent","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"9959eaaf-39b8-47eb-a465-15020b70d51a"}}],"id":"d0b00939-0db3-4628-b4aa-fbbef2958b04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Customers?$filter=ParentCustomerId eq 4&$select=Id,Name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Customers"],"host":["{{BaseURL}}"],"query":[{"key":"$filter","value":"ParentCustomerId eq 4"},{"key":"$select","value":"Id,Name"}],"variable":[]}},"response":[],"_postman_id":"d0b00939-0db3-4628-b4aa-fbbef2958b04"}],"id":"31a5a74f-7eeb-42cc-afd2-dbbb38c16712","_postman_id":"31a5a74f-7eeb-42cc-afd2-dbbb38c16712","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"List All Customers","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"3ed76f4c-8444-4346-b54d-c59ffb7e6499"}}],"id":"14b8ec4f-3d10-465b-9fbf-961c6cfaabd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Customers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Customers"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"14b8ec4f-3d10-465b-9fbf-961c6cfaabd4"},{"name":"Retrieve Customer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"ef1b07dc-12d2-4779-912c-dc9a609f622b"}}],"id":"d8c6896b-3d6c-4c82-b017-8f2067ec974f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Customers/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Customers","1"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d8c6896b-3d6c-4c82-b017-8f2067ec974f"},{"name":"Create Customer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"a87a01ae-0bd5-42fd-8927-2248164f092f"}}],"id":"c9177f59-7110-42e4-8651-5bfac7b644e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Customer\"\n}"},"url":"{{BaseURL}}/api/Customers","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Customers"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c9177f59-7110-42e4-8651-5bfac7b644e5"},{"name":"Update Customer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"8123decf-fea1-4811-9b97-c96df4252492"}}],"id":"16be0853-dd85-40c5-8f00-6d11d97f77d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Updated Name\"\n}"},"url":"{{BaseURL}}/api/Customers/49","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Customers","49"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"16be0853-dd85-40c5-8f00-6d11d97f77d9"},{"name":"Patch Customer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"f0c8673f-808b-407a-9cc6-0fcad266647f"}}],"id":"c7df076c-4379-41b7-b869-233571fb745e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Patched Name\"\n}"},"url":"{{BaseURL}}/api/Customers/49","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Customers","49"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c7df076c-4379-41b7-b869-233571fb745e"},{"name":"Delete Customer","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"id":"96832580-7e40-477a-91a5-3fca733374d7"}}],"id":"b1c27333-4ae2-4a39-8f8a-3325f3e80012","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n    { \"op\": \"replace\", \"path\": \"/name\", \"value\": \"Patched Name\" }\r\n]"},"url":"{{BaseURL}}/api/Customers/49","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Customers","49"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b1c27333-4ae2-4a39-8f8a-3325f3e80012"}],"id":"6d1a9c8e-5a5f-40cc-a167-03f92727c3fa","_postman_id":"6d1a9c8e-5a5f-40cc-a167-03f92727c3fa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"Materials","item":[{"name":"More Examples","item":[{"name":"Filters 1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"20001bbc-a751-4717-b9c4-2702d1c660c3"}}],"id":"a2ee9c7a-d101-4879-b6be-b4b37dbd99ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Materials?$filter=CustomerId eq 14 and Id gt 15 and startswith(Name, 'CP_')&$select=Id,Name&$inlinecount=allpages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Materials"],"host":["{{BaseURL}}"],"query":[{"key":"$filter","value":"CustomerId eq 14 and Id gt 15 and startswith(Name, 'CP_')"},{"key":"$select","value":"Id,Name"},{"key":"$inlinecount","value":"allpages"}],"variable":[]}},"response":[],"_postman_id":"a2ee9c7a-d101-4879-b6be-b4b37dbd99ca"},{"name":"Filters 2","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"3f299285-67c6-4015-98cb-5b272ffcf599"}}],"id":"e4f5d9a6-dec3-4029-90fe-1e4898906f4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Materials?$filter=RangeId eq 9 and (CustomerId eq 14 or CustomerId eq 15)&$select=Id,Name&$inlinecount=allpages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Materials"],"host":["{{BaseURL}}"],"query":[{"key":"$filter","value":"RangeId eq 9 and (CustomerId eq 14 or CustomerId eq 15)"},{"key":"$select","value":"Id,Name"},{"key":"$inlinecount","value":"allpages"}],"variable":[]}},"response":[],"_postman_id":"e4f5d9a6-dec3-4029-90fe-1e4898906f4d"},{"name":"Select 1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"cfc1c9e7-41ad-4f65-b287-63bc008a87e1"}}],"id":"074edbc6-d542-4796-959f-9798573edfd9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Materials?$select=Id,Name,PrimaryUserDefinedFieldValue/TextUdf1,PrimaryUserDefinedFieldValue/NumberUdf1,PrimaryUserDefinedFieldValue/DateUdf1&$expand=PrimaryUserDefinedFieldValue&$inlinecount=allpages","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Materials"],"host":["{{BaseURL}}"],"query":[{"key":"$select","value":"Id,Name,PrimaryUserDefinedFieldValue/TextUdf1,PrimaryUserDefinedFieldValue/NumberUdf1,PrimaryUserDefinedFieldValue/DateUdf1"},{"key":"$expand","value":"PrimaryUserDefinedFieldValue"},{"key":"$inlinecount","value":"allpages"}],"variable":[]}},"response":[],"_postman_id":"074edbc6-d542-4796-959f-9798573edfd9"},{"name":"Select + Filter","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"754133f8-873d-4dbc-aba5-b5d01a387028"}}],"id":"2cd435b5-94b7-4f82-b536-11cd482b08ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Materials?$select=Id,Name,PrimaryUserDefinedFieldValue/TextUdf1,PrimaryUserDefinedFieldValue/NumberUdf1,PrimaryUserDefinedFieldValue/DateUdf1&$expand=PrimaryUserDefinedFieldValue&$inlinecount=allpages&$filter=startswith(PrimaryUserDefinedFieldValue/TextUdf1, 'CPM') and PrimaryUserDefinedFieldValue/NumberUdf1 gt 585456","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Materials"],"host":["{{BaseURL}}"],"query":[{"key":"$select","value":"Id,Name,PrimaryUserDefinedFieldValue/TextUdf1,PrimaryUserDefinedFieldValue/NumberUdf1,PrimaryUserDefinedFieldValue/DateUdf1"},{"key":"$expand","value":"PrimaryUserDefinedFieldValue"},{"key":"$inlinecount","value":"allpages"},{"key":"$filter","value":"startswith(PrimaryUserDefinedFieldValue/TextUdf1, 'CPM') and PrimaryUserDefinedFieldValue/NumberUdf1 gt 585456"}],"variable":[]}},"response":[],"_postman_id":"2cd435b5-94b7-4f82-b536-11cd482b08ac"}],"id":"bd3c1a6b-41b3-4ba9-a529-b58993ca5e24","_postman_id":"bd3c1a6b-41b3-4ba9-a529-b58993ca5e24","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"List All Materials","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"55d7b8ac-1365-49c8-ade2-ebe62e05bd08"}}],"id":"89f04575-57f8-47e3-890a-4c3888a5efb3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Materials","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Materials"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"1"},{"disabled":true,"key":"$inlinecount","value":"allpages"},{"disabled":true,"key":"$select","value":"Name,Id"},{"disabled":true,"key":"$filter","value":"Id gt 5 and startswith(Name, 'CP')"}],"variable":[]}},"response":[],"_postman_id":"89f04575-57f8-47e3-890a-4c3888a5efb3"},{"name":"Retrieve Material","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"c83fec6c-1b4f-4c64-a894-ed2550901e47"}}],"id":"4699af65-5880-41b1-afed-10703b9bb7ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"url":"{{BaseURL}}/api/Materials/23","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Materials","23"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4699af65-5880-41b1-afed-10703b9bb7ea"},{"name":"Create Material","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"fc091252-9ddc-4181-b2e7-533f4afcb469"}}],"id":"2ce60fb6-daea-492e-94b2-9235a5ce9593","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Material Name 3\",\n    \"CommodityTypeId\": 1,\n    \"PrimaryUserDefinedFieldValue\": {\n    \t\"TextUDF1\" : \"Test\"\n    }\n}"},"url":"{{BaseURL}}/api/Materials","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Materials"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2ce60fb6-daea-492e-94b2-9235a5ce9593"},{"name":"Update Material","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"fc8301ef-0210-47a1-ba2b-0c5afb6d6ba4"}}],"id":"9d41c1df-496a-46b8-9d44-1860c1f5f63a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Updated Name\",\n    \"CommodityTypeId\": 1,\n    \"PrimaryUserDefinedFieldValue\": {\n    \t\"TextUDF1\" : \"Test\"\n    }\n}"},"url":"{{BaseURL}}/api/Materials/146","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Materials","146"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9d41c1df-496a-46b8-9d44-1860c1f5f63a"},{"name":"Patch Material","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"8131962e-f93e-46ee-8b76-3470e67e9bd7"}}],"id":"b0b28891-5b2b-4943-8ad9-aabdde672f30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"Patched Name\",\n    \"CommodityTypeId\": 1,\n    \"PrimaryUserDefinedFieldValue\": {\n    \t\"TextUDF1\" : \"Test\",\n    \t\"NumberUDF1\" : 10.99\n    }\n}"},"url":"{{BaseURL}}/api/Materials/146","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Materials","146"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b0b28891-5b2b-4943-8ad9-aabdde672f30"},{"name":"Delete Material","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"id":"4bdd9e1d-7099-4b8d-be68-e4eacb4c08c2"}}],"id":"1764608f-1bf8-48dd-8222-57ad32dd868f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{BaseURL}}/api/Materials/146","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Materials","146"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1764608f-1bf8-48dd-8222-57ad32dd868f"}],"id":"f7e35ec5-319f-4912-8360-607ff761bff9","_postman_id":"f7e35ec5-319f-4912-8360-607ff761bff9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"Products","item":[{"name":"More Examples","item":[{"name":"Filters 1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"a19b436d-6558-4d34-bab6-59ea93d6f892"}}],"id":"8fdc5ea7-81db-4787-b2fb-a8c4b6415bd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Products?$inlinecount=allpages&$filter=Id gt 2 and not(PrimaryUserDefinedFieldValue/TextUdf1 eq null)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Products"],"host":["{{BaseURL}}"],"query":[{"key":"$inlinecount","value":"allpages"},{"key":"$filter","value":"Id gt 2 and not(PrimaryUserDefinedFieldValue/TextUdf1 eq null)"}],"variable":[]}},"response":[],"_postman_id":"8fdc5ea7-81db-4787-b2fb-a8c4b6415bd0"},{"name":"Filters 2","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"e39b0edd-dbf8-4075-9f4b-df29251d124d"}}],"id":"da98481d-5446-43c1-8a53-8e290641a092","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Products?$inlinecount=allpages&$filter=ActivityProblem eq true and not(PrimaryUserDefinedFieldValue/TextUdf1 eq null) and RangeId eq 3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Products"],"host":["{{BaseURL}}"],"query":[{"key":"$inlinecount","value":"allpages"},{"disabled":true,"key":"$filter","value":"Id gt 2 and not(PrimaryUserDefinedFieldValue/TextUdf1 eq null)"},{"disabled":true,"key":"$orderby","value":"Id desc"},{"key":"$filter","value":"ActivityProblem eq true and not(PrimaryUserDefinedFieldValue/TextUdf1 eq null) and RangeId eq 3"}],"variable":[]}},"response":[],"_postman_id":"da98481d-5446-43c1-8a53-8e290641a092"},{"name":"Select + Filter","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"82af7dfb-fa72-42c7-9888-609b9f582ee6"}}],"id":"7d365885-6f26-42ab-8039-b5c613de510d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Products?$inlinecount=allpages&$select=Id,Name,PrimaryUserDefinedFieldValue/TextUdf1&$expand=PrimaryUserDefinedFieldValue&$filter=Id gt 2 and not(PrimaryUserDefinedFieldValue/TextUdf1 eq null)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Products"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"1"},{"key":"$inlinecount","value":"allpages"},{"description":{"content":"<p>Requires Expand</p>\n","type":"text/plain"},"key":"$select","value":"Id,Name,PrimaryUserDefinedFieldValue/TextUdf1"},{"key":"$expand","value":"PrimaryUserDefinedFieldValue"},{"key":"$filter","value":"Id gt 2 and not(PrimaryUserDefinedFieldValue/TextUdf1 eq null)"}],"variable":[]}},"response":[],"_postman_id":"7d365885-6f26-42ab-8039-b5c613de510d"}],"id":"2a8fa8fd-5a0f-4bd8-b952-de8a1abe3227","_postman_id":"2a8fa8fd-5a0f-4bd8-b952-de8a1abe3227","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"List All Products","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"5f484ab6-5ffd-4852-8fdb-99de0deba0ec"}}],"id":"d7f10154-c8fc-419e-98ee-fc40c5a03318","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Products"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"1"},{"disabled":true,"key":"$orderby","value":"Id desc"}],"variable":[]}},"response":[],"_postman_id":"d7f10154-c8fc-419e-98ee-fc40c5a03318"},{"name":"Retrieve Product","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"c47e64cc-60bf-4ee1-96d6-f6ce90c92522"}}],"id":"ed9c50c4-da2d-4542-ad2a-b815787401a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"url":"{{BaseURL}}/api/Products/94","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Products","94"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ed9c50c4-da2d-4542-ad2a-b815787401a7"},{"name":"Create Product","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"ce442c71-3e47-4f35-8fe0-a578204f3ba6"}}],"id":"8906aa02-9331-4212-b0d2-3134f982efda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Product Name 3\",\n    \"CommodityTypeId\": 2,\n    \"PrimaryUserDefinedFieldValue\": {\n    \t\"TextUDF1\" : \"Test UDF\"\n    }\n}"},"url":"{{BaseURL}}/api/Products","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Products"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8906aa02-9331-4212-b0d2-3134f982efda"},{"name":"Update Product","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"f9814f53-f7b9-450d-a281-fa97bd544690"}}],"id":"77b2fca8-3171-422e-86cc-23bd04423f6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Name Updated\",\n    \"CommodityTypeId\": 2\n}"},"url":"{{BaseURL}}/api/Products/1144","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Products","1144"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77b2fca8-3171-422e-86cc-23bd04423f6a"},{"name":"Patch Product","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"de26a43b-7fcd-4376-b892-a93aebf58184"}}],"id":"f202d5c0-27ec-4af3-ac3f-ab003ed765ea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Name Patched 2\",\n    \"CommodityTypeId\": 2\n}"},"url":"{{BaseURL}}/api/Products/1144","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Products","1144"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f202d5c0-27ec-4af3-ac3f-ab003ed765ea"},{"name":"Delete Product","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"id":"dc26b901-e303-4f8c-9707-d48644df344e"}}],"id":"0bfa46aa-9b50-446a-ac5c-e0f5c2f5b327","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Name\",\n    \"CommodityTypeId\": 2\n}"},"url":"{{BaseURL}}/api/Products/1144","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Products","1144"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0bfa46aa-9b50-446a-ac5c-e0f5c2f5b327"}],"id":"a8326597-1b99-406a-9c80-9c4a7d5b9498","_postman_id":"a8326597-1b99-406a-9c80-9c4a7d5b9498","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"ProductBillOfMaterials","item":[{"name":"More Examples","item":[{"name":"Filters 1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"c3c6846c-5b04-4d6c-a8c7-c7f720c4dfd5"}}],"id":"50258c04-9719-4cbe-abf8-3541cea84b4c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductBillOfMaterials?$filter=BillOfMaterialItems/any(bomItem: bomItem/MaterialId eq 34)","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductBillOfMaterials"],"host":["{{BaseURL}}"],"query":[{"key":"$filter","value":"BillOfMaterialItems/any(bomItem: bomItem/MaterialId eq 34)"},{"disabled":true,"key":"$inlinecount","value":"allpages"},{"disabled":true,"description":{"content":"<p>Requires Expand</p>\n","type":"text/plain"},"key":"$select","value":"ProductId,BillOfMaterialItems/MaterialName"},{"disabled":true,"key":"$expand","value":"BillOfMaterialItems"},{"disabled":true,"key":"$top","value":"1"}],"variable":[]}},"response":[],"_postman_id":"50258c04-9719-4cbe-abf8-3541cea84b4c"},{"name":"Select 1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"b88de768-9f51-4fa2-900b-3ca91299aac6"}}],"id":"3bb062e5-710b-4f4e-b2f6-1f2a6113f7e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductBillOfMaterials?$inlinecount=allpages&$select=ProductId,BillOfMaterialItems/MaterialName,BillOfMaterialItems/MaterialCategoryName&$expand=BillOfMaterialItems","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductBillOfMaterials"],"host":["{{BaseURL}}"],"query":[{"key":"$inlinecount","value":"allpages"},{"description":{"content":"<p>Requires Expand</p>\n","type":"text/plain"},"key":"$select","value":"ProductId,BillOfMaterialItems/MaterialName,BillOfMaterialItems/MaterialCategoryName"},{"key":"$expand","value":"BillOfMaterialItems"}],"variable":[]}},"response":[],"_postman_id":"3bb062e5-710b-4f4e-b2f6-1f2a6113f7e1"},{"name":"Select + Filter","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"f0272bab-b10f-4573-bc8e-e7090db3086c"}}],"id":"94b8b756-c317-486c-b260-3797b69c56bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductBillOfMaterials?$filter=BillOfMaterialItems/any(bomItem: bomItem/MaterialId eq 34)&$inlinecount=allpages&$select=ProductId,BillOfMaterialItems/MaterialName&$expand=BillOfMaterialItems","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductBillOfMaterials"],"host":["{{BaseURL}}"],"query":[{"key":"$filter","value":"BillOfMaterialItems/any(bomItem: bomItem/MaterialId eq 34)"},{"key":"$inlinecount","value":"allpages"},{"description":{"content":"<p>Requires Expand</p>\n","type":"text/plain"},"key":"$select","value":"ProductId,BillOfMaterialItems/MaterialName"},{"key":"$expand","value":"BillOfMaterialItems"}],"variable":[]}},"response":[],"_postman_id":"94b8b756-c317-486c-b260-3797b69c56bb"}],"id":"7ff4a0da-199e-44dd-82d0-f601cbcf4964","_postman_id":"7ff4a0da-199e-44dd-82d0-f601cbcf4964","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"List All Product BOMs","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"9404172c-835f-4cbe-a2b5-26ac93b0cefc"}}],"id":"b4cbf56a-2be6-4de5-b377-1c537776bb4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductBillOfMaterials","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductBillOfMaterials"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b4cbf56a-2be6-4de5-b377-1c537776bb4a"},{"name":"Retrieve Product BOM","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"8ddc1821-1300-4159-8070-9b9f5521b65b"}}],"id":"ec0a7134-459e-409d-8c3e-bfb08b3c557c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductBillOfMaterials/7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductBillOfMaterials","7"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$filter","value":"any(BillOfMaterialItems, MaterialId eq 34)"}],"variable":[]}},"response":[],"_postman_id":"ec0a7134-459e-409d-8c3e-bfb08b3c557c"},{"name":"Where Used","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"1d05f57b-f140-424b-abec-04347916c2a8"}}],"id":"8da60c65-a5e0-487d-8a6e-42ac62b1c470","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductBillOfMaterials/WhereUsed/13/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductBillOfMaterials","WhereUsed","13","3"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"1"},{"disabled":true,"key":"$select","value":"Name"}],"variable":[]}},"response":[],"_postman_id":"8da60c65-a5e0-487d-8a6e-42ac62b1c470"},{"name":"Where Used 2","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"1e650433-e3be-4836-b934-1173b2670cc8"}}],"id":"f181ae93-a70e-4228-99fb-ebc93681ede9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductBillOfMaterials/WhereUsed/13/3","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductBillOfMaterials","WhereUsed","13","3"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"1"},{"disabled":true,"key":"$select","value":"Name"}],"variable":[]}},"response":[],"_postman_id":"f181ae93-a70e-4228-99fb-ebc93681ede9"},{"name":"Add Material","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"5829368d-7ede-41fd-a1d8-e9cdae436dfe"}}],"id":"d69d43cc-98fd-47ef-a774-a45b49266656","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{BaseURL}}/api/ProductBillOfMaterials/7/Material/20/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductBillOfMaterials","7","Material","20","1"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"1"},{"disabled":true,"key":"$select","value":"Name"}],"variable":[]}},"response":[],"_postman_id":"d69d43cc-98fd-47ef-a774-a45b49266656"},{"name":"Remove Material","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"593bf9d7-7a9b-47e8-8e18-f853a81c6f80"}}],"id":"06b17858-45ea-431f-9b60-2ecbaf5fac29","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"{{BaseURL}}/api/ProductBillOfMaterials/7/Material/20/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductBillOfMaterials","7","Material","20","1"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"1"},{"disabled":true,"key":"$select","value":"Name"}],"variable":[]}},"response":[],"_postman_id":"06b17858-45ea-431f-9b60-2ecbaf5fac29"}],"id":"662f36cf-cd18-4be1-ada1-3505291a5356","_postman_id":"662f36cf-cd18-4be1-ada1-3505291a5356","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"ProductStatuses","item":[{"name":"More Examples","item":[{"name":"Select 1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"f71cc971-acc6-4e77-9ecb-1825787e0024"}}],"id":"cdc3aa92-fe9e-4c3b-8b4b-148f67bdba8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductStatuses?$select=Id,Name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductStatuses"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"3"},{"key":"$select","value":"Id,Name"}],"variable":[]}},"response":[],"_postman_id":"cdc3aa92-fe9e-4c3b-8b4b-148f67bdba8c"}],"id":"0a895ec3-119e-406d-af7f-cf7f73fde30d","_postman_id":"0a895ec3-119e-406d-af7f-cf7f73fde30d","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"List All Product Statuses","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"19ede490-7c02-4723-89a6-7956f2ed701d"}}],"id":"b71e1170-70c5-4586-9bab-3de4098d30a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductStatuses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductStatuses"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b71e1170-70c5-4586-9bab-3de4098d30a8"},{"name":"Retrieve Product Status","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"89efb43b-b5e0-45ef-b8eb-df8a53807c84"}}],"id":"18109ec5-32d0-4919-beca-fdacc0df1eaa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductStatuses/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductStatuses","1"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"1"}],"variable":[]}},"response":[],"_postman_id":"18109ec5-32d0-4919-beca-fdacc0df1eaa"},{"name":"Create Product Status","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"a4fc5820-8852-4b9e-8b55-07109b5abb4a"}}],"id":"9085e4df-5788-4223-94a0-fb017a9bdc6e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Status Name 2\"\n}"},"url":"{{BaseURL}}/api/ProductStatuses","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductStatuses"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9085e4df-5788-4223-94a0-fb017a9bdc6e"},{"name":"Update Product Status","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"3a2334b0-a56f-49ea-96bc-3ddcaacb2f25"}}],"id":"c4e0d507-494f-4327-bc4d-a672b8305dad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Status Name Updated\"\n}"},"url":"{{BaseURL}}/api/ProductStatuses/12","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductStatuses","12"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c4e0d507-494f-4327-bc4d-a672b8305dad"},{"name":"Patch Product Status","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"cdff2be6-8d00-43ad-979c-75003428ac69"}}],"id":"d266c7b1-62ca-40eb-85af-5f530b0b2f96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Status Name Patched\"\n}"},"url":"{{BaseURL}}/api/ProductStatuses/7","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductStatuses","7"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d266c7b1-62ca-40eb-85af-5f530b0b2f96"},{"name":"Delete Product Status","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"id":"f1f1a574-984d-407f-b300-20008bbb90bd"}}],"id":"0a51ec40-a903-444d-b687-de41524c8f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/api/ProductStatuses/12","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductStatuses","12"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0a51ec40-a903-444d-b687-de41524c8f86"}],"id":"479ee222-7fa1-4469-ab65-280979773d9f","_postman_id":"479ee222-7fa1-4469-ab65-280979773d9f","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"ProductTypes","item":[{"name":"More Examples","item":[{"name":"Select 1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"d5244da1-94b8-4fe8-ad82-8a5a0b552edb"}}],"id":"709abb3a-d097-409f-ab21-c0b262b77c4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductTypes?$select=Id,Name","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductTypes"],"host":["{{BaseURL}}"],"query":[{"key":"$select","value":"Id,Name"}],"variable":[]}},"response":[],"_postman_id":"709abb3a-d097-409f-ab21-c0b262b77c4e"}],"id":"2b175d8b-1543-4164-80cb-0d57ea27c6cb","_postman_id":"2b175d8b-1543-4164-80cb-0d57ea27c6cb","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"List All Product Types","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"2547b52e-f4be-4d7f-ab15-49a88beffab4"}}],"id":"da3cc9fd-8fc4-4db0-b123-42dd1469a267","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductTypes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductTypes"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"da3cc9fd-8fc4-4db0-b123-42dd1469a267"},{"name":"Retrieve Product Type","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"30ba0ad6-c477-4379-b401-7baa4e6ee11d"}}],"id":"42bcfaa2-2e72-4aa2-81aa-aff9d2438a46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/ProductTypes/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductTypes","1"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$top","value":"1"}],"variable":[]}},"response":[],"_postman_id":"42bcfaa2-2e72-4aa2-81aa-aff9d2438a46"},{"name":"Create Product Type","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"405c70ec-553d-4697-8c2f-0e41b69921e6"}}],"id":"95ee415d-718c-46e9-b27a-db9069dfc9fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Product Type\"\n}"},"url":"{{BaseURL}}/api/ProductTypes","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductTypes"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"Name","value":""}],"variable":[]}},"response":[],"_postman_id":"95ee415d-718c-46e9-b27a-db9069dfc9fd"},{"name":"Update Product Type","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"db219a8a-4c03-4c87-aefa-2ccd12171f14"}}],"id":"8f396b05-a3c7-44e9-88aa-2d2929b2da3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Product Type Updated\"\n}"},"url":"{{BaseURL}}/api/ProductTypes/39","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductTypes","39"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"Name","value":""}],"variable":[]}},"response":[],"_postman_id":"8f396b05-a3c7-44e9-88aa-2d2929b2da3a"},{"name":"Patch Product Type","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"efe20836-2ed9-42ec-a0bc-67053469eddd"}}],"id":"5eef77c5-4f22-4b4f-9ff3-56c8b94c921f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Product Type Updated Patched\"\n}"},"url":"{{BaseURL}}/api/ProductTypes/39","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductTypes","39"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"Name","value":""}],"variable":[]}},"response":[],"_postman_id":"5eef77c5-4f22-4b4f-9ff3-56c8b94c921f"},{"name":"Delete Product Type","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"id":"f738ed0f-26d5-4421-978b-d592b77706d4"}}],"id":"5edef70b-f1d8-4dbf-99b2-f202af1206c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/api/ProductTypes/39","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","ProductTypes","39"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"Name","value":""}],"variable":[]}},"response":[],"_postman_id":"5edef70b-f1d8-4dbf-99b2-f202af1206c8"}],"id":"9f20f1c7-f80e-48e1-9f7d-57bc30dc96aa","_postman_id":"9f20f1c7-f80e-48e1-9f7d-57bc30dc96aa","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"Ranges","item":[{"name":"More Examples","item":[{"name":"Select 1","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"fe45782d-03ac-4d63-8d58-0ed3fb426eea"}}],"id":"b6df07ce-3779-45d4-a844-72f212f8a3d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Ranges?$select=Id,DisplayName","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Ranges"],"host":["{{BaseURL}}"],"query":[{"key":"$select","value":"Id,DisplayName"}],"variable":[]}},"response":[],"_postman_id":"b6df07ce-3779-45d4-a844-72f212f8a3d9"}],"id":"14ff0d2a-c68c-4489-9b72-a0e7724bdaf1","_postman_id":"14ff0d2a-c68c-4489-9b72-a0e7724bdaf1","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"List All Ranges","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"a317d1c1-61a6-4622-823e-27d5a03b5b0f"}}],"id":"0611666a-1335-4af4-9814-ec5d61f65666","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Ranges","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Ranges"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0611666a-1335-4af4-9814-ec5d61f65666"},{"name":"Retrieve Range","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"f59057fa-0793-4bb1-8a04-6585f9a252bc"}}],"id":"6d6791f7-b4bc-4909-8df2-cc2f59424b59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Ranges/1","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Ranges","1"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d6791f7-b4bc-4909-8df2-cc2f59424b59"},{"name":"Create Range","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"bd308b66-ae79-4bcb-bcc4-59e2cdcc2e1f"}}],"id":"a44a348a-2e59-44fb-800d-43636e91dadf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"DisplayName\": \"New Range Name\",\n    \"Year\": 2018,\n    \"Season\": \"AW\"\n}"},"url":"{{BaseURL}}/api/Ranges","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Ranges"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a44a348a-2e59-44fb-800d-43636e91dadf"},{"name":"Update Range","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"4e628836-4491-47ee-a5ee-2e1e58540869"}}],"id":"a2721b6c-f12d-434e-976f-1e2bde8e8dd6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"DisplayName\": \"New Range Name Updated\",\n    \"Year\": 2018,\n    \"Season\": \"AW\"\n}"},"url":"{{BaseURL}}/api/Ranges/19","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Ranges","19"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a2721b6c-f12d-434e-976f-1e2bde8e8dd6"},{"name":"Patch Range","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"10e17000-05af-45a5-b458-45b8995c92a0"}}],"id":"0c2e9908-e49f-4a40-b49c-d8db7163fee1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"DisplayName\": \"New Range Name Patched\"\n}"},"url":"{{BaseURL}}/api/Ranges/19","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Ranges","19"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"0c2e9908-e49f-4a40-b49c-d8db7163fee1"},{"name":"Delete Range","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"id":"f4f9f447-4abd-4c69-b853-7ed7af2ca7cc"}}],"id":"eb508b9e-7861-4e22-9d9e-b570f168a0ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/api/Ranges/19","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Ranges","19"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb508b9e-7861-4e22-9d9e-b570f168a0ac"}],"id":"5aa743ee-1eb8-446c-b272-2aba59c8f178","_postman_id":"5aa743ee-1eb8-446c-b272-2aba59c8f178","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"UserDefinedFields","item":[{"name":"UDF","item":[{"name":"List All User Defined Fields","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"000aedb9-c423-4be2-9d31-8a19a42842f9"}}],"id":"19654dce-4cf1-46d3-bfa2-26f316d06856","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/UserDefinedFields?$filter=DomainEntityId eq 5","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields"],"host":["{{BaseURL}}"],"query":[{"disabled":true,"key":"$select","value":"Name,UserDefinedFieldTypeName"},{"key":"$filter","value":"DomainEntityId eq 5"},{"disabled":true,"key":"$group","value":"UserDefinedFieldTypeName"},{"disabled":true,"key":"$inlinecount","value":"allpages"},{"disabled":true,"key":"$top","value":"1"},{"disabled":true,"key":"$skip","value":"350"}],"variable":[]}},"response":[],"_postman_id":"19654dce-4cf1-46d3-bfa2-26f316d06856"},{"name":"Retrieve User Defined Field","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"9d71e63e-a257-4e9b-a4b6-3a7c5eb4c7ac"}}],"id":"3217ac52-27fa-41d9-a550-1465bd337511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/UserDefinedFields/4","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","4"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3217ac52-27fa-41d9-a550-1465bd337511"},{"name":"Create User Defined Field","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 201\", function () {","    pm.response.to.have.status(201);","});",""],"id":"c4814cdd-0c67-4046-8d5a-0d1acd8f3a19"}}],"id":"21e23091-6360-40be-b5a7-4b0a4108f14d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New UDF Field 20\",\n    \"DomainEntityId\": 5,\n    \"UserDefinedFieldTypeName\": \"Text\"\n}"},"url":"{{BaseURL}}/api/UserDefinedFields","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"21e23091-6360-40be-b5a7-4b0a4108f14d"},{"name":"Update User Defined Field","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"8f43ec11-a838-498e-a70a-b9c8c08d25aa"}}],"id":"1c4ab351-f2d3-4504-b8ce-93ca6c4cacac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New UDF Field Updated\",\n    \"DomainEntityId\": 5,\n    \"UserDefinedFieldTypeName\": \"Text\"\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/392","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","392"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1c4ab351-f2d3-4504-b8ce-93ca6c4cacac"},{"name":"Patch User Defined Field","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"d86324af-6c94-4a8e-80a9-68e317976ae6"}}],"id":"544a701e-8667-4f26-9a4c-bc5dfd10d255","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New UDF Field Updated Patched\"\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/392","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","392"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"544a701e-8667-4f26-9a4c-bc5dfd10d255"},{"name":"Delete User Defined Field","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 204\", function () {","    pm.response.to.have.status(204);","});",""],"id":"8921b05f-381f-424f-8d8b-1ee1eec7c600"}}],"id":"49576ab4-c7bf-4fef-be83-96272299b4b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/api/UserDefinedFields/392","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","392"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49576ab4-c7bf-4fef-be83-96272299b4b1"}],"id":"73b57670-548c-4e8b-8722-0af0208552ca","_postman_id":"73b57670-548c-4e8b-8722-0af0208552ca","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"UDF Lookup","item":[{"name":"Create UDF Lookup","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"42d6f296-f5ce-4678-b08d-bc80ee54b126"}}],"id":"bd48db66-755c-4f90-a50f-63a008be7b4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Lookup Value\",\n    \"PrimaryUserDefinedFieldId\": 5\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/Lookup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","Lookup"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"bd48db66-755c-4f90-a50f-63a008be7b4a"},{"name":"Update UDF Lookup","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"e4348327-2c9e-422f-8379-0b2cbe595cb6"}}],"id":"09ff2b3f-0388-43c1-9ad8-b0191f66aba6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Lookup Value Updated\",\n    \"PrimaryUserDefinedFieldId\": 5\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/Lookup/185","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","Lookup","185"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"09ff2b3f-0388-43c1-9ad8-b0191f66aba6"},{"name":"Patch UDF Lookup","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"8efbf259-440b-4295-ac13-9656e475ffec"}}],"id":"ab3c4559-37d5-4ddf-b852-285331d4900e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Lookup Value Patched\"\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/Lookup/185","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","Lookup","185"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ab3c4559-37d5-4ddf-b852-285331d4900e"},{"name":"Delete UDF Lookup","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"587050b1-f9aa-4cce-9b5d-dd124defd36d"}}],"id":"77d4a225-b251-43bc-b742-1cc5245401c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/api/UserDefinedFields/Lookup/185","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","Lookup","185"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"77d4a225-b251-43bc-b742-1cc5245401c5"}],"id":"f195e625-d18c-4893-9204-3513e8de7aac","_postman_id":"f195e625-d18c-4893-9204-3513e8de7aac","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"UDF Image Lookup","item":[{"name":"Create UDF Image Lookup","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"89033fac-b804-4313-8a2e-bb9763d8fbb5"}}],"id":"1af2b78a-7547-4add-b4bf-c3aa6cb8509b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Image Lookup Value\",\n    \"PrimaryUserDefinedFieldId\": 4\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/ImageLookup","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","ImageLookup"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1af2b78a-7547-4add-b4bf-c3aa6cb8509b"},{"name":"Update UDF  Image Lookup","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"fb4cf61d-fe68-40ff-9427-c9627df7040c"}}],"id":"a78efc0e-bef6-41f0-a563-13eca4627c8a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Image Lookup Value Updated\",\n    \"PrimaryUserDefinedFieldId\": 4\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/ImageLookup/139","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","ImageLookup","139"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a78efc0e-bef6-41f0-a563-13eca4627c8a"},{"name":"Patch UDF Image Lookup","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"e22fe3fd-53f9-46d8-b432-f4d11b28e3aa"}}],"id":"e7f45129-1afd-4b34-8344-8ec323979644","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Image Lookup Value Patched\"\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/ImageLookup/139","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","ImageLookup","139"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"e7f45129-1afd-4b34-8344-8ec323979644"},{"name":"Delete UDF Image Lookup","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"8ef54872-b4ba-4d2f-8909-b05ef93514a1"}}],"id":"1816448d-90b9-425a-a189-b78fc6feaea3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/api/UserDefinedFields/ImageLookup/139","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","ImageLookup","139"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1816448d-90b9-425a-a189-b78fc6feaea3"}],"id":"af6c004e-51a9-45df-8f9d-7ed81f711ab9","_postman_id":"af6c004e-51a9-45df-8f9d-7ed81f711ab9","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"UDF Multi Select","item":[{"name":"Create UDF Multi Select","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"7db48d53-8ce1-4ffb-80cb-b49a03bd88d1"}}],"id":"1781a882-ec22-405c-bd83-e76ecacc4efa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Multi Select Value\",\n    \"PrimaryUserDefinedFieldId\": 364\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/MultiSelect","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","MultiSelect"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"1781a882-ec22-405c-bd83-e76ecacc4efa"},{"name":"Update UDF Multi Select","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"a84edb6b-0e21-4c7b-9526-478a2d394204"}}],"id":"49c47ca3-6e76-447b-842f-d151aa0ac9f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Multi Select Value Updated\",\n    \"PrimaryUserDefinedFieldId\": 364\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/MultiSelect/173","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","MultiSelect","173"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"49c47ca3-6e76-447b-842f-d151aa0ac9f0"},{"name":"Patch UDF Multi Select","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"44f8b86b-6552-4a8e-ae54-7524ef702b40"}}],"id":"87b3e484-bde7-406f-b6a0-d7fa0014264f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"Name\": \"New Multi Select Value Patched\"\n}"},"url":"{{BaseURL}}/api/UserDefinedFields/MultiSelect/173","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","MultiSelect","173"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"87b3e484-bde7-406f-b6a0-d7fa0014264f"},{"name":"Delete UDF Multi Select","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"3bf43375-90b5-4fbd-9091-68ff54e17e3a"}}],"id":"2e651604-4b2a-47ec-97a7-9fd2d62cda01","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"url":"{{BaseURL}}/api/UserDefinedFields/MultiSelect/173","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","UserDefinedFields","MultiSelect","173"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"2e651604-4b2a-47ec-97a7-9fd2d62cda01"}],"id":"c8ea5c05-7416-4e30-980e-b9bef6548338","_postman_id":"c8ea5c05-7416-4e30-980e-b9bef6548338","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}}],"id":"8480d3d0-51b4-41bb-9b0d-222461a3c3af","_postman_id":"8480d3d0-51b4-41bb-9b0d-222461a3c3af","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}},{"name":"Search","item":[{"name":"Search","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"b440acb0-ccf9-4e18-85b9-6c1b4437a388"}}],"id":"ca3393fe-8c27-4d98-84a4-a38629c4656c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Search/product_01C","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Search","product_01C"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"ca3393fe-8c27-4d98-84a4-a38629c4656c"},{"name":"Search 2","event":[{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Status code is 200\", function () {","    pm.response.to.have.status(200);","});",""],"id":"e04c5d3c-63df-40a8-ae30-dea0cc1b7490"}}],"id":"34bb559d-cd19-452f-8d21-664bbfb04efd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{BaseURL}}/api/Search/product_01C,product_02C,material_01","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}},"urlObject":{"path":["api","Search","product_01C,product_02C,material_01"],"host":["{{BaseURL}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"34bb559d-cd19-452f-8d21-664bbfb04efd"}],"id":"a0ff3813-c248-48e1-882c-93197a3c1952","_postman_id":"a0ff3813-c248-48e1-882c-93197a3c1952","description":"","auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]},"isInherited":true,"source":{"_postman_id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","id":"df95a4fd-e019-4d07-b2f2-14eed0b5da5e","name":"Vision Web API - Complete","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{AuthKey}}"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","exec":[""],"id":"76922485-6633-4617-90dc-3cfd3eb5c439"}},{"listen":"test","script":{"type":"text/javascript","exec":["pm.test(\"Response time is less than 200ms\", function () {","    pm.expect(pm.response.responseTime).to.be.below(200);","});","","pm.test(\"Response cannot contain error\", function () { ","    pm.response.to.not.be.error; ","});"],"id":"6480fdeb-60b3-43d5-bd29-6e03c8992239"}}]}