{"info":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","description":"<html><head></head><body><p>The eWorkOrders Rest API allows you to query information from your database, such as meters, and add information to your database, such as meter readings.</p>\n<h1 id=\"overview\">Overview</h1>\n<p><strong>API Endpoint</strong><br>The endpoint for all calls is <a href=\"https://api.eworkorders.com/v1\">https://api.eworkorders.com/v1</a></p>\n<h1 id=\"authentication\">Authentication</h1>\n<p>The API uses API Key authentication to validate requests. Please contact us to obtain your Username and API Key. Multiple API Keys can be generated per account with different access rights.</p>\n<p>Each requests needs to be authenticated by passing the Username and API Key in the \"Authorization\" header. It should follow this format:  </p>\n<p>Authorization:Apikey {Username:API Key}</p>\n<p><strong>Other Required Headers</strong></p>\n<ul>\n<li><p>content-type: application/json</p>\n</li>\n<li><p>timestamp: {current time in ISO 8601 Central Standard Time EX: 2019-01-01T09:01:00}</p>\n</li>\n</ul>\n<h1 id=\"error-codes\">Error Codes</h1>\n<p><br><br></p><p><br><br><br></p><table><tbody><tr><th>Status Code</th><th>Descriptions</th></tr><tr><td><div>2xx</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Success</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>4xx</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Client Error</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>5xx</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Server Error</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<table><tbody><tr><th>Status Code</th><th>Description</th></tr><tr><td><div>200</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Success</i> The request was successfully completed.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>201</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Created</i> The request was a success and one or more resources have been created.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>400</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Bad Request</i> The request cannot be performed. Usually because of malformed parameter or missing parameter.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>401</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Unauthorized</i> Request was rejected because of either invalid API Key, or a signature mismatch.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>403</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Forbidden</i> The user does not have enough permission to access the resource.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>404</div><div><div><div><div></div></div></div><div></div></div></td><td><div><i>Not Found</i> No records were returned from the request.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>\n\n<h1 id=\"request-limitations\">Request Limitations</h1>\n<ul>\n<li>Requests will only be accepted if sent within 15 minutes of the current time. All dates should be sent in the \"timestamp\" header, and should be in Central Standard Time in the ISO 8601 timestamp format.</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Overview","slug":"overview"},{"content":"Authentication","slug":"authentication"},{"content":"Error Codes","slug":"error-codes"},{"content":"Request Limitations","slug":"request-limitations"}],"owner":"3890835","collectionId":"fc60234f-35bd-4719-ac63-539218160abe","publishedId":"RVnZhy9Z","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"003567"},"publishDate":"2018-11-05T14:03:41.000Z"},"item":[{"name":"Assets","item":[{"name":"Asset Fields","item":[{"name":"List Asset Fields","event":[{"listen":"prerequest","script":{"id":"641c4a00-09e7-43d3-8120-22f253d62238","exec":[""],"type":"text/javascript"}}],"id":"07db43a1-a160-42dc-8b51-0b9d1637437e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/assets/fields/{field_num}","description":"<p>List asset fields</p>\n<h2>Query String Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>field_desc</td>\n<td>string</td>\n<td>Asset field description</td>\n</tr>\n<tr>\n<td>field_type_num</td>\n<td>int</td>\n<td>Unique ID that correlates to the asset field type\n<b>Accepted Values</b>:\n1 (character)\n2 (date)\n3 (dropdown)\n4 (number)\n5 (datetime)</td>\n</tr>\n<tr>\n<td>field_type</td>\n<td>string</td>\n<td>Description of the field type\n<b>Accepted Values</b>:\ncharacter, date, dropdown, number, datetime</td>\n\n</tr>\n</tbody>\n</table>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","assets","fields","{field_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"6f921610-6bc5-41e7-9019-d94b28502115","name":"List Asset Fields","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{{date}}"},{"key":"Authorization","value":"{{signature}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.eworkorders.com/v1/assets/fields?field_type=dropdown","protocol":"https","host":["api","eworkorders","com"],"path":["v1","assets","fields"],"query":[{"key":"field_type","value":"dropdown"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:34:30 GMT"},{"key":"Content-Length","value":"2089"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"super_num\": 1,\r\n        \"super_desc\": \"Maintenance Department\",\r\n        \"field_num\": \"3\",\r\n        \"field_desc\": \"Alternate Category\",\r\n        \"field_length\": 1,\r\n        \"field_type_num\": 3,\r\n        \"field_type\": \"dropdown\",\r\n        \"print_on_work_order\": 0,\r\n        \"active\": 1,\r\n        \"display_on_work_order_calendar\": 0,\r\n        \"display_on_work_order_view\": 0,\r\n        \"appears\": 0,\r\n        \"required\": 0,\r\n        \"TopBlankValue\": 0,\r\n        \"field_sort\": null\r\n    },\r\n    {\r\n        \"super_num\": 1,\r\n        \"super_desc\": \"Maintenance Department\",\r\n        \"field_num\": \"1\",\r\n        \"field_desc\": \"Alternate Location 1\",\r\n        \"field_length\": 1,\r\n        \"field_type_num\": 3,\r\n        \"field_type\": \"dropdown\",\r\n        \"print_on_work_order\": 0,\r\n        \"active\": 1,\r\n        \"display_on_work_order_calendar\": 0,\r\n        \"display_on_work_order_view\": 0,\r\n        \"appears\": 0,\r\n        \"required\": 0,\r\n        \"TopBlankValue\": 0,\r\n        \"field_sort\": null\r\n    },\r\n    {\r\n        \"super_num\": 1,\r\n        \"super_desc\": \"Maintenance Department\",\r\n        \"field_num\": \"2\",\r\n        \"field_desc\": \"Alternative Location 2\",\r\n        \"field_length\": 1,\r\n        \"field_type_num\": 3,\r\n        \"field_type\": \"dropdown\",\r\n        \"print_on_work_order\": 0,\r\n        \"active\": 1,\r\n        \"display_on_work_order_calendar\": 0,\r\n        \"display_on_work_order_view\": 1,\r\n        \"appears\": 0,\r\n        \"required\": 0,\r\n        \"TopBlankValue\": 0,\r\n        \"field_sort\": null\r\n    },\r\n    {\r\n        \"super_num\": 1,\r\n        \"super_desc\": \"Maintenance Department\",\r\n        \"field_num\": \"13\",\r\n        \"field_desc\": \"Dropdown\",\r\n        \"field_length\": 1,\r\n        \"field_type_num\": 3,\r\n        \"field_type\": \"dropdown\",\r\n        \"print_on_work_order\": 1,\r\n        \"active\": 1,\r\n        \"display_on_work_order_calendar\": 0,\r\n        \"display_on_work_order_view\": 0,\r\n        \"appears\": 0,\r\n        \"required\": 0,\r\n        \"TopBlankValue\": 0,\r\n        \"field_sort\": null\r\n    }\r\n]"}],"_postman_id":"07db43a1-a160-42dc-8b51-0b9d1637437e"},{"name":"Get Asset Field Values","event":[{"listen":"prerequest","script":{"id":"e2b560e0-3212-4680-bb6e-a199279310c0","exec":[""],"type":"text/javascript"}}],"id":"74c532b5-be08-4129-8190-0feb7990addd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/assets/fields/values/{unit_num}","description":"<p>List asset field values</p>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","assets","fields","values","{unit_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"2deccf90-883f-4b44-b9c3-131153a17d7f","name":"Get Asset Field Values","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{{date}}"},{"key":"Authorization","value":"{{signature}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/assets/fields/values/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:34:30 GMT"},{"key":"Content-Length","value":"2089"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"unit_num\": \"1\",\r\n        \"unit_desc\": \"Buldings- not P1 or P2\",\r\n        \"field_num\": \"3\",\r\n        \"field_value\": \"General\",\r\n        \"print_on_work_order\": 0\r\n    },\r\n    {\r\n        \"unit_num\": \"1\",\r\n        \"unit_desc\": \"Buldings- not P1 or P2\",\r\n        \"field_num\": \"1\",\r\n        \"field_value\": \"Buildings & Grounds\",\r\n        \"print_on_work_order\": 0\r\n    },\r\n    {\r\n        \"unit_num\": \"1\",\r\n        \"unit_desc\": \"Buldings- not P1 or P2\",\r\n        \"field_num\": \"4\",\r\n        \"field_value\": \"Buldings- not P1 or P2\",\r\n        \"print_on_work_order\": 0\r\n    },\r\n    {\r\n        \"unit_num\": \"1\",\r\n        \"unit_desc\": \"Buldings- not P1 or P2\",\r\n        \"field_num\": \"2\",\r\n        \"field_value\": \"Buildings\",\r\n        \"print_on_work_order\": 0\r\n    }\r\n]"}],"_postman_id":"74c532b5-be08-4129-8190-0feb7990addd"},{"name":"Get Asset Field Dropdown Values","event":[{"listen":"prerequest","script":{"id":"2e6c89c5-7ec2-4496-a87d-995319dd6dd3","exec":[""],"type":"text/javascript"}}],"id":"45e6a37a-0444-414e-908f-181307de85de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/assets/fields/dropdowns/{field_num}","description":"<p>List asset field values</p>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","assets","fields","dropdowns","{field_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"6769f411-40a6-41f1-be6a-1d12bd2880f2","name":"Get Asset Field Values","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{{date}}"},{"key":"Authorization","value":"{{signature}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/assets/fields/dropdowns/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:34:30 GMT"},{"key":"Content-Length","value":"2089"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"field_num\": \"1\",\r\n        \"value_desc\": \"Buildings & Grounds\",\r\n        \"default_value\": 1\r\n    },\r\n    {\r\n        \"field_num\": \"1\",\r\n        \"value_desc\": \"General or Site work\",\r\n        \"default_value\": 0\r\n    },\r\n    {\r\n        \"field_num\": \"1\",\r\n        \"value_desc\": \"Mobile Equipment\",\r\n        \"default_value\": 0\r\n    },\r\n    {\r\n        \"field_num\": \"1\",\r\n        \"value_desc\": \"Plant 1\",\r\n        \"default_value\": 0\r\n    },\r\n    {\r\n        \"field_num\": \"1\",\r\n        \"value_desc\": \"Plant 2\",\r\n        \"default_value\": 0\r\n    },\r\n    {\r\n        \"field_num\": \"1\",\r\n        \"value_desc\": \"Safety\",\r\n        \"default_value\": 0\r\n    },\r\n    {\r\n        \"field_num\": \"1\",\r\n        \"value_desc\": \"Salt Pot Building\",\r\n        \"default_value\": 0\r\n    },\r\n    {\r\n        \"field_num\": \"1\",\r\n        \"value_desc\": \"Utilities\",\r\n        \"default_value\": 0\r\n    }\r\n]"}],"_postman_id":"45e6a37a-0444-414e-908f-181307de85de"}],"id":"201fb325-d779-4c39-9992-e4f4b2d51698","description":"<p>Custom Asset Fields</p>\n","_postman_id":"201fb325-d779-4c39-9992-e4f4b2d51698","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"List Assets","event":[{"listen":"prerequest","script":{"id":"ab1cf5de-fb67-409c-9fbb-2e26a5d505b9","exec":[""],"type":"text/javascript"}}],"id":"38c646ec-e72c-4d8a-863c-ff23eb9fcc21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/assets","description":"<p>List assets</p>\n<h2>Query String Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>unit_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Asset description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>category</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Asset category</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>criticality</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Asset criticality</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>area</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Area description that asset belongs to</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>area_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique area_num that asset belongs to</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>cat_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique category ID (cat_num)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>critical_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique criticality ID (critical_num)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>active</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Active Status</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>manu</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Manufacturer of the asset</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>model</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Model # of the asset</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>serial</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Serial # of the asset</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>location</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Location of asset</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>location2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Location2 of asset</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>asset_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Asset #</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>user_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique user ID<br />\\*<i>filters the assets based on user permissions</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>super_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique department ID</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","assets"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"0d2edfe4-b449-435c-b0bc-6e18c9768e68","name":"List Assets","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{{date}}"},{"key":"Authorization","value":"{{signature}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.eworkorders.com/v1/assets?cat_num=3&criticality=New Criticality&asset_number=0000015","protocol":"https","host":["api","eworkorders","com"],"path":["v1","assets"],"query":[{"key":"cat_num","value":"3"},{"key":"criticality","value":"New Criticality"},{"key":"asset_number","value":"0000015"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:34:30 GMT"},{"key":"Content-Length","value":"2089"}],"cookie":[],"responseTime":null,"body":"{\n    \"super_num\": 1,\n    \"unit_num\": \"1280\",\n    \"unit_desc\": \"Air Handler 1\",\n    \"area_num\": \"95\",\n    \"area_desc\": \"Area1\",\n    \"cat_num\": \"3\",\n    \"cat_desc\": \"Air Handlers / Fans\",\n    \"critical_num\": \"3\",\n    \"critical_desc\": \"New Criticality\",\n    \"unit_manu\": \"\",\n    \"unit_model\": \"\",\n    \"unit_seria\": \"\",\n    \"unit_com\": \"\",\n    \"location\": \"\",\n    \"location2\": \"\",\n    \"center\": \"\",\n    \"asset_number\": \"0000015\",\n    \"unit_note\": \"fsdf\",\n    \"useful_life\": \".00\",\n    \"dateinservice\": \"\",\n    \"dateoutofservice\": \"\",\n    \"squarefeet\": \".00\",\n    \"purchaseprice\": \".00\",\n    \"currentvalue\": \".00\",\n    \"latitude\": \"-999.0000000000000000\",\n    \"longitude\": \"-999.0000000000000000\",\n    \"field1\": \"Buildings & Grounds\",\n    \"print_on_work_order1\": 0,\n    \"field2\": \"Buildings\",\n    \"print_on_work_order2\": 0,\n    \"field3\": \"(None)\",\n    \"print_on_work_order3\": 0,\n    \"field4\": \"\",\n    \"print_on_work_order4\": 0,\n    \"field5\": \"\",\n    \"print_on_work_order5\": 0,\n    \"field6\": \"\",\n    \"print_on_work_order6\": 0,\n    \"field7\": \"\",\n    \"print_on_work_order7\": 0,\n    \"field8\": \"\",\n    \"print_on_work_order8\": 0,\n    \"field9\": \"\",\n    \"print_on_work_order9\": 0,\n    \"field10\": \"\",\n    \"print_on_work_order10\": 0,\n    \"field11\": \"\",\n    \"print_on_work_order11\": 0,\n    \"field12\": \"\",\n    \"print_on_work_order12\": null,\n    \"field13\": \"No\",\n    \"print_on_work_order13\": 0,\n    \"field14\": \"dasd\",\n    \"print_on_work_order14\": null,\n    \"field15\": \"\",\n    \"print_on_work_order15\": 0,\n    \"active\": 1\n}"}],"_postman_id":"38c646ec-e72c-4d8a-863c-ff23eb9fcc21"},{"name":"Get Asset","event":[{"listen":"prerequest","script":{"id":"ab1cf5de-fb67-409c-9fbb-2e26a5d505b9","exec":[""],"type":"text/javascript"}}],"id":"8146ff16-95fc-4bbf-b58e-6a00ba503626","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/assets/{unit_num}","description":"<p>Get a specific asset by unique unit_num</p>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","assets","{unit_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"0f19fb79-2047-4d6c-84df-0b235c5f9f9d","name":"Get Asset","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{{date}}"},{"key":"Authorization","value":"{{signature}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/assets/1280"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:49:40 GMT"},{"key":"Content-Length","value":"2023"}],"cookie":[],"responseTime":null,"body":"{\n    \"super_num\": 1,\n    \"unit_num\": \"1280\",\n    \"unit_desc\": \"Air Handler 1\",\n    \"area_num\": \"95\",\n    \"area_desc\": \"Area1\",\n    \"cat_num\": \"3\",\n    \"cat_desc\": \"Air Handlers / Fans\",\n    \"critical_num\": \"3\",\n    \"critical_desc\": \"New Criticality\",\n    \"unit_manu\": \"\",\n    \"unit_model\": \"\",\n    \"unit_seria\": \"\",\n    \"unit_com\": \"\",\n    \"location\": \"\",\n    \"location2\": \"\",\n    \"center\": \"\",\n    \"asset_number\": \"0000015\",\n    \"unit_note\": \"fsdf\",\n    \"useful_life\": \".00\",\n    \"dateinservice\": \"\",\n    \"dateoutofservice\": \"\",\n    \"squarefeet\": \".00\",\n    \"purchaseprice\": \".00\",\n    \"currentvalue\": \".00\",\n    \"latitude\": \"-999.0000000000000000\",\n    \"longitude\": \"-999.0000000000000000\",\n    \"field1\": \"Buildings & Grounds\",\n    \"print_on_work_order1\": 0,\n    \"field2\": \"Buildings\",\n    \"print_on_work_order2\": 0,\n    \"field3\": \"(None)\",\n    \"print_on_work_order3\": 0,\n    \"field4\": \"\",\n    \"print_on_work_order4\": 0,\n    \"field5\": \"\",\n    \"print_on_work_order5\": 0,\n    \"field6\": \"\",\n    \"print_on_work_order6\": 0,\n    \"field7\": \"\",\n    \"print_on_work_order7\": 0,\n    \"field8\": \"\",\n    \"print_on_work_order8\": 0,\n    \"field9\": \"\",\n    \"print_on_work_order9\": 0,\n    \"field10\": \"\",\n    \"print_on_work_order10\": 0,\n    \"field11\": \"\",\n    \"print_on_work_order11\": 0,\n    \"field12\": \"\",\n    \"print_on_work_order12\": null,\n    \"field13\": \"No\",\n    \"print_on_work_order13\": 0,\n    \"field14\": \"dasd\",\n    \"print_on_work_order14\": null,\n    \"field15\": \"\",\n    \"print_on_work_order15\": 0,\n    \"active\": 1\n}"}],"_postman_id":"8146ff16-95fc-4bbf-b58e-6a00ba503626"},{"name":"Update Asset","id":"a296d25a-7851-44ba-a1ec-e62e4942fee5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"timestamp","type":"text","value":"{timestamp}"},{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"Content-type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"active\": 1\n}"},"url":"https://api.eworkorders.com/v1/assets/{unit_num}","description":"<p>Update the active status of an asset.</p>\n<h2>Request Body Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>Active Status</td>\n</tr>\n</tbody>\n</table>","urlObject":{"protocol":"https","path":["v1","assets","{unit_num}"],"host":["api","eworkorders","com"],"query":[{"disabled":true,"key":"active","value":""}],"variable":[]}},"response":[{"id":"70144fa6-2e7e-4069-8ed3-05bf4a6abfbe","name":"Inactivate Asset","originalRequest":{"method":"PUT","header":[{"key":"timestamp","type":"text","value":"{{date}}"},{"key":"Authorization","type":"text","value":"{{signature}}"},{"key":"Content-type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"active\": 1\n}"},"url":{"raw":"https://api.eworkorders.com/v1/assets/574","protocol":"https","host":["api","eworkorders","com"],"path":["v1","assets","574"],"query":[{"key":"active","type":"text","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:38:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_message\": \"Asset updated successfully.\"\n}"}],"_postman_id":"a296d25a-7851-44ba-a1ec-e62e4942fee5"},{"name":"Add Asset","id":"23c0bef1-5a0a-48af-8943-63c7fa3d28c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"timestamp","type":"text","value":"{timestamp}"},{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"Content-type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"https://api.eworkorders.com/v1/assets","description":"<p>Add a new asset.</p>\n<h2>Request Body Parameters</h2>\n\n<table>\n\n<thead>\n\n<tr>\n\n<td><b>Parameter</b></td>\n\n<td><b>Type</b></td>\n\n<td><b>Description</b></td>\n\n</tr>\n\n</thead>\n\n<tbody>\n\n<tr>\n\n<td>unit_desc</td>\n\n<td>string</td>\n\n<td>Asset Description (will check if input value is contained in the title)</td>\n\n</tr>\n\n<tr>\n\n<td>area_num</td>\n\n<td>integer</td>\n\n<td>Unique area ID</td>\n\n</tr>\n\n<tr>\n\n<td>area_desc</td>\n\n<td>string</td>\n\n<td>Area description</td>\n\n</tr>\n\n<tr>\n\n<td>area_short</td>\n\n<td>string</td>\n\n<td>Area short description</td>\n\n</tr>\n\n<tr>\n\n<td>cat_num</td>\n\n<td>integer</td>\n\n<td>Unique category ID</td>\n\n</tr>\n\n<tr>\n\n<td>cat_desc</td>\n\n<td>string</td>\n\n<td>Category description</td>\n\n</tr>\n\n<tr>\n\n<td>critical_num</td>\n\n<td>integer</td>\n\n<td>Unique Criticality ID</td>\n\n</tr>\n\n<tr>\n\n<td>critical_desc</td>\n\n<td>String</td>\n\n<td>Criticality description</td>\n\n</tr>\n\n<tr>\n\n<td>location</td>\n\n<td>String</td>\n\n<td>Location 1 Field</td>\n\n</tr>\n\n<tr>\n\n<td>location2</td>\n\n<td>String</td>\n\n<td>Location 2 Field</td>\n\n</tr>\n\n<tr>\n\n<td>unit_manu</td>\n\n<td>string</td>\n\n<td>Asset Manufacaturer</td>\n\n</tr>\n\n<tr>\n\n<td>unit_model</td>\n\n<td>string</td>\n\n<td>Asset Model #</td>\n\n</tr>\n\n<tr>\n\n<td>unit_seria</td>\n\n<td>string</td>\n\n<td>Asset Serial #</td>\n\n</tr>\n\n<tr>\n\n<td>Budget</td>\n\n<td>string</td>\n\n<td>Asset Budget #</td>\n\n</tr>\n\n<tr>\n\n<td>unit_note</td>\n\n<td>string</td>\n\n<td>Asset information</td>\n\n</tr>\n\n<tr>\n\n<td>asset_number</td>\n\n<td>string</td>\n\n<td>Asset number</td>\n\n</tr>\n\n</tbody>\n\n</table>","urlObject":{"protocol":"https","path":["v1","assets"],"host":["api","eworkorders","com"],"query":[{"disabled":true,"key":"active","value":""}],"variable":[]}},"response":[{"id":"94be86d2-bf1a-48ef-b54c-b2c0bd971efb","name":"Add Asset","originalRequest":{"method":"PUT","header":[{"key":"timestamp","type":"text","value":"{{date}}"},{"key":"Authorization","type":"text","value":"{{signature}}"},{"key":"Content-type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"area_num\":\"2\",\n \"unit_desc\":\"Exhaust Fan 24\",\n \"cat_desc\":\"Exhaust Fan\",\n \"asset_number\":\"1223\",\n \"unit_note\":\"This is a new asset\"\n}"},"url":{"raw":"https://api.eworkorders.com/v1/assets","protocol":"https","host":["api","eworkorders","com"],"path":["v1","assets"],"query":[{"key":"active","type":"text","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:38:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_message\": \"Asset updated successfully.\"\n}"}],"_postman_id":"23c0bef1-5a0a-48af-8943-63c7fa3d28c4"}],"id":"382c0fc9-de0e-437c-bc56-8899bcc82a45","description":"<p>Get Assets and Update Active status of Asset.</p>\n","event":[{"listen":"prerequest","script":{"id":"1d469dd1-5fa8-44b6-96a3-116bf522cfaf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bd128ce0-20f6-44ef-9cc0-00823f3065a3","type":"text/javascript","exec":[""]}}],"_postman_id":"382c0fc9-de0e-437c-bc56-8899bcc82a45","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Meters","item":[{"name":"List Meters","event":[{"listen":"prerequest","script":{"id":"ab1cf5de-fb67-409c-9fbb-2e26a5d505b9","exec":[""],"type":"text/javascript"}}],"id":"6e5ccea7-daef-4d18-b926-5dcde46cbd39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/meters","description":"<p>Returns all meters.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","meters"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"c05be2fe-c165-474d-b087-4b66b04ac70b","name":"List Meters","originalRequest":{"method":"GET","header":[{"key":"Date","value":"{{date}}","disabled":false},{"key":"Authorization","value":"{{signature}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.eworkorders.com/v1/meters/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"2759","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 23 Mar 2018 14:37:52 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.0","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/5.5.11","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[{"expires":"Tue Jan 19 2038 03:14:07 GMT+0000 (Coordinated Universal Time)","httpOnly":false,"domain":"rachel.eworkorders.com","path":"/","secure":false,"value":"gi2iuomsga4697iu88s0g3f8q0","key":"PHPSESSID"}],"responseTime":null,"body":"[\n    {\n        \"serial_num\": \"10003\",\n        \"meter_desc\": \"Check A2 Extruder for leaks\",\n        \"meter_desc2\": \"CHECK A2 EXTRUDER FOR LEAKS\",\n        \"location\": \"\",\n        \"area_num\": \"1\",\n        \"rollover_num\": \"9999999\",\n        \"units\": \"\",\n        \"cunits\": \"\",\n        \"conversion\": \"1.000\",\n        \"date_in\": {\n            \"date\": \"1900-01-01 00:00:00\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"date_out\": {\n            \"date\": \"1900-01-01 00:00:00\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"hi_range\": \"100.000\",\n        \"lo_range\": \"10.000\",\n        \"barcode\": \"10003\",\n        \"super_num\": 1,\n        \"unit_num\": \"104\",\n        \"meter_num\": \"2\",\n        \"replace_num\": \"1\",\n        \"type_num\": \"1\",\n        \"reconcile\": 0,\n        \"active\": 1,\n        \"select_num\": 2\n    },\n    {\n        \"serial_num\": \"092348023\",\n        \"meter_desc\": \"Meter 5\",\n        \"meter_desc2\": \"METER 5\",\n        \"location\": \"1st Floor\",\n        \"area_num\": \"1\",\n        \"rollover_num\": \"0\",\n        \"units\": \"\",\n        \"cunits\": \"\",\n        \"conversion\": \"1.000\",\n        \"date_in\": {\n            \"date\": \"1900-01-01 00:00:00\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"date_out\": {\n            \"date\": \"1900-01-01 00:00:00\",\n            \"timezone_type\": 3,\n            \"timezone\": \"America/New_York\"\n        },\n        \"hi_range\": \".000\",\n        \"lo_range\": \".000\",\n        \"barcode\": \"4\",\n        \"super_num\": 1,\n        \"unit_num\": \"112\",\n        \"meter_num\": \"4\",\n        \"replace_num\": \"-1\",\n        \"type_num\": \"1\",\n        \"reconcile\": 0,\n        \"active\": 1,\n        \"select_num\": 1\n    }\n]"}],"_postman_id":"6e5ccea7-daef-4d18-b926-5dcde46cbd39"},{"name":"Get Meter","event":[{"listen":"prerequest","script":{"id":"af62fd68-0542-4c74-b2e9-71906a4f3167","exec":[""],"type":"text/javascript"}}],"id":"fb12b48f-c103-4d18-a5e8-59ac83de438d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Date","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/meters/1","description":"<p>Get meter information either by meter_num or meter_desc.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","meters","1"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"ec8750ef-4e91-464e-89d0-2e922d264608","name":"GET Specific Meter","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.eworkorders.com/v1/meters/water%20pump%20%231"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"serial_num\": \"10001\",\n        \"meter_desc\": \"Plant 1 Meter\",\n        \"meter_desc2\": \"PLANT 1 Meter\",\n        \"location\": \"Plant1 third floor\",\n        \"area_num\": \"1\",\n        \"rollover_num\": \"0\",\n        \"units\": \"\",\n        \"cunits\": \"\",\n        \"conversion\": \"1.000\",\n        \"date_in\": {\n            \"date\": \"1900-01-01 00:00:00\"\n        },\n        \"date_out\": {\n            \"date\": \"1900-01-01 00:00:00\"\n        },\n        \"hi_range\": \".000\",\n        \"lo_range\": \".000\",\n        \"barcode\": \"10001\",\n        \"super_num\": 1,\n        \"unit_num\": \"104\",\n        \"meter_num\": \"1\",\n        \"replace_num\": \"-1\",\n        \"type_num\": \"1\",\n        \"reconcile\": 0,\n        \"active\": 1,\n        \"select_num\": 1\n    }\n]"}],"_postman_id":"fb12b48f-c103-4d18-a5e8-59ac83de438d"},{"name":"List Meter Readings","event":[{"listen":"prerequest","script":{"id":"1a763441-346c-4775-84eb-19ec09bedb26","exec":["",""],"type":"text/javascript"}}],"id":"65f68b84-0c7a-4275-98a7-ed0a8447c74c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/meters/readings","description":"<p>Returns all meter readings. </p>\n<h2>Query String Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n</tr><tr>\n<td>wo_number</td>\n<td>int</td>\n<td>Work Order # (optional)</td>\n</tr>\n<td>meter_num</td>\n<td>int</td>\n<td>Unique meter_num</td>\n\n<tr>\n<td>batch_desc</td>\n<td>string</td>\n<td>Batch Description (optional)</td>\n</tr>\n<tr>\n<td>from</td>\n<td>date/time</td>\n<td>From Date</td>\n</tr>\n<td>to</td>\n<td>date/time</td>\n<td>To Date</td>\n\n</tbody>\n</table>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","meters","readings"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"ab70decc-7a83-4ebd-8e46-a01148a669d5","name":"List Meter Readings","originalRequest":{"method":"GET","header":[{"key":"Date","value":"{{date}}","disabled":false},{"key":"Authorization","value":"{{signature}}","disabled":false},{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"https://api.eworkorders.com/v1/meters/readings?from=2018-03-13&to=2018-03-14&batch_desc=pda reading","protocol":"https","host":["api","eworkorders","com"],"path":["v1","meters","readings"],"query":[{"key":"from","value":"2018-03-13"},{"key":"to","value":"2018-03-14"},{"key":"batch_desc","value":"pda reading"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"860","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 26 Mar 2018 15:34:13 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.0","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/5.5.11","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[{\"meter_num\":\"2\",\"meter_desc\":\"Check A2 Extruder for leaks\",\"super_num\":1,\"batch_num\":\"23\",\"reading\":\"8093458.00\",\"calibration\":0,\"date_time\":{\"date\":\"2018-03-13 11:44:03\",\"timezone_type\":3,\"timezone\":\"America\\/New_York\"},\"wo_number\":null,\"reading_num\":\"55\",\"user_num\":null,\"batch_desc\":\"PDA Reading\"},{\"meter_num\":\"7\",\"meter_desc\":\"asdf\",\"super_num\":1,\"batch_num\":\"23\",\"reading\":\"5345345.00\",\"calibration\":0,\"date_time\":{\"date\":\"2018-03-13 11:44:09\",\"timezone_type\":3,\"timezone\":\"America\\/New_York\"},\"wo_number\":null,\"reading_num\":\"55\",\"user_num\":null,\"batch_desc\":\"PDA Reading\"},{\"meter_num\":\"7\",\"meter_desc\":\"asdf\",\"super_num\":1,\"batch_num\":\"24\",\"reading\":\"234234.00\",\"calibration\":0,\"date_time\":{\"date\":\"2018-03-13 12:03:05\",\"timezone_type\":3,\"timezone\":\"America\\/New_York\"},\"wo_number\":null,\"reading_num\":\"55\",\"user_num\":null,\"batch_desc\":\"PDA Reading\"}]"}],"_postman_id":"65f68b84-0c7a-4275-98a7-ed0a8447c74c"},{"name":"Get Meter Reading","event":[{"listen":"prerequest","script":{"id":"3e7cab0b-9b0b-4e2b-8676-1bf7d354b507","exec":["",""],"type":"text/javascript"}}],"id":"59286b68-3c1a-4ba9-8ee7-bd71999a1197","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"}],"url":"https://api.eworkorders.com/v1/meters/readings/{batch_num]","description":"<p>Get meter reading by batch_num</p>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","meters","readings","{batch_num]"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"996168d5-f561-46ec-af49-a78b553f67c3","name":"Get Meter Reading","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":false},{"key":"Date","value":"{{date}}","disabled":false},{"key":"Authorization","value":"{{signature}}","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.eworkorders.com/v1/meters/readings/2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"601","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 26 Mar 2018 15:44:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.0","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/5.5.11","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"[{\"meter_num\":\"2\",\"meter_desc\":\"Check A2 Extruder for leaks\",\"super_num\":1,\"batch_num\":\"2\",\"reading\":\"10253.00\",\"calibration\":0,\"date_time\":{\"date\":\"2016-09-14 15:36:04\",\"timezone_type\":3,\"timezone\":\"America\\/New_York\"},\"wo_number\":\"0\",\"reading_num\":null,\"user_num\":null,\"batch_desc\":\"Batch # 1\"},{\"meter_num\":\"1\",\"meter_desc\":\"Plant 1 checck A2 Extrudr for leaks\",\"super_num\":1,\"batch_num\":\"2\",\"reading\":\"47525.00\",\"calibration\":0,\"date_time\":{\"date\":\"2016-09-14 15:36:04\",\"timezone_type\":3,\"timezone\":\"America\\/New_York\"},\"wo_number\":\"0\",\"reading_num\":null,\"user_num\":null,\"batch_desc\":\"Batch # 1\"}]"}],"_postman_id":"59286b68-3c1a-4ba9-8ee7-bd71999a1197"},{"name":"Add Meter Reading","event":[{"listen":"prerequest","script":{"id":"8773052a-c8f1-4e68-a8ec-83a438cad564","exec":[""],"type":"text/javascript"}}],"id":"c9cdbe67-dec0-48f7-9c8f-93c0246dbfc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.eworkorders.com/v1/meters/readings","description":"<p>Add a meter reading</p>\n<h2>Request Body Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>meter_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique meter_num</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>reading</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Meter reading</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>wo_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Work Order # (optional)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>batch_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Batch Description (optional)</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","meters","readings"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"5c3664e3-f6c2-4ed9-a9f2-0748aadd0dc3","name":"Add Meter Reading","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"meter_num\":\"2\",\n \"reading\":\"1548695\",\n \"batch_desc\":\"Computed Reading\"\n}"},"url":"https://api.eworkorders.com/v1/meters/readings"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 1,\n    \"status_message\": \"Meter reading created successfully.\"\n}"}],"_postman_id":"c9cdbe67-dec0-48f7-9c8f-93c0246dbfc9"},{"name":"Update Meter","event":[{"listen":"prerequest","script":{"id":"4ab99ea3-f64c-4ccd-b25d-7477e9c2ce5d","exec":[""],"type":"text/javascript"}}],"id":"21fe49b8-5020-44ef-b7e3-38a6b099c248","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"active\": 1\n}"},"url":"https://api.eworkorders.com/v1/meters/{meter_num}","description":"<p>Update active status of a meter.</p>\n<h2>Request Body Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>Active Status</td>\n</tr>\n</tbody>\n</table>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","meters","{meter_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"793cf76e-8fca-4920-981b-76fde1db2cac","name":"Inactivate Meter","originalRequest":{"method":"PUT","header":[{"key":"timestamp","value":"2018-03-27T14:40:21-05:00"},{"key":"Authorization","value":"apikey {apikey}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"active\": 1\n}"},"url":"https://api.eworkorders.com/v1/meters/8"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"close","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"61","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json;charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 27 Mar 2018 19:40:46 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Microsoft-IIS/8.0","name":"Server","description":"A name for the server"},{"key":"X-Powered-By","value":"PHP/5.5.11","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"ASP.NET","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"}],"cookie":[],"responseTime":null,"body":"{\"status\":200,\"status_message\":\"Meter updated successfully.\"}"}],"_postman_id":"21fe49b8-5020-44ef-b7e3-38a6b099c248"}],"id":"324eb78a-b601-474a-9b32-ce0596578b83","description":"<p>Get Meters, Meter Readings, and Create Meter Readings</p>\n<p>#Meter Object</p>\n","event":[{"listen":"prerequest","script":{"id":"57211eaf-0e17-45a2-a029-6d69010d07e6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0e1c8d32-1772-4444-adf4-a7888f73febd","type":"text/javascript","exec":[""]}}],"_postman_id":"324eb78a-b601-474a-9b32-ce0596578b83","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Users","item":[{"name":"List Users","event":[{"listen":"prerequest","script":{"id":"3acb57ff-9f03-40f9-aca4-6827cac5dab8","exec":[""],"type":"text/javascript"}}],"id":"2214101e-995a-4211-80bb-6795ef14f085","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/users","description":"<p>Get all users</p>\n<h2>Query String Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>real_name</td>\n<td>string</td>\n<td>Name of user, where name contains phrase (optional)</td>\n</tr>\n<tr>\n<td>newer_than</td>\n<td>date/time</td>\n<td>Return users created after this date</td>\n</tr>\n</tbody>\n</table>\n","urlObject":{"protocol":"https","path":["v1","users"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"f8253049-9817-49c8-9bc7-590d8dd8465c","name":"List Users","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 05 Nov 2018 15:01:18 GMT"},{"key":"Content-Length","value":"9188"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"user_id\": \"123\",\n        \"super_num\": 1,\n        \"id\": \"92\",\n        \"real_name\": \"123\"\n    },\n    {\n        \"user_id\": \"ABC\",\n        \"super_num\": 1,\n        \"id\": \"91\",\n        \"real_name\": \"abc\"\n    },\n    {\n        \"user_id\": \"ALLENB\",\n        \"super_num\": 1,\n        \"id\": \"4\",\n        \"real_name\": \"Barbara Allen\"\n    },\n    {\n        \"user_id\": \"ANGIES\",\n        \"super_num\": 1,\n        \"id\": \"39\",\n        \"real_name\": \"Angie Smith\"\n    },\n    {\n        \"user_id\": \"ASDF\",\n        \"super_num\": 1,\n        \"id\": \"114\",\n        \"real_name\": \"SDFSDAF\"\n    },\n    {\n        \"user_id\": \"BATESJ\",\n        \"super_num\": 1,\n        \"id\": \"107\",\n        \"real_name\": \"Jason Bates\"\n    },\n    {\n        \"user_id\": \"BERRENL\",\n        \"super_num\": 1,\n        \"id\": \"20\",\n        \"real_name\": \"Larry Berren\"\n    },\n    {\n        \"user_id\": \"BLACKJ\",\n        \"super_num\": 1,\n        \"id\": \"31\",\n        \"real_name\": \"John Black\"\n    }\n]"}],"_postman_id":"2214101e-995a-4211-80bb-6795ef14f085"},{"name":"Get User","event":[{"listen":"prerequest","script":{"id":"c29d7e52-fa50-48e2-9233-d3422aa6e13d","exec":[""],"type":"text/javascript"}}],"id":"da671c8c-b529-4531-a4c0-060ea3e72f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/users/{user_id or user_num}","description":"<p>Get a specific user by either user_id or user_num.</p>\n","urlObject":{"protocol":"https","path":["v1","users","{user_id or user_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"0e43ca15-4f84-4f3d-8915-38a5b7f4c5b0","name":"Get User","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"{{signature}}","type":"text"},{"key":"timestamp","value":"{{date}}","type":"text"},{"key":"Content-type","value":"Application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/users/92"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"user_id\": \"123\",\n        \"super_num\": 1,\n        \"id\": \"92\",\n        \"real_name\": \"123\"\n    }\n]"}],"_postman_id":"da671c8c-b529-4531-a4c0-060ea3e72f89"},{"name":"Update User","id":"69546958-c746-4f44-ad5f-501200c9c461","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"active\": 1\n}"},"url":"https://api.eworkorders.com/v1/users/{user_id or user_num}","description":"<p>Update the active status of a specific user.</p>\n<h2>Request Body Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>active</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Active Status</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","users","{user_id or user_num}"],"host":["api","eworkorders","com"],"query":[{"disabled":true,"key":"active","value":""}],"variable":[]}},"response":[{"id":"43df1bf7-3fea-427b-a208-791ffa7f7ad9","name":"Inactivate User","originalRequest":{"method":"PUT","header":[{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\"active\":1}"},"url":"https://api.eworkorders.com/v1/users/1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"69546958-c746-4f44-ad5f-501200c9c461"}],"id":"eafd16a1-46cc-4036-af49-96d1a3c4eaff","description":"<p>Get users and update user status.</p>\n","_postman_id":"eafd16a1-46cc-4036-af49-96d1a3c4eaff","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Workorders","item":[{"name":"Workorder Fields","item":[{"name":"List Work Order Fields","event":[{"listen":"prerequest","script":{"id":"85b968ee-9aa5-4b79-bb92-2913507effc6","exec":[""],"type":"text/javascript"}}],"id":"256953cf-0620-4221-b618-0c03441aa331","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/workorders/fields/{field_num}","description":"<p>List asset fields</p>\n<h2>Query String Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>field_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Work Order field description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>field_type_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique ID that correlates to the work order field type<br /><b>Accepted Values</b>:<br />1 (character)<br />2 (date)<br />3 (dropdown)<br />4 (number)<br />5 (datetime)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>field_type</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Description of the field type<br /><b>Accepted Values</b>:<br />character, date, dropdown, number, datetime</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","workorders","fields","{field_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"bfac13db-37f9-49d6-977e-cb3f11eacc23","name":"List Work Order Fields","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{{date}}"},{"key":"Authorization","value":"{{signature}}"},{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.eworkorders.com/v1/workorders/fields?field_type=dropdown","protocol":"https","host":["api","eworkorders","com"],"path":["v1","workorders","fields"],"query":[{"key":"field_type","value":"dropdown"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:34:30 GMT"},{"key":"Content-Length","value":"2089"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"super_num\": 1,\r\n        \"super_desc\": \"Maintenance Department\",\r\n        \"field_num\": \"9\",\r\n        \"field_desc\": \"Dropdown2\",\r\n        \"field_length\": 1,\r\n        \"field_type_num\": 3,\r\n        \"field_type\": \"dropdown\",\r\n        \"required\": 0,\r\n        \"feedback\": 0,\r\n        \"spotbuys\": 0,\r\n        \"appears\": 0,\r\n        \"TopBlankValue\": 1,\r\n        \"open_work\": 0,\r\n        \"display_on_pda_work_order_view\": 1,\r\n        \"work_order_review\": 0,\r\n        \"work_order_closure\": 0,\r\n        \"field_sort\": null\r\n    },\r\n    {\r\n        \"super_num\": 1,\r\n        \"super_desc\": \"Maintenance Department\",\r\n        \"field_num\": \"2\",\r\n        \"field_desc\": \"Machine Shut Down Required\",\r\n        \"field_length\": 1,\r\n        \"field_type_num\": 3,\r\n        \"field_type\": \"dropdown\",\r\n        \"required\": 1,\r\n        \"feedback\": 1,\r\n        \"spotbuys\": 0,\r\n        \"appears\": 0,\r\n        \"TopBlankValue\": 0,\r\n        \"open_work\": 0,\r\n        \"display_on_pda_work_order_view\": 1,\r\n        \"work_order_review\": 1,\r\n        \"work_order_closure\": 0,\r\n        \"field_sort\": null\r\n    },\r\n    {\r\n        \"super_num\": 1,\r\n        \"super_desc\": \"Maintenance Department\",\r\n        \"field_num\": \"1\",\r\n        \"field_desc\": \"Plant Shut Down Required\",\r\n        \"field_length\": 3,\r\n        \"field_type_num\": 3,\r\n        \"field_type\": \"dropdown\",\r\n        \"required\": 0,\r\n        \"feedback\": 0,\r\n        \"spotbuys\": 0,\r\n        \"appears\": 1,\r\n        \"TopBlankValue\": 0,\r\n        \"open_work\": 0,\r\n        \"display_on_pda_work_order_view\": 1,\r\n        \"work_order_review\": 0,\r\n        \"work_order_closure\": 0,\r\n        \"field_sort\": null\r\n    },\r\n    {\r\n        \"super_num\": 1,\r\n        \"super_desc\": \"Maintenance Department\",\r\n        \"field_num\": \"18\",\r\n        \"field_desc\": \"Rebecca testing\",\r\n        \"field_length\": 1,\r\n        \"field_type_num\": 3,\r\n        \"field_type\": \"dropdown\",\r\n        \"required\": 1,\r\n        \"feedback\": 1,\r\n        \"spotbuys\": 0,\r\n        \"appears\": 0,\r\n        \"TopBlankValue\": 0,\r\n        \"open_work\": 1,\r\n        \"display_on_pda_work_order_view\": 0,\r\n        \"work_order_review\": 1,\r\n        \"work_order_closure\": 0,\r\n        \"field_sort\": null\r\n    },\r\n    {\r\n        \"super_num\": 1,\r\n        \"super_desc\": \"Maintenance Department\",\r\n        \"field_num\": \"4\",\r\n        \"field_desc\": \"Was there production loss?\",\r\n        \"field_length\": 1,\r\n        \"field_type_num\": 3,\r\n        \"field_type\": \"dropdown\",\r\n        \"required\": 1,\r\n        \"feedback\": 0,\r\n        \"spotbuys\": 0,\r\n        \"appears\": 1,\r\n        \"TopBlankValue\": 0,\r\n        \"open_work\": 0,\r\n        \"display_on_pda_work_order_view\": 1,\r\n        \"work_order_review\": 0,\r\n        \"work_order_closure\": 0,\r\n        \"field_sort\": null\r\n    }\r\n]"}],"_postman_id":"256953cf-0620-4221-b618-0c03441aa331"},{"name":"Get Work Order Field Values","event":[{"listen":"prerequest","script":{"id":"52120d5f-5164-46eb-a9a1-e40715c99114","exec":[""],"type":"text/javascript"}}],"id":"7ac67c4d-665e-46f7-ad85-dce3f96d34a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/workorders/fields/values/{workorder_num}","description":"<p>List work order field values</p>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","workorders","fields","values","{workorder_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"c26082ac-6e3d-4c34-a81b-548fb5c6696b","name":"Get Work Order Field Values","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{{date}}"},{"key":"Authorization","value":"{{signature}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/workorders/fields/values/9982"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:34:30 GMT"},{"key":"Content-Length","value":"2089"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"11\",\r\n        \"field_value\": \"\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"8\",\r\n        \"field_value\": \"No\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"9\",\r\n        \"field_value\": \"YES\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"10\",\r\n        \"field_value\": \"\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"2\",\r\n        \"field_value\": \"Yes\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"6\",\r\n        \"field_value\": \"5\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"1\",\r\n        \"field_value\": \"No\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"17\",\r\n        \"field_value\": \"544\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"7\",\r\n        \"field_value\": \"\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"13\",\r\n        \"field_value\": \"\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"5\",\r\n        \"field_value\": \"\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"12\",\r\n        \"field_value\": \"\"\r\n    },\r\n    {\r\n        \"wo_number\": \"9982\",\r\n        \"field_num\": \"4\",\r\n        \"field_value\": \"NO\"\r\n    }\r\n]"}],"_postman_id":"7ac67c4d-665e-46f7-ad85-dce3f96d34a2"},{"name":"Get Workorder Field Dropdown Values","event":[{"listen":"prerequest","script":{"id":"84cae565-61dd-4680-8587-5c9d56383fc6","exec":[""],"type":"text/javascript"}}],"id":"af766ec8-2201-4d6d-8dad-6aa84f870ac9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}"},{"key":"Authorization","value":"apikey {username}:{apikey}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/workorders/fields/dropdowns/{field_num}","description":"<p>List asset field values</p>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","workorders","fields","dropdowns","{field_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"86dcd977-570f-495e-80c7-ee78d0d580f1","name":"Get Workorder Field Values","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{{date}}"},{"key":"Authorization","value":"{{signature}}"},{"key":"Content-Type","value":"application/json"}],"url":"https://api.eworkorders.com/v1/workorders/fields/dropdowns/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:34:30 GMT"},{"key":"Content-Length","value":"2089"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"field_num\": \"1\",\r\n        \"value_desc\": \"No\",\r\n        \"default_value\": 1\r\n    },\r\n    {\r\n        \"field_num\": \"1\",\r\n        \"value_desc\": \"Yes\",\r\n        \"default_value\": 0\r\n    }\r\n]"}],"_postman_id":"af766ec8-2201-4d6d-8dad-6aa84f870ac9"}],"id":"e4f890e1-972f-4e4c-97a9-6524116d8ca1","description":"<p>Custom Work order fields</p>\n","_postman_id":"e4f890e1-972f-4e4c-97a9-6524116d8ca1","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Work Order Assignments","item":[{"name":"Get Work Order Assignments","id":"0e885178-8c82-4ae7-8429-16deaa6c1db3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/workorders/assignments","description":"<p>List work order assignments</p>\n<h2 id=\"query-string-parameters\"><strong>Query String Parameters:</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>workorder_num</td>\n<td>int</td>\n<td>work order number</td>\n</tr>\n<tr>\n<td>employee_num</td>\n<td>int</td>\n<td>unique employee key</td>\n</tr>\n<tr>\n<td>workgroup_num</td>\n<td>int</td>\n<td>unique work group ID</td>\n</tr>\n<tr>\n<td>expertise_num</td>\n<td>int</td>\n<td>unique Expertise ID number</td>\n</tr>\n<tr>\n<td>workorder_type_num</td>\n<td>int</td>\n<td>unique work order type ID</td>\n</tr>\n<tr>\n<td>workorder_status_num</td>\n<td>int</td>\n<td>Unique status identifier</td>\n</tr>\n<tr>\n<td>assignment_required_from</td>\n<td>date/time</td>\n<td>assignment required from</td>\n</tr>\n<tr>\n<td>assignment_required_to</td>\n<td>date/time</td>\n<td>assignment required to date</td>\n</tr>\n<tr>\n<td>assignment_start_from</td>\n<td>date/time</td>\n<td>assignment start from date</td>\n</tr>\n<tr>\n<td>assignment_start_to</td>\n<td>date/time</td>\n<td>assignment start to date</td>\n</tr>\n<tr>\n<td>workorder_status_resolved</td>\n<td>string 'true'/'false'</td>\n<td>filter by resolved or unresolved work orders</td>\n</tr>\n<tr>\n<td>assignment_status_resolved</td>\n<td>string 'true'/'false'</td>\n<td>filter by assignment status resolved/unresolved</td>\n</tr>\n<tr>\n<td>workorder_area_num</td>\n<td>int</td>\n<td>unique area identifier</td>\n</tr>\n<tr>\n<td>workorder_asset_num</td>\n<td>int</td>\n<td>unique asset identifier</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","workorders","assignments"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"d1e69425-ab95-43f1-b337-1c1e7c06f9d5","name":"Get Work Order Assignments","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/workorders/assignments"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"    [\r\n        {\r\n        \"super_num\": 1,\r\n        \"employee_name\": \"Supervisor\",\r\n        \"employee_nickname\": \"sup\",\r\n        \"employee_num\": \"10\",\r\n        \"workorder_num\": \"547\",\r\n        \"assignment_estimated_hours\": \"4.00\",\r\n        \"assignment_start_date\": {\r\n            \"date\": \"1900-01-01 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        },\r\n        \"assignment_start_hour\": 99,\r\n        \"assignment_start_minute\": 99,\r\n        \"assignment_required_date\": {\r\n            \"date\": \"1900-01-01 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        },\r\n        \"assignment_status\": \"Assigned\",\r\n        \"assignment_status_num\": 5,\r\n        \"workorder_status\": \"Open\",\r\n        \"workorder_status_num\": 1\r\n    },\r\n\r\n    {\r\n        \"super_num\": 1,\r\n        \"employee_name\": \"Support\",\r\n        \"employee_nickname\": \"support\",\r\n        \"employee_num\": \"11\",\r\n        \"workorder_num\": \"519\",\r\n        \"assignment_estimated_hours\": \".00\",\r\n        \"assignment_start_date\": {\r\n            \"date\": \"1900-01-01 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        },\r\n        \"assignment_start_hour\": null,\r\n        \"assignment_start_minute\": null,\r\n        \"assignment_required_date\": {\r\n            \"date\": \"1900-01-01 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        },\r\n        \"assignment_status\": \"Open\",\r\n        \"assignment_status_num\": 1,\r\n        \"workorder_status\": \"Open\",\r\n        \"workorder_status_num\": 1\r\n    },\r\n    {\r\n        \"super_num\": 1,\r\n        \"employee_name\": \"Support\",\r\n        \"employee_nickname\": \"support\",\r\n        \"employee_num\": \"11\",\r\n        \"workorder_num\": \"527\",\r\n        \"assignment_estimated_hours\": \".00\",\r\n        \"assignment_start_date\": {\r\n            \"date\": \"2025-04-15 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        },\r\n        \"assignment_start_hour\": 99,\r\n        \"assignment_start_minute\": 99,\r\n        \"assignment_required_date\": {\r\n            \"date\": \"2025-04-29 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        },\r\n        \"assignment_status\": \"Open\",\r\n        \"assignment_status_num\": 1,\r\n        \"workorder_status\": \"Open\",\r\n        \"workorder_status_num\": 1\r\n    }\r\n]"}],"_postman_id":"0e885178-8c82-4ae7-8429-16deaa6c1db3"}],"id":"cdf1b5ef-94c4-4844-8054-1495688b946b","_postman_id":"cdf1b5ef-94c4-4844-8054-1495688b946b","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Work Order Labor Hours","item":[{"name":"Get Work Order Labor Hours","id":"999daceb-1699-4218-8a44-e8927fb81cf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/workorders/labor","description":"<p>List work order labor hours.</p>\n<h2 id=\"query-string-parameters\"><strong>Query String Parameters:</strong></h2>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>workorder_num</td>\n<td>int</td>\n<td>work order number</td>\n</tr>\n<tr>\n<td>employee_num</td>\n<td>int</td>\n<td>unique employee ID</td>\n</tr>\n<tr>\n<td>labor_date</td>\n<td>date/time</td>\n<td>date of logged labor hours</td>\n</tr>\n<tr>\n<td>workorder_closed_date</td>\n<td>date/time</td>\n<td>work order closed date</td>\n</tr>\n<tr>\n<td>labor_time_class</td>\n<td>int</td>\n<td>unique ID for the type of labor time</td>\n</tr>\n<tr>\n<td>workgroup_num</td>\n<td>int</td>\n<td>work group unique ID</td>\n</tr>\n<tr>\n<td>expertise_num</td>\n<td>int</td>\n<td>expertise unique ID</td>\n</tr>\n<tr>\n<td>workorder_type_num</td>\n<td>int</td>\n<td>type num ID</td>\n</tr>\n<tr>\n<td>workorder_status_num</td>\n<td>int</td>\n<td>work order status unique ID</td>\n</tr>\n<tr>\n<td>workorder_status_resolved</td>\n<td>string 'true'/'false'</td>\n<td>filter on resolved or unresolved work orders</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","workorders","labor"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"e16a63bc-3938-425f-8204-18fe72811487","name":"Get Work Order Labor Hours","originalRequest":{"method":"GET","header":[{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/workorders/labor"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"[\r\n        {\r\n        \"super_num\": \"1\",\r\n        \"employee_name\": \"Secretary\",\r\n        \"employee_num\": \"9\",\r\n        \"workorder_num\": \"547\",\r\n        \"labor_hours\": \"5.00\",\r\n        \"labor_date\": {\r\n            \"date\": \"2024-12-07 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        },\r\n        \"labor_time_class\": \"Straight\",\r\n        \"labor_rate\": \".00\",\r\n        \"labor_charge\": \".00\",\r\n        \"workorder_status_num\": 1,\r\n        \"workorder_status\": \"Open\",\r\n        \"workorder_closed_date\": {\r\n            \"date\": \"1900-01-01 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        }\r\n    },\r\n    {\r\n        \"super_num\": \"1\",\r\n        \"employee_name\": \"Support\",\r\n        \"employee_num\": \"11\",\r\n        \"workorder_num\": \"547\",\r\n        \"labor_hours\": \"5.00\",\r\n        \"labor_date\": {\r\n            \"date\": \"2025-05-21 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        },\r\n        \"labor_time_class\": \"Straight\",\r\n        \"labor_rate\": \".00\",\r\n        \"labor_charge\": \".00\",\r\n        \"workorder_status_num\": 1,\r\n        \"workorder_status\": \"Open\",\r\n        \"workorder_closed_date\": {\r\n            \"date\": \"1900-01-01 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        }\r\n    },\r\n    {\r\n        \"super_num\": \"1\",\r\n        \"employee_name\": \"Teacher\",\r\n        \"employee_num\": \"17\",\r\n        \"workorder_num\": \"483\",\r\n        \"labor_hours\": \"130.78\",\r\n        \"labor_date\": {\r\n            \"date\": \"2025-02-04 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        },\r\n        \"labor_time_class\": \"Straight\",\r\n        \"labor_rate\": \".00\",\r\n        \"labor_charge\": \".00\",\r\n        \"workorder_status_num\": 3,\r\n        \"workorder_status\": \"Closed\",\r\n        \"workorder_closed_date\": {\r\n            \"date\": \"2025-02-17 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        }\r\n    },\r\n    {\r\n        \"super_num\": \"1\",\r\n        \"employee_name\": \"Teacher\",\r\n        \"employee_num\": \"17\",\r\n        \"workorder_num\": \"483\",\r\n        \"labor_hours\": \"6.43\",\r\n        \"labor_date\": {\r\n            \"date\": \"2025-02-10 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        },\r\n        \"labor_time_class\": \"Straight\",\r\n        \"labor_rate\": \".00\",\r\n        \"labor_charge\": \".00\",\r\n        \"workorder_status_num\": 3,\r\n        \"workorder_status\": \"Closed\",\r\n        \"workorder_closed_date\": {\r\n            \"date\": \"2025-02-17 00:00:00.000000\",\r\n            \"timezone_type\": 3,\r\n            \"timezone\": \"America/Chicago\"\r\n        }\r\n    }\r\n\r\n]"}],"_postman_id":"999daceb-1699-4218-8a44-e8927fb81cf7"}],"id":"58c9d8ff-fdd5-4e65-b35d-f7757281dd1d","_postman_id":"58c9d8ff-fdd5-4e65-b35d-f7757281dd1d","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"List Work Orders","event":[{"listen":"prerequest","script":{"id":"3acb57ff-9f03-40f9-aca4-6827cac5dab8","exec":[""],"type":"text/javascript"}}],"id":"4586105c-4f1d-47b3-b613-747e68cfbf88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"Timestamp","type":"text","value":"{timestamp}"},{"key":"Content-type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/workorders","description":"<p>List work orders</p>\n<h2>Query String Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status_num</td>\n<td>int</td>\n<td>Unique status identifier</td>\n</tr>\n<tr>\n<td>status</td>\n<td>string</td>\n<td>Status</td>\n</tr>\n<tr>\n<td>prior_num</td>\n<td>int</td>\n<td>Unique priority identifier</td>\n</tr>\n<tr>\n<td>prior_desc</td>\n<td>string</td>\n<td>Priority</td>\n</tr>\n<tr>\n<td>type_num</td>\n<td>int</td>\n<td>Unique type identifier</td>\n</tr>\n<tr>\n<td>type_desc</td>\n<td>string</td>\n<td>Work Type</td>\n</tr>\n<tr>\n<td>unit_num</td>\n<td>int</td>\n<td>Unique asset identifier</td>\n</tr>\n<tr>\n<td>unit_desc</td>\n<td>string</td>\n<td>Asset</td>\n</tr>\n<tr>\n<td>area_num</td>\n<td>int</td>\n<td>Unique asset area identifier</td>\n</tr>\n<tr>\n<td>area_desc</td>\n<td>string</td>\n<td>Asset area</td>\n</tr>\n<tr>\n<td>report_grouping</td>\n<td>string</td>\n<td>Report Grouping associated with area on work order</td>\n</tr>\n<tr>\n<td>title</td>\n<td>string</td>\n<td>Title of work order (will check if input value is contained in the title)</td>\n</tr>\n<tr>\n<td>contact</td>\n<td>string</td>\n<td>Work Order Contact</td>\n</tr>\n<tr>\n<td>email</td>\n<td>string</td>\n<td>Work Order Email</td>\n</tr>\n<tr>\n<td>reported_from</td>\n<td>date/time</td>\n<td>Work Order reported from date</td>\n</tr>\n<tr>\n<td>reported_to</td>\n<td>date/time</td>\n<td>Work Order reported to date</td>\n</tr>\n<tr>\n<td>closed_from</td>\n<td>date/time</td>\n<td>Work Order closed from date</td>\n</tr>\n<tr>\n<td>closed_to</td>\n<td>date/time</td>\n<td>Work Order closed to date</td>\n</tr>\n</tbody>\n</table>","urlObject":{"protocol":"https","path":["v1","workorders"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"80000ed7-60f4-48a7-93c5-c68c0d6e89e6","name":"List Work Orders","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"Timestamp","type":"text","value":"{timestamp}"},{"key":"Content-type","type":"text","value":"application/json"}],"url":{"raw":"https://api.eworkorders.com/v1/workorders?reported_from=1/1/2019&reported_to=3/1/2019&status=1-On Hold&type_desc=Preventive Maintenance","protocol":"https","host":["api","eworkorders","com"],"path":["v1","workorders"],"query":[{"key":"reported_from","value":"1/1/2019"},{"key":"reported_to","value":"3/1/2019"},{"key":"status","value":"1-On Hold"},{"key":"type_desc","value":"Preventive Maintenance"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"super_num\": 1,\n        \"wo_number\": \"10476\",\n        \"wo_procedure\": \"\",\n        \"title\": \"Weekly Inspection of Sheared Pin detectors B2\",\n        \"contact\": \"Test Contact\",\n        \"phone\": \"111-111-1111\",\n        \"email\": \"test@eworkorders.com\",\n        \"location\": \"Plant 1- Bico 2\",\n        \"location2\": \"\",\n        \"printed\": \"No\",\n        \"reviewed\": \"Yes\",\n        \"type_num\": 2,\n        \"type_desc\": \"Preventive Maintenance\",\n        \"status_num\": 2,\n        \"status\": \"1-On Hold\",\n        \"prior_num\": 2,\n        \"prior_desc\": \"2-Normal\",\n        \"area_num\": \"101\",\n        \"area_desc\": \"Building 10\",\n        \"report_grouping\": \"\",\n        \"unit_num\": \"1169\",\n        \"unit_desc\": \"Water Heater 101\",\n        \"reported\": \"02/06/2019\",\n        \"started\": \"\",\n        \"required\": \"02/11/2019\",\n        \"closed\": \"\",\n        \"wo_field1\": \"No\",\n        \"wo_field2\": \"Yes\",\n        \"wo_field4\": \"NO\",\n        \"wo_field5\": \"\",\n        \"wo_field6\": \"\",\n        \"wo_field7\": \"\",\n        \"wo_field9\": \"YES\",\n        \"wo_field10\": \"\",\n        \"wo_field13\": \"\",\n        \"wo_field14\": \"-19-00001\",\n        \"wo_field15\": \"\",\n        \"wo_field16\": \"\",\n        \"total_labor_hours\": \".00\",\n        \"total_labor_hours_charge\": \".00\",\n        \"total_materials\": \".00\",\n        \"assignments\": \"John Doe,Jane Doe\"\n    }\n]"}],"_postman_id":"4586105c-4f1d-47b3-b613-747e68cfbf88"},{"name":"Get Work Order","event":[{"listen":"prerequest","script":{"id":"c29d7e52-fa50-48e2-9233-d3422aa6e13d","exec":[""],"type":"text/javascript"}}],"id":"172d8786-cc7f-4617-a450-7f0e032fa69a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"timestamp","type":"text","value":"{timestamp}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/workorders/{wo_number}","urlObject":{"protocol":"https","path":["v1","workorders","{wo_number}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"e6731757-cfca-45e3-be2d-66213e11eeb5","name":"Get Work Order","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"timestamp","type":"text","value":"{timestamp}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/workorders/10476"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"super_num\": 1,\n        \"wo_number\": \"10476\",\n        \"wo_procedure\": \"\",\n        \"title\": \"Weekly Inspection of Sheared Pin detectors B2\",\n        \"contact\": \"Test Contact\",\n        \"phone\": \"111-111-1111\",\n        \"email\": \"test@eworkorders.com\",\n        \"location\": \"Plant 1- Bico 2\",\n        \"location2\": \"\",\n        \"printed\": \"No\",\n        \"reviewed\": \"Yes\",\n        \"type_num\": 2,\n        \"type_desc\": \"Preventive Maintenance\",\n        \"status_num\": 2,\n        \"status\": \"1-On Hold\",\n        \"prior_num\": 2,\n        \"prior_desc\": \"2-Normal\",\n        \"area_num\": \"101\",\n        \"area_desc\": \"Building 10\",\n        \"report_grouping\": \"\",\n        \"unit_num\": \"1169\",\n        \"unit_desc\": \"Water Heater 101\",\n        \"reported\": \"02/06/2019\",\n        \"started\": \"\",\n        \"required\": \"02/11/2019\",\n        \"closed\": \"\",\n        \"wo_field1\": \"No\",\n        \"wo_field2\": \"Yes\",\n        \"wo_field4\": \"NO\",\n        \"wo_field5\": \"\",\n        \"wo_field6\": \"\",\n        \"wo_field7\": \"\",\n        \"wo_field9\": \"YES\",\n        \"wo_field10\": \"\",\n        \"wo_field13\": \"\",\n        \"wo_field14\": \"-19-00001\",\n        \"wo_field15\": \"\",\n        \"wo_field16\": \"\",\n        \"total_labor_hours\": \".00\",\n        \"total_labor_hours_charge\": \".00\",\n        \"total_materials\": \".00\",\n        \"assignments\": \"John Doe,Jane Doe\"\n    }\n]"}],"_postman_id":"172d8786-cc7f-4617-a450-7f0e032fa69a"},{"name":"Post Work Order","id":"c9f3ec32-2f0c-4083-9534-399ed93093a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/workorders","description":"<p>Create a new work order. The fields required to submit a work order are title, and work type.</p>\n<h2>Request Body Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>title</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Required</b> Title of work order (will check if input value is contained in the title)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>type_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\\\\\*Required</b> Unique work type ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>type_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\\\\\*Required</b> Work type description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>type_short</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\\\\\*Required</b> Work type short description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>area_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique area ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>area_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Area description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>area_short</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Area short description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>asset_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique asset ID</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>asset_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Asset description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>asset_short</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Asset short description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prior_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique priority identifier</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prior_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Priority</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>prior_short</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Priority short description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>type_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique type identifier</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>type_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Work Type</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>contact</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Work Order Contact</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>email</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Work Order Email</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Work Order Phone</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>location1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Location 1 field</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>location2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Location 2 field</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>budget</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Budget code</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>Procedure</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Information about the work order</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>auto_assign</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>If set to 1 labor will be automatically assigned to users set up under work types</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>send_notifications</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>If set to 1, all email and text notifications will be sent out as per the settings on the work type</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","workorders"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"96a00f23-91ee-4df0-9239-2504f87041b4","name":"Post Work Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/workorders"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"location","value":"/workorders/10660","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 201,\n    \"status_message\": \"Work Order created successfully.\"\n}"}],"_postman_id":"c9f3ec32-2f0c-4083-9534-399ed93093a2"}],"id":"07ddc351-f06e-4ba4-bb08-bc8bdc51eade","description":"<p>Get work orders</p>\n","event":[{"listen":"prerequest","script":{"id":"7a9d9824-ff75-4422-be04-cd050cebeec4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4fdd496-4f62-4556-86a0-cd5db79b7c15","type":"text/javascript","exec":[""]}}],"_postman_id":"07ddc351-f06e-4ba4-bb08-bc8bdc51eade","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Spotbuys","item":[{"name":"List Spot Buy Orders","event":[{"listen":"prerequest","script":{"id":"752d57dd-898c-44b7-a88b-b163157f474e","exec":[""],"type":"text/javascript","packages":{}}}],"id":"d95f44fa-1b17-446d-9078-92684d381978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/spotbuys","description":"<p>List spot buy orders</p>\n<h2>Query String Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>status_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique status identifier (1 = Open, 4 = Completed)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>notes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Notes (will check if input value is contained in the notes)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>contains_item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Description of item on order</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>wo_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Work Order #</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>vendor</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Vendor</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ordered_by</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ordered By</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ordered_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ordered_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order to date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>printed_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order printed from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>printed_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order printed to date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emailed_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order emailed from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emailed_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order emailed to date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>shipped_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order shipped from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>shipped_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order shipped to date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>approved_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order approved from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>approved_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order approved to date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>price_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order subtotal price amount from</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>price_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order subtotal price amount to</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","spotbuys"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"3e43857f-8854-4254-917c-128d9a179edc","name":"List Spot Buy Orders","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/spotbuys?shipped_from=1/1/2019&status_num=4&price_from=150","protocol":"https","host":["api","eworkorders","com"],"path":["v1","spotbuys"],"query":[{"key":"shipped_from","value":"1/1/2019"},{"key":"status_num","value":"4"},{"key":"price_from","value":"150"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"super_num\": 1,\n        \"order_num\": \"1234\",\n        \"ordered_by\": \"INVENTORY TEAM\",\n        \"status_num\": 1,\n        \"printed\": 0,\n        \"emailed\": 0,\n        \"approved\": 0,\n        \"approved_by\": \"0\",\n        \"receive_by\": \"0\",\n        \"wo_number\": \"70\",\n        \"price\": \"524.03\",\n        \"vendor_price\": null,\n        \"vendor\": \"Amazon\",\n        \"ven_po\": \"CBC-7852\",\n        \"contact\": \"\",\n        \"order_date\": \"01/01/2024\",\n        \"print_date\": \"\",\n        \"email_date\": \"\",\n        \"approve_date\": \"\",\n        \"receive_date\": \"\",\n        \"spotbuy_field1\": \"\",\n        \"spotbuy_field2\": \"\",\n        \"notes\": \"AMAZON 01/01/2024 PO 1234\",\n        \"invoices\": []\n    }\n]"}],"_postman_id":"d95f44fa-1b17-446d-9078-92684d381978"},{"name":"List Spot Buy Order - Line Items","event":[{"listen":"prerequest","script":{"id":"38d64491-1f0b-4c64-80e1-8b01f8161554","exec":[""],"type":"text/javascript","packages":{}}}],"id":"096daf5e-d16d-4cc8-8bd1-3354cd779ec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/spotbuys/lineitems","description":"<p>List spot buy order line items</p>\n<h2>Query String Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>wo_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Work Order #</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ordered_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ordered_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Spot buy order to date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>item_search</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String contained in item number or item description</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","spotbuys","lineitems"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"e5c3d69a-dc20-4e52-a992-574fd501bec2","name":"List Spot Buy Order - Line Items","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/spotbuys/lineitems?wo_number=25&item_search=B","protocol":"https","host":["api","eworkorders","com"],"path":["v1","spotbuys","lineitems"],"query":[{"key":"wo_number","value":"25"},{"key":"item_search","value":"B"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"order_num\": \"1234\",\n        \"order_date\": \"01/01/2024\",\n        \"wo_number\": \"25\",\n        \"quantity\": \"1.00\",\n        \"item_number\": \"52741\",\n        \"item\": \"Item B\",\n        \"unit_price\": \".00\",\n        \"vendor_unit_price\": \".00\",\n        \"amount\": \".00\",\n        \"vendor_amount\": \".00\",\n        \"scheduled_date\": \"\",\n        \"received_date\": \"01/08/2024\"\n    }\n]"}],"_postman_id":"096daf5e-d16d-4cc8-8bd1-3354cd779ec2"},{"name":"Get Spot Buy Order","event":[{"listen":"prerequest","script":{"id":"441ea8c9-57f4-4983-afb8-dd14dcccb90f","exec":[""],"type":"text/javascript","packages":{}}}],"id":"4c29fa9a-d561-44ed-acd3-3a5ce2916b67","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/spotbuys/{order_number}","urlObject":{"protocol":"https","path":["v1","spotbuys","{order_number}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"c63aa2a8-8014-4f58-a370-af54b8902447","name":"Get Spot Buy Order","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/spotbuys/1234"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"super_num\": 1,\n        \"order_num\": \"1234\",\n        \"ordered_by\": \"INVENTORY TEAM\",\n        \"status_num\": 1,\n        \"printed\": 0,\n        \"emailed\": 0,\n        \"approved\": 0,\n        \"approved_by\": \"0\",\n        \"receive_by\": \"0\",\n        \"wo_number\": \"70\",\n        \"price\": \"524.03\",\n        \"vendor_price\": null,\n        \"vendor\": \"Amazon\",\n        \"ven_po\": \"CBC-7852\",\n        \"contact\": \"\",\n        \"order_date\": \"01/01/2024\",\n        \"print_date\": \"\",\n        \"email_date\": \"\",\n        \"approve_date\": \"\",\n        \"receive_date\": \"\",\n        \"spotbuy_field1\": \"\",\n        \"spotbuy_field2\": \"\",\n        \"notes\": \"AMAZON 01/01/2024 PO 1234\",\n        \"invoices\": []\n    }\n]"}],"_postman_id":"4c29fa9a-d561-44ed-acd3-3a5ce2916b67"},{"name":"Get Spot Buy Order - Line Items","event":[{"listen":"prerequest","script":{"id":"38d64491-1f0b-4c64-80e1-8b01f8161554","exec":[""],"type":"text/javascript","packages":{}}}],"id":"1e43c1e7-fb64-4616-b1e2-c2af952d97f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/spotbuys/lineitems/{order_number}","urlObject":{"protocol":"https","path":["v1","spotbuys","lineitems","{order_number}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"94475d1a-a997-44be-a408-dce64d3fc37f","name":"Get Spot Buy Order - Line Items","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/spotbuys/lineitems/1234"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"order_num\": \"1234\",\n        \"order_date\": \"01/01/2024\",\n        \"wo_number\": \"25\",\n        \"quantity\": \"1.00\",\n        \"item_number\": \"38675\",\n        \"item\": \"Item A\",\n        \"unit_price\": \".00\",\n        \"vendor_unit_price\": \".00\",\n        \"amount\": \".00\",\n        \"vendor_amount\": \".00\",\n        \"scheduled_date\": \"\",\n        \"received_date\": \"\"\n    },\n    {\n        \"order_num\": \"1234\",\n        \"order_date\": \"01/01/2024\",\n        \"wo_number\": \"25\",\n        \"quantity\": \"1.00\",\n        \"item_number\": \"52741\",\n        \"item\": \"Item B\",\n        \"unit_price\": \".00\",\n        \"vendor_unit_price\": \".00\",\n        \"amount\": \".00\",\n        \"vendor_amount\": \".00\",\n        \"scheduled_date\": \"\",\n        \"received_date\": \"01/05/2024\"\n    },\n    {\n        \"order_num\": \"1234\",\n        \"order_date\": \"01/01/2024\",\n        \"wo_number\": \"25\",\n        \"quantity\": \"100.00\",\n        \"item_number\": \"96385\",\n        \"item\": \"Item C\",\n        \"unit_price\": \".00\",\n        \"vendor_unit_price\": \".00\",\n        \"amount\": \".00\",\n        \"vendor_amount\": \".00\",\n        \"scheduled_date\": \"\",\n        \"received_date\": \"01/08/2024\" \n    }\n]"}],"_postman_id":"1e43c1e7-fb64-4616-b1e2-c2af952d97f3"}],"id":"5ebeacef-0949-4777-be79-3a0ae0160cf1","_postman_id":"5ebeacef-0949-4777-be79-3a0ae0160cf1","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Inventory","item":[{"name":"List Inventory","id":"2dec15e2-acd4-4c12-a24b-1e6155b508c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventory","description":"<p>List inventory items</p>\n<h2>Query String Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>item_desc</td>\n<td>string</td>\n<td>Item Description (will check if input value is contained in the item description)</td>\n</tr>\n<tr>\n<td>stockroom_num</td>\n<td>int</td>\n<td>Unique stockroom identifier</td>\n</tr>\n<tr>\n<td>stockroom_short</td>\n<td>string</td>\n<td>Stockroom short description</td>\n</tr>\n<tr>\n<td>stockroom_desc</td>\n<td>string</td>\n<td>Stockroom</td>\n</tr>\n<tr>\n<td>cat_num</td>\n<td>int</td>\n<td>Unique item category identifier</td>\n</tr>\n<tr>\n<td>long_cat_desc</td>\n<td>string</td>\n<td>Item Category (Include all parent categories. Separate parent category from child category with \" - \".)</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>string</td>\n<td>Item Number</td>\n</tr>\n<tr>\n<td>consignment</td>\n<td>boolean</td>\n<td>Consigned Item</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>Active Status</td>\n</tr>\n<tr>\n<td>ven_num</td>\n<td>int</td>\n<td>Unique default vendor identifier</td>\n</tr>\n<tr>\n<td>vendor</td>\n<td>string</td>\n<td>Default Vendor</td>\n</tr>\n<tr>\n<td>location</td>\n<td>string</td>\n<td>Item location</td>\n</tr>\n</tbody>\n</table>","urlObject":{"protocol":"https","path":["v1","inventory"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"47a49882-552b-4ced-a108-34c518268199","name":"List Inventory","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/inventory?item_number=021020&stockroom_desc=initial+room","protocol":"https","host":["api","eworkorders","com"],"path":["v1","inventory"],"query":[{"key":"item_number","value":"021020"},{"key":"stockroom_desc","value":"initial+room"}]}},"_postman_previewlanguage":"text","header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"item_number\": \"021020\",\r\n        \"room_num\": 1,\r\n        \"location\": \"1-26-04-B\",\r\n        \"item_desc\": \"3M 1099 SCOTCH-GRIP ADHESIVE 1-GAL\",\r\n        \"long_desc\": \"02 - Adhesives and Tapes - ADHESIVES, GLUE\",\r\n        \"item_num\": \"133\",\r\n        \"total_inventory\": \".00\",\r\n        \"current_inventory\": \".00\",\r\n        \"unit\": \"EA\",\r\n        \"ven_item_number\": \"\",\r\n        \"min_num\": \".00\",\r\n        \"max_num\": \".00\",\r\n        \"cycle_days\": 365,\r\n        \"start_after\": \"01/01/2012\",\r\n        \"manufacturer\": \"\",\r\n        \"active\": 0,\r\n        \"consignment\": 0,\r\n        \"purchase_unit\": \"EA\",\r\n        \"unit_charge_cost_avg\": \".00\",\r\n        \"lots\": \"1.00\",\r\n        \"vendor\": \"HAGEMEYER NORTH AMERICA 147484-724\",\r\n        \"ven_po\": \"\",\r\n        \"contact\": \"(Customer Service)       \",\r\n        \"notes\": \"ADHESIVE, SCOTCH GRIP IND. #847, 3M P/N EC-847 1 QUART CAN                                                                                                                                                                                                     \\r\\n3M 1099 SCOTCH-GRIP ADHESIVE 1-GAL\\r\\n\\r\\nBalance Account Code: 111450-8141\\r\\nSpecifications: 62-199-753-                                                                                                                                                                                                                   \",\r\n        \"inventoryroom_short\": \"Initial\",\r\n        \"unit_charge_moving_cost_avg\": \".00\",\r\n        \"unit_charge\": \".00\",\r\n        \"on_order\": \".00\",\r\n        \"created_date\": \"10/15/2022\",\r\n        \"field1\": \"No\",\r\n        \"field2\": \"No\",\r\n        \"field3\": \"\",\r\n        \"field4\": \"\",\r\n        \"field5\": null,\r\n        \"field6\": \"\",\r\n        \"field7\": \"\"\r\n    }\r\n]"}],"_postman_id":"2dec15e2-acd4-4c12-a24b-1e6155b508c1"},{"name":"Get Inventory","id":"5ed7f560-b46e-4d0a-9eb0-1b3db3e08d23","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventory/{item_num}","urlObject":{"protocol":"https","path":["v1","inventory","{item_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"02741b0a-44b3-4eb1-a470-7910e833059f","name":"Get Inventory","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventory/326"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"item_number\": \"031158\",\r\n        \"room_num\": 1,\r\n        \"location\": \"2-47-05-B                     \",\r\n        \"item_desc\": \"P&S 5GAFTM PUMP ROTARY                                                     \",\r\n        \"long_desc\": \"03 - Air Compressor Dryers and Parts - AIR COMPRESSOR - CLARK NO. 1 AND NO. 2 MECHANICAL                     \",\r\n        \"item_num\": \"326\",\r\n        \"total_inventory\": \"1.00\",\r\n        \"current_inventory\": \"1.00\",\r\n        \"unit\": \"EA        \",\r\n        \"ven_item_number\": \"\",\r\n        \"min_num\": \".00\",\r\n        \"max_num\": \"1.00\",\r\n        \"cycle_days\": 365,\r\n        \"start_after\": \"01/01/2012\",\r\n        \"manufacturer\": \"                                        \",\r\n        \"active\": 0,\r\n        \"consignment\": 0,\r\n        \"purchase_unit\": \"EA        \",\r\n        \"unit_charge_cost_avg\": \"519.68\",\r\n        \"lots\": \"1.00\",\r\n        \"vendor\": \"HAGEMEYER NORTH AMERICA 147484-724\",\r\n        \"ven_po\": \"                    \",\r\n        \"contact\": \"(Customer Service)       \",\r\n        \"notes\": \"PUMP, WORTHINGTON ROTARY, MOD 5GAFTM MAIN LUBE PUMP, #1,2, &3 (CLARK AIR COMPRESSOR)                                                                                                                                                                           \\rP&S 5GAFTM PUMP ROTARY                                                     \\r\\rBalance Account Code: 111450-8141         \\rSpecifications: MAIN LUBE PUM                                                                                                                                                                                                                                                 \",\r\n        \"inventoryroom_short\": \"Initial\",\r\n        \"unit_charge_moving_cost_avg\": \"519.68\",\r\n        \"unit_charge\": \".00\",\r\n        \"on_order\": \".00\",\r\n        \"created_date\": \"10/15/2022\",\r\n        \"field1\": \"No\",\r\n        \"field2\": \"Yes\",\r\n        \"field3\": null,\r\n        \"field4\": null,\r\n        \"field5\": null,\r\n        \"field6\": null,\r\n        \"field7\": null\r\n    }\r\n]"}],"_postman_id":"5ed7f560-b46e-4d0a-9eb0-1b3db3e08d23"},{"name":"Post Inventory","id":"24058b45-a864-4e7d-bcf9-53cab93de642","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventory","description":"<p>Create a new inventory item.</p>\n<h2>Request Body Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inventory_department</td>\n<td>int</td>\n<td><b>Required</b> Inventory department unique identifier</td>\n</tr>\n<tr>\n<td>item_desc</td>\n<td>string</td>\n<td><b>Required</b> Unique item description</td>\n</tr>\n<tr>\n<td>long_cat_desc</td>\n<td>string</td>\n<td><b>*Required</b> Item category<br /><i>Include all parent categories. Separate parent category from child category with \" - \".</i></td>\n</tr>\n<tr>\n<td>cat_num</td>\n<td>int</td>\n<td><b>*Required</b> Item category unique identifier</td>\n</tr>\n<tr>\n<td>internal_unit</td>\n<td>string</td>\n<td><b>Required</b> Item's internal distribution unit. (ex. each, roll)</td>\n</tr>\n<tr>\n<td>purchase_unit</td>\n<td>string</td>\n<td>Item's purchase unit. (ex. each, case)</td>\n</tr>\n<tr>\n<td>lots</td>\n<td>integer</td>\n<td>Number of internal units in purchase unit (default is 1)</td>\n</tr>\n<tr>\n<td>unit_charge</td>\n<td>float</td>\n<td>Item's internal chargeback price.<br /><i>This field will only be populated if the accounting method is Set Defined Price</i></td>\n</tr>\n<tr>\n<td>stockroom_num</td>\n<td>int</td>\n<td>Stockroom unique identifier.<br /><i>If this, stockroom_short and stockroom_desc are all blank, the first stockroom found will be the default.</i></td>\n</tr>\n<tr>\n<td>stockroom_short</td>\n<td>string</td>\n<td>Stockroom short description</td>\n</tr>\n<tr>\n<td>stockroom_desc</td>\n<td>string</td>\n<td>Stockroom</td>\n</tr>\n<tr>\n<td>ven_num</td>\n<td>int</td>\n<td>Default vendor unique identifier</td>\n</tr>\n<tr>\n<td>vendor</td>\n<td>string</td>\n<td>Default vendor</td>\n</tr>\n<tr>\n<td>con_num</td>\n<td>int</td>\n<td>Default contact unique identifier</td>\n</tr>\n<tr>\n<td>contact</td>\n<td>string</td>\n<td>Default contact</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>string</td>\n<td>Item number</td>\n</tr>\n<tr>\n<td>ven_item_number</td>\n<td>string</td>\n<td>Vendor's item number</td>\n</tr>\n<tr>\n<td>ven_po</td>\n<td>string</td>\n<td>Vendor's default PO number</td>\n</tr>\n<tr>\n<td>lead_time</td>\n<td>int</td>\n<td>Vendor's lead time</td>\n</tr>\n<tr>\n<td>consignment</td>\n<td>boolean</td>\n<td>Consigned Item (0 is false, 1 is true)</td>\n</tr>\n<tr>\n<td>manufacturer</td>\n<td>string</td>\n<td>Item manufacturer</td>\n</tr>\n<tr>\n<td>active</td>\n<td>boolean</td>\n<td>Active Status (0 is false, 1 is true)</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>string</td>\n<td>Item notes</td>\n</tr>\n<tr>\n<td>field#</td>\n<td>string<br />number<br />date</td>\n<td>Item user field<br /><i>Examples:<br />field1 = 'Red'<br />field4 = 14<br />field9 = '12/31/2001'</i></td>\n</tr>\n</tbody>\n</table>","urlObject":{"protocol":"https","path":["v1","inventory"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"0657e655-9209-4a0f-9e70-571662922073","name":"Post Inventory","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\"inventory_department\": 1,\r\n\"item_desc\": \"Item A\",\r\n\"long_cat_desc\": \"parent category - child category\",\r\n\"internal_unit\": \"roll\",\r\n\"purchase_unit\": \"case\",\r\n\"lots\": 10,\r\n\"unit_charge\": 5.75,\r\n\"stockroom_short\": \"WH1\",\r\n\"vendor\": \"Vendor A\",\r\n\"contact\": \"Customer Service\",\r\n\"item_number\": \"FTI123\",\r\n\"ven_item_number\": \"Ven-FTI123\",\r\n\"ven_po\": \"0987\",\r\n\"lead_time\": 6,\r\n\"consignment\": 0,\r\n\"manufacturer\": \"Manufacturer A\",\r\n\"active\": 1,\r\n\"notes\": \"Added via API\",\r\n\"field2\": 8\r\n}"},"url":"https://api.eworkorders.com/v1/inventory"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"location","value":"/inventory/843","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": 201,\r\n  \"status_message\": \"Inventory item created sucessfully.\"\r\n}"}],"_postman_id":"24058b45-a864-4e7d-bcf9-53cab93de642"},{"name":"Update Inventory Item Stockroom","id":"280ca230-cd0e-4d73-b56d-f0ce339929f0","request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"stockroom_num\": 2,\n    \"location\": \"Bin A\",\n    \"min_num\": 5,\n    \"max_num\": 100,\n    \"start_after\": \"01/01/2020\",\n    \"cycle_days\": 180,\n    \"active\": 1\n}"},"url":"https://api.eworkorders.com/v1/inventory/stockroom_data/{item_num}","description":"<p>Update the stockroom data for an item in a specific stockroom location.</p>\n<h2>Request Body Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>item_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\*Required</b><br />Unique item description<br />(\\* If an item_num is not included in the endpoint)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\*Required</b><br />Stockroom unique identifier.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\*Required</b><br />Stockroom short description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_short</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\*Required</b><br />Stockroom</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>location</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>The bin or shelf location in the stockroom</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>min_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Minimum item quantity</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>max_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Maximum item quantity</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>start_after</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Cycle count schedule begin date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>cycle_days</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number of days between cycle counts</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>active</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Active Status</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","inventory","stockroom_data","{item_num}"],"host":["api","eworkorders","com"],"query":[{"disabled":true,"key":"active","value":""}],"variable":[]}},"response":[{"id":"385b13e3-dd4d-4ef1-afd4-518b3e5e5771","name":"Update Inventory Item Stockroom","originalRequest":{"method":"PUT","header":[{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"stockroom_num\": 2,\r\n    \"location\": \"Bin A\",\r\n    \"min_num\": 5,\r\n    \"max_num\": 100,\r\n    \"start_after\": \"01/01/2020\",\r\n    \"cycle_days\": 180,\r\n    \"active\": 1\r\n}"},"url":"https://api.eworkorders.com/v1/inventory/stockroom_data/1174"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": 200,\r\n    \"status_message\": \"Stockroom data updated sucessfully.\"\r\n}"}],"_postman_id":"280ca230-cd0e-4d73-b56d-f0ce339929f0"}],"id":"d155f585-f4fe-4c8e-ae96-fbde65e51c88","_postman_id":"d155f585-f4fe-4c8e-ae96-fbde65e51c88","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Stockrooms","item":[{"name":"List Stockrooms","id":"97ecea61-abb1-42cb-9cdc-67540b60261e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/stockrooms/{stockroom_num}","description":"<p>List inventory stockrooms</p>\n<h2>Query String Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>active</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>1=active, 0=inactive</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_short</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Stockroom short description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Stockroom</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","stockrooms","{stockroom_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"d8786b32-cf02-4fca-80bb-96a3c2294dc7","name":"List Stockrooms","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/stockrooms?active=1","protocol":"https","host":["api","eworkorders","com"],"path":["v1","stockrooms"],"query":[{"key":"active","value":"1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"stockroom_num\": 1,\n        \"stockroom_desc\": \"Warehouse 1\",\n        \"stockroom_short\": \"WH1\",\n        \"notes\": \"\",\n        \"active\": 1\n    },\n    {\n        \"stockroom_num\": 2,\n        \"stockroom_desc\": \"Warehouse 2\",\n        \"stockroom_short\": \"WH2\",\n        \"notes\": \"Stockroom note\",\n        \"active\": 1\n    }\n]"}],"_postman_id":"97ecea61-abb1-42cb-9cdc-67540b60261e"}],"id":"df0cf6c2-b317-4067-ad1d-cab5ee398806","_postman_id":"df0cf6c2-b317-4067-ad1d-cab5ee398806","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Transactions","item":[{"name":"List Transactions","id":"b88bc4e0-44be-4f70-9649-3b1b52013730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/transactions/{item_num}","description":"<p>List inventory transactions</p>\n<h2>Query String Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique stockroom identifier</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_short</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Stockroom short description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Stockroom</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","transactions","{item_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"cb25d57d-80c0-4d83-b632-a92fb4611ba7","name":"List Transactions","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/transactions/6?stockroom_desc=Warehouse+1","protocol":"https","host":["api","eworkorders","com"],"path":["v1","transactions","6"],"query":[{"key":"stockroom_desc","value":"Warehouse+1"}]}},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"transaction_group\": \"deposit\",\n        \"inventoryroom_desc\": \"Warehouse 1\",\n        \"item_desc\": \"Part A\",\n        \"item_num\": \"6\",\n        \"transaction_date\": \"05/10/2024\",\n        \"transaction_type\": \"PO\",\n        \"transaction_key\": \"1234\",\n        \"quantity\": \"50.00\",\n        \"price\": \"28.00\",\n        \"quantity_accounted\": \".00\",\n        \"quantity_unaccounted\": \"50.00\"\n    },\n    {\n        \"transaction_group\": \"removal\",\n        \"inventoryroom_desc\": \"Warehouse 1\",\n        \"item_desc\": \"Part A\",\n        \"item_num\": \"6\",\n        \"transaction_date\": \"05/26/2024\",\n        \"transaction_type\": \"LI\",\n        \"transaction_key\": \"18347\",\n        \"quantity\": \"1.00\",\n        \"price\": \".56\",\n        \"quantity_accounted\": \".00\",\n        \"quantity_unaccounted\": \"1.00\"\n    }\n]"}],"_postman_id":"b88bc4e0-44be-4f70-9649-3b1b52013730"}],"id":"2b41d9fc-5898-488c-8d77-d0584398ac21","description":"<p>Inventory Deposits, Removals, Counts and Adjustments</p>\n","_postman_id":"2b41d9fc-5898-488c-8d77-d0584398ac21","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Purchaseorders","item":[{"name":"List Purchase Orders","event":[{"listen":"prerequest","script":{"id":"752d57dd-898c-44b7-a88b-b163157f474e","exec":[""],"type":"text/javascript"}}],"id":"79fa4dd6-fd3f-40e4-9194-a32d727d1793","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"Timestamp","type":"text","value":"{timestamp}"},{"key":"Content-type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/purchaseorders","description":"<p>List purchase orders</p>\n<h2>Query String Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>status_num</td>\n<td>int</td>\n<td>Unique status identifier (1 = Open, 4 = Completed)</td>\n</tr>\n<tr>\n<td>notes</td>\n<td>string</td>\n<td>Notes (will check if input value is contained in the notes)</td>\n</tr>\n<tr>\n<td>contains_item</td>\n<td>int</td>\n<td>Unique item identifier (of item on PO)</td>\n</tr>\n<tr>\n<td>approved_by</td>\n<td>string</td>\n<td>Approved By</td>\n</tr>\n<tr>\n<td>item_count</td>\n<td>int</td>\n<td>Number of items on PO</td>\n</tr>\n<tr>\n<td>vendor</td>\n<td>string</td>\n<td>Vendor</td>\n</tr>\n<tr>\n<td>ordered_by</td>\n<td>string</td>\n<td>Ordered By</td>\n</tr>\n<tr>\n<td>ordered_from</td>\n<td>date/time</td>\n<td>Purchase order from date</td>\n</tr>\n<tr>\n<td>ordered_to</td>\n<td>date/time</td>\n<td>Purchase order to date</td>\n</tr>\n<tr>\n<td>printed_from</td>\n<td>date/time</td>\n<td>Purchase order printed from date</td>\n</tr>\n<tr>\n<td>printed_to</td>\n<td>date/time</td>\n<td>Purchase order printed to date</td>\n</tr>\n<tr>\n<td>emailed_from</td>\n<td>date/time</td>\n<td>Purchase order emailed from date</td>\n</tr>\n<tr>\n<td>emailed_to</td>\n<td>date/time</td>\n<td>Purchase order emailed to date</td>\n</tr>\n<tr>\n<td>shipped_from</td>\n<td>date/time</td>\n<td>Purchase order shipped from date</td>\n</tr>\n<tr>\n<td>shipped_to</td>\n<td>date/time</td>\n<td>Purchase order shipped to date</td>\n</tr>\n<tr>\n<td>approved_from</td>\n<td>date/time</td>\n<td>Purchase order approved from date</td>\n</tr>\n<tr>\n<td>approved_to</td>\n<td>date/time</td>\n<td>Purchase order approved to date</td>\n</tr>\n<tr>\n<td>price_from</td>\n<td>int</td>\n<td>Purchase order subtotal price amount from</td>\n</tr>\n<tr>\n<td>price_to</td>\n<td>int</td>\n<td>Purchase order subtotal price amount to</td>\n</tr>\n</tbody>\n</table>","urlObject":{"protocol":"https","path":["v1","purchaseorders"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"f3abdab0-d208-44e4-a2ae-b1f82bbaeafc","name":"List Purchase Orders","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/purchaseorders?ordered_from=1/1/2019&status_num=4&price_from=150","protocol":"https","host":["api","eworkorders","com"],"path":["v1","purchaseorders"],"query":[{"key":"ordered_from","value":"1/1/2019"},{"key":"status_num","value":"4"},{"key":"price_from","value":"150"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"room_num\": \"1\",\n        \"po_num\": \"128\",\n        \"ordered_by\": \"John Doe\",\n        \"status_num\": 4,\n        \"printed\": 0,\n        \"emailed\": 0,\n        \"approved\": 1,\n        \"approver_user_num\": 1,\n        \"approver_user\": \"System Administrator\",\n        \"item_count\": \"1\",\n        \"price\": \"260.95\",\n        \"shipping\": \"0.00\",\n        \"tax\": \"0.00\",\n        \"coupon\": \"0.00\",\n        \"vendor\": \"(No Vendor)\",\n        \"ven_po\": \"1234\",\n        \"contact\": \"\",\n        \"order_date\": \"09/07/2022\",\n        \"print_date\": \"\",\n        \"approve_date\": \"09/07/2022\",\n        \"shipping_date\": null,\n        \"po_field4\": \"\",\n        \"po_field5\": \"\",\n        \"po_field6\": \"\",\n        \"po_field7\": \"\",\n        \"notes\": \"This purchase order was created by an import\",\n        \"invoices\": [\n            {\n                \"invoice_number\": \"invoice123\",\n                \"invoice_amount\": \"541.60\",\n                \"invoice_date\": \"07/03/2024\"\n            }\n        ]\n    }\n]"}],"_postman_id":"79fa4dd6-fd3f-40e4-9194-a32d727d1793"},{"name":"Get Purchase Order","event":[{"listen":"prerequest","script":{"id":"441ea8c9-57f4-4983-afb8-dd14dcccb90f","exec":[""],"type":"text/javascript"}}],"id":"7ac3fe31-dc32-449e-a9f9-e4bab1b6c432","protocolProfileBehavior":{"disableBodyPruning":true,"strictSSL":false},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"timestamp","type":"text","value":"{timestamp}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/purchaseorders/{po_number}","urlObject":{"protocol":"https","path":["v1","purchaseorders","{po_number}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"382967e9-2d8c-43a9-8683-65d486b7cb69","name":"Get Purchase Order","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/purchaseorders/6"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"inventory_department\": \"1\",\n        \"po_num\": \"6\",\n        \"ordered_by\": \"System Administrator\",\n        \"status_num\": 4,\n        \"printed\": 0,\n        \"emailed\": 0,\n        \"approved\": 0,\n        \"approver_user_num\": 0,\n        \"approver_user\": \"API User\",\n        \"item_count\": \"1\",\n        \"price\": \"10.00\",\n        \"shipping\": \"7.99\",\n        \"tax\": \"0.52\",\n        \"coupon\": \".00\",\n        \"vendor\": \"Company ABC\",\n        \"ven_po\": \"\",\n        \"contact\": \"Customer Service\",\n        \"order_date\": \"01/08/2019\",\n        \"print_date\": \"\",\n        \"approve_date\": \"\",\n        \"shipping_date\": \"01/10/2019\",\n        \"po_field4\": \"\",\n        \"po_field5\": \"\",\n        \"po_field6\": \"\",\n        \"po_field7\": \"\",\n        \"notes\": \"This order was automatically generated.\",\n        \"invoices\": [\n            {\n                \"invoice_number\": \"invoice123\",\n                \"invoice_amount\": \"541.60\",\n                \"invoice_date\": \"07/03/2024\"\n            }\n        ]\n    }\n]"}],"_postman_id":"7ac3fe31-dc32-449e-a9f9-e4bab1b6c432"},{"name":"Get Purchase Order - Line Items","event":[{"listen":"prerequest","script":{"id":"38d64491-1f0b-4c64-80e1-8b01f8161554","exec":[""],"type":"text/javascript"}}],"id":"0770b64c-78f6-40f9-8c45-e8e65396ef39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"timestamp","type":"text","value":"{timestamp}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/purchaseorders/{po_number}/lineitems","urlObject":{"protocol":"https","path":["v1","purchaseorders","{po_number}","lineitems"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"ea9f316b-572a-4605-beec-6f8993d0efee","name":"Get Purchase Order - Line Items","originalRequest":{"method":"GET","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"timestamp","type":"text","value":"{timestamp}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/purchaseorders/6/lineitems"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\n    {\n        \"item_num\": \"84\",\n        \"item\": \"battery 4\",\n        \"stockroom\": \"Warehouse 1\",\n        \"quantity_ordered\": \"2.00\",\n        \"quantity_received\": \"2.00\",\n        \"vendor_item_number\": \"\",\n        \"unit_price\": \"23.39\",\n        \"amount\": \"46.78\",\n        \"notes\": \"\",\n        \"shelved\": \"02/14/2022\",\n        \"expected\": \"\"\n    },\n    {\n        \"item_num\": \"6\",\n        \"item\": \"wooden boards\",\n        \"stockroom\": \"Warehouse 1\",\n        \"quantity_ordered\": \"5.00\",\n        \"quantity_received\": \"4.00\",\n        \"vendor_item_number\": \"\",\n        \"unit_price\": \"22.00\",\n        \"amount\": \"110.00\",\n        \"notes\": \"\",\n        \"shelved\": \"02/14/2022\",\n        \"expected\": \"\"\n    }\n]"}],"_postman_id":"0770b64c-78f6-40f9-8c45-e8e65396ef39"},{"name":"Post Purchase Order","id":"b382f0bb-b5aa-4766-a4ab-5ac6e1b3f6c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"Timestamp","type":"text","value":"{timestamp}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/purchaseorders","description":"<p>Create a new purchase order. (Purchase orders created via the API have a status of \"completed\".)</p>\n<h2>Request Body Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inventory_department</td>\n<td>int</td>\n<td><b>Required</b> Inventory department unique identifier</td>\n</tr>\n<tr>\n<td>order_date</td>\n<td>date</td>\n<td><b>Required</b> Date(time) purchase order was created.</td>\n</tr>\n<tr>\n<td>ven_num</td>\n<td>int</td>\n<td>Default vendor unique identifier<br /><i>If this and vendor are both blank, the first vendor found will be the default.</i></td>\n</tr>\n<tr>\n<td>vendor</td>\n<td>string</td>\n<td>Default vendor</td>\n</tr>\n<tr>\n<td>con_num</td>\n<td>int</td>\n<td>Default contact unique identifier</td>\n</tr>\n<tr>\n<td>contact</td>\n<td>string</td>\n<td>Default contact</td>\n</tr>\n<tr>\n<td>vendor_po</td>\n<td>string</td>\n<td>Vendor's PO number</td>\n</tr>\n<tr>\n<td>ordered_by</td>\n<td>string</td>\n<td>Name of the person creating the PO</td>\n</tr>\n<tr>\n<td>emailed</td>\n<td>boolean</td>\n<td>Mark the PO as emailed (0 is false, 1 is true)</td>\n</tr>\n<tr>\n<td>printed</td>\n<td>boolean</td>\n<td>Mark the PO as printed (0 is false, 1 is true)</td>\n</tr>\n<tr>\n<td>print_date</td>\n<td>date</td>\n<td>Print date</td>\n</tr>\n<tr>\n<td>approved</td>\n<td>boolean</td>\n<td>Mark the PO as approved (0 is false, 1 is true)</td>\n</tr>\n<tr>\n<td>approve_date</td>\n<td>date</td>\n<td>Approve date</td>\n</tr>\n<tr>\n<td>shipping</td>\n<td>float</td>\n<td>Shipping cost</td>\n</tr>\n<tr>\n<td>shipping_date</td>\n<td>date</td>\n<td>Shipping date</td>\n</tr>\n<tr>\n<td>tax</td>\n<td>float</td>\n<td>Tax cost</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Any amount of order lines related to this PO<br /><i>The parameters below are required/optional fields for each order line in this array</i></td>\n</tr>\n<tr>\n<td>item_num</td>\n<td>int</td>\n<td><b>*Required</b> Item unique identifier.</td>\n</tr>\n<tr>\n<td>item_desc</td>\n<td>string</td>\n<td><b>*Required</b> Item description</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>string</td>\n<td><b>*Required</b> Unique item number</td>\n</tr>\n<tr>\n<td>stockroom_num</td>\n<td>int</td>\n<td><b>*Required</b> Stockroom unique identifier.</td>\n</tr>\n<tr>\n<td>stockroom_desc</td>\n<td>string</td>\n<td><b>*Required</b> Stockroom</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td><b>Required</b> Number of parts being ordered<br /><i>Quantities are in purchase units.</i></td>\n</tr>\n<tr>\n<td>quantity_received</td>\n<td>number</td>\n<td>Number of parts being received<br /><i>Quantities are in purchase units. If left blank it will default to the full number of parts ordered.</i></td>\n</tr>\n<tr>\n<td>unit_price</td>\n<td>float</td>\n<td>Cost of a single item.<br /><i>The total line cost will be calculated based on the unit_price and the quantity ordered</i></td>\n</tr>\n<tr>\n<td>vendor_item_number</td>\n<td>string</td>\n<td>Vendor's item number</td>\n</tr>\n<tr>\n<td>shelved</td>\n<td>date</td>\n<td>Date(time) that items were received.<br /><i>If left blank it will default to the order_date above.</i></td>\n</tr>\n<tr>\n<td>expected</td>\n<td>date</td>\n<td>Date(time) that items were expected to be received.</td>\n</tr>\n</tbody>\n</table>","urlObject":{"protocol":"https","path":["v1","purchaseorders"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"53fa9a3a-4c81-4b2f-809e-21e8d15d9f5e","name":"Post Purchase Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"inventory_department\": 1,\r\n  \"order_date\": \"12/24/2020 11:52\",\r\n  \"ordered_by\": \"Tech 1\",\r\n  \"vendor\": \"Vendor A\",\r\n  \"contact\": \"Customer Service\",\r\n  \"tax\": 1.25,\r\n  \"shipping\": 7.99,\r\n  \"printed\": 0,\r\n  \"approved\": 1,\r\n  \"emailed\": 1,\r\n  \"vendor_po\": \"963852\",\r\n  \"approve_date\": \"12/24/2020\",\r\n  \"shipping_date\": \"12/24/2020\",\r\n  \"items\": [\r\n      {\"item_desc\": \"battery 11\",\r\n      \"stockroom_desc\": \"Warehouse 1\",\r\n      \"quantity\": 25,\r\n      \"quantity_received\": 20,\r\n      \"ven_item_number\": \"345bc\",\r\n      \"unit_price\": 3.75,\r\n      \"shelved\": \"12/24/2020\",\r\n      \"expected\": \"12/24/2020\"\r\n      },\r\n      {\"item_desc\": \"battery 9\",\r\n      \"stockroom_desc\": \"Warehouse 1\",\r\n      \"quantity\": 30\r\n      }     \r\n  ]\r\n}"},"url":"https://api.eworkorders.com/v1/inventory/purchaseorders"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"location","value":"/inventory/purchaseorders/65","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": 201,\r\n  \"status_message\": \"Purchase order created sucessfully.\"\r\n}"}],"_postman_id":"b382f0bb-b5aa-4766-a4ab-5ac6e1b3f6c9"},{"name":"Post Bulk Purchase Orders","id":"947a3a03-ab2f-4d8c-983d-e3b858ef6bf9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"Timestamp","type":"text","value":"{timestamp}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/purchaseorders?bulk","description":"<p>Create multiple new purchase orders with one request. (Purchase orders created via the API have a status of \"completed\".)</p>\n<p>The body of the request must contain an array of purchase order objects. You must include the 'bulk' parameter in the request URL.</p>\n<h2>Request Body Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>inventory_department</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Required</b> Inventory department unique identifier</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>order_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Required</b> Date(time) purchase order was created.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ven_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Default vendor unique identifier<br /><i>If this and vendor are both blank, the first vendor found will be the default.</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>vendor</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Default vendor</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>con_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Default contact unique identifier</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>contact</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Default contact</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>vendor_po</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Vendor's PO number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ordered_by</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name of the person creating the PO</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>emailed</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mark the PO as emailed (0 is false, 1 is true)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>printed</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mark the PO as printed (0 is false, 1 is true)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>print_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Print date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>approved</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mark the PO as approved (0 is false, 1 is true)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>approve_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Approve date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>shipping</div><div><div><div><div></div></div></div><div></div></div></td><td><div>float</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Shipping cost</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>shipping_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Shipping date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>tax</div><div><div><div><div></div></div></div><div></div></div></td><td><div>float</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Tax cost</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>items</div><div><div><div><div></div></div></div><div></div></div></td><td><div>array</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Any amount of order lines related to this PO<br /><i>The parameters below are required/optional fields for each order line in this array</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>item_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\\\\\*Required</b> Item unique identifier.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>item_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\\\\\*Required</b> Item description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>item_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\\\\\*Required</b> Unique item number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\\\\\*Required</b> Stockroom unique identifier.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\\\\\*Required</b> Stockroom</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>quantity</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Required</b> Number of parts being ordered<br /><i>Quantities are in purchase units.</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>quantity_received</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number of parts being received<br /><i>Quantities are in purchase units. If left blank it will default to the full number of parts ordered.</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>unit_price</div><div><div><div><div></div></div></div><div></div></div></td><td><div>float</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Cost of a single item.<br /><i>The total line cost will be calculated based on the unit_price and the quantity ordered</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>vendor_item_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Vendor's item number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>shelved</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date(time) that items were received.<br /><i>If left blank it will default to the order_date above.</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>expected</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date(time) that items were expected to be received.</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","purchaseorders"],"host":["api","eworkorders","com"],"query":[{"key":"bulk","value":null}],"variable":[]}},"response":[{"id":"24414eb3-2f34-4ce7-b27c-87e46307d96a","name":"Post Bulk Purchase Orders","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\r\n {\r\n  \"inventory_department\": 1,\r\n  \"order_date\": \"12/24/2020 11:52\",\r\n  \"ordered_by\": \"Tech 1\",\r\n  \"vendor\": \"Vendor A\",\r\n  \"contact\": \"Customer Service\",\r\n  \"tax\": 1.25,\r\n  \"shipping\": 7.99,\r\n  \"printed\": 0,\r\n  \"approved\": 1,\r\n  \"emailed\": 1,\r\n  \"vendor_po\": \"963852\",\r\n  \"approve_date\": \"12/24/2020\",\r\n  \"shipping_date\": \"12/24/2020\",\r\n  \"items\": [\r\n      {\"item_desc\": \"battery 11\",\r\n      \"stockroom_desc\": \"Warehouse 1\",\r\n      \"quantity\": 25,\r\n      \"quantity_received\": 20,\r\n      \"ven_item_number\": \"345bc\",\r\n      \"unit_price\": 3.75,\r\n      \"shelved\": \"12/24/2020\",\r\n      \"expected\": \"12/24/2020\"\r\n      },\r\n      {\"item_desc\": \"battery 9\",\r\n      \"stockroom_desc\": \"Warehouse 1\",\r\n      \"quantity\": 30\r\n      }     \r\n  ]\r\n },\r\n {\r\n  \"inventory_department\": 1,\r\n  \"order_date\": \"12/25/2020 11:52\",\r\n  \"ordered_by\": \"Tech 1\",\r\n  \"vendor\": \"Vendor B\",\r\n  \"contact\": \"Customer Service\",\r\n  \"shipping\": 10.99,\r\n  \"printed\": 0,\r\n  \"approved\": 1,\r\n  \"emailed\": 1,\r\n  \"items\": [\r\n      {\"item_desc\": \"battery 2\",\r\n      \"stockroom_desc\": \"Warehouse 1\",\r\n      \"quantity\": 14,\r\n      \"quantity_received\": 12,\r\n      \"ven_item_number\": \"123abc\",\r\n      \"unit_price\": 5.15,\r\n      \"shelved\": \"12/25/2020\",\r\n      \"expected\": \"12/25/2020\"\r\n      },\r\n      {\"item_desc\": \"battery 9\",\r\n      \"stockroom_desc\": \"Warehouse 1\",\r\n      \"quantity\": 30\r\n      }     \r\n  ]\r\n }\r\n]"},"url":{"raw":"https://api.eworkorders.com/v1/inventory/purchaseorders?bulk","protocol":"https","host":["api","eworkorders","com"],"path":["v1","inventory","purchaseorders"],"query":[{"key":"bulk","value":null}]}},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"location","value":"/inventory/purchaseorders/65","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"status\": 201,\r\n        \"status_message\": \"Purchase order 1688 created sucessfully.\"\r\n    },\r\n    {\r\n        \"status\": 400,\r\n        \"status_message\": \"Missing or incorrect information. Purchase Order not created.\"\r\n    }\r\n]"}],"_postman_id":"947a3a03-ab2f-4d8c-983d-e3b858ef6bf9"},{"name":"Update Purchase Order","id":"e5bfe2a1-59df-427d-bb84-541f5066c71e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[{"key":"timestamp","type":"text","value":"{timestamp}"},{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"Content-type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vendor_po\": \"1-1234-AB\"\n}"},"url":"https://api.eworkorders.com/v1/purchaseorders/{po_number}","description":"<p>Update the active status of an asset.</p>\n<h2>Request Body Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>vendor_po</div><div><div><div><div></div></div></div><div></div></div></td><td><div>String</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Vendor PO#</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","purchaseorders","{po_number}"],"host":["api","eworkorders","com"],"query":[{"disabled":true,"key":"active","value":""}],"variable":[]}},"response":[{"id":"9679097b-66d9-4583-bac9-f638f2f20372","name":"Update Purchase Order","originalRequest":{"method":"PUT","header":[{"key":"timestamp","type":"text","value":"{{date}}"},{"key":"Authorization","type":"text","value":"{{signature}}"},{"key":"Content-type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"vendor_po\": \"1-123-AB\"\n}"},"url":{"raw":"https://api.eworkorders.com/v1/purchaseorders/139","protocol":"https","host":["api","eworkorders","com"],"path":["v1","purchaseorders","139"],"query":[{"key":"active","type":"text","value":"","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json;charset=utf-8"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.2.7"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 12 Dec 2018 14:38:58 GMT"},{"key":"Content-Length","value":"61"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"status_message\": \"Purchase Order updated successfully.\"\n}"}],"_postman_id":"e5bfe2a1-59df-427d-bb84-541f5066c71e"}],"id":"e79294de-8939-4a4c-8221-9f97bbb15f44","_postman_id":"e79294de-8939-4a4c-8221-9f97bbb15f44","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Purchasereturns","item":[{"name":"List Purchase Returns","id":"1f1c5129-426f-42cc-a495-cad5feb04d81","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/purchasereturns","description":"<p>List purchase returns</p>\n<h2>Query String Parameters</h2><table><tbody><tr><td><b>Parameter</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>status_num</td><td>int</td><td>Unique status identifier (1 = Open, 4 = Completed)</td></tr><tr><td>notes</td><td>string</td><td>Notes (will check if input value is contained in the notes)</td></tr><tr><td>contains_item</td><td>int</td><td>Unique item identifier (of item on Purchase return)</td></tr><tr><td>approved_by</td><td>string</td><td>Approved By</td></tr><tr><td>item_count</td><td>int</td><td>Number of items on Purchase return</td></tr><tr><td>vendor</td><td>string</td><td>Vendor</td></tr><tr><td>returned_by</td><td>string</td><td>Returned By</td></tr><tr><td>returned_from</td><td>date/time</td><td>Purchase return from date</td></tr><tr><td>returned_to</td><td>date/time</td><td>Purchase return to date</td></tr><tr><td>printed_from</td><td>date/time</td><td>Purchase return printed from date</td></tr><tr><td>printed_to</td><td>date/time</td><td>Purchase return printed to date</td></tr><tr><td>emailed_from</td><td>date/time</td><td>Purchase return emailed from date</td></tr><tr><td>emailed_to</td><td>date/time</td><td>Purchase return emailed to date</td></tr><tr><td>approved_from</td><td>date/time</td><td>Purchase return approved from date</td></tr><tr><td>approved_to</td><td>date/time</td><td>Purchase return approved to date</td></tr><tr><td>price_from</td><td>int</td><td>Purchase return subtotal price amount from</td></tr><tr><td>price_to</td><td>int</td><td>Purchase return subtotal price amount to</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","purchasereturns"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"609c109b-d64e-49c8-a745-fab9277d0c2c","name":"List Purchase Returns","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/purchasereturns?returned_from=1/1/2023&status_num=4&returned_by=John Smith","protocol":"https","host":["api","eworkorders","com"],"path":["v1","purchasereturns"],"query":[{"key":"returned_from","value":"1/1/2023"},{"key":"status_num","value":"4"},{"key":"returned_by","value":"John Smith"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"inventory_department\": \"1\",\r\n        \"pr_num\": \"9\",\r\n        \"returned_by\": \"John Smith\",\r\n        \"status_num\": 4,\r\n        \"printed\": 1,\r\n        \"approved\": 1,\r\n        \"approver_user_num\": 1,\r\n        \"approver_user\": \"System Admin\",\r\n        \"item_count\": \"2\",\r\n        \"price\": \"146.00\",\r\n        \"vendor\": \"Hardware Store\",\r\n        \"ven_po\": \"1\",\r\n        \"contact\": \"\",\r\n        \"return_date\": \"03/01/2023\",\r\n        \"print_date\": \"03/01/2023\",\r\n        \"approve_date\": \"03/02/2023\",\r\n        \"notes\": \"\"\r\n    },\r\n    {\r\n        \"inventory_department\": \"1\",\r\n        \"pr_num\": \"8\",\r\n        \"returned_by\": \"John Smith\",\r\n        \"status_num\": 4,\r\n        \"printed\": 1,\r\n        \"approved\": 1,\r\n        \"approver_user_num\": 1,\r\n        \"approver_user\": \"System Admin\",\r\n        \"item_count\": \"2\",\r\n        \"price\": \"475.00\",\r\n        \"vendor\": \"Electrician\",\r\n        \"ven_po\": \"1\",\r\n        \"contact\": \"Customer Service\",\r\n        \"return_date\": \"03/09/2023\",\r\n        \"print_date\": \"03/09/2023\",\r\n        \"approve_date\": \"03/09/2023\",\r\n        \"notes\": \"\"\r\n    },\r\n    {\r\n        \"inventory_department\": \"1\",\r\n        \"pr_num\": \"7\",\r\n        \"returned_by\": \"John Smith\",\r\n        \"status_num\": 4,\r\n        \"printed\": 1,\r\n        \"approved\": 1,\r\n        \"approver_user_num\": 1,\r\n        \"approver_user\": \"System Admin\",\r\n        \"item_count\": \"1\",\r\n        \"price\": \"375.00\",\r\n        \"vendor\": \"Hardware Store\",\r\n        \"ven_po\": \"\",\r\n        \"contact\": \"Customer Service\",\r\n        \"return_date\": \"03/08/2023\",\r\n        \"print_date\": \"03/08/2023\",\r\n        \"approve_date\": \"03/08/2023\",\r\n        \"notes\": \"\"\r\n    }\r\n]"}],"_postman_id":"1f1c5129-426f-42cc-a495-cad5feb04d81"},{"name":"Get Purchase Return","id":"bb203c3c-e79f-4d6a-ba98-d57d3cc96335","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/purchasereturns/{pr_number}","urlObject":{"protocol":"https","path":["v1","purchasereturns","{pr_number}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"a51c8dca-5c43-4686-89c7-aa1e2eec44ff","name":"Get Purchase Return","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/purchasereturns/8"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n        {\r\n        \"inventory_department\": \"1\",\r\n        \"pr_num\": \"8\",\r\n        \"returned_by\": \"John Smith\",\r\n        \"status_num\": 4,\r\n        \"printed\": 1,\r\n        \"approved\": 1,\r\n        \"approver_user_num\": 1,\r\n        \"approver_user\": \"System Admin\",\r\n        \"item_count\": \"2\",\r\n        \"price\": \"475.00\",\r\n        \"vendor\": \"Electrician\",\r\n        \"ven_po\": \"1\",\r\n        \"contact\": \"Customer Service\",\r\n        \"return_date\": \"03/09/2023\",\r\n        \"print_date\": \"03/09/2023\",\r\n        \"approve_date\": \"03/09/2023\",\r\n        \"notes\": \"\"\r\n    }\r\n]"}],"_postman_id":"bb203c3c-e79f-4d6a-ba98-d57d3cc96335"},{"name":"Get Purchase Return - Line Items","id":"7a888e9d-63e5-4a2f-9899-99f85ea536d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/purchasereturns/{pr_number}/lineitems","urlObject":{"protocol":"https","path":["v1","purchasereturns","{pr_number}","lineitems"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"2dd5d93b-a110-4f08-a3a4-4c3a6103140b","name":"Get Purchase Return - Line Items","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/purchasereturns/8/lineitems"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"item_num\": \"16\",\r\n        \"item\": \"Batteries\",\r\n        \"stockroom\": \"Initial Room\",\r\n        \"quantity_returned\": \"5.00\",\r\n        \"vendor_item_number\": \"525\",\r\n        \"unit_price\": \"15.00\",\r\n        \"amount\": \"75.00\",\r\n        \"unshelved\": \"03/09/2023\"\r\n    },\r\n    {\r\n        \"item_num\": \"12\",\r\n        \"item\": \"Air Conditioning Compressor\",\r\n        \"stockroom\": \"Initial Room\",\r\n        \"quantity_returned\": \"2.00\",\r\n        \"vendor_item_number\": \"526\",\r\n        \"unit_price\": \"200.00\",\r\n        \"amount\": \"400.00\",\r\n        \"unshelved\": \"03/09/2023\"\r\n    }\r\n]"}],"_postman_id":"7a888e9d-63e5-4a2f-9899-99f85ea536d8"}],"id":"edc1cd1f-f7b8-43ac-8510-30f96a978d9b","_postman_id":"edc1cd1f-f7b8-43ac-8510-30f96a978d9b","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Inventoryorders","item":[{"name":"List Inventory Orders","id":"4a83c83e-ea7c-4a09-9eee-a6faffda8cb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventoryorders","description":"<p>List Inventory Orders</p>\n<h2>Query String Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>status_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique status identifier (1 = Open, 4 = Completed)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>notes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Notes (will check if input value is contained in the notes)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>contains_item</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Unique item identifier (of item on IO)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>printed</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0 = no, 1 = yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>approved</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>0 = no, 1= yes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>approved_by</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Approved By</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>item_count</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Number of items on IO</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>wo_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Work Order Number (associated with this IO)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ordered_by</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Ordered By</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ordered_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ordered_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order to date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>printed_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order Printed from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>printed_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order Printed to date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>approved_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order Approved from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>approved_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order Approved to date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>price_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order subtotal price amount from</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>price_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order subtotal price amount to</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>unshelved_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order Item Unshelved from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>unshelved_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order Item Unshelved to date</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","inventoryorders"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"a07b1893-07bf-4843-b302-a88f0fb551d0","name":"List Inventory Orders","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/inventoryorders?wo_number=144&ordered_from=03/01/2023","protocol":"https","host":["api","eworkorders","com"],"path":["v1","inventoryorders"],"query":[{"key":"wo_number","value":"144","type":"text"},{"key":"ordered_from","value":"03/01/2023","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"inventory_department\": \"1\",\r\n        \"io_num\": \"12\",\r\n        \"wo_number\": \"144\",\r\n        \"ordered_by\": \"John\",\r\n        \"status_num\": 1,\r\n        \"printed\": 1,\r\n        \"approved\": 1,\r\n        \"approver_user_num\": 1,\r\n        \"approver_user\": \"System Admin\",\r\n        \"item_count\": \"1\",\r\n        \"price\": \"100.00\",\r\n        \"order_date\": \"03/13/2023\",\r\n        \"print_date\": \"03/13/2023\",\r\n        \"approve_date\": \"03/13/2023\",\r\n        \"io_field1\": \"No\",\r\n        \"notes\": \"\"\r\n    },\r\n    {\r\n        \"inventory_department\": \"1\",\r\n        \"io_num\": \"11\",\r\n        \"wo_number\": \"144\",\r\n        \"ordered_by\": \"Sam\",\r\n        \"status_num\": 1,\r\n        \"printed\": 1,\r\n        \"approved\": 1,\r\n        \"approver_user_num\": 1,\r\n        \"approver_user\": \"System Admin\",\r\n        \"item_count\": \"3\",\r\n        \"price\": \"124.96\",\r\n        \"order_date\": \"03/13/2023\",\r\n        \"print_date\": \"03/13/2023\",\r\n        \"approve_date\": \"03/13/2023\",\r\n        \"io_field1\": \"No\",\r\n        \"notes\": \"\"\r\n    }\r\n]"}],"_postman_id":"4a83c83e-ea7c-4a09-9eee-a6faffda8cb4"},{"name":"Get Inventory Order","id":"0615e6d5-cd0e-4206-946c-89e8adbb132a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventoryorders/{io_num}","urlObject":{"protocol":"https","path":["v1","inventoryorders","{io_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"90580b72-d7cd-46f6-af37-01438ed4eead","name":"Get Inventory Order","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventoryorders/11"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":" [\r\n    {\r\n        \"inventory_department\": \"1\",\r\n        \"io_num\": \"11\",\r\n        \"wo_number\": \"144\",\r\n        \"ordered_by\": \"Sam\",\r\n        \"status_num\": 1,\r\n        \"printed\": 1,\r\n        \"approved\": 1,\r\n        \"approver_user_num\": 1,\r\n        \"approver_user\": \"System Admin\",\r\n        \"item_count\": \"3\",\r\n        \"price\": \"124.96\",\r\n        \"order_date\": \"03/13/2023\",\r\n        \"print_date\": \"03/13/2023\",\r\n        \"approve_date\": \"03/13/2023\",\r\n        \"io_field1\": \"No\",\r\n        \"notes\": \"\"\r\n    }\r\n]"}],"_postman_id":"0615e6d5-cd0e-4206-946c-89e8adbb132a"},{"name":"Get Inventory Order - Line Items","id":"87a36e2b-b45c-40cb-84f4-265b63b07f94","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventoryorders/{io_num}/lineitems","description":"<p>Get Line Items for a specific Inventory Order.</p>\n<h3 id=\"query-string-parameters\">Query String Parameters</h3>\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>unshelved_from</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order Item Unshelved from date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>unshelved_to</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date/time</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Inventory Order Item Unshelved to date</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","inventoryorders","{io_num}","lineitems"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"a785bcc5-c883-45a7-bb09-804450c54b59","name":"Get Inventory Order - Line Items","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventoryorders/11/lineitems"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"item_num\": \"16\",\r\n        \"item\": \"batteries\",\r\n        \"stockroom\": \"Initial Room\",\r\n        \"quantity\": \"4.00\",\r\n        \"unit_price\": \"4.99\",\r\n        \"amount\": \"19.96\",\r\n        \"unshelved\": \"03/13/2023\"\r\n    },\r\n    {\r\n        \"item_num\": \"12\",\r\n        \"item\": \"exhaust band screws\",\r\n        \"stockroom\": \"Initial Room\",\r\n        \"quantity\": \"1.00\",\r\n        \"unit_price\": \"65.00\",\r\n        \"amount\": \"65.00\",\r\n        \"unshelved\": \"03/13/2023\"\r\n    },\r\n    {\r\n        \"item_num\": \"14\",\r\n        \"item\": \"filter\",\r\n        \"stockroom\": \"Initial Room\",\r\n        \"quantity\": \"2.00\",\r\n        \"unit_price\": \"20.00\",\r\n        \"amount\": \"40.00\",\r\n        \"unshelved\": \"03/13/2023\"\r\n    }\r\n]"}],"_postman_id":"87a36e2b-b45c-40cb-84f4-265b63b07f94"},{"name":"Post Inventory Order","id":"694911a8-3868-430c-bab1-d1451288c608","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"Timestamp","type":"text","value":"{timestamp}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/inventoryorders","description":"<p>Create a new inventory order. (Inventory orders created via the API have a status of \"completed\".)</p>\n<h2>Request Body Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>inventory_department</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Required</b> Inventory department unique identifier</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>workorder_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>integer</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Required</b> Work order for which the inventory order is being created</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>order_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Order date<br /><i>If blank will default to current date and time</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ordered_by</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Name of the person creating the inventory order</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>budget</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Budget code</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>printed</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mark the inventory order as printed (0 is false, 1 is true)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>print_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Print date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>approved</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Mark the inventory order as approved (0 is false, 1 is true)</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>approve_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Approve date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>items</div><div><div><div><div></div></div></div><div></div></div></td><td><div>array</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Any amount of order lines related to this inventory order<br /><i>The parameters below are required/optional fields for each order line in this array</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>item_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\*Required</b> Item unique identifier.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>item_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\*Required</b> Item description</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>item_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\*Required</b> Unique item number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_num</div><div><div><div><div></div></div></div><div></div></div></td><td><div>int</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\*Required</b> Stockroom unique identifier.</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>stockroom_desc</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>\\*Required</b> Stockroom</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>quantity</div><div><div><div><div></div></div></div><div></div></div></td><td><div>number</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Required</b> Number of parts being ordered<br /><i>Quantities are in internal units.</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>unit_price</div><div><div><div><div></div></div></div><div></div></div></td><td><div>float</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Cost of a single item.<br /><i>This field will only be used if the accounting method is Set Defined Price.<br />The total line cost will be calculated based on the unit_price and the quantity ordered</i></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>unshelved</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Date(time) that items were removed from inventory.<br /><i>If left blank it will default to the order_date above.</i></div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","inventoryorders"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"2802ba30-47a6-4bcc-93c5-241cccd86073","name":"Post Inventory Order","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"inventory_department\": 1,\r\n  \"workorder_num\": 910,\r\n  \"order_date\": \"12/25/2020 11:52\",\r\n  \"ordered_by\": \"User 1\",\r\n  \"budget\": \"1234\",\r\n  \"printed\": 1,\r\n  \"approved\": 1,\r\n  \"print_date\": \"12/25/2020\",\r\n  \"approve_date\": \"12/25/2020\",\r\n  \"items\": [\r\n      {\"item_num\": 90,\r\n      \"stockroom_desc\": \"Warehouse 1\",\r\n      \"quantity\": 3,\r\n      \"unit_price\": 3.75,\r\n      \"unshelved\": \"12/25/2020\"\r\n      },\r\n      {\"item_desc\": \"battery 9\",\r\n      \"stockroom_desc\": \"Warehouse 1\",\r\n      \"quantity\": 1\r\n      }     \r\n  ]\r\n}"},"url":"https://api.eworkorders.com/v1/inventory/inventoryorders"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"location","value":"/inventory/purchaseorders/65","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": 201,\r\n  \"status_message\": \"Inventory order created sucessfully.\"\r\n}"}],"_postman_id":"694911a8-3868-430c-bab1-d1451288c608"}],"id":"160596f7-64ba-4b46-ab84-162033bc4a3f","_postman_id":"160596f7-64ba-4b46-ab84-162033bc4a3f","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Inventoryreturns","item":[{"name":"List Inventory Returns","id":"af122c5d-063a-46a3-8893-9d88743cd05d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventoryreturns","description":"<p>List Inventory Returns</p>\n<h2>Query String Parameters</h2>\n\n<table><tbody><tr><td><b>Parameter</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>status_num</td><td>int</td><td>Unique status identifier (1 = Open, 4 = Completed)</td></tr><tr><td>notes</td><td>string</td><td>Notes (will check if input value is contained in the notes)</td></tr><tr><td>contains_item</td><td>int</td><td>Unique item identifier (of item on IR)</td></tr><tr><td>printed</td><td>int</td><td>0 = no, 1 = yes</td></tr><tr><td>approved</td><td>int</td><td>0 = no, 1= yes</td></tr><tr><td>approved_by</td><td>string</td><td>Approved By</td></tr><tr><td>item_count</td><td>int</td><td>Number of items on IR</td></tr><tr><td>wo_number</td><td>int</td><td>Work Order Number (associated with this IR)</td></tr><tr><td>returned_by</td><td>string</td><td>Returned By</td></tr><tr><td>returned_from</td><td>date/time</td><td>Inventory Return from date</td></tr><tr><td>returned_to</td><td>date/time</td><td>Inventory Return to date</td></tr><tr><td>printed_from</td><td>date/time</td><td>Inventory Order Printed from date</td></tr><tr><td>printed_to</td><td>date/time</td><td>Inventory Order Printed to date</td></tr><tr><td>approved_from</td><td>date/time</td><td>Inventory Order Approved from date</td></tr><tr><td>approved_to</td><td>date/time</td><td>Inventory Order Approved to date</td></tr><tr><td>price_from</td><td>int</td><td>Inventory Order subtotal price amount from</td></tr><tr><td>price_to</td><td>int</td><td>Inventory Order subtotal price amount to</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","inventoryreturns"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"e1969ccb-9318-4f6b-9012-bab6a8761682","name":"List Inventory Returns","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/inventoryreturns?wo_number=20&price=0&item_count=1","protocol":"https","host":["api","eworkorders","com"],"path":["v1","inventoryreturns"],"query":[{"key":"wo_number","value":"20"},{"key":"price","value":"0"},{"key":"item_count","value":"1"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"inventory_department\": \"1\",\r\n        \"ir_num\": \"15\",\r\n        \"wo_number\": \"20\",\r\n        \"returned_by\": \"System Administrator\",\r\n        \"status_num\": 4,\r\n        \"printed\": 0,\r\n        \"approved\": 0,\r\n        \"approver_user_num\": 1,\r\n        \"approver_user\": \"John\",\r\n        \"item_count\": \"1\",\r\n        \"price\": \".00\",\r\n        \"return_date\": \"11/14/2022\",\r\n        \"print_date\": \"\",\r\n        \"approve_date\": \"\",\r\n        \"notes\": \"Return created with handheld in stock room.\"\r\n    },\r\n    {\r\n        \"inventory_department\": \"1\",\r\n        \"ir_num\": \"14\",\r\n        \"wo_number\": \"20\",\r\n        \"returned_by\": \"Rick\",\r\n        \"status_num\": 4,\r\n        \"printed\": 0,\r\n        \"approved\": 1,\r\n        \"approver_user_num\": 2,\r\n        \"approver_user\": \"Sandy\",\r\n        \"item_count\": \"1\",\r\n        \"price\": \".00\",\r\n        \"return_date\": \"11/14/2022\",\r\n        \"print_date\": \"\",\r\n        \"approve_date\": \"11/14/2022\",\r\n        \"notes\": \"Return created with handheld in stock room.\"\r\n    },\r\n    {\r\n        \"inventory_department\": \"1\",\r\n        \"ir_num\": \"12\",\r\n        \"wo_number\": \"20\",\r\n        \"returned_by\": \"System Administrator\",\r\n        \"status_num\": 4,\r\n        \"printed\": 0,\r\n        \"approved\": 0,\r\n        \"approver_user_num\": 1,\r\n        \"approver_user\": \"John\",\r\n        \"item_count\": \"1\",\r\n        \"price\": \".00\",\r\n        \"return_date\": \"11/14/2022\",\r\n        \"print_date\": \"\",\r\n        \"approve_date\": \"\",\r\n        \"notes\": \"Return created with handheld in stock room.\"\r\n    }\r\n]"}],"_postman_id":"af122c5d-063a-46a3-8893-9d88743cd05d"},{"name":"Get Inventory Return","id":"6e349251-4a72-48ba-ba81-43213b3ab4ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventoryreturns/{ir_num}","urlObject":{"protocol":"https","path":["v1","inventoryreturns","{ir_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"87336ee3-b01c-459c-84c6-8dcc17d2b291","name":"Get Inventory Return","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventoryreturns/14"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n        {\r\n        \"inventory_department\": \"1\",\r\n        \"ir_num\": \"14\",\r\n        \"wo_number\": \"20\",\r\n        \"returned_by\": \"Rick\",\r\n        \"status_num\": 4,\r\n        \"printed\": 0,\r\n        \"approved\": 1,\r\n        \"approver_user_num\": 2,\r\n        \"approver_user\": \"Sandy\",\r\n        \"item_count\": \"1\",\r\n        \"price\": \".00\",\r\n        \"return_date\": \"11/14/2022\",\r\n        \"print_date\": \"\",\r\n        \"approve_date\": \"11/14/2022\",\r\n        \"notes\": \"Return created with handheld in stock room.\"\r\n    }\r\n]"}],"_postman_id":"6e349251-4a72-48ba-ba81-43213b3ab4ad"},{"name":"Get Inventory Return - Line Items","id":"fb879c8f-60f1-455f-92b3-9bce056637ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventoryreturns/{ir_num}/lineitems","urlObject":{"protocol":"https","path":["v1","inventoryreturns","{ir_num}","lineitems"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"cea7cdb2-5811-4af1-a41c-5c7a2d74b302","name":"Get Inventory Return - Line Items","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/inventoryreturns/10/lineitems"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"item_num\": \"12\",\r\n        \"item\": \"exhaust band screws\",\r\n        \"stockroom\": \"Initial Room\",\r\n        \"quantity\": \"2.00\",\r\n        \"unit_price\": \".00\",\r\n        \"amount\": \".00\",\r\n        \"shelved\": \"11/14/2022\"\r\n    },\r\n    {\r\n        \"item_num\": \"10\",\r\n        \"item\": \"Faucet Filter\",\r\n        \"stockroom\": \"Initial Room\",\r\n        \"quantity\": \"2.00\",\r\n        \"unit_price\": \".00\",\r\n        \"amount\": \".00\",\r\n        \"shelved\": \"11/14/2022\"\r\n    }\r\n]"}],"_postman_id":"fb879c8f-60f1-455f-92b3-9bce056637ec"},{"name":"Post Inventory Return","id":"92734c7a-4511-4ce2-93e8-19b21d40793a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Authorization","type":"text","value":"apikey {username}:{apikey}"},{"key":"Timestamp","type":"text","value":"{timestamp}"},{"key":"Content-Type","type":"text","value":"application/json"}],"url":"https://api.eworkorders.com/v1/inventoryreturns","description":"<p>Create a new inventory return. (Inventory returns created via the API have a status of \"completed\".)</p>\n<h2>Request Body Parameters</h2>\n<table>\n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>inventory_department</td>\n<td>int</td>\n<td><b>Required</b> Inventory department unique identifier</td>\n</tr>\n<tr>\n<td>workorder_num</td>\n<td>integer</td>\n<td><b>Required</b> Work order for which the inventory return is being created</td>\n</tr>\n<tr>\n<td>return_date</td>\n<td>date</td>\n<td>Return date<br /><i>If blank will default to current date and time</i></td>\n</tr>\n<tr>\n<td>returned_by</td>\n<td>string</td>\n<td>Name of the person creating the inventory return</td>\n</tr>\n<tr>\n<td>budget</td>\n<td>string</td>\n<td>Budget code</td>\n</tr>\n<tr>\n<td>printed</td>\n<td>boolean</td>\n<td>Mark the inventory retrun as printed (0 is false, 1 is true)</td>\n</tr>\n<tr>\n<td>print_date</td>\n<td>date</td>\n<td>Print date</td>\n</tr>\n<tr>\n<td>approved</td>\n<td>boolean</td>\n<td>Mark the inventory return as approved (0 is false, 1 is true)</td>\n</tr>\n<tr>\n<td>approve_date</td>\n<td>date</td>\n<td>Approve date</td>\n</tr>\n<tr>\n<td>items</td>\n<td>array</td>\n<td>Any amount of order lines related to this inventory return<br /><i>The parameters below are required/optional fields for each order line in this array</i></td>\n</tr>\n<tr>\n<td>item_num</td>\n<td>int</td>\n<td><b>*Required</b> Item unique identifier.</td>\n</tr>\n<tr>\n<td>item_desc</td>\n<td>string</td>\n<td><b>*Required</b> Item description</td>\n</tr>\n<tr>\n<td>item_number</td>\n<td>string</td>\n<td><b>*Required</b> Unique item number</td>\n</tr>\n<tr>\n<td>stockroom_num</td>\n<td>int</td>\n<td><b>*Required</b> Stockroom unique identifier.</td>\n</tr>\n<tr>\n<td>stockroom_desc</td>\n<td>string</td>\n<td><b>*Required</b> Stockroom</td>\n</tr>\n<tr>\n<td>quantity</td>\n<td>number</td>\n<td><b>Required</b> Number of parts being returned<br /><i>Quantities are in internal units.</i></td>\n</tr>\n<tr>\n<td>unit_price</td>\n<td>float</td>\n<td>Cost of a single item.<br /><i>This field will only be used if the accounting method is Set Defined Price.<br />The total line cost will be calculated based on the unit_price and the quantity ordered</i></td>\n</tr>\n<tr>\n<td>shelved</td>\n<td>date</td>\n<td>Date(time) that items were returned to inventory.<br /><i>If left blank it will default to the return_date above.</i></td>\n</tr>\n</tbody>\n</table>","urlObject":{"protocol":"https","path":["v1","inventoryreturns"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"2fd09046-be08-48dc-9a80-d33ccd9f9696","name":"Post Inventory Return","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"inventory_department\": 1,\r\n  \"workorder_num\": 910,\r\n  \"return_date\": \"12/26/2020 11:52\",\r\n  \"returned_by\": \"User 1\",\r\n  \"budget\": \"1234\",\r\n  \"printed\": 1,\r\n  \"approved\": 1,\r\n  \"print_date\": \"12/26/2020\",\r\n  \"approve_date\": \"12/26/2020\",\r\n  \"items\": [\r\n      {\"item_num\": 90,\r\n      \"stockroom_desc\": \"Warehouse 1\",\r\n      \"quantity\": 1,\r\n      \"unit_price\": 3.75,\r\n      \"shelved\": \"12/26/2020\"\r\n      },\r\n      {\"item_desc\": \"battery 9\",\r\n      \"stockroom_desc\": \"Warehouse 1\",\r\n      \"quantity\": 1\r\n      }     \r\n  ]\r\n}"},"url":"https://api.eworkorders.com/v1/inventory/inventoryreturns"},"status":"Created","code":201,"_postman_previewlanguage":"text","header":[{"key":"location","value":"/inventory/purchaseorders/65","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n  \"status\": 201,\r\n  \"status_message\": \"Inventory return created sucessfully.\"\r\n}"}],"_postman_id":"92734c7a-4511-4ce2-93e8-19b21d40793a"}],"id":"d8fc2ab1-c954-4449-beb6-5e0e4cf53a6e","_postman_id":"d8fc2ab1-c954-4449-beb6-5e0e4cf53a6e","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Transferorders","item":[{"name":"List Transfer Orders","id":"f6695e22-1089-4dad-9029-292db3689b5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/transferorders","description":"<p>List Transfer Orders</p>\n<h2>Query String Parameters</h2>\n\n<table><tbody><tr><td><b>Parameter</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>status_num</td><td>int</td><td>Unique status identifier (1 = Open, 4 = Completed)</td></tr><tr><td>notes</td><td>string</td><td>Notes (will check if input value is contained in the notes)</td></tr><tr><td>contains_item</td><td>int</td><td>Unique item identifier (of item on TO)</td></tr><tr><td>withdrawal_stockroom</td><td>int</td><td>Unique stockroom identifier (that the items were withdrawn from)</td></tr><tr><td>receival_stockroom</td><td>int</td><td>Unique stockroom identifier (that the items were transfered to)</td></tr><tr><td>item_count</td><td>int</td><td>Number of items on TO</td></tr><tr><td>received_by</td><td>string</td><td>Received By</td></tr><tr><td>withdrawn_by</td><td>string</td><td>Withdrawn By</td></tr><tr><td>ordered_from</td><td>date/time</td><td>Transfer Order from date</td></tr><tr><td>ordered_to</td><td>date/time</td><td>Transfer Order to date</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","transferorders"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"987d3102-4870-482c-9abf-760ef136c94e","name":"List Transfer Orders","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/transferorders?withdrawn_by=Andrew","protocol":"https","host":["api","eworkorders","com"],"path":["v1","transferorders"],"query":[{"key":"withdrawn_by","value":"Andrew","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"to_num\": \"1\",\r\n        \"inventory_department\": \"1\",\r\n        \"withdrawal_stockroom\": 1,\r\n        \"receival_stockroom\": 2,\r\n        \"withdrawn_by\": \"Andrew\",\r\n        \"received_by\": \"John\",\r\n        \"item_count\": \"1\",\r\n        \"order_date\": \"03/20/2023\",\r\n        \"notes\": \"\"\r\n    }\r\n]"}],"_postman_id":"f6695e22-1089-4dad-9029-292db3689b5c"},{"name":"Get Transfer Order","id":"5dfd667d-6d7e-47d6-a510-5ad7a2fb0861","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/transferorders/{to_num}","urlObject":{"protocol":"https","path":["v1","transferorders","{to_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"60e1d4d8-2781-4ef9-a192-ea954dd51d5a","name":"Get Transfer Order","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/transferorders/1"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"to_num\": \"1\",\r\n        \"inventory_department\": \"1\",\r\n        \"withdrawal_stockroom\": 1,\r\n        \"receival_stockroom\": 2,\r\n        \"withdrawn_by\": \"Andrew\",\r\n        \"received_by\": \"John\",\r\n        \"item_count\": \"1\",\r\n        \"order_date\": \"03/20/2023\",\r\n        \"notes\": \"\"\r\n    }\r\n]"}],"_postman_id":"5dfd667d-6d7e-47d6-a510-5ad7a2fb0861"},{"name":"Get Transfer Order - Line Items","id":"8a6967f2-6c76-48e7-8e93-ff7a9b6261d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/transferorders/{to_num}/lineitems","urlObject":{"protocol":"https","path":["v1","transferorders","{to_num}","lineitems"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"c45215f9-2484-4bf1-be20-1d69e25ac7fd","name":"Get Transfer Order - Line Items","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/transferorders/1/lineitems"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"item_num\": \"18\",\r\n        \"item\": \"12 inch wide brush\",\r\n        \"quantity\": \"10.00\",\r\n        \"unit_price\": \"26.99\",\r\n        \"amount\": \"269.90\",\r\n        \"unshelved\": \"03/20/2023\",\r\n        \"shelved\": \"\"\r\n    }\r\n]"}],"_postman_id":"8a6967f2-6c76-48e7-8e93-ff7a9b6261d8"}],"id":"2c2dfa2e-6cd0-4077-9974-95ab7e4b4d2a","_postman_id":"2c2dfa2e-6cd0-4077-9974-95ab7e4b4d2a","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Countingorders","item":[{"name":"List Counting Orders","id":"fc3b9a2e-d3fe-4d92-bbed-69a7b2993433","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/countingorders","description":"<p>List Counting Orders</p>\n<h2>Query String Parameters</h2>\n\n<table><tbody><tr><td><b>Parameter</b></td><td><b>Type</b></td><td><b>Description</b></td></tr><tr><td>status_num</td><td>int</td><td>Unique status identifier (1 = Open, 4 = Completed)</td></tr><tr><td>notes</td><td>string</td><td>Notes (will check if input value is contained in the notes)</td></tr><tr><td>contains_item</td><td>int</td><td>Unique item identifier (of item on CO)</td></tr><tr><td>item_count</td><td>int</td><td>Number of items on CO</td></tr><tr><td>counters_name</td><td>string</td><td>Name of the person counting</td></tr><tr><td>ordered_from</td><td>date/time</td><td>Counting Order from date</td></tr><tr><td>ordered_to</td><td>date/time</td><td>Counting Order to date</td></tr></tbody></table>","urlObject":{"protocol":"https","path":["v1","countingorders"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"6d4624cb-1014-47c0-83d9-ad8abd1d5be1","name":"List Counting Orders","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":{"raw":"https://api.eworkorders.com/v1/countingorders?counters_name=Employee A","protocol":"https","host":["api","eworkorders","com"],"path":["v1","countingorders"],"query":[{"key":"counters_name","value":"Employee A","type":"text"}]}},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"co_num\": \"10\",\r\n        \"inventory_department\": 1,\r\n        \"status_num\": 1,\r\n        \"counters_name\": \"Employee A\",\r\n        \"generated\": 0,\r\n        \"item_count\": \"4\",\r\n        \"order_date\": \"03/20/2023\",\r\n        \"notes\": \"\"\r\n    },\r\n    {\r\n        \"co_num\": \"9\",\r\n        \"inventory_department\": 1,\r\n        \"status_num\": 1,\r\n        \"counters_name\": \"Employee A\",\r\n        \"generated\": 0,\r\n        \"item_count\": \"2\",\r\n        \"order_date\": \"03/20/2023\",\r\n        \"notes\": \"\"\r\n    },\r\n    {\r\n        \"co_num\": \"7\",\r\n        \"inventory_department\": 1,\r\n        \"status_num\": 1,\r\n        \"counters_name\": \"Employee A\",\r\n        \"generated\": 0,\r\n        \"item_count\": \"4\",\r\n        \"order_date\": \"03/20/2023\",\r\n        \"notes\": \"\"\r\n    }\r\n]"}],"_postman_id":"fc3b9a2e-d3fe-4d92-bbed-69a7b2993433"},{"name":"Get Counting Order","id":"d848a66a-1fdd-4c8e-9c3c-04eca474840f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/countingorders/{co_num}","urlObject":{"protocol":"https","path":["v1","countingorders","{co_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"a57adc00-2212-4c88-96a5-4faa2f583236","name":"Get Counting Order","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/countingorders/10"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"co_num\": \"10\",\r\n        \"inventory_department\": 1,\r\n        \"status_num\": 1,\r\n        \"counters_name\": \"Employee A\",\r\n        \"generated\": 0,\r\n        \"item_count\": \"4\",\r\n        \"order_date\": \"03/20/2023\",\r\n        \"notes\": \"\"\r\n    }\r\n]"}],"_postman_id":"d848a66a-1fdd-4c8e-9c3c-04eca474840f"},{"name":"Get Counting Orders - Line Items","id":"a0b1d891-6be7-480f-be07-b2a8e24f99f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/countingorders/{co_num}/lineitems","urlObject":{"protocol":"https","path":["v1","countingorders","{co_num}","lineitems"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"e3f66c25-2fa5-4b12-83f2-5e0e18025d5c","name":"Get Counting Orders - Line Items","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"timestamp","value":"{timestamp}","type":"text"},{"key":"Content-type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/countingorders/11/lineitems"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"stockroom\": \"Secondary Stock Room\",\r\n        \"item_num\": \"18\",\r\n        \"item\": \"12 inch wide brush\",\r\n        \"real_count\": \"342.00\",\r\n        \"should_be\": \"343.00\",\r\n        \"real_count_itemroom\": \"148.00\",\r\n        \"should_be_itemroom\": \"149.00\",\r\n        \"found_items\": \".00\",\r\n        \"lost_items\": \"1.00\",\r\n        \"scheduled\": 0,\r\n        \"count_date\": \"03/20/2023\",\r\n        \"cycle_date\": \"\",\r\n        \"count_purchase_unit_itemroom\": \"0.00\",\r\n        \"count_internal_unit_itemroom\": \"148.00\"\r\n    },\r\n    {\r\n        \"stockroom\": \"Initial Room\",\r\n        \"item_num\": \"16\",\r\n        \"item\": \"batteries\",\r\n        \"real_count\": \"5.00\",\r\n        \"should_be\": \"8.00\",\r\n        \"real_count_itemroom\": \"5.00\",\r\n        \"should_be_itemroom\": \"8.00\",\r\n        \"found_items\": \".00\",\r\n        \"lost_items\": \"3.00\",\r\n        \"scheduled\": 0,\r\n        \"count_date\": \"03/20/2023\",\r\n        \"cycle_date\": \"\",\r\n        \"count_purchase_unit_itemroom\": \"0.00\",\r\n        \"count_internal_unit_itemroom\": \"5.00\"\r\n    },\r\n    {\r\n        \"stockroom\": \"Initial Room\",\r\n        \"item_num\": \"19\",\r\n        \"item\": \"Mini Paint Rollers\",\r\n        \"real_count\": \"6.00\",\r\n        \"should_be\": \"4.00\",\r\n        \"real_count_itemroom\": \"6.00\",\r\n        \"should_be_itemroom\": \"4.00\",\r\n        \"found_items\": \"2.00\",\r\n        \"lost_items\": \".00\",\r\n        \"scheduled\": 0,\r\n        \"count_date\": \"03/20/2023\",\r\n        \"cycle_date\": \"\",\r\n        \"count_purchase_unit_itemroom\": \"0.00\",\r\n        \"count_internal_unit_itemroom\": \"6.00\"\r\n    }\r\n]"}],"_postman_id":"a0b1d891-6be7-480f-be07-b2a8e24f99f9"}],"id":"bebe8c52-80d0-401b-9270-da0b7c09fb69","_postman_id":"bebe8c52-80d0-401b-9270-da0b7c09fb69","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Reports","item":[{"name":"Get Labor and Materials by Asset","id":"3bf05175-bdcd-42d4-abe3-4288ef3b3285","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.eworkorders.com/v1/reports/LaborMaterialsByAsset","description":"<table> \n<thead>\n<tr>\n<td><b>Parameter</b></td>\n<td><b>Type</b></td>\n<td><b>Description</b></td>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>start_date</td>\n<td>date</td>\n<td><b>Required</b> Date labor or materials were entered - greater than or equal to this date</td>\n</tr>\n<tr>\n<td>end_date</td>\n<td>date</td>\n<td><b>Required</b> Date labor or materials were entered - lesser than or equal to this date</td>\n</tr>\n<tr>\n<td>workorder_num</td>\n<td>int</td>\n<td>Unique work order identifier</td>\n</tr>\n<tr>\n<td>workorder_prior_num</td>\n<td>int</td>\n<td>Unique work order priority identifier</td>\n</tr>\n<tr>\n<td>workorder_area_num</td>\n<td>int</td>\n<td>Unique asset area identifier on the work order</td>\n</tr>\n<tr>\n<td>workorder_asset_num</td>\n<td>int</td>\n<td>Unique asset identifier on the work order</td>\n</tr>\n<tr>\n<td>workorder_cat_num</td>\n<td>int</td>\n<td>Unique asset category identifier on the work order</td>\n</tr>\n<tr>\n<td>workorder_critical_num</td>\n<td>int</td>\n<td>Unique asset criticality identifier on the work order</td>\n</tr> \n<tr>\n<td>asset_user_field#</td>\n<td>string \n number \n date \n datetime</td>\n<td>Value of an asset user field \n <i>Examples: \n workorder_user_field7 = 'Yellow' \n workorder_user_field9 = 20 \nworkorder_user_field21 = '12/31/2021'</i>\n</td>\n</tr>\n<tr>\n<td>asset_user_field#_from</td>\n<td>number \n date<i>\ndatetime\n</i></td>\n<td>Value of an asset user field  \n <i>Examples: \n workorder_user_field7_from = '1/1/2021'\nworkorder_user_field9_from = 20</i>\n</td>  \n</tr>\n<tr>\n<td>asset_user_field#_to</td>\n<td>number \n date \n datetime\n</td>\n<td>Value of an asset user field \n <i>Examples: \n workorder_user_field7_from = '12/31/2021'\nworkorder_user_field9_from = 20</i>\n</td>\n</tr>\n</tbody>\n</table>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","reports","LaborMaterialsByAsset"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"5d79f32b-3c50-4d31-98bb-a5984b2f2f6f","name":"Get Labor and Materials by Asset","originalRequest":{"method":"GET","header":[],"url":"https://api.eworkorders.com/v1/reports/LaborMaterialsByAsset"},"_postman_previewlanguage":"","header":[""],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"\r\n[\r\n    {\r\n        \"area_desc\": \"Building A\",\r\n        \"cat_desc\": \"Heater\",\r\n        \"unit_desc\": \"Stamping Machine # 1 (Bld A)\",\r\n        \"critical_desc\": \"GMP\",\r\n        \"unit_num\": \"4022\",\r\n        \"labor_hours\": null,\r\n        \"labor_cost\": null,\r\n        \"material_cost\": \"221.00\r\n    }\r\n\r\n]"}],"_postman_id":"3bf05175-bdcd-42d4-abe3-4288ef3b3285"}],"id":"0843e763-4719-46c1-a961-4f7f939935db","_postman_id":"0843e763-4719-46c1-a961-4f7f939935db","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Customers","item":[{"name":"List Customers","id":"77841534-07c4-4c4e-b58b-7d1a7c84273a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/customers","description":"<p>Get all customers.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","customers"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"2fc1a1b9-daee-47ca-bf02-c243df791c0b","name":"List Customers","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/customers"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"super_num\": 1,\r\n        \"customer_num\": \"3\",\r\n        \"first_name\": \"Richard\",\r\n        \"middle_name\": \"J\",\r\n        \"last_name\": \"Doe\",\r\n        \"location1\": \"1 First Street\",\r\n        \"city\": \"Trenton\",\r\n        \"state\": \"New Jersey\",\r\n        \"zip\": \"08601\",\r\n        \"country\": \"United States\",\r\n        \"company\": \"The Lighting Group\",\r\n        \"field1\": \"7572\",\r\n        \"field2\": \"436343346\"\r\n    },\r\n    {\r\n        \"super_num\": 1,\r\n        \"customer_num\": \"4\",\r\n        \"first_name\": \"John\",\r\n        \"middle_name\": \"K\",\r\n        \"last_name\": \"Kaplan\",\r\n        \"location1\": \"123 Avenue B\",\r\n        \"city\": \"Newark\",\r\n        \"state\": \"New Jersey\",\r\n        \"zip\": \"07101\",\r\n        \"country\": \"United States\",\r\n        \"company\": \"Google\",\r\n        \"field1\": \"463\",\r\n        \"field2\": \"909222135\"\r\n    }\r\n]"}],"_postman_id":"77841534-07c4-4c4e-b58b-7d1a7c84273a"},{"name":"Get Customer","id":"8fefb136-0228-4cd4-a174-b59f48e824f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/customers/{customer_num}","description":"<p>Get a specific customer by customer_num.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","customers","{customer_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"634466ca-114a-4b2e-827f-e282e1c92de0","name":"Get Customer","originalRequest":{"method":"GET","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/customers/4"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"super_num\": 1,\r\n        \"customer_num\": \"4\",\r\n        \"first_name\": \"John\",\r\n        \"middle_name\": \"K\",\r\n        \"last_name\": \"Kaplan\",\r\n        \"location1\": \"123 Avenue B\",\r\n        \"city\": \"Newark\",\r\n        \"state\": \"New Jersey\",\r\n        \"zip\": \"07101\",\r\n        \"country\": \"United States\",\r\n        \"company\": \"Google\",\r\n        \"field1\": \"463\",\r\n        \"field2\": \"909222135\"\r\n    }\r\n]"}],"_postman_id":"8fefb136-0228-4cd4-a174-b59f48e824f0"},{"name":"Update Customer","id":"2722d748-f0db-471a-a720-1de223169fca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"active\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eworkorders.com/v1/customers/{customer_num}","description":"<p>Update the active status of a specific customer.</p>\n<h2>Request Body Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>active</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Active Status</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","customers","{customer_num}"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"8d18462a-99b2-4e33-8fc0-f529d6915a1d","name":"Update Customer","originalRequest":{"method":"PUT","header":[{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"active\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eworkorders.com/v1/customers/4"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": 200,\r\n    \"status_message\": \"Customer updated successfully.\"\r\n}"}],"_postman_id":"2722d748-f0db-471a-a720-1de223169fca"}],"id":"6c7bb160-1a3b-4550-9847-9ae89d57870c","_postman_id":"6c7bb160-1a3b-4550-9847-9ae89d57870c","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}},{"name":"Vendors","item":[{"name":"Post Vendor","id":"f7c33207-c981-4bb5-98c8-223acf571b5f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.eworkorders.com/v1/vendors","description":"<p>Add a vendor.</p>\n<h2>Request Body Parameters</h2>\n\n<table><tbody><tr><td><div><b>Parameter</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Type</b></div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>Description</b></div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>vendor</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div><b>**Required</b> Vendor name</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>ven_number</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Vendor ID number</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>default_ven_po</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Default Vendor PO#</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>phone</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Phone #</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>purpose</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Purpose</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>fax</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Fax</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>addr1</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Address 1</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>addr2</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Address 2</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>addr3</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Address 3</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>city</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>City</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>state</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>State</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>zip</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Zipcode</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>country</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Country</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>email</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Email</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>notes</div><div><div><div><div></div></div></div><div></div></div></td><td><div>string</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Notes</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>coi_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>General Liability Date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>workers_compensation_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Workman's Compensation Date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>automobile_date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>date</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Auto Ins Date</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>active</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Active? 1 for yes, 0 for no</div><div><div><div><div></div></div></div><div></div></div></td></tr><tr><td><div>supplies_workers</div><div><div><div><div></div></div></div><div></div></div></td><td><div>boolean</div><div><div><div><div></div></div></div><div></div></div></td><td><div>Supplies workers? 1 for yes, 0 for no</div><div><div><div><div></div></div></div><div></div></div></td></tr></tbody></table>","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}},"urlObject":{"protocol":"https","path":["v1","vendors"],"host":["api","eworkorders","com"],"query":[],"variable":[]}},"response":[{"id":"a52f1f12-a9d3-4be8-b4ac-9e8ec31b23a8","name":"Post Vendor","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"apikey {username}:{apikey}","type":"text"},{"key":"Timestamp","value":"{timestamp}","type":"text"},{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"vendor\": \"Plumber\",\r\n    \"ven_number\": \"1234\",\r\n    \"default_ven_po\": \"24242\",\r\n    \"phone\": \"838-233-2422\",\r\n    \"fax\": \"232-242-2424\",\r\n    \"addr1\": \"424 North Atlantic Ave\",\r\n    \"city\": \"Newark\",\r\n    \"state\": \"New Jersey\",\r\n    \"country\": \"United States\", \r\n    \"zip\": \"39393\",\r\n    \"notes\": \"Prefers text\",\r\n    \"purpose\": \"General\",\r\n    \"email\": \"plumber@excellentplumbingforyou.com\",\r\n    \"workers_compensation_date\": \"07/16/2025\",\r\n    \"active\": 1,\r\n    \"supplies_workers\": 1, \r\n    \"field1\": \"34\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.eworkorders.com/v1/vendors"},"_postman_previewlanguage":"","header":[],"cookie":[{"expires":"Invalid Date","domain":"","path":""}],"responseTime":null,"body":"{\"status\":201,\"status_message\":\"Vendor created successfully.\"}"}],"_postman_id":"f7c33207-c981-4bb5-98c8-223acf571b5f"}],"id":"dc2406ae-8770-462d-be90-e198f7f44f74","_postman_id":"dc2406ae-8770-462d-be90-e198f7f44f74","description":"","auth":{"type":"basic","basic":{"basicConfig":[]},"isInherited":true,"source":{"_postman_id":"fc60234f-35bd-4719-ac63-539218160abe","id":"fc60234f-35bd-4719-ac63-539218160abe","name":"eWorkorders API","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[]}},"event":[{"listen":"prerequest","script":{"id":"db614c18-0df0-4589-9c4e-557ef4e697c3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"bcbfbc5f-0eec-44c4-8ba1-e00c2f727a77","type":"text/javascript","exec":[""]}}]}