{"info":{"_postman_id":"3f923e34-8fb5-4390-b9de-a6c775179d2b","name":"RESTful Documentation","description":"<html><head></head><body><h1 id=\"megamation-rest-api\">Megamation REST API.</h1>\n<p>Megamation has a developed a RESTful API for our DirectLine application. The following details the specifics of the commands and structure of the base level API. This API was designed to be fluid for customer needs in terms of what fields can be included.excluded in each API request. Thus each endpoint (by default) only has the most commonly requested fields requested available to get or update.  Any database table field used within our system can be included upon request.  Adding a table field to a API is controlled by configuration records that can only be modified by Megamation</p>\n<p>An individual link is setup for each client's databases that they want interfaced to and a decision is made with the account manager on connection specifics.</p>\n<h1 id=\"getting-started\">Getting Started</h1>\n<p>To get started using the Megamation REST API, contact your account manager and talk to them about your specific needs.  That way the API can be customized through settings based on its intended use and a link can be setup.</p>\n<h1 id=\"contact-support\">Contact Support</h1>\n<ul>\n<li>Name: Megamation Support Team</li>\n<li>Email: <a href=\"mailto:support@megamation.com\">support@megamation.com</a></li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Megamation REST API.","slug":"megamation-rest-api"},{"content":"Getting Started","slug":"getting-started"},{"content":"Contact Support","slug":"contact-support"}],"owner":"12755505","collectionId":"3f923e34-8fb5-4390-b9de-a6c775179d2b","publishedId":"TzCHCWUj","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2024-06-13T18:55:14.000Z"},"item":[{"name":"Authentication","item":[{"name":"Create Token","id":"1d7f6bf0-b48c-4db6-92f3-ecdd19db20a7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\":\"<YOUR_USER_NAME>\",\r\n    \"password\":\"BASE64(<YOUR_PASSWORD>)\",\r\n    \"client_id\": \"<YOUR_CLIENT_ID>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/login","description":"<p>Request a Bearer Token to be used in additional API calls.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","login"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"55d7ad72-6db4-4ed1-8537-6b0f65b76e74","name":"Create Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"username\":\"<YOUR_USER_NAME>\",\r\n    \"password\":\"BASE64(<YOUR_PASSWORD>)\",\r\n    \"client_id\": \"<YOUR_CLIENT_ID>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 20:48:36 GMT"},{"key":"Content-Length","value":"468"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5tZWdhbWF0aW9uLmNvbS8iLCJleHAiOjE3MTQxNjQ1MTUsImlhdCI6MTcxNDA3ODExNSwic3ViIjoiTUlIWUFSIn0.QSNpEC7_tjOYkNB8yBVUTs3K3zs47yWgM8PyCyJCWvQ\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5tZWdhbWF0aW9uLmNvbS8iLCJleHAiOjE3MTY2NzAxMTUsImlhdCI6MTcxNDA3ODExNSwic3ViIjoiTUlIWUFSIn0.TIZTOBoZcsVBnqwRJZl8biwZf_LE1EKzjBCtXDCbnQ8\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": \"86400\"\n}"}],"_postman_id":"1d7f6bf0-b48c-4db6-92f3-ecdd19db20a7"},{"name":"Use Refresher Token","id":"7a590c54-e1d9-46c6-93fa-b5e60a0148cd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\": \"<YOUR_REFRESH_TOKEN>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/refresh_token","description":"<p><code>Version 1.03</code></p>\n<p>Request a Bearer Token to be used in additional API calls.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","refresh_token"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"da074202-250d-489c-93fd-a626a6194c53","name":"Use Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\": \"<YOUR_REFRESH_TOKEN>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/refresh_token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 20:40:37 GMT"},{"key":"Content-Length","value":"482"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5tZWdhbWF0aW9uLmNvbS8iLCJleHAiOjE3MTQxNjQwMzYsImlhdCI6MTcxNDA3NzYzNiwic3ViIjoxMDAwMiwiIjpudWxsfQ.uhVRiaCOBg9xzGhyj6IY7KQGslwfOCsRyE44-EHkzTo\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5tZWdhbWF0aW9uLmNvbS8iLCJleHAiOjE3MTY2Njk2MzYsImlhdCI6MTcxNDA3NzYzNiwic3ViIjoxMDAwMiwiIjpudWxsfQ.8zkt3QnZcDc74zf0ppfQGBLyTj3OVYAN5quXtBCPL6s\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": \"86400\"\n}"}],"_postman_id":"7a590c54-e1d9-46c6-93fa-b5e60a0148cd"}],"id":"d3bf674e-f42c-4b59-b249-3402b994565c","description":"<p>There are multiple methods available for authenticating requests used in the API. Details of the most commonly used methods are detailed here. If you're developing your own front end, we will need to enable Cross Origin Resource Sharing (CORS) for your site (<a href=\"https://en.wikipedia.org/wiki/Cross-origin_resource_sharing\">https://en.wikipedia.org/wiki/Cross-origin_resource_sharing</a>).</p>\n<p><strong>Basic Authentication with IP Security</strong></p>\n<p>This method involves including a provided username and password encrypted in the header of each call made to the API. Using a program such as Postman and adding the credentials on the authorization tab will automatically encrypt and add the information to the header as a valid Authorization.</p>\n<p>Manually adding this to the header requires you adding an 'Authorization' header field with the information provided as 'Basic Username:password' with the user and password being Base64 encoded.</p>\n<p>An example of what an authorization in the request header for basic authentication would look like:</p>\n<p>'Basic c3VIOnBhc3M='</p>\n<p>This authentication is encrypted again over a secure socket layer (SSL/HTTPS) and has IP security placed on top of it. This allows only validated requests to go through to the API if it also comes from a list of provided and validated IP addresses. This list would be created by you and Megamation.</p>\n<p><strong>Bearer Token using JSON Web Token (JWT)</strong> <code>Version 1.02</code></p>\n<p>This method involves getting an encrypted Bearer Token using our login API and providing the Bearer Token in each API call rather than the username and password as done so with Basic Authentication.</p>\n<p>Bearer Tokens carry an expiry and can be used for multiple requests until that expiry. After that it is required to get a new Token. The default expiry is 1 day after issue. You can use the Refresher Token to obtain a new Token and new Refresher Token. Refresher Token also has a default expiry date of 30 days.</p>\n<p>To Obtain a bearer token using the API you send a JSON body including a username, password, and client ID and will get back the signed Token. The Token contains encrypted information including who logged in, the expiry and issue time, and a hashed signature. The API compares this against our internal hash information to verify each call when using the token.</p>\n<p>When using Bearer tokens you have the option of adding IP Security as is done for Basic authentication but, unlike Basic authentication, is not required.</p>\n<p>An example of what an authorization in the request header when using a bearer token would look like:</p>\n<p>'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5tZWdhbWF0aW9uLmNvbS8iLCJleHAiOjE2MI6MTYyOTg5OTkxMCwic3ViIjoiQlJBRCJ9.25NszwIOWFrO-eXvUK5amDsazicCchB9_m0wAeo0Y2o'</p>\n","_postman_id":"d3bf674e-f42c-4b59-b249-3402b994565c"},{"name":"API Reports","item":[{"name":"Get Available Reports","id":"88ac803e-4b7f-43ac-88f9-3c0b4e6c146c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/apireport?api_report=1","description":"<p>Reports need to be made available in the system before you can access them via API. System already has master reports made available for API users. If you can't see your report here please contact our support.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","apireport"],"host":["https://api.megamation.com"],"query":[{"key":"api_report","value":"1"}],"variable":[]}},"response":[{"id":"24da1080-d7a5-49df-9d73-ddec95acbf43","name":"Get Available Reports","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/apireport?api_report=1","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","apireport"],"query":[{"key":"api_report","value":"1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 09 Oct 2024 17:21:34 GMT"},{"key":"Content-Length","value":"6457"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Report\": [\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Reports date of last activity/movement from receiving and issue table data. If a 'Last Activity' date is specified, only items for which there has been no activity/movement since that date will be displayed.\",\n                \"report_name\": \"INV - Slow Moving\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1030*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Overdue Work Order List.  The following work order fields will be exported sorted by the primary and secondary sort:  work order number, date, due date, planned date, description, submitted by, status, priority, labor cost and material cost.\",\n                \"report_name\": \"WO - Overdue Work Orders\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1023*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Work Order List.  The following work order fields will be exported sorted by the primary and secondary sort:  work order number, date, description, downtime, submitted by, status, priority, labor cost and material cost.\",\n                \"report_name\": \"WO - Work Order List\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1025*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Voucher List.  Export a list of all invoices within the given date range. The report is sorted by Supplier Name by Purchase Order Number by Invoice Number by Voucher Dater.   The report contains the vouchered cost per PO Lineitem totaled by Invoice Number.\",\n                \"report_name\": \"PUR - Voucher List\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1029*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Assign Master\",\n                \"report_name\": \"Assign Master\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1046*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Rlisting of all print jobs\",\n                \"report_name\": \"Print Log\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1039*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Work Order totals by trade\",\n                \"report_name\": \"WO - Work Order Labor Totals\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1024*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Hierarchy Cost Report.  Labor cost and material cost will be collected and reported by hieararchy of the equipment. This report will roll up the cost of maintenance to all higher levels of the hierarchy.\",\n                \"report_name\": \"WO - Eqp Hierarchical Cost\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1022*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Exports a list of all work orders associated with a project and project step showing the work order material and labor costs.  \",\n                \"report_name\": \"PROJ - Work Order List\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1033*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Equipment Readings. Export readings for a date range to a spreadsheet. This routine is restricted to groups of equipment with the same equipment definitions.\",\n                \"report_name\": \"Utility Readings and Costs\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1040*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Work Order Table for API completed work orders.\\n\",\n                \"report_name\": \"API - Closed Work Orders\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1062*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Employee List.  The following employee fields will be exported sorted by the primary and secondary sort: employee number, employee name, trade, trade description, department, department description, skills and years employed.  No date selection is required.\",\n                \"report_name\": \"EMP - Employee List\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1013*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Inventory Listing including unit cost and average cost.  The following fields will also be exported if the primary or secondary sort is Part:  UOM (unit of measure), min, ROQ (reorder quantity), OHQ (on- hand quantity), Cost (either unit or average), Primary Supplier and Lead Time.\",\n                \"report_name\": \"INV - Inventory List\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1020*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Expedite Report.  Export a list of all active purchase order line items where received quantity is less than ordered quantity for the selected date range.\",\n                \"report_name\": \"PUR - Expedite Report\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1027*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Non-Vouchered PO Line Items.  Export a list of all active purchase order line items where received quantity is not equal to the vouchered quantity.\",\n                \"report_name\": \"PUR - Voucher Outstanding\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1028*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"All inventory issues between a date range\",\n                \"report_name\": \"INV - Inventory Issues\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1026*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Equipment Readings.  Export readings for a date range to a spreadsheet. This routine is restricted to groups of equipment with the same reading definitions.\",\n                \"report_name\": \"EQP - Equipment Readings\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1017*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Time Card Analysis.  The calculation of regular, time and a half, & double time hours summarized by the primary sort and secondary sort for each time interval.  This routine captures time entered via the time card entry window.\",\n                \"report_name\": \"Employee Timecard Report\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1058*MPC\"\n                    }\n                }\n            },\n            {\n                \"api_report\": \"Yes\",\n                \"description\": \"Check-list Results by Task.  This reports shows all the checklist entered during a date range matching the search criteria.  You can select to only show specific checklist items rather than the entire checklist.  This allows you to trend/analyze a specific checklist result.\",\n                \"report_name\": \"CL - Results\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/apireport/MPC*1009*MPC\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"progress\": \"19/19\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/apireport?api_report=1\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl\"\n        }\n    }\n}"}],"_postman_id":"88ac803e-4b7f-43ac-88f9-3c0b4e6c146c"},{"name":"Get a Specific Report","id":"3da0fc09-aa3f-42c1-afe1-dcaad7276eb8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/apireport/{REPORT_ID}","description":"<p>Get report data via API (data generated by the report will be converted to JSON format and served for the user). Data gets refreshed every 24hrs and can be refreshed on-demand. If you try to fetch report while It's being refreshed you will receive a message that the report is begin refreshed.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","apireport","{REPORT_ID}"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"b2d15150-2679-468e-ac77-826e1a289ab7","name":"Get a Specific Report","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/apireport/{REPORT_ID}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"reportpath","value":"\\\\fs2\\Web$\\APIReports\\dev2022\\dl\\MPC-1023-MPC.json"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 09 Oct 2024 17:28:10 GMT"},{"key":"Content-Length","value":"42050"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"data\": [\n            {\n                \"TRADE\": null,\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20452,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Construct Frame for the Room as per drawings Attached\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"LAMBERT, EUGENE\",\n                \"STATUS\": \"AP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": 12520,\n                \"EST_HOURS\": \".00\"\n            },\n            {\n                \"TRADE\": null,\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20466,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Cannot change the temperature in fitness room\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"PEARDON, DAVID\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": 79.46,\n                \"EST_HOURS\": \".00\"\n            },\n            {\n                \"TRADE\": null,\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 23052,\n                \"DATE\": \"2024-03-21\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Freezer is leaking and causing frozen water to build up.\\\"\",\n                \"DUE_DATE\": \"2024-03-22\",\n                \"PLANNED_DATE\": \"2024-03-22\",\n                \"SUBMITTED_BY\": \"BLOCK, KEN\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"FVS\",\n                \"TOTAL_HOURS_LINE\": null,\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": null\n            },\n            {\n                \"TRADE\": null,\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 23166,\n                \"DATE\": \"2024-03-21\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Making loud noise - perform inspection\\\"\",\n                \"DUE_DATE\": \"2024-03-22\",\n                \"PLANNED_DATE\": null,\n                \"SUBMITTED_BY\": \"CARTY, PAT\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": null,\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": null\n            },\n            {\n                \"TRADE\": \"ADMIN\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21283,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pump for boiler may need to be replaced\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-26\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"WP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 1\n            },\n            {\n                \"TRADE\": \"CARP\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19679,\n                \"DATE\": \"2024-03-15\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Gazebo Stairs needs to be repaired and Roof needs to be replaced.\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"PEARDON, DAVID\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 24\n            },\n            {\n                \"TRADE\": \"CARP\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19932,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Repair west basement exterior door. Will not close all the way.\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-10\",\n                \"SUBMITTED_BY\": \"RFLINN@SAINTJOE.EDU\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": \"E\",\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5\n            },\n            {\n                \"TRADE\": \"CARP\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20135,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Front door is broken Security Control Panel is flasing red.\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.25\n            },\n            {\n                \"TRADE\": \"CARP\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20421,\n                \"DATE\": \"2024-03-10\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Baseboards rot damage in kitchen\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-24\",\n                \"SUBMITTED_BY\": \"HOAGLAND, JOE\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 6\n            },\n            {\n                \"TRADE\": \"CARP\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20452,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Construct Frame for the Room as per drawings Attached\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"LAMBERT, EUGENE\",\n                \"STATUS\": \"AP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 168\n            },\n            {\n                \"TRADE\": \"CARP\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20514,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Repair window sills on west side of building\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-20\",\n                \"SUBMITTED_BY\": \"SMITH, MATTHEW\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 12\n            },\n            {\n                \"TRADE\": \"CARP\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20534,\n                \"DATE\": \"2024-03-17\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Railing needs to be replaced\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-10\",\n                \"SUBMITTED_BY\": \"SHARKEY, EMILIE\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 12\n            },\n            {\n                \"TRADE\": \"CARP\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20549,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Fire Door won't close to room 102. \\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-11\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": \"S\",\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3.5\n            },\n            {\n                \"TRADE\": \"CARP\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20852,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Seats in NE Seating Section are unstable\\\"\",\n                \"DUE_DATE\": \"2024-03-19\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"HENDERSON, SMITTY\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 16\n            },\n            {\n                \"TRADE\": \"CUST\",\n                \"NONE\": \"MOVE\",\n                \"WO_NO\": 21876,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Filled with excess garbage and materials. Please clear out. \\\"\",\n                \"DUE_DATE\": \"2024-03-25\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"JAMESON, HAROLD\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"CUST\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5\n            },\n            {\n                \"TRADE\": \"CUST\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23185,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Annual Firedrill\\n** Closing comments from last work order **\\nCompleted Inspection - No Issues\\\"\",\n                \"DUE_DATE\": \"2024-03-21\",\n                \"PLANNED_DATE\": \"2024-03-20\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"CUST\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"CUST\",\n                \"NONE\": \"PMI\",\n                \"WO_NO\": 23187,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Fire Door Inspection (Monthly)\\n** Closing comments from last work order **\\nCompleted Inspection - No issues\\\"\",\n                \"DUE_DATE\": \"2024-04-02\",\n                \"PLANNED_DATE\": \"2024-03-28\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"CUST\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 1\n            },\n            {\n                \"TRADE\": \"CUST\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20155,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Paint window frames in library.\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-26\",\n                \"SUBMITTED_BY\": \"EYBEL, JIM\",\n                \"STATUS\": \"WP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"CUST\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 8\n            },\n            {\n                \"TRADE\": \"CUST\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20533,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"The lights above the front door have been broken. Could someone please replace bulbs and clean up the glass on the ground. Bring 12 ft ladder\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"HAUGHN, BRAD\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"CUST\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"CUST\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20671,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Graffitti in mens and womens washroom \\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"BENE, FRANK\",\n                \"STATUS\": \"WT\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"CUST\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 8\n            },\n            {\n                \"TRADE\": \"CUST\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21878,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Stall two toilet clogged\\\"\",\n                \"DUE_DATE\": \"2024-03-22\",\n                \"PLANNED_DATE\": \"2024-03-20\",\n                \"SUBMITTED_BY\": \"DUGAN, DON\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"CUST\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"CUST\",\n                \"NONE\": \"SAFETY\",\n                \"WO_NO\": 21533,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Student confirmed with Covid-19. Close off affected areas clean and disinfect\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-20\",\n                \"SUBMITTED_BY\": \"OROSZ, JEFF\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": \"E\",\n                \"ASSIGN_TO\": \"CUST\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 8\n            },\n            {\n                \"TRADE\": \"CUST\",\n                \"NONE\": \"SAFETY\",\n                \"WO_NO\": 21880,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Bunch of bottles broken in rear parking lot. \\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-20\",\n                \"SUBMITTED_BY\": \"DUGAN, DON\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": \"E\",\n                \"ASSIGN_TO\": \"CUST\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19716,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"The flood lights for the Parking Lot not turning on\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"MOOR, BRUCE\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": \"S\",\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19869,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Two Overhead lights are burned out in room 123.\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19916,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lights won't turn on in room 202.\\\"\",\n                \"DUE_DATE\": \"2024-03-22\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.25\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20027,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lights won't work in room 100.\\\"\",\n                \"DUE_DATE\": \"2024-03-25\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.5\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20089,\n                \"DATE\": \"2024-03-17\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lights won't turn on in room 123.\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-17\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"WP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.25\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20451,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lights won't turn on in Room 123.\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20452,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Construct Frame for the Room as per drawings Attached\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"LAMBERT, EUGENE\",\n                \"STATUS\": \"AP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 24\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20479,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lights won't turn on in room 212\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.5\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20480,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lights won't turn on in mens washroom\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20482,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lights are not working in womens washroom\\\"\",\n                \"DUE_DATE\": \"2024-03-21\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20491,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lights won't turn on in room 212, helton Science Building\\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20505,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lights are not working in cloak room\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20518,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Check exterior lights they do not turn on automatically\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"MUTCH, BOB\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": \"S\",\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.5\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20534,\n                \"DATE\": \"2024-03-17\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Railing needs to be replaced\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-10\",\n                \"SUBMITTED_BY\": \"SHARKEY, EMILIE\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 12\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20536,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Light in main hall flickering\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"EMILIE SHARKEY\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20618,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lamps won't turn on even after bulbs replaced. \\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20656,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Followup Deficiency Work Order generated from 20439, CheckList 10016. - \\nTest Electrical Outlets - FAIL - No power\\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"LESNER, ED\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20658,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Followup Deficiency Work Order generated from 20439, CheckList 10016.\\nTest Light Fixture Panel - FAIL - Lights out.\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"LESNER, ED\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"ELEC\",\n                \"NONE\": \"SAFETY\",\n                \"WO_NO\": 20462,\n                \"DATE\": \"2024-03-19\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Repair electrical outlet that is not working in room 21\\n\\\"\",\n                \"DUE_DATE\": \"2024-03-21\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"ALBERT, RAYMOND\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": \"S\",\n                \"ASSIGN_TO\": \"ELEC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"HVAC\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23177,\n                \"DATE\": \"2024-03-04\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Quarterly Center Building Rooftop Fan Inspection \\n** Closing comments from last work order **\\nCompleted Inspection - No issues\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.5\n            },\n            {\n                \"TRADE\": \"HVAC\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23184,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Air Conditioner Monthly Inspection\\n** Closing comments from last work order **\\nCompleted Inspection - No issues\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 1\n            },\n            {\n                \"TRADE\": \"HVAC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19930,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Lab is cold\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"RFLINN@SAINTJOE.EDU\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": \"NORMAL\",\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"HVAC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20043,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Room 100. Heat won't turn on.\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"HVAC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20449,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"The Heat will not stop.\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"CORY CARTER\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"HVAC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20466,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Cannot change the temperature in fitness room\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"PEARDON, DAVID\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"HVAC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20625,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Office is too hot and thermostat appears to not be working\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"C P\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 6.5\n            },\n            {\n                \"TRADE\": \"HVAC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20657,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"HVAC unit working intermittenly\\n\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"BENE, FRANK\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"HVAC\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20660,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Replace Filters in Heater\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"BOB BOWMAN\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 1\n            },\n            {\n                \"TRADE\": \"IT\",\n                \"NONE\": \"HD\",\n                \"WO_NO\": 20619,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Laptop will not start\\\"\",\n                \"DUE_DATE\": \"2024-03-25\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"B. SIMMS\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"IT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"IT\",\n                \"NONE\": \"HD\",\n                \"WO_NO\": 20620,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"The flashing light indicates that printer needs servicing\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"SMITH\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"IT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.5\n            },\n            {\n                \"TRADE\": \"IT\",\n                \"NONE\": \"REG\",\n                \"WO_NO\": 21443,\n                \"DATE\": \"2024-03-13\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"7 New Laptops need to be set up\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-14\",\n                \"SUBMITTED_BY\": \"HENDERSON, SMITTY\",\n                \"STATUS\": \"AP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"IT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 7\n            },\n            {\n                \"TRADE\": \"IT\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21441,\n                \"DATE\": \"2024-03-21\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Copier completely on the fritz. \\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"CHANG, KEN\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"IT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"IT\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21879,\n                \"DATE\": \"2024-03-19\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Copier not syncing up to computers\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-20\",\n                \"SUBMITTED_BY\": \"DUGAN, DON\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"IT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23109,\n                \"DATE\": \"2023-12-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Monthly Boiler Inspection Using Checklist\\n** Closing comments from last work order **\\nCompleted Inspection -Balanced impeller\\\"\",\n                \"DUE_DATE\": \"2024-01-12\",\n                \"PLANNED_DATE\": \"2024-01-07\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23179,\n                \"DATE\": \"2024-03-04\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Monthly Boiler Inspection Using Checklist\\n** Closing comments from last work order **\\nCompleted Inspection - Set water PSI to 13\\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-18\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23182,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Weekly Inspection Cardboard Baler\\n** Closing comments from last work order **\\nCompleted Inspection - No issues\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": \".50\"\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23183,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Monthly Boiler Inspection Using Checklist\\n** Closing comments from last work order **\\nCompleted Inspection - No issues\\\"\",\n                \"DUE_DATE\": \"2024-03-29\",\n                \"PLANNED_DATE\": \"2024-03-24\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23188,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Weekly Inspection Cardboard Baler\\\"\",\n                \"DUE_DATE\": \"2024-03-31\",\n                \"PLANNED_DATE\": \"2024-03-26\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": \".50\"\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23189,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Ford Edge Quarterly Maintenance\\n** Closing comments from last work order **\\nCompleted Inspection - No issues\\\"\",\n                \"DUE_DATE\": \"2024-04-02\",\n                \"PLANNED_DATE\": \"2024-03-28\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 1\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REG\",\n                \"WO_NO\": 21447,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Temperature sensor not displaying properly\\\"\",\n                \"DUE_DATE\": \"2024-03-22\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".12\",\n                \"LABOUR_TOTAL\": 2.4,\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19703,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Check temperature range. Investigate and repair as necessary. Record adjustments as part of work order closure. \\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.25\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19847,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Charging light indicates an alternator issue.\\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"DUGAN, DON\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19850,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"AC in tractor on the fritz\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19959,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Replace Rooftop Exhaust Fan Drive Motor\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"ALBERT, RAYMOND\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": \"NORMAL\",\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20043,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Room 100. Heat won't turn on.\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".25\",\n                \"LABOUR_TOTAL\": 5,\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": \".00\"\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20428,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Inspect the pump as per attached checklist\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"CARTY, PAT\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20430,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pump is making excessive noise\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"ALBERT, RAYMOND\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.75\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20550,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Inspection generated from mobile.- Door closer failed. Please replace closer \\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": \"S\",\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20616,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Excessive vibration\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"BENE, FRANK\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": \"S\",\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3.5\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20626,\n                \"DATE\": \"2024-03-16\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Water heater has back drafting issues\\\"\",\n                \"DUE_DATE\": \"2024-03-19\",\n                \"PLANNED_DATE\": \"2024-03-18\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20637,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Compressors lost power after power outage. suspect surge damaged controller.\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"CARTER, CORY\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 6\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20638,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Air Compressor not building pressure\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID A MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20640,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Boiler condensate pipe is frozen. \\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": \"E\",\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21229,\n                \"DATE\": \"2024-03-19\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Impeller damaged\\\"\",\n                \"DUE_DATE\": \"2024-03-21\",\n                \"PLANNED_DATE\": \"2024-03-20\",\n                \"SUBMITTED_BY\": \"JOHN SNOW\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 6\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21230,\n                \"DATE\": \"2024-03-19\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Air is coming directly into the pump\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-20\",\n                \"SUBMITTED_BY\": \"MATT WHYTE\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21283,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pump for boiler may need to be replaced\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-26\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"WP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": 6.25,\n                \"LABOUR_TOTAL\": 125,\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21435,\n                \"DATE\": \"2024-03-15\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pump in boiler acting up\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-23\",\n                \"SUBMITTED_BY\": \"BERNARD, IVAN\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21436,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Excessive vibration coming from pump\\\"\",\n                \"DUE_DATE\": \"2024-03-25\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"CARTY, PAT\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3.5\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21877,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Loud squealing when braking\\\"\",\n                \"DUE_DATE\": \"2024-03-22\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5\n            },\n            {\n                \"TRADE\": \"MECH\",\n                \"NONE\": \"SAFETY\",\n                \"WO_NO\": 19849,\n                \"DATE\": \"2024-03-13\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Tractor brakes need to be checked\\\"\",\n                \"DUE_DATE\": \"2024-03-19\",\n                \"PLANNED_DATE\": \"2024-03-14\",\n                \"SUBMITTED_BY\": \"BENE, FRANK\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MECH\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 6.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23176,\n                \"DATE\": \"2024-03-04\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pump PM - Monthly\\n\\n\\n** Closing comments from last work order **\\nCompleted Inspection - No issues\\\"\",\n                \"DUE_DATE\": \"2024-03-22\",\n                \"PLANNED_DATE\": \"2024-03-17\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23181,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pump PM - Monthly\\n\\n\\n** Closing comments from last work order **\\nCompleted Inspection - No issues\\\"\",\n                \"DUE_DATE\": \"2024-03-29\",\n                \"PLANNED_DATE\": \"2024-03-24\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23186,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pump PM - Quarterly\\n\\n\\n\\n** Closing comments from last work order **\\nCompleted Inspection - No issues\\\"\",\n                \"DUE_DATE\": \"2024-04-01\",\n                \"PLANNED_DATE\": \"2024-03-27\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3.75\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"PM\",\n                \"WO_NO\": 23190,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Quarterly Rooftop Exhaust Fan Inspection - Math building\\n** Closing comments from last work order **\\nCompleted Inspection - No issues\\\"\",\n                \"DUE_DATE\": \"2024-04-07\",\n                \"PLANNED_DATE\": \"2024-03-28\",\n                \"SUBMITTED_BY\": \"PM SCHEDULER\",\n                \"STATUS\": \"S\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19885,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Ceiling Fan is making a loud noise.\\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20440,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Check the floor tiles, fix loose or missing tiles\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"BENE, FRANK\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20465,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"AC unit on the fritz\\\"\",\n                \"DUE_DATE\": \"2024-03-22\",\n                \"PLANNED_DATE\": \"2024-03-18\",\n                \"SUBMITTED_BY\": \"ALBERT, RAYMOND\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20498,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Inspection generated from mobile. Replace Door Hinge and lock\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"ALBERT, RAYMOND\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20504,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Door Handle on Mechanical Room needs to be replaced\\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"DUGAN, DON\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20517,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Leak in ceiling fix hole\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"MUTCH, BOB\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 6\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20551,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Patch bare spots and fill in any gaps\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"WP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 8\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20610,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Door won't lock.\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20614,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Glass window cracked and lock broken on door. \\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"BENE, FRANK\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": \"S\",\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20641,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pilot light has turned off\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-23\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"WP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20646,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"There is water leakage around the boiler\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"LESNER, ED\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20647,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Gurgling, Whistling and Strange Banging Noises coming from Boiler\\\"\",\n                \"DUE_DATE\": \"2024-03-25\",\n                \"PLANNED_DATE\": \"2024-03-25\",\n                \"SUBMITTED_BY\": \"RFLINN@SAINTJOE.EDU\",\n                \"STATUS\": \"WP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21281,\n                \"DATE\": \"2024-03-10\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Shroud dented in storm\\\"\",\n                \"DUE_DATE\": \"2024-03-22\",\n                \"PLANNED_DATE\": \"2024-03-17\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21282,\n                \"DATE\": \"2024-03-15\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Motor cover for exhaust fan is cracked\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"DUGAN, DON\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21437,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Need to replace impeller\\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"MOOR, BRUCE\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21438,\n                \"DATE\": \"2024-03-21\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pump in A-wing needs repair\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"MOOR, BRUCE\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21439,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Grill not heating up to high temperature\\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21440,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Dispenser clogged \\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"COOK, JIM\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21442,\n                \"DATE\": \"2024-03-16\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Need to replace all locks on storage room doors. \\\"\",\n                \"DUE_DATE\": \"2024-03-19\",\n                \"PLANNED_DATE\": \"2024-03-17\",\n                \"SUBMITTED_BY\": \"CHANG, KEN\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21444,\n                \"DATE\": \"2024-03-21\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Washroom lock vandalized\\\"\",\n                \"DUE_DATE\": \"2024-03-26\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"CHANG, KEN\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3.5\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21445,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"AC in North Gym not blowing cold air\\\"\",\n                \"DUE_DATE\": \"2024-03-25\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"CHANG, KEN\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"HVAC\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"MTM\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 21446,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Door hinges to third, fourth and fifth stall need to be replaced\\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-22\",\n                \"SUBMITTED_BY\": \"CHANG, KEN\",\n                \"STATUS\": \"I\",\n                \"PRIORITY\": 2,\n                \"ASSIGN_TO\": \"MAINT\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3.5\n            },\n            {\n                \"TRADE\": \"PL\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19878,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pipe leaking\\\"\",\n                \"DUE_DATE\": \"2024-03-22\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"EYBEL, CY\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": \"E\",\n                \"ASSIGN_TO\": \"PL\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5\n            },\n            {\n                \"TRADE\": \"PL\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 19913,\n                \"DATE\": \"2024-03-14\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Toilet is running\\\"\",\n                \"DUE_DATE\": \"2024-03-20\",\n                \"PLANNED_DATE\": \"2024-03-15\",\n                \"SUBMITTED_BY\": \"ERIC DEVEAUX\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": 1,\n                \"ASSIGN_TO\": \"PL\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 2\n            },\n            {\n                \"TRADE\": \"PL\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20095,\n                \"DATE\": \"2024-03-20\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Sink is leaking.\\\"\",\n                \"DUE_DATE\": \"2024-03-25\",\n                \"PLANNED_DATE\": \"2024-03-21\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"PL\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4\n            },\n            {\n                \"TRADE\": \"PL\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20452,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Construct Frame for the Room as per drawings Attached\\\"\",\n                \"DUE_DATE\": \"2024-03-24\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"LAMBERT, EUGENE\",\n                \"STATUS\": \"AP\",\n                \"PRIORITY\": 10,\n                \"ASSIGN_TO\": \"CARP\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 48\n            },\n            {\n                \"TRADE\": \"PL\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20464,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Leaking Pipe in basement \\\"\",\n                \"DUE_DATE\": \"2024-03-23\",\n                \"PLANNED_DATE\": \"2024-03-19\",\n                \"SUBMITTED_BY\": \"ALBERT, RAYMOND\",\n                \"STATUS\": \"AP\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"PL\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 4.5\n            },\n            {\n                \"TRADE\": \"PL\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20468,\n                \"DATE\": \"2024-03-16\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Faucet needs replacing room 212.\\\"\",\n                \"DUE_DATE\": \"2024-03-21\",\n                \"PLANNED_DATE\": \"2024-03-17\",\n                \"SUBMITTED_BY\": \"DAVID MUTCH\",\n                \"STATUS\": \"P\",\n                \"PRIORITY\": 5,\n                \"ASSIGN_TO\": \"PL\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 3\n            },\n            {\n                \"TRADE\": \"PL\",\n                \"NONE\": \"REPAIR\",\n                \"WO_NO\": 20609,\n                \"DATE\": \"2024-03-18\",\n                \"WORK_REQUEST_DESCRIPTION\": \"\\\"Pipe leaking behind north wall\\\"\",\n                \"DUE_DATE\": \"2024-03-21\",\n                \"PLANNED_DATE\": \"2024-03-20\",\n                \"SUBMITTED_BY\": \"LESNER, ED\",\n                \"STATUS\": \"IP\",\n                \"PRIORITY\": \"E\",\n                \"ASSIGN_TO\": \"PL\",\n                \"TOTAL_HOURS_LINE\": \".00\",\n                \"LABOUR_TOTAL\": \".00\",\n                \"MATERIAL_TOTAL\": \".00\",\n                \"EST_HOURS\": 5\n            }\n        ]\n    },\n    \"lastUpdated\": \"2024-10-09 02:04PM\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"http:// api.megamation.com/dev2022/dl\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"http:// api.megamation.com/dev2022\"\n        }\n    }\n}"}],"_postman_id":"3da0fc09-aa3f-42c1-afe1-dcaad7276eb8"},{"name":"Refresh Report","id":"321bf9b6-5d36-45c5-95ec-6924e6808f71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"command\":\"refresh\",\r\n    \"id\":\"<REPORT_ID>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/apireport","description":"<p>Refresh report data to get the latest updates on-demand. This call will return quickly while the processing in the background. If you try to fetch report while It's being refreshed you will receive a message that the report is begin refreshed.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","apireport"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"05033a59-09c5-46fa-916e-75dbd88aba8c","name":"Refresh Report","originalRequest":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"command\":\"refresh\",\r\n    \"id\":\"{REPORT_ID}\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/apireport"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 09 Oct 2024 17:58:38 GMT"},{"key":"Content-Length","value":"130"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"POST\",\n    \"URL\": \"https://api.megamation.com/dev2022/dl/apireport\"\n}"}],"_postman_id":"321bf9b6-5d36-45c5-95ec-6924e6808f71"}],"id":"5086ff05-489a-4ad6-8033-4e72edf4a65a","description":"<p><code>Version 1.04</code></p>\n<p>You can use this to retrieve data generated by reports in DirectLine. Reports marked as API reports will be updated daily with the option to update it on-demand. If a report is not available please contact your account manager to discuss your specific requirements.</p>\n","_postman_id":"5086ff05-489a-4ad6-8033-4e72edf4a65a"},{"name":"Assign","item":[{"name":"Get Labels","id":"9c3b3ef6-ce97-428f-95d5-07b31ecdf152","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","assign","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"8d62e4ee-8c1f-4140-a1f6-613857f07916","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 15:45:01 GMT"},{"key":"Content-Length","value":"209"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"ASSIGN_MASTER\",\n    \"Usage\": \"To get, update, and create assign records that will use the DirectLine System\",\n    \"CODE\": \"Code\",\n    \"DECRIPTION\": \"Decription\",\n    \"EMPLOYEE_NO\": \"Employee #: \",\n    \"TELEPHONE\": \"Telephone\"\n}"}],"_postman_id":"9c3b3ef6-ce97-428f-95d5-07b31ecdf152"},{"name":"Get Schema","id":"92ce801f-180e-4b9d-93b2-e37901e3cfbc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","assign","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ec6c8016-c232-4723-8973-8814b3636aca","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 15:45:42 GMT"},{"key":"Content-Length","value":"484"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/assign/@SCHEMA\",\n    \"title\": \"ASSIGN_API\",\n    \"description\": \"ASSIGN_MASTER table containing assign information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"CODE\": {\n            \"description\": \"Code\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DECRIPTION\": {\n            \"description\": \"Decription\",\n            \"type\": null\n        },\n        \"EMPLOYEE_NO\": {\n            \"description\": \"Employee #: \",\n            \"type\": null\n        },\n        \"TELEPHONE\": {\n            \"description\": \"Telephone\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"CODE\"\n    ]\n}"}],"_postman_id":"92ce801f-180e-4b9d-93b2-e37901e3cfbc"},{"name":"Get Criteria","id":"6c1d881d-708d-4bf6-b6e4-5408b9569adc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/@CRITERIA","description":"<p>Get the list of fields that are searchable for assign searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","assign","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"7fe2601b-0fe9-44a7-8edb-b2177c267566","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 15:46:54 GMT"},{"key":"Content-Length","value":"187"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"ASSIGN_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"EMPLOYEE_NO\": \"Employee #: \"\n}"}],"_postman_id":"6c1d881d-708d-4bf6-b6e4-5408b9569adc"},{"name":"Get Assigns","id":"cdc1913d-8c2a-4821-82ac-5534c208617e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign?EMPLOYEE_NO=AA","description":"<p>An example of getting assign information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","assign"],"host":["https://api.megamation.com"],"query":[{"key":"EMPLOYEE_NO","value":"AA"}],"variable":[]}},"response":[{"id":"b70f1a9c-7a73-4089-8262-4eedb2b9cede","name":"Get Assigns","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign?EMPLOYEE_NO=AA","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","assign"],"query":[{"key":"EMPLOYEE_NO","value":"AA"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 15:48:40 GMT"},{"key":"Content-Length","value":"331"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Assign\": [\n            {\n                \"code\": \"CARP\",\n                \"description\": \"Carpentry Supervisor\",\n                \"employee_no\": \"AA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/assign/CARP\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/assign?EMPLOYEE_NO=AA\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"cdc1913d-8c2a-4821-82ac-5534c208617e"},{"name":"Get a specific Assign's details","id":"edba5563-fff0-44d4-86f5-93d737e182dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/ELEC","description":"<p>Get details of a specific assign record.  This could include more information than the assign list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","assign","ELEC"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"0e2caace-17fb-45b6-8781-c93c2feac534","name":"Get a specific assign's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/ELEC"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 15:51:20 GMT"},{"key":"Content-Length","value":"200"}],"cookie":[],"responseTime":null,"body":"{\n    \"code\": \"ELEC\",\n    \"employee_no\": \"0001\",\n    \"telephone\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/assign/ELEC\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/assign\"\n        }\n    }\n}"}],"_postman_id":"edba5563-fff0-44d4-86f5-93d737e182dc"},{"name":"Create Assigns","id":"8644fba8-c752-4bc9-8420-926aef702f2f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"code\": \"ASSIGN_001\",\r\n    \"description\": \"New Assign To Code\"\r\n},{\r\n    \"code\": \"ASSIGN_002\",\r\n    \"description\": \"Second Assign To\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign","description":"<p>Create one or more Assign</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","assign"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e343059e-dfeb-481d-a358-603d21fc2a3e","name":"Create Assigns","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"code\": \"ASSIGN_001\",\r\n    \"description\": \"New Assign To Code\"\r\n},{\r\n    \"code\": \"ASSIGN_002\",\r\n    \"description\": \"Second Assign To\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 16:30:30 GMT"},{"key":"Content-Length","value":"40"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"ASSIGN_001\",\n        \"ASSIGN_002\"\n    ]\n}"}],"_postman_id":"8644fba8-c752-4bc9-8420-926aef702f2f"},{"name":"Create a specific Assign","id":"3602b47e-e1e0-477e-968e-0ce26a4f0667","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"New Assign To Code\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/ASSIGN_001","description":"<p>Create new assign using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","assign","ASSIGN_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"22972c93-26fc-41a2-b316-ea6c1d011e77","name":"Create a specific assign","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"New Assign To Code\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/ASSIGN_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 16:35:26 GMT"},{"key":"Content-Length","value":"27"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"ASSIGN_001\"\n    ]\n}"}],"_postman_id":"3602b47e-e1e0-477e-968e-0ce26a4f0667"},{"name":"Edit Assign","id":"35f1c1d2-dc91-4be1-bd7c-9267499de05a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"updated description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/ASSIGN_001","description":"<p>Make updates to a assign.  Only necessary to pass fields wanted to be updated and can only be done to existing assigns.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","assign","ASSIGN_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ea84da05-99d4-48e1-9f6d-b35c76876609","name":"Edit Assign","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"updated description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/ASSIGN_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 16:44:12 GMT"},{"key":"Content-Length","value":"27"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"ASSIGN_001\"\n    ]\n}"}],"_postman_id":"35f1c1d2-dc91-4be1-bd7c-9267499de05a"},{"name":"Delete an existing Assign","id":"5eea538f-d83d-4be0-a107-fbfaf2ad53b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/ASSIGN_001","description":"<p>allows the deletion of an existing assign</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","assign","ASSIGN_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c74ca915-f955-414e-a360-aa2290ad5270","name":"Delete an existing Assign","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/ASSIGN_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 16:45:44 GMT"},{"key":"Content-Length","value":"142"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/assign/ASSIGN_001\"\n}"}],"_postman_id":"5eea538f-d83d-4be0-a107-fbfaf2ad53b4"}],"id":"98f414b6-a79c-4748-8fea-79ce14d55e3a","description":"<p>You can retrieve a list of assign tos or the details of a single assign to from the <code>ASSIGN_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new assign to records or update existing assign information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign?EMPLOYEE_NO=001</code> where the data returned will only include values where the Trade is 'ELEC'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/assign/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"ed9193c4-6328-4a4c-8115-8821113c3d2c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5ae68472-a44d-4af7-b7f2-334cecb9ac5c","type":"text/javascript","exec":[""]}}],"_postman_id":"98f414b6-a79c-4748-8fea-79ce14d55e3a"},{"name":"Building","item":[{"name":"Get Labels","id":"4b971c21-edf1-4082-90d9-b30ed4ca22bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Building","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e9592dc2-a67a-4f58-943c-01248f942d70","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 15:00:41 GMT"},{"key":"Content-Length","value":"291"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"SPACE_BUILDING\",\n    \"Usage\": \"To get, update, and create Building that will use the DirectLine System\",\n    \"BUILDING\": \"Building\",\n    \"CLASS\": \"Class\",\n    \"NAME\": \"Name\",\n    \"LOCATION_SECTOR\": \"Location Sector\",\n    \"LOCATION_ZONE\": \"Location Zone\",\n    \"LOCATION_REGION\": \"Location Region\",\n    \"ADDRESS\": \"Address\"\n}"}],"_postman_id":"4b971c21-edf1-4082-90d9-b30ed4ca22bc"},{"name":"Get Schema","id":"19ab260b-4814-449d-938a-223a398fdb5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Building","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"61b87eb9-4301-48fd-b5ff-0ae47a7e7958","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:30:22 GMT"},{"key":"Content-Length","value":"904"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/Building/@SCHEMA\",\n    \"title\": \"BUILDING_API\",\n    \"description\": \"SPACE_BUILDINGS table containing buildings information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"BUILDING\": {\n            \"description\": \"Building/Site\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CLASS\": {\n            \"description\": \"Class\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_NAME\": {\n            \"description\": \"Building/Site Name\",\n            \"type\": \"VARCHAR\"\n        },\n        \"LOCATION_SECTOR\": {\n            \"description\": \"Sector\",\n            \"type\": \"VARCHAR\"\n        },\n        \"LOCATION_ZONE\": {\n            \"description\": \"Zone\",\n            \"type\": \"VARCHAR\"\n        },\n        \"LOCATION_REGION\": {\n            \"description\": \"Location Region\",\n            \"type\": null\n        },\n        \"ADDRESS\": {\n            \"description\": \"Building Address\",\n            \"type\": \"VARCHAR\"\n        },\n        \"FLOORS\": {\n            \"description\": \"Floors - MD0\",\n            \"type\": \"INTEGER\"\n        },\n        \"TELEPHONE\": {\n            \"description\": \"Telephone - [PHONE_FORMAT]\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CATEGORY\": {\n            \"description\": \"Category/Family\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"BUILDING\",\n        \"CLASS\"\n    ]\n}"}],"_postman_id":"19ab260b-4814-449d-938a-223a398fdb5d"},{"name":"Get Criteria","id":"e52c8ef8-ad31-4bc2-a354-c91d87840d0b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/@CRITERIA","description":"<p>Get the list of fields that are searchable for building searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Building","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c37d6807-4be7-4027-bf38-805b617fdd87","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 15:02:24 GMT"},{"key":"Content-Length","value":"175"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"SPACE_BUILDING\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"CLASS\": \"Class\"\n}"}],"_postman_id":"e52c8ef8-ad31-4bc2-a354-c91d87840d0b"},{"name":"Get buildings","id":"f77c5bd5-a163-4ec1-b7dc-bcd498012a04","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building?CLASS=BUILDING","description":"<p>An example of getting building information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Building"],"host":["https://api.megamation.com"],"query":[{"key":"CLASS","value":"BUILDING"}],"variable":[]}},"response":[{"id":"eb95f606-9682-4738-8da4-032a89aad851","name":"Get buildings","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building?CLASS=BUILDING","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","Building"],"query":[{"key":"CLASS","value":"BUILDING"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:47:14 GMT"},{"key":"Content-Length","value":"9690"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Building\": [\n            {\n                \"address\": \"\",\n                \"building\": \"VH\",\n                \"building_name\": \"VALVE HOUSE\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/VH\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD2\",\n                \"building_name\": \"Sciences\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD2\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD15\",\n                \"building_name\": \"Electronics\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD15\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD17\",\n                \"building_name\": \"Forum\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD17\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"FT\",\n                \"building_name\": \"Flight Technology\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/FT\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BL-CORE\",\n                \"building_name\": \"Core  Wing\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BL-CORE\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-0750\",\n                \"building_name\": \"Smithey Science\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"4\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-0750\"\n                    }\n                }\n            },\n            {\n                \"address\": \"5429 Main St\\ufffd Williamsville, NY 14221\",\n                \"building\": \"001-0800\",\n                \"building_name\": \"Band Choral Orchestra\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"1\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-0800\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-1100\",\n                \"building_name\": \"Bales Gym\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"1\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-1100\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-1500\",\n                \"building_name\": \"Speech,Debate Theatre\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"1\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-1500\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-2200\",\n                \"building_name\": \"ROTC\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"3\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-2200\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-2400\",\n                \"building_name\": \"CT Library\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"2\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-2400\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-0400\",\n                \"building_name\": \"English Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"5\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-0400\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-0200\",\n                \"building_name\": \"Other Lang Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"2\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-0200\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD3\",\n                \"building_name\": \"Administration\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD3\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD5\",\n                \"building_name\": \"Physical Education\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD5\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD7\",\n                \"building_name\": \"Campus Services\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD7\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD9\",\n                \"building_name\": \"Auto / Diesel\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD9\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD12\",\n                \"building_name\": \"Manufacturing / Auto Body / RV\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD12\"\n                    }\n                }\n            },\n            {\n                \"address\": \"405 South Main Street\\ufffdSalt Lake City,\\tUT\\ufffd84111\",\n                \"building\": \"BD10\",\n                \"building_name\": \"Aviation\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD10\"\n                    }\n                }\n            },\n            {\n                \"address\": \"5500 Main St\\ufffdWilliamsville, NY 14221\",\n                \"building\": \"001-0100\",\n                \"building_name\": \"Math Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"3\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-0100\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-1400\",\n                \"building_name\": \"South Campus\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"6\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-1400\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-2500\",\n                \"building_name\": \"Field House 2002\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"1\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-2500\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-0700\",\n                \"building_name\": \"Helton Science\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"5\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-0700\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD8\",\n                \"building_name\": \"Welding\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD8\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4000 East 30th Avenue\\ufffdEugene, OR\\ufffd97405\",\n                \"building\": \"BD00\",\n                \"building_name\": \"Center Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD00\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD6\",\n                \"building_name\": \"Performing Arts\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD6\"\n                    }\n                }\n            },\n            {\n                \"address\": \"365 N McILroy Ave\\ufffdFayetteville AR\\ufffd72701\",\n                \"building\": \"MULN\",\n                \"building_name\": \"David W Mullins Library\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/MULN\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4000 East 30th Avenue \\ufffdEugene, Oregon 97405 \",\n                \"building\": \"BD1\",\n                \"building_name\": \"Arts Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"4\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD1\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"SCTBLDG\",\n                \"building_name\": \"Southend Container Terminal Buildings\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/SCTBLDG\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"1001-0900\",\n                \"building_name\": \"Athletics Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"3\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/1001-0900\"\n                    }\n                }\n            },\n            {\n                \"address\": \"2820 Sweet Home Rd\\ufffdBuffalo NY\\ufffd14228\",\n                \"building\": \"BL\",\n                \"building_name\": \"Lodge Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BL\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"SM\",\n                \"building_name\": \"Service and Maintenance Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/SM\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD4\",\n                \"building_name\": \"Health\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD4\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BL-A\",\n                \"building_name\": \"A Wing\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BL-A\"\n                    }\n                }\n            },\n            {\n                \"address\": \"1125 W. Maple St.\\ufffdFayetteville, AR\\ufffd72701\\ufffd\",\n                \"building\": \"ADMN\",\n                \"building_name\": \"Administrative Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/ADMN\"\n                    }\n                }\n            },\n            {\n                \"address\": \"5429 Main St\\ufffdWilliamsville, NY 14221\",\n                \"building\": \"001-BJTHEA\",\n                \"building_name\": \"Burdine Johnson Theater\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-BJTHEA\"\n                    }\n                }\n            },\n            {\n                \"address\": \"5429 Main St \\ufffd Williamsville, NY 14221\",\n                \"building\": \"001-0350\",\n                \"building_name\": \"North Gym\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"1\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-0350\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-1300\",\n                \"building_name\": \"PEP\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"1\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-1300\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD16\",\n                \"building_name\": \"Math / Science\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD16\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"001-0900\",\n                \"building_name\": \"Athletics\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-0900\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-1600\",\n                \"building_name\": \"Little Theatre\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"2\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-1600\"\n                    }\n                }\n            },\n            {\n                \"address\": \"3100 Main St\\ufffdWilliamsville NY \",\n                \"building\": \"001-0300\",\n                \"building_name\": \"Eng Special Programs\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"1\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-0300\"\n                    }\n                }\n            },\n            {\n                \"address\": \"4100 Main St\\ufffdWilliamsville, NY 14221\\ufffd\",\n                \"building\": \"001-1000\",\n                \"building_name\": \"Administration Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"4\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-1000\"\n                    }\n                }\n            },\n            {\n                \"address\": \"5500 Main St\\ufffdWilliamsville, NY 14221\",\n                \"building\": \"001-01000\",\n                \"building_name\": \"Math Building\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"3\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-01000\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"BD11\",\n                \"building_name\": \"ART / ESL / GED\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/BD11\"\n                    }\n                }\n            },\n            {\n                \"address\": \"\",\n                \"building\": \"FC\",\n                \"building_name\": \"Florence Center\",\n                \"class\": \"BUILDING\",\n                \"floors\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Building/FC\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/Building?CLASS=BUILDING\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"f77c5bd5-a163-4ec1-b7dc-bcd498012a04"},{"name":"Get a specific building's details","id":"23c2742a-b590-4aec-8ce3-81f41372f5dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/001-0100","description":"<p>Get details of a specific Building record.  This typically includes more information than the Building list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Building","001-0100"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"870ff049-5644-43a9-812b-6bc64959e53b","name":"Get a specific building's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/001-0100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 19:24:30 GMT"},{"key":"Content-Length","value":"387"}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"5500 Main St\\ufffdWilliamsville, NY 14221\",\n    \"building\": \"001-0100\",\n    \"building_name\": \"Math Building\",\n    \"category\": \"BLDG\",\n    \"class\": \"BUILDING\",\n    \"floors\": \"3\",\n    \"location_region\": \"\",\n    \"location_sector\": \"\",\n    \"location_zone\": \"\",\n    \"telephone\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/Building/001-0100\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/Building\"\n        }\n    }\n}"}],"_postman_id":"23c2742a-b590-4aec-8ce3-81f41372f5dc"},{"name":"Create Building","id":"3c3457d1-b021-4934-9647-3a7b87f4686f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"address\": \"5500 Main St\\ufffdWilliamsville, NY 14221\",\r\n    \"building\": \"001-01000\",\r\n    \"building_name\": \"Math Building\",\r\n    \"category\": \"BLDG\",\r\n    \"class\": \"BUILDING\",\r\n    \"floors\": \"3\",\r\n    \"location_sector\": \"W1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/building","description":"<p>Create one or more Building</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","building"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"d13590a8-3e7e-42d1-b60f-f9e3d9ee81d1","name":"Create Building","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"address\": \"5500 Main St\\ufffdWilliamsville, NY 14221\",\r\n    \"building\": \"001-01000\",\r\n    \"building_name\": \"Math Building\",\r\n    \"category\": \"BLDG\",\r\n    \"class\": \"BUILDING\",\r\n    \"floors\": \"3\",\r\n    \"location_sector\": \"W1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/building"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 21:23:02 GMT"},{"key":"Content-Length","value":"26"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"001-01000\"\n    ]\n}"}],"_postman_id":"3c3457d1-b021-4934-9647-3a7b87f4686f"},{"name":"Create a specific Building","id":"ae96ea59-e30a-463e-b8d7-c2406f0f9683","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"address\": \"5500 Main St\\ufffdWilliamsville, NY 14221\",\r\n    \"building_name\": \"Math Building\",\r\n    \"category\": \"BLDG\",\r\n    \"class\": \"BUILDING\",\r\n    \"floors\": \"3\",\r\n    \"location_sector\": \"W1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/001-01001","description":"<p>Create new Building using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Building","001-01001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"6bdbb139-1726-4947-a0b8-ee7d7cf48f0b","name":"Create a specific Building","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"address\": \"5500 Main St\\ufffdWilliamsville, NY 14221\",\r\n    \"building_name\": \"Math Building\",\r\n    \"category\": \"BLDG\",\r\n    \"class\": \"BUILDING\",\r\n    \"floors\": \"3\",\r\n    \"location_sector\": \"W1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/001-01001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 21:28:16 GMT"},{"key":"Content-Length","value":"26"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"001-01001\"\n    ]\n}"}],"_postman_id":"ae96ea59-e30a-463e-b8d7-c2406f0f9683"},{"name":"Edit Building","id":"eaec5ffc-280f-4e0c-873a-c4350f3a9e58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"building_name\": \"Math Building additional\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/001-01001","description":"<p>Make updates to an Building.  Only necessary to pass fields wanted to be updated and can only be done to existing Building.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Building","001-01001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"efe0ab3f-7fcc-4a2e-b9a1-a1c1ad97204c","name":"Edit Building","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"building_name\": \"Math Building additional\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/001-01001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 21:36:28 GMT"},{"key":"Content-Length","value":"26"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"001-01001\"\n    ]\n}"}],"_postman_id":"eaec5ffc-280f-4e0c-873a-c4350f3a9e58"},{"name":"Delete an existing Building","id":"0368b273-35cd-4fc2-92ed-467588deef21","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/001-01001","description":"<p>allows the deletion of an existing Building</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Building","001-01001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"1dcdfb05-4f83-4727-9e63-4dd093ff5362","name":"Delete an existing Building","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/001-01001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 21:39:57 GMT"},{"key":"Content-Length","value":"143"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/Building/001-01001\"\n}"}],"_postman_id":"0368b273-35cd-4fc2-92ed-467588deef21"}],"id":"2019d544-0b69-4b1b-af85-8f53ce035c35","description":"<p>You can retrieve a list of Buildings or the details of a single Building from the <code>SPACE_BUILDINGS</code> table.<br />You are also able to pass the same information retrieved as a way to create new Building records or update existing Building information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building?CLASS=MECH</code> where the data returned will only include values where the class is 'MECH'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Building/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TRADE=[]MECH</strong> to select results where the TRADE contains MECH.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"e992f803-ce99-432c-83c2-1ee7c8d3a158","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"79fa8db1-3d73-4252-9c3a-81d22e4c7389","type":"text/javascript","exec":[""]}}],"_postman_id":"2019d544-0b69-4b1b-af85-8f53ce035c35"},{"name":"CC","item":[{"name":"Get Labels","id":"373046d0-1f0d-4539-b4aa-1fd13d764746","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","CC","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"1051504b-dbef-4669-875f-877ee072a1fa","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 15:59:27 GMT"},{"key":"Content-Length","value":"464"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"CC_MASTER\",\n    \"Usage\": \"To get, update, and create Account Code that will use the DirectLine System\",\n    \"CC\": \"Cc\",\n    \"DESCRIPTION\": \"Description\",\n    \"INACTIVE_FLAG\": \"Account is inactive\",\n    \"ACCOUNT_TYPE\": \"Funding Source, Type\",\n    \"BUDGET_VALUE\": \"Budget\",\n    \"BUDGET_DESCRIPTION\": \"Description\",\n    \"BUDGET_BURDEN_PERCENT\": \"%Burden\",\n    \"BUDGET_CONTINGENCY_PERCENT\": \"%Contingency\",\n    \"BUDGET_FISCAL_YEAR\": \"Fiscal Year\",\n    \"BUDGET_DATE_START\": \"Starting Date\",\n    \"BUDGET_DATE_END\": \"Ending Date\"\n}"}],"_postman_id":"373046d0-1f0d-4539-b4aa-1fd13d764746"},{"name":"Get Schema","id":"ac238c09-9a8e-45ba-a159-e6f8f20be5d0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","CC","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"11f08d30-eec2-440e-90f3-23b9478c766c","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 16:00:43 GMT"},{"key":"Content-Length","value":"1003"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/CC/@SCHEMA\",\n    \"title\": \"CC_API\",\n    \"description\": \"CC_MASTER table containing Account Code information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"CC\": {\n            \"description\": \"Cc\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"INACTIVE_FLAG\": {\n            \"description\": \"Account is inactive - B\",\n            \"type\": null\n        },\n        \"ACCOUNT_TYPE\": {\n            \"description\": \"Funding Source, Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUDGET_VALUE\": {\n            \"description\": \"Budget - [COST.OUTPUT2]\",\n            \"type\": null\n        },\n        \"BUDGET_DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": null\n        },\n        \"BUDGET_BURDEN_PERCENT\": {\n            \"description\": \"%Burden - MD0\",\n            \"type\": null\n        },\n        \"BUDGET_CONTINGENCY_PERCENT\": {\n            \"description\": \"%Contingency - MD0\",\n            \"type\": null\n        },\n        \"BUDGET_FISCAL_YEAR\": {\n            \"description\": \"Fiscal Year\",\n            \"type\": null\n        },\n        \"BUDGET_DATE_START\": {\n            \"description\": \"Starting Date - [DATE_OUTPUT]\",\n            \"type\": null\n        },\n        \"BUDGET_DATE_END\": {\n            \"description\": \"Ending Date - [DATE_OUTPUT]\",\n            \"type\": null\n        }\n    },\n    \"required\": [\n        \"CC\"\n    ]\n}"}],"_postman_id":"ac238c09-9a8e-45ba-a159-e6f8f20be5d0"},{"name":"Get Criteria","id":"ef01574a-f23e-46d0-b8d2-8adb166aebd2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/@CRITERIA","description":"<p>Get the list of fields that are searchable for account code searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","CC","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"8ded968e-6a1a-4a7f-a1af-990799181421","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 16:02:56 GMT"},{"key":"Content-Length","value":"192"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"CC_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"INACTIVE_FLAG\": \"Account is inactive\"\n}"}],"_postman_id":"ef01574a-f23e-46d0-b8d2-8adb166aebd2"},{"name":"Get Accounts","id":"215446d5-b8ee-4941-95be-24b8b6afaa48","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC?INACTIVE_FLAG=NO","description":"<p>An example of getting account code information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","CC"],"host":["https://api.megamation.com"],"query":[{"key":"INACTIVE_FLAG","value":"NO"}],"variable":[]}},"response":[{"id":"e930c092-b9fb-4820-9c23-141c39c010f7","name":"Get Accounts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC?INACTIVE_FLAG=NO","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","CC"],"query":[{"key":"INACTIVE_FLAG","value":"NO"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 16:10:06 GMT"},{"key":"Content-Length","value":"5786"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"account\": [\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"010200\",\n                \"description\": \"GOVT GRANTS\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/010200\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"521010\",\n                \"description\": \"Seaport Parking\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/521010\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"521020\",\n                \"description\": \"Seaport Common Land - Samual Cunard Court\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/521020\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"522025\",\n                \"description\": \"Seaport Equipment\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/522025\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"510015\",\n                \"description\": \"Seaport Berths 19-23\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/510015\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"M4180120\",\n                \"description\": \"BUILDING MAINT EXTERIOR\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/M4180120\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"M4180130\",\n                \"description\": \"BUILDINGS - MAINT DOORS\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/M4180130\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"0013020\",\n                \"description\": \"Floor  Maintenance and Remediation\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/0013020\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"M4180115\",\n                \"description\": \"FLOOR REPAIRS\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/M4180115\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"0013030\",\n                \"description\": \"Ceiling  Maintenance and Remediation\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/0013030\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"0012020\",\n                \"description\": \"Windows  Maintenance and Remediation\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/0012020\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"0012030\",\n                \"description\": \"Exterior Doors Maintenance and Remediation\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/0012030\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"0013040\",\n                \"description\": \"Hvac Maintennace\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/0013040\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"522010\",\n                \"description\": \"Administration Building\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/522010\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"M4180125\",\n                \"description\": \"COLUMN INSULATION REPAIRS\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/M4180125\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"M4180140\",\n                \"description\": \"BUILDINGS MAINT. ELECTRICAL\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/M4180140\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"0013050\",\n                \"description\": \"Electrical Remediation\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/0013050\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"510025\",\n                \"description\": \"Seaport Berth 24\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/510025\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"830130\",\n                \"description\": \"Water Lines\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/830130\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"480162\",\n                \"description\": \"Engineering Services (RG) 480162\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/480162\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"0013060\",\n                \"description\": \"Grounds Repair\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/0013060\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"042302\",\n                \"description\": \"R & D EQUIP ADDITIONS\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/042302\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"M4180122\",\n                \"description\": \"VENTILATORS REPAIRS\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/M4180122\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"010295\",\n                \"description\": \"LABOUR MAINTENANCE\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/010295\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"0011010\",\n                \"description\": \"General Budget\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/0011010\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"M4180112\",\n                \"description\": \"CURB REPAIRS\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/M4180112\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"521025\",\n                \"description\": \"Seaport Berth 24 Backup Land\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/521025\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"M4180110\",\n                \"description\": \"BUILDING MAINT. MASONARY\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/M4180110\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"0012010\",\n                \"description\": \"Stairs Maintenance and Remediation\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/0012010\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"\",\n                \"cc\": \"312115\",\n                \"description\": \"South End Container Terminal Berths\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/312115\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"M4180121\",\n                \"description\": \"GENERAL & SIGN PAINTING\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/M4180121\"\n                    }\n                }\n            },\n            {\n                \"account_type\": \"FRP\",\n                \"cc\": \"0011020\",\n                \"description\": \"Roof Maintenance and Remediation\",\n                \"inactive_flag\": \"No\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/CC/0011020\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/CC?INACTIVE_FLAG=NO\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"215446d5-b8ee-4941-95be-24b8b6afaa48"},{"name":"Get a specific account's details","id":"704f46be-9cdc-4bd9-a0aa-4f7b52698291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/010200","description":"<p>Get details of a specific Account Code record.  This typically includes more information than the Account Code list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","CC","010200"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c90b61da-e5c6-43bf-a9d7-db016d8940be","name":"Get a specific account's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/010200"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 16:08:35 GMT"},{"key":"Content-Length","value":"413"}],"cookie":[],"responseTime":null,"body":"{\n    \"account_type\": \"FRP\",\n    \"cc\": \"010200\",\n    \"description\": \"GOVT GRANTS\",\n    \"inactive_flag\": \"No\",\n    \"budgeting\": [\n        {\n            \"budget_burden_percent\": \"\",\n            \"budget_contingency_percent\": \"\",\n            \"budget_date_end\": \"\",\n            \"budget_date_start\": \"\",\n            \"budget_description\": \"\",\n            \"budget_fiscal_year\": \"\",\n            \"budget_value\": \"\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/CC/010200\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/CC\"\n        }\n    }\n}"}],"_postman_id":"704f46be-9cdc-4bd9-a0aa-4f7b52698291"},{"name":"Create Account","id":"876159ac-c12b-47dc-a3c8-86ee38b7a0d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_type\": \"FRP\",\r\n    \"cc\": \"111111\",\r\n    \"description\": \"GOVT GRANTS\",\r\n    \"inactive_flag\": \"No\",\r\n    \"budgeting\": [\r\n        {\r\n            \"budget_burden_percent\": \"10\",\r\n            \"budget_contingency_percent\": \"5\",\r\n            \"budget_date_end\": \"2010-01-02\",\r\n            \"budget_date_start\": \"2009-01-03\",\r\n            \"budget_description\": \"first line of budget\",\r\n            \"budget_fiscal_year\": \"2009\",\r\n            \"budget_value\": \"10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC","description":"<p>Create one or more Account</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","CC"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4eeba0a7-3c27-4a3a-bb3d-6ad9004d9510","name":"Create Account","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_type\": \"FRP\",\r\n    \"cc\": \"111111\",\r\n    \"description\": \"GOVT GRANTS\",\r\n    \"inactive_flag\": \"No\",\r\n    \"budgeting\": [\r\n        {\r\n            \"budget_burden_percent\": \"10\",\r\n            \"budget_contingency_percent\": \"5\",\r\n            \"budget_date_end\": \"2010-01-02\",\r\n            \"budget_date_start\": \"2009-01-03\",\r\n            \"budget_description\": \"first line of budget\",\r\n            \"budget_fiscal_year\": \"2009\",\r\n            \"budget_value\": \"10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 17:40:23 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"111111\"\n    ]\n}"}],"_postman_id":"876159ac-c12b-47dc-a3c8-86ee38b7a0d1"},{"name":"Create a specific Account","id":"d6a3ede5-7535-4a32-824c-213cbacec67d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_type\": \"FRP\",\r\n    \"description\": \"GOVT GRANTS\",\r\n    \"inactive_flag\": \"No\",\r\n    \"budgeting\": [\r\n        {\r\n            \"budget_burden_percent\": \"10\",\r\n            \"budget_contingency_percent\": \"5\",\r\n            \"budget_date_end\": \"2010-01-02\",\r\n            \"budget_date_start\": \"2009-01-03\",\r\n            \"budget_description\": \"first line of budget\",\r\n            \"budget_fiscal_year\": \"2009\",\r\n            \"budget_value\": \"10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/222222","description":"<p>Create new Account Code using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","CC","222222"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4ba9b9c0-8a07-4e74-8d57-2ee7587efb91","name":"Create a specific Account","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"account_type\": \"FRP\",\r\n    \"description\": \"GOVT GRANTS\",\r\n    \"inactive_flag\": \"No\",\r\n    \"budgeting\": [\r\n        {\r\n            \"budget_burden_percent\": \"10\",\r\n            \"budget_contingency_percent\": \"5\",\r\n            \"budget_date_end\": \"2010-01-02\",\r\n            \"budget_date_start\": \"2009-01-03\",\r\n            \"budget_description\": \"first line of budget\",\r\n            \"budget_fiscal_year\": \"2009\",\r\n            \"budget_value\": \"10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/222222"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 17:44:55 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"222222\"\n    ]\n}"}],"_postman_id":"d6a3ede5-7535-4a32-824c-213cbacec67d"},{"name":"Edit Account","id":"81f8c9f0-0e01-4bd1-8209-7b40081553dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Patch update to description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/111111","description":"<p>Make updates to an Account Code.  Only necessary to pass fields wanted to be updated and can only be done to existing Account Code.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","CC","111111"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4331955a-0c65-452e-a89e-ff839821c6f9","name":"Edit Account","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Patch update to description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/111111"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 17:47:44 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"111111\"\n    ]\n}"}],"_postman_id":"81f8c9f0-0e01-4bd1-8209-7b40081553dc"},{"name":"Delete an existing Account","id":"3d15cb1e-313b-4ea9-8b2d-ade0c49a573d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/222222","description":"<p>allows the deletion of an existing Account Code</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","CC","222222"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"8434a53e-e895-4111-a54b-dad572992f00","name":"Delete an existing Account","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/222222"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 17:50:20 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/CC/222222\"\n}"}],"_postman_id":"3d15cb1e-313b-4ea9-8b2d-ade0c49a573d"}],"id":"46fa216d-83d5-4654-a3f3-cf3a5197f62e","description":"<p>You can retrieve a list of Accounts or the details of a single Account from the <code>CC_MASTER</code> table.\nYou are also able to pass the same information retrieved as a way to create new Account records or update existing Account information.  You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue.  Any field available in DirectLine for this table can be made available to this endpoint.  Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned.  To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well.  An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC?INACTIVE_FLAG=NO</code> where the data returned will only include values where inactive is false.  To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/CC/@CRITERIA</code></p>\n","event":[{"listen":"prerequest","script":{"id":"3ad5f14a-4056-4e59-abf5-9a4ea9b8ea78","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6ad2bb74-5278-48fe-b94b-0937eb8b4691","type":"text/javascript","exec":[""]}}],"_postman_id":"46fa216d-83d5-4654-a3f3-cf3a5197f62e"},{"name":"Date Format","item":[{"name":"Get Date Format","id":"b681c9ae-bc5b-4620-9191-168c97c726a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/DateFmt","urlObject":{"path":["CLIENT_ID","DATABASE_ID","DateFmt"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"6f3a50f4-be44-45fd-b215-ba9cc96ff7da","name":"Get Date Format","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/DateFmt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 20:54:14 GMT"},{"key":"Content-Length","value":"183"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"dateFormat\": \"YYYY-MM-DD\",\n    \"separator\": \"-\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/DateFmt\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl\"\n        }\n    }\n}"}],"_postman_id":"b681c9ae-bc5b-4620-9191-168c97c726a1"}],"id":"6d47ce61-54f7-4341-9772-424f2b46191a","description":"<p><code>Version 1.03</code></p>\n<p>You can retrieve the database date format. This is useful for determining which Date format to usein your requests.</p>\n","auth":{"type":"noauth","isInherited":false},"_postman_id":"6d47ce61-54f7-4341-9772-424f2b46191a"},{"name":"Document Upload","item":[{"name":"Get Documents","id":"fd082afa-2b88-4cb2-89ad-fa118e5dd521","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/document?table_name=<TABLE_NAME>&row_id=<ROW_ID>","description":"<p>An example of getting document(s) related to a record in DirectLine.<br /><code>table_name</code> represents the name of the table the document related to<br /><code>row_id</code> represents the id of the record in the table.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","document"],"host":["https://api.megamation.com"],"query":[{"key":"table_name","value":"<TABLE_NAME>"},{"key":"row_id","value":"<ROW_ID>"}],"variable":[]}},"response":[{"id":"d4e27f76-effe-4582-bbd3-c85486a4f734","name":"Get Documents","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/document?table_name=RS_RESERVATION_MASTER&row_id=1001173","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","document"],"query":[{"key":"table_name","value":"RS_RESERVATION_MASTER"},{"key":"row_id","value":"1001173"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 06 May 2024 18:37:34 GMT"},{"key":"Content-Length","value":"20"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"drawings\": [\n        10294\n    ]\n}"}],"_postman_id":"fd082afa-2b88-4cb2-89ad-fa118e5dd521"},{"name":"Get a specific document","id":"add24741-6c37-4af4-b525-baa4ee97496a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/document/10294","description":"<p>Get details of a specific document record. This will include the document <code>title</code> and <code>href</code> to download. The Get does not retrieve the actual document, you must retrieve it from the <code>href</code> passed in the response. The <code>href</code> is only valid for 24 hours.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","document","10294"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"96d10d5c-3cb7-4613-a95b-d958d5c3856b","name":"Get a specific document","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/document/10294"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"srcfilepath","value":"\\\\fs2\\Web$\\FileUpload\\TMP_20581_k8_1HwVAIkSW7tTSJK7hjw_template pdf.PDF"},{"key":"destfilepath","value":"C:\\\\O4WFileUpload\\\\TMP_20581_k8_1HwVAIkSW7tTSJK7hjw_template pdf.PDF"},{"key":"File-Moved","value":"true"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 06 May 2024 19:47:51 GMT"},{"key":"Content-Length","value":"86"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"href\": \"https://api.megamation.com/o4wfileupload/TMP_20581_k8_1HwVAIkSW7tTSJK7hjw_template pdf.PDF\",\n    \"title\": \"template pdf\"\n}"}],"_postman_id":"add24741-6c37-4af4-b525-baa4ee97496a"},{"name":"Upload Document","id":"e639a05e-d28f-440c-ac12-9821c79cf80f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"file\": \"(binary)\",\r\n    \"fileName\": \"template pdf.pdf\",\r\n    \"username\": \"<YOUR_USER_ID>\",\r\n    \"table_name\": \"<TABLE_NAME>\",\r\n    \"row_id\": \"<ROW_ID>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/document","description":"<p>Upload one or more documents and create a document association record in <code>DOCUMENT_MASTER</code>.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","document"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"0d693b57-11b1-40fc-ae48-7e14cec02698","name":"Upload Document","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/document/10294"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"srcfilepath","value":"\\\\fs2\\Web$\\FileUpload\\TMP_20581_k8_1HwVAIkSW7tTSJK7hjw_template pdf.PDF"},{"key":"destfilepath","value":"C:\\\\O4WFileUpload\\\\TMP_20581_k8_1HwVAIkSW7tTSJK7hjw_template pdf.PDF"},{"key":"File-Moved","value":"true"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 06 May 2024 19:47:51 GMT"},{"key":"Content-Length","value":"86"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"10295\"\n    ],\n    \"href\": \"https://api.megamation.com/o4wfileupload/TMP_20581_LrJxWsFblEqSmGCYRbOpww_template pdf.PDF\",\n    \"title\": \"template pdf.pdf\"\n}"}],"_postman_id":"e639a05e-d28f-440c-ac12-9821c79cf80f"},{"name":"Edit Document","id":"4be0cd61-77b6-4e97-a3aa-848b7055e4c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"doc_old_id\": \"new*10002\",\r\n    \"doc_new_id\": [\r\n        \"1001175\"\r\n    ],\r\n    \"doc_ids\": [\r\n        \"10295\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/document/","description":"<p>Make updates to a document. <code>doc_old_id</code> is the old row id linking the document to a record. <code>doc_new_id</code> is the new row id to link the document to. <code>doc_ids</code> is an array of the doucments you're updating.</p>\n<p>This API is generally used internally but can be used to link an existing document to new row id(s) in the same table.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","document",""],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"10c0ccf3-03cb-41fd-8cb6-ec7cdfa071d4","name":"Edit Document","originalRequest":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"doc_old_id\": \"new*10002\",\r\n    \"doc_new_id\": [\r\n        \"1001175\"\r\n    ],\r\n    \"doc_ids\": [\r\n        \"10295\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/document/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 06 May 2024 20:23:46 GMT"},{"key":"Content-Length","value":"19"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"10295\"\n    ]\n}"}],"_postman_id":"4be0cd61-77b6-4e97-a3aa-848b7055e4c9"},{"name":"Delete an existing Document","id":"e46355be-7e87-44d4-a5e5-9d07c4d699e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"doc_old_id\": \"new*10002\",\r\n    \"doc_ids\": [\r\n        \"10304\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/document/","description":"<p>Allows the deletion of an existing document record in <code>DOCUMENT_MASTER</code>. If the uploaded file is not associated to any other record(s) it is deleted as well.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","document",""],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c876b68c-2580-47ac-9083-687a31cbb435","name":"Delete an existing Document","originalRequest":{"method":"DELETE","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"doc_old_id\": \"new*10002\",\r\n    \"doc_ids\": [\r\n        \"10304\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/document/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 06 May 2024 20:55:54 GMT"},{"key":"Content-Length","value":"14"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"\"\n    ]\n}"}],"_postman_id":"e46355be-7e87-44d4-a5e5-9d07c4d699e8"}],"id":"b491a8ff-e31a-4ee0-9dab-1f6e254a3193","description":"<p><code>Version 1.03</code></p>\n<p>You can retrieve a list of documents or the details of a single document from the <code>DOCUMENT_MASTER</code> table.<br />You are also able to upload documents to the system. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n","_postman_id":"b491a8ff-e31a-4ee0-9dab-1f6e254a3193"},{"name":"Employee","item":[{"name":"Get Labels","id":"54b3182f-7c88-4aab-b416-1ef30c0ba12b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","employee","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"28ae7dc5-b705-4365-a606-9e176d414a4e","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 21 Sep 2020 11:27:26 GMT"},{"key":"Content-Length","value":"596"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"EMPLOYEE_MASTER\",\n    \"Usage\": \"To get, update, and create employees that will use the DirectLine System\",\n    \"EMPLOYEE\": \"Employee#\",\n    \"STATUS\": \"Status\",\n    \"SURNAME\": \"Surname\",\n    \"FIRST\": \"Given Name(s)\",\n    \"INITIALS\": \"Initial(s)\",\n    \"BUILDING_ID\": \"Building\",\n    \"BUILDING_NAME\": \"Building Name\",\n    \"DEPARTMENT\": \"Department\",\n    \"DEPARTMENT_DESCRIPTION\": \"Department Description\",\n    \"TRADE\": \"Trade\",\n    \"TRADE_DESCRIPTION\": \"Trade Description\",\n    \"CREW\": \"Crew\",\n    \"CREW_DESCRIPTION\": \"Crew Description\",\n    \"TITLE\": \"Title\",\n    \"EMAIL\": \"E-Mail Address\",\n    \"DATE_EMPLOYED\": \"Date Employed\",\n    \"TELEPHONE_WORK\": \"Telephone\",\n    \"TELEPHONE_CELL\": \"Cell/Mobile\"\n}"}],"_postman_id":"54b3182f-7c88-4aab-b416-1ef30c0ba12b"},{"name":"Get Schema","id":"aff16d49-51a8-4857-93cd-eb81dfa88c98","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","employee","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"fe17086f-f55f-4e73-9e98-f896c9aff57d","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 21 Sep 2020 11:32:16 GMT"},{"key":"Content-Length","value":"1387"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/employees/@SCHEMA\",\n    \"title\": \"EMPLOYEES_API\",\n    \"description\": \"EMPLOYEE_MASTER table containing employee information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"EMPLOYEE\": {\n            \"description\": \"Employee#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"STATUS\": {\n            \"description\": \"Status\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SURNAME\": {\n            \"description\": \"Surname\",\n            \"type\": \"VARCHAR\"\n        },\n        \"FIRST\": {\n            \"description\": \"Given Name(s)\",\n            \"type\": \"VARCHAR\"\n        },\n        \"INITIALS\": {\n            \"description\": \"Initial(s)\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_ID\": {\n            \"description\": \"Building\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_NAME\": {\n            \"description\": \"Building Name\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DEPARTMENT\": {\n            \"description\": \"Department\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DEPARTMENT_DESCRIPTION\": {\n            \"description\": \"Department Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TRADE\": {\n            \"description\": \"Trade\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TRADE_DESCRIPTION\": {\n            \"description\": \"Trade Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CREW\": {\n            \"description\": \"Crew\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CREW_DESCRIPTION\": {\n            \"description\": \"Crew Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TITLE\": {\n            \"description\": \"Title\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EMAIL\": {\n            \"description\": \"E-Mail Address\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DATE_EMPLOYED\": {\n            \"description\": \"Date Employed - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"TELEPHONE_WORK\": {\n            \"description\": \"Telephone\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TELEPHONE_CELL\": {\n            \"description\": \"Cell/Mobile\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"EMPLOYEE\",\n        \"STATUS\"\n    ]\n}"}],"_postman_id":"aff16d49-51a8-4857-93cd-eb81dfa88c98"},{"name":"Get Criteria","id":"888ee0e8-7169-48ba-b1ae-b1c9cad92c2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/@CRITERIA","description":"<p>Get the list of fields that are searchable for employee searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","employee","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"fb82c376-cfb2-4a56-81ef-e35798a18d5e","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 21 Sep 2020 11:35:56 GMT"},{"key":"Content-Length","value":"264"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"EMPLOYEE_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"STATUS\": \"Status\",\n    \"SURNAME\": \"Surname\",\n    \"BUILDING_ID\": \"Building\",\n    \"TRADE\": \"Trade\",\n    \"EMAIL\": \"E-Mail Address\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\"\n}"}],"_postman_id":"888ee0e8-7169-48ba-b1ae-b1c9cad92c2e"},{"name":"Get employees","id":"f7be1efc-3644-4741-aba2-0cbffac971ab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee?TRADE=MECH","description":"<p>An example of getting employee information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","employee"],"host":["https://api.megamation.com"],"query":[{"key":"TRADE","value":"MECH"}],"variable":[]}},"response":[{"id":"d9dee1b7-e9d7-423a-928c-b7d60f6ce38e","name":"Get employees","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee?TRADE=MECH","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","employee"],"query":[{"key":"TRADE","value":"MECH"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 21 Sep 2020 11:45:55 GMT"},{"key":"Content-Length","value":"1371"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"employees\": [\n            {\n                \"date_employed\": \"1997-03-26\",\n                \"employee\": \"0001\",\n                \"first\": \"Jose\",\n                \"status\": \"ACTIVE\",\n                \"surname\": \"Morales\",\n                \"trade\": \"MECH\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/employees/0001\"\n                    }\n                }\n            },\n            {\n                \"date_employed\": \"2006-11-28\",\n                \"employee\": \"11004\",\n                \"first\": \"Pat\",\n                \"status\": \"ACTIVE\",\n                \"surname\": \"Carty\",\n                \"trade\": \"MECH\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/employees/11004\"\n                    }\n                }\n            },\n            {\n                \"date_employed\": \"2011-05-31\",\n                \"employee\": \"13573\",\n                \"first\": \"Ivan\",\n                \"status\": \"ACTIVE\",\n                \"surname\": \"Bernard\",\n                \"trade\": \"MECH\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/employees/13573\"\n                    }\n                }\n            },\n            {\n                \"date_employed\": \"2010-07-19\",\n                \"employee\": \"21238\",\n                \"first\": \"Jim\",\n                \"status\": \"ACTIVE\",\n                \"surname\": \"Cook\",\n                \"trade\": \"MECH\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/employees/21238\"\n                    }\n                }\n            },\n            {\n                \"date_employed\": \"1991-04-21\",\n                \"employee\": \"38638\",\n                \"first\": \"Jeff\",\n                \"status\": \"INACTIVE\",\n                \"surname\": \"Watts\",\n                \"trade\": \"MECH\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/employees/38638\"\n                    }\n                }\n            },\n            {\n                \"date_employed\": \"2013-06-30\",\n                \"employee\": \"39263\",\n                \"first\": \"Jim\",\n                \"status\": \"ACTIVE\",\n                \"surname\": \"Eybel\",\n                \"trade\": \"MECH\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/employees/39263\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/employees?TRADE=MECH\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"f7be1efc-3644-4741-aba2-0cbffac971ab"},{"name":"Get a specific employee's details","id":"a57bc3a7-af7a-4278-a14a-8d8d73ac6a1f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/11004","description":"<p>Get details of a specific employee record.  This typically includes more information than the employee list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","employee","11004"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"be0bfdbd-f0ee-4ede-921a-77b4ba0072cb","name":"Get a specific employee's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/11004"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 21 Sep 2020 11:50:21 GMT"},{"key":"Content-Length","value":"561"}],"cookie":[],"responseTime":null,"body":"{\n    \"building_id\": \"\",\n    \"building_name\": \"\",\n    \"crew\": \"MCREW\",\n    \"crew_description\": \"Mechanical Crew\",\n    \"date_employed\": \"2006-11-28\",\n    \"department\": \"FACILITIES\",\n    \"department_description\": \"Facilities Dept\",\n    \"email\": \"pcarty@hayes.edu\",\n    \"employee\": \"11004\",\n    \"first\": \"Pat\",\n    \"initials\": \"\",\n    \"status\": \"ACTIVE\",\n    \"surname\": \"Carty\",\n    \"telephone_cell\": \"\",\n    \"telephone_work\": \"\",\n    \"title\": \"Mechanic I\",\n    \"trade\": \"MECH\",\n    \"trade_description\": \"Mechanics\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/employees/11004\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/employees\"\n        }\n    }\n}"}],"_postman_id":"a57bc3a7-af7a-4278-a14a-8d8d73ac6a1f"},{"name":"Create Employees","id":"555a9b5f-136c-4ac1-a226-b759a654a777","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n\"employee\": \"B1001\",\r\n\"first\": \"Brad\",\r\n\"status\": \"ACTIVE\",\r\n\"surname\": \"Haughn\",\r\n\"trade\": \"INST\"\r\n},\r\n{\r\n\"employee\": \"B1002\",\r\n\"first\": \"Mihyar\",\r\n\"status\": \"ACTIVE\",\r\n\"surname\": \"Al Masala\",\r\n\"trade\": \"INST\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee","description":"<p>Create one or more employee</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","employee"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"dda39586-4955-453b-a4a0-d35d10be7c0d","name":"Post Employees","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n\"employee\": \"B1001\",\r\n\"first\": \"Brad\",\r\n\"status\": \"ACTIVE\",\r\n\"surname\": \"Haughn\",\r\n\"trade\": \"INST\"\r\n},\r\n{\r\n\"employee\": \"B1002\",\r\n\"first\": \"Mihyar\",\r\n\"status\": \"ACTIVE\",\r\n\"surname\": \"Al Masala\",\r\n\"trade\": \"INST\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 25 Sep 2020 17:27:32 GMT"},{"key":"Content-Length","value":"30"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"B1001\",\n        \"B1002\"\n    ]\n}"}],"_postman_id":"555a9b5f-136c-4ac1-a226-b759a654a777"},{"name":"Create a specific employee","id":"d1ded9f5-78d8-4bcc-9204-467b431560c5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"first\": \"Brad\",\r\n\"status\": \"ACTIVE\",\r\n\"surname\": \"Haughn\",\r\n\"trade\": \"INST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/B1005","description":"<p>Create new employee using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","employee","B1005"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"aeab524d-7612-438a-8cc7-b7726565f073","name":"Create a specific employee","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\"first\": \"Brad\",\r\n\"status\": \"ACTIVE\",\r\n\"surname\": \"Haughn\",\r\n\"trade\": \"INST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/B1005"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 15:35:26 GMT"},{"key":"Content-Length","value":"22"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"B1005\"\n    ]\n}"}],"_postman_id":"d1ded9f5-78d8-4bcc-9204-467b431560c5"},{"name":"Edit Employee","id":"ce807a11-15a8-475d-bfae-3ef7b60352b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\"first\": \"Bradley\",\r\n\"status\": \"INACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/B1001","description":"<p>Make updates to an employee.  Only necessary to pass fields wanted to be updated and can only be done to existing employees.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","employee","B1001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ac905de9-d569-4834-ae59-92cb7345f23f","name":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employees/B1001","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\"first\": \"Bradley\",\r\n\"status\": \"INACTIVE\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/B1001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 12:22:31 GMT"},{"key":"Content-Length","value":"22"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"B1001\"\n    ]\n}"}],"_postman_id":"ce807a11-15a8-475d-bfae-3ef7b60352b3"},{"name":"Delete an existing Employee","id":"482364a5-0ab3-4063-b23a-072bd9b46b2c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/B1001","description":"<p>allows the deletion of an existing Employee</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","employee","B1001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"81dd1c00-09fc-4154-95c7-92d1acaabbc1","name":"Delete an existing Employee","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/B1001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 12:41:02 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/employees/B1001\"\n}"}],"_postman_id":"482364a5-0ab3-4063-b23a-072bd9b46b2c"}],"id":"3d3a14de-d8e8-48ef-a62e-a48b369a98ab","description":"<p>You can retrieve a list of employees or the details of a single employee from the <code>EMPLOYEE_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new employee records or update existing employee information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee?STATUS=ACTIVE&amp;TRADE=MECH</code> where the data returned will only include values where the status is 'ACTIVE' and the employee's trade is 'MECH'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/employee/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TRADE=[]MECH</strong> to select results where the TRADE contains MECH.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"0aad8772-a28f-47c7-9beb-fd963411bcdf","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a50e5134-448f-4296-beb8-a16e666c467e","type":"text/javascript","exec":[""]}}],"_postman_id":"3d3a14de-d8e8-48ef-a62e-a48b369a98ab"},{"name":"Equipment","item":[{"name":"Get Labels","id":"46d0e44a-5726-46a1-8300-a9debe53aae4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","equipment","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"edbd2689-f423-426c-b410-6aa6f46335a1","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 18 Sep 2020 17:06:17 GMT"},{"key":"Content-Length","value":"405"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"EQUIPMENT_MASTER\",\n    \"Usage\": \"To get, update, and create equipment that will use the DirectLine System\",\n    \"EQP\": \"Equipment#\",\n    \"CLASS\": \"Class\",\n    \"DESCRIPTION\": \"Description\",\n    \"PARENT\": \"Parent\",\n    \"BUILDING_ID\": \"Building\",\n    \"BUILDING_ROOM\": \"Room\",\n    \"LOCATION\": \"Location\",\n    \"DEPARTMENT\": \"Department\",\n    \"GL\": \"Account #\",\n    \"MFG_NAME\": \"Name\",\n    \"MODEL\": \"Model\",\n    \"SERIAL\": \"Serial #\",\n    \"WARRANTY_END_DATE\": \"Warranty  Expiration\"\n}"}],"_postman_id":"46d0e44a-5726-46a1-8300-a9debe53aae4"},{"name":"Get Schema","id":"3c94e052-ab0d-4a7d-bdf5-ba81400aa59f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","equipment","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e26e0341-4fd0-49a9-8721-8c2e6c06cf03","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 18 Sep 2020 17:11:20 GMT"},{"key":"Content-Length","value":"1026"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/equipment/@SCHEMA\",\n    \"title\": \"EQUIPMENT_API\",\n    \"description\": \"EQUIPMENT_MASTER table containing equipment information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"EQP\": {\n            \"description\": \"Equipment#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CLASS\": {\n            \"description\": \"Class\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PARENT\": {\n            \"description\": \"Parent\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_ID\": {\n            \"description\": \"Building\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_ROOM\": {\n            \"description\": \"Room\",\n            \"type\": \"VARCHAR\"\n        },\n        \"LOCATION\": {\n            \"description\": \"Location\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DEPARTMENT\": {\n            \"description\": \"Department\",\n            \"type\": \"VARCHAR\"\n        },\n        \"GL\": {\n            \"description\": \"Account #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"MFG_NAME\": {\n            \"description\": \"Name\",\n            \"type\": \"VARCHAR\"\n        },\n        \"MODEL\": {\n            \"description\": \"Model\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SERIAL\": {\n            \"description\": \"Serial #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"WARRANTY_END_DATE\": {\n            \"description\": \"Warranty  Expiration - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        }\n    },\n    \"required\": [\n        \"EQP\",\n        \"CLASS\"\n    ]\n}"}],"_postman_id":"3c94e052-ab0d-4a7d-bdf5-ba81400aa59f"},{"name":"Get Criteria","id":"31e2ac6a-1e8b-43eb-b3ae-4f7d57dafc08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/@CRITERIA","description":"<p>Get the list of fields that are searchable for equipment searches</p>\n<p><strong>Incremental API data retrievals:</strong> <code>version 1.06</code></p>\n<p>Added criteria for better selecting data changed or created as following:</p>\n<ul>\n<li><p>LAST_MODIFIED_DATE: data changed or created since this date</p>\n</li>\n<li><p>LAST_MODIFIED_TIME: for more accurate selection you can add the time of the day in combination with date.</p>\n</li>\n<li><p>LAST_MODIFIED_USER: data changed or created by this user.</p>\n</li>\n</ul>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","equipment","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4544ad78-2c7c-4759-85e6-c652c707681f","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 17 Dec 2025 15:44:47 GMT"},{"key":"Content-Length","value":"413"},{"key":"Set-Cookie","value":"NSC_ESNS=002fbb5a-cfef-1942-9678-00155da52b16_0187553688_3148061504_00000000008592802936; Path=/; Expires=Wed, 17-Dec-2025 15:45:02 GMT"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"EQUIPMENT_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"CLASS\": \"Class\",\n    \"BUILDING_ID\": \"Building\",\n    \"STATUS\": \"Equipment Status\",\n    \"DEPARTMENT\": \"Department\",\n    \"LIMIT\": \"Limit\",\n    \"CURSOR\": \"Cursor\",\n    \"LAST_MODIFIED_DATE\": \"Last Modified Date\",\n    \"LAST_MODIFIED_TIME\": \"Last Modified Time\",\n    \"LAST_MODIFIED_USER\": \"Last Modified User\"\n}"}],"_postman_id":"31e2ac6a-1e8b-43eb-b3ae-4f7d57dafc08"},{"name":"Get equipment","id":"270ae9c4-9edf-4a3f-b7b4-739c906c4635","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment?CLASS=PUMP","description":"<p>An example of getting equipment using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","equipment"],"host":["https://api.megamation.com"],"query":[{"key":"CLASS","value":"PUMP"}],"variable":[]}},"response":[{"id":"13ecd3ed-37eb-40f0-a724-278afe8300ab","name":"Get equipment","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment?CLASS=PUMP","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","equipment"],"query":[{"key":"CLASS","value":"PUMP"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 14:49:39 GMT"},{"key":"Content-Length","value":"2041"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"equipment\": [\n            {\n                \"building_id\": \"BD12\",\n                \"building_name\": \"Manufacturing / Auto Body / RV\",\n                \"class\": \"PUMP\",\n                \"description\": \"CIRCULATING PUMP\",\n                \"eqp\": \"1004002\",\n                \"status\": \"IN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/equipment/1004002\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"SM\",\n                \"building_name\": \"Service and Maintenance Building\",\n                \"class\": \"PUMP\",\n                \"description\": \"FRONT SIHI PUMP FOR VACUUM PAN SYSTEM\",\n                \"eqp\": \"1004009\",\n                \"status\": \"IN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/equipment/1004009\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"\",\n                \"building_name\": \"\",\n                \"class\": \"PUMP\",\n                \"description\": \"#1 BOOSTER PUMP-STEAM PLANT\",\n                \"eqp\": \"3104008\",\n                \"status\": \"IN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/equipment/3104008\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"\",\n                \"building_name\": \"\",\n                \"class\": \"PUMP\",\n                \"description\": \"WEST CONDENSATE PUMP-OIL ROOM,FRONT BASEMENT\",\n                \"eqp\": \"3104020\",\n                \"status\": \"IN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/equipment/3104020\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"\",\n                \"building_name\": \"\",\n                \"class\": \"PUMP\",\n                \"description\": \"FEED PUMP #1\",\n                \"eqp\": \"3104022\",\n                \"status\": \"IN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/equipment/3104022\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"BD12\",\n                \"building_name\": \"Manufacturing / Auto Body / RV\",\n                \"class\": \"PUMP\",\n                \"description\": \"Hot Water Pump for East Wing\",\n                \"eqp\": \"B1001\",\n                \"status\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/equipment/B1001\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"BL-A\",\n                \"building_name\": \"A Wing\",\n                \"class\": \"PUMP\",\n                \"description\": \"Circulating Pumps A1\",\n                \"eqp\": \"BL-A-PMP-301\",\n                \"status\": \"IN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/equipment/BL-A-PMP-301\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"BL-A\",\n                \"building_name\": \"A Wing\",\n                \"class\": \"PUMP\",\n                \"description\": \"Circulating Pumps A2\",\n                \"eqp\": \"BL-A-PMP-302\",\n                \"status\": \"IN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/equipment/BL-A-PMP-302\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/equipment?CLASS=PUMP\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"270ae9c4-9edf-4a3f-b7b4-739c906c4635"},{"name":"Get a specific equipment's details","id":"fdbe316b-d9e8-44ed-93bf-36b4ef29a713","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/1004002","description":"<p>Get details of a specific equipment record.  This typically includes more information than the equipment list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","equipment","1004002"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"d67eea19-b034-4f63-8ded-dfb19d531ac2","name":"Get a specific equipment's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/1004002"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 18 Sep 2020 17:12:02 GMT"},{"key":"Content-Length","value":"397"}],"cookie":[],"responseTime":null,"body":"{\n    \"building_id\": \"BD12\",\n    \"building_room\": \"\",\n    \"class\": \"PUMP\",\n    \"department\": \"\",\n    \"description\": \"CIRCULATING PUMP\",\n    \"eqp\": \"1004002\",\n    \"gl\": \"\",\n    \"location\": \"Basement\",\n    \"mfg_name\": \"SMART TURNER\",\n    \"model\": \"\",\n    \"parent\": \"BD12\",\n    \"serial\": \"\",\n    \"warranty_end_date\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/equipment/1004002\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/equipment\"\n        }\n    }\n}"}],"_postman_id":"fdbe316b-d9e8-44ed-93bf-36b4ef29a713"},{"name":"Create Equipment","id":"2e186cba-35e5-4c17-be57-8b899018914e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"building_id\": \"BD12\",\r\n    \"class\": \"PUMP\",\r\n    \"description\": \"Hot Water Pump for East Wing\",\r\n    \"eqp\": \"BD12-P01\",\r\n    \"location\": \"East Basement\",\r\n    \"mfg_name\": \"SMART TURNER\",\r\n    \"parent\": \"BD12\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment","description":"<p>Create new Equipment or list of new Equipment.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","equipment"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"0ad46ff4-df66-4076-a939-4ee319902837","name":"Create Equipment","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"building_id\": \"BD12\",\r\n    \"class\": \"PUMP\",\r\n    \"description\": \"Hot Water Pump for East Wing\",\r\n    \"eqp\": \"BD12-P01\",\r\n    \"location\": \"East Basement\",\r\n    \"mfg_name\": \"SMART TURNER\",\r\n    \"parent\": \"BD12\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 13:12:16 GMT"},{"key":"Content-Length","value":"25"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"BD12-P01\"\n    ]\n}"}],"_postman_id":"2e186cba-35e5-4c17-be57-8b899018914e"},{"name":"Create specific equipment","id":"7ffa89f8-79e0-479b-8d8e-593f411fe8da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"building_id\": \"BD12\",\r\n    \"class\": \"PUMP\",\r\n    \"description\": \"Hot Water Pump for East Wing\",\r\n    \"location\": \"East Basement\",\r\n    \"mfg_name\": \"SMART TURNER\",\r\n    \"parent\": \"BD12\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/B1001","description":"<p>Create new Equipment using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","equipment","B1001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e361fa2a-a12f-4cda-a809-7428f976ddf6","name":"Create specific equipment","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"building_id\": \"BD12\",\r\n    \"class\": \"PUMP\",\r\n    \"description\": \"Hot Water Pump for East Wing\",\r\n    \"location\": \"East Basement\",\r\n    \"mfg_name\": \"SMART TURNER\",\r\n    \"parent\": \"BD12\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/B1001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 13:18:38 GMT"},{"key":"Content-Length","value":"22"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"B1001\"\n    ]\n}"}],"_postman_id":"7ffa89f8-79e0-479b-8d8e-593f411fe8da"},{"name":"Edit Equipment","id":"dcc3af75-93f5-405b-b508-1193ec606138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Hot Water Pump providing pressure for the East Wing\",\r\n    \"location\": \"East side of the Basement\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/BD12-P01","description":"<p>Update fields of an existing Equipment</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","equipment","BD12-P01"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9694a8d7-793b-406b-a191-30798fdfd01e","name":"Edit Equipment","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Hot Water Pump providing pressure for the East Wing\",\r\n    \"location\": \"East side of the Basement\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/BD12-P01"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 17:28:23 GMT"},{"key":"Content-Length","value":"25"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"BD12-P01\"\n    ]\n}"}],"_postman_id":"dcc3af75-93f5-405b-b508-1193ec606138"},{"name":"Delete an existing Equipment","id":"aa5942eb-8c04-4388-a8d0-68ced63f10da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/BD12-P01","description":"<p>Delete an equipment so long as it is not currently on any related records where it is still required.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","equipment","BD12-P01"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"05cac6c8-4f3a-44ee-af4f-2e7c0f5e59a2","name":"Delete an existing Equipment","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/BD12-P01"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:06:29 GMT"},{"key":"Content-Length","value":"143"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/equipment/BD12-P01\"\n}"}],"_postman_id":"aa5942eb-8c04-4388-a8d0-68ced63f10da"}],"id":"6fb02450-8d34-4383-992f-13d2cf9bea3f","description":"<p>You can retrieve a list of equipment or the details of a single equipment from the <code>EQUIPMENT_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new equipment or update existing equipment. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment?STATUS=IN&amp;CLASS=PUMP</code> where the data returned will only include values where the status is 'in' and the equipment class is 'pump'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/equipment/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"57a094c2-abc9-42a4-8d1f-fa9448697c91","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ab477ec2-dd90-4992-9d54-c6b9490ff7f1","type":"text/javascript","exec":[""]}}],"_postman_id":"6fb02450-8d34-4383-992f-13d2cf9bea3f"},{"name":"Equipment Class","item":[{"name":"Get Labels","id":"2ab99d10-3ced-482b-b05c-a951c1d45227","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","eqp_class","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"1c8f4e58-51c5-4d39-b818-de3a0383b970","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 28 May 2024 19:11:14 GMT"},{"key":"Content-Length","value":"157"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"CLASS_MASTER\",\n    \"Usage\": \"To get, update, and create Equipment Class that will use the DirectLine System\",\n    \"CLASS\": \"Class\",\n    \"DESCRIPTION\": \"Description\"\n}"}],"_postman_id":"2ab99d10-3ced-482b-b05c-a951c1d45227"},{"name":"Get Schema","id":"ab519fa9-5ddd-432d-9292-9ce5875b4481","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","eqp_class","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e87e8cf2-7c62-47b6-aafc-a657a970fd62","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 28 May 2024 19:12:15 GMT"},{"key":"Content-Length","value":"417"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/dev2022/dl/eqp_class/@SCHEMA\",\n    \"title\": \"EQP_CLASS_API\",\n    \"description\": \"WORK_ORDER_TYPE_MASTER table containing work order types information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"CLASS\": {\n            \"description\": \"Class\",\n            \"type\": \"VARCHAR(65531)\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR(65531)\"\n        }\n    },\n    \"required\": [\n        \"CLASS\"\n    ]\n}"}],"_postman_id":"ab519fa9-5ddd-432d-9292-9ce5875b4481"},{"name":"Get Criteria","id":"cb5e6bc9-8ac2-4056-b857-b99e9c49901a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/@CRITERIA","description":"<p>Get the list of fields that are searchable for equipment class searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","eqp_class","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"5f838398-b81d-400b-92d1-6df49d7e6bb3","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 28 May 2024 19:12:50 GMT"},{"key":"Content-Length","value":"154"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"CLASS_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\"\n}"}],"_postman_id":"cb5e6bc9-8ac2-4056-b857-b99e9c49901a"},{"name":"Get Equipment Classes","id":"e72f5f44-ace9-434d-9cd5-3d89dc1690b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class","description":"<p>An example of getting equipment class information</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","eqp_class"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"76c4b0ac-4a76-431a-aac8-fb5bdea1ba6f","name":"Get Equipment Class","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 28 May 2024 19:13:41 GMT"},{"key":"Content-Length","value":"12125"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"EquipmentClass\": [\n            {\n                \"class\": \"AIR COND\",\n                \"description\": \"Air Conditioning Unit\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/eqp_class/AIR COND\"\n                    }\n                }\n            },\n            {\n                \"class\": \"APP\",\n                \"description\": \"Appliance\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/eqp_class/APP\"\n                    }\n                }\n            }\n       ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"progress\": \"2/2\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/eqp_class\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl\"\n        }\n    }\n}"}],"_postman_id":"e72f5f44-ace9-434d-9cd5-3d89dc1690b0"},{"name":"Get a specific equipment class's details","id":"e2c37405-90ae-45ae-8769-049b9449a4b1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/app","description":"<p>Get details of a specific equipment class record. This typically includes more information than the equipment class list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","eqp_class","app"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"5cd92b67-2755-447f-8a60-e481ca985b0d","name":"Get a specific equipment class's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/app"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 28 May 2024 19:15:38 GMT"},{"key":"Content-Length","value":"194"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"class\": \"APP\",\n    \"description\": \"Appliance\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/eqp_class/app\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/eqp_class\"\n        }\n    }\n}"}],"_postman_id":"e2c37405-90ae-45ae-8769-049b9449a4b1"},{"name":"Create Equipment Classes","id":"5cd89616-d74a-43b0-b58e-8a0c155e978a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"class\": \"CLASS1\",\r\n        \"description\": \"Class 1\"\r\n    },\r\n    {\r\n        \"class\": \"CLASS2\",\r\n        \"description\": \"Class 2\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class","description":"<p>Create one or more equipment class</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","eqp_class"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"844054bd-8c3b-43d6-a3f0-3844fa20253a","name":"Create Equipment Class","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"class\": \"CLASS1\",\r\n        \"description\": \"Class 1\"\r\n    },\r\n    {\r\n        \"class\": \"CLASS2\",\r\n        \"description\": \"Class 2\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 28 May 2024 19:22:52 GMT"},{"key":"Content-Length","value":"29"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"CLASS1\",\n        \"CLASS2\"\n    ]\n}"}],"_postman_id":"5cd89616-d74a-43b0-b58e-8a0c155e978a"},{"name":"Create a specific Equipment Class","id":"c5efe85e-10a3-4f45-afd7-ea7194b71acf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Class 3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/CLASS3","description":"<p>Create new equipment class using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","eqp_class","CLASS3"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"245b931b-b5ee-4dcd-8e1f-c6ad0fb9ceea","name":"Create a specific Equipment Class","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Class 3\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/CLASS3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 28 May 2024 19:26:23 GMT"},{"key":"Content-Length","value":"20"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"CLASS3\"\n    ]\n}"}],"_postman_id":"c5efe85e-10a3-4f45-afd7-ea7194b71acf"},{"name":"Edit Equipment Class","id":"19b057d6-456e-4623-8378-53e2563645bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Class 3 - updated\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/CLASS3","description":"<p>Make updates to a equipment class. Only necessary to pass fields wanted to be updated and can only be done to existing equipment class.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","eqp_class","CLASS3"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"d37905bd-571f-47be-a37d-1bd60407dc21","name":"Edit Equipment Class","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Class 3 - updated\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/CLASS3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 28 May 2024 19:28:49 GMT"},{"key":"Content-Length","value":"20"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"CLASS3\"\n    ]\n}"}],"_postman_id":"19b057d6-456e-4623-8378-53e2563645bc"},{"name":"Delete an existing Equipment Class","id":"d57f6c8e-d9b9-47f4-a44d-1a5e02c468b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/CLASS3","description":"<p>Allows the deletion of an existing equipment class.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","eqp_class","CLASS3"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"827bde4f-8bcc-4e40-999e-1e002867bfc8","name":"Delete an existing Equipment Class","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/CLASS3"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 28 May 2024 19:29:55 GMT"},{"key":"Content-Length","value":"139"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/dev2022/dl/eqp_class/CLASS3\"\n}"}],"_postman_id":"d57f6c8e-d9b9-47f4-a44d-1a5e02c468b8"}],"id":"72cb1d96-133b-4b7c-ad4d-1556852c438c","description":"<p><code>Version 1.03</code></p>\n<p>You can retrieve a list of equipment class or the details of a single equipment class from the <code>CLASS_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new equipment class records or update existing equipment class information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqo_class/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class?ALLFIELDS=1</code> where the data returned will include all the fields visible. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/eqp_class/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>DESCRIPTION=[]PM</strong> to select results where the Description contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n","_postman_id":"72cb1d96-133b-4b7c-ad4d-1556852c438c"},{"name":"INV Detail","item":[{"name":"Get Labels","id":"19259102-bc0a-4923-bd07-c7dd5b4828a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVDetail","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e9828dfa-4f83-4cd4-892e-f92ed4b807e1","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 20 Nov 2020 19:24:16 GMT"},{"key":"Content-Length","value":"486"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"INVENTORY_DETAIL_MASTER\",\n    \"Usage\": \"To get, update, and create Inventory Details that will use the DirectLine System\",\n    \"WHS_NO\": \"Warehouse\",\n    \"PART_NO\": \"Part#\",\n    \"DESCRIPTION\": \"Description\",\n    \"CLASS\": \"Inventory Class\",\n    \"CATEGORY\": \"Category\",\n    \"MANUFACTURER\": \"Manufacturer\",\n    \"MAX_QTY\": \"Maximum Qty\",\n    \"MIN_QTY\": \"Minimum Qty\",\n    \"OHQ\": \"OHQ\",\n    \"REORDER_QTY\": \"Reorder Qty\",\n    \"AISLE\": \"Aisle\",\n    \"SHELF\": \"Shelf\",\n    \"BIN\": \"Bin\",\n    \"EQUIPMENT_NO\": \"Equipment #\",\n    \"EQUIPMENT_DESCRIPTION\": \"Description\",\n    \"QTY\": \"Qty.\"\n}"}],"_postman_id":"19259102-bc0a-4923-bd07-c7dd5b4828a9"},{"name":"Get Schema","id":"c505d282-74e8-4a71-b353-5e64673cb0dc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVDetail","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4b8a0346-679f-4c89-b222-04dc673d011b","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 20 Nov 2020 19:25:43 GMT"},{"key":"Content-Length","value":"1242"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/INVDetail/@SCHEMA\",\n    \"title\": \"INVDETAIL_API\",\n    \"description\": \"INVENTORY_DETAIL_MASTER table containing inventory detail information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"WHS_NO\": {\n            \"description\": \"Warehouse\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PART_NO\": {\n            \"description\": \"Part#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CLASS\": {\n            \"description\": \"Inventory Class\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CATEGORY\": {\n            \"description\": \"Category\",\n            \"type\": \"VARCHAR\"\n        },\n        \"MANUFACTURER\": {\n            \"description\": \"Manufacturer\",\n            \"type\": \"VARCHAR\"\n        },\n        \"MAX_QTY\": {\n            \"description\": \"Maximum Qty\",\n            \"type\": \"VARCHAR\"\n        },\n        \"MIN_QTY\": {\n            \"description\": \"Minimum Qty\",\n            \"type\": \"VARCHAR\"\n        },\n        \"OHQ\": {\n            \"description\": \"OHQ - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"REORDER_QTY\": {\n            \"description\": \"Reorder Qty - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"AISLE\": {\n            \"description\": \"Aisle\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SHELF\": {\n            \"description\": \"Shelf\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BIN\": {\n            \"description\": \"Bin\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EQUIPMENT_NO\": {\n            \"description\": \"Equipment #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EQUIPMENT_DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"QTY\": {\n            \"description\": \"Qty. - [COST.OUTPUT.INT]\",\n            \"type\": \"INTEGER\"\n        }\n    },\n    \"required\": [\n        \"WHS_NO\",\n        \"PART_NO\"\n    ]\n}"}],"_postman_id":"c505d282-74e8-4a71-b353-5e64673cb0dc"},{"name":"Get Criteria","id":"7c12cb21-4277-41da-87af-873db3cf6dc8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/@CRITERIA","description":"<p>Get the list of fields that are searchable for Inventory Detail searches</p>\n<p><strong>Incremental API data retrievals:</strong> <code>version 1.06</code></p>\n<p>Added criteria for better selecting data changed or created as following:</p>\n<ul>\n<li><p>LAST_MODIFIED_DATE: data changed or created since this date</p>\n</li>\n<li><p>LAST_MODIFIED_TIME: for more accurate selection you can add the time of the day in combination with date.</p>\n</li>\n<li><p>LAST_MODIFIED_USER: data changed or created by this user.</p>\n</li>\n</ul>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVDetail","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c814c555-7bfd-44b9-9dd4-b704c7dc4e02","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 17 Dec 2025 15:49:19 GMT"},{"key":"Content-Length","value":"416"},{"key":"Set-Cookie","value":"NSC_ESNS=0031a04e-d0ff-1942-9678-00155da52b16_3885802190_1460836527_00000000000002772492; Path=/; Expires=Wed, 17-Dec-2025 15:49:34 GMT"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"INVENTORY_DETAIL_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"CLASS\": \"Inventory Class\",\n    \"CATEGORY\": \"Category\",\n    \"MFG_NAME\": \"Mfg Name\",\n    \"LIMIT\": \"Limit\",\n    \"CURSOR\": \"Cursor\",\n    \"WHS_NO\": \"Warehouse\",\n    \"LAST_MODIFIED_DATE\": \"Last Modified Date\",\n    \"LAST_MODIFIED_TIME\": \"Last Modified Time\",\n    \"LAST_MODIFIED_USER\": \"Last Modified User\"\n}"}],"_postman_id":"7c12cb21-4277-41da-87af-873db3cf6dc8"},{"name":"Get INV Detail","id":"34d3d28e-6822-4e25-9887-57cd4019ff49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail?CLASS=BOLT","description":"<p>An example of getting Inventory Detail using search criteria.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVDetail"],"host":["https://api.megamation.com"],"query":[{"key":"CLASS","value":"BOLT"}],"variable":[]}},"response":[{"id":"9d449e0d-b7fa-413d-9ef4-39918e5d66de","name":"Get INV Detail","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail?CLASS=BOLT","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","INVDetail"],"query":[{"key":"CLASS","value":"BOLT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 15:00:47 GMT"},{"key":"Content-Length","value":"9888"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Inv Detail\": [\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/8\\\" X 3\\\" 11 PITCH HEX BOLTS\",\n                \"part_no\": \"BOLT00002\",\n                \"whs_no\": \"\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/*BOLT00002\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/4\\\" X 1/2\\\" HEX HEAD BOLTS 18 - 8 SS\",\n                \"part_no\": \"BOLT00030\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00030\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/4 X 1/2\\\" SS HEX BOLT\",\n                \"part_no\": \"BOLT00031\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00031\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/4\\\" X 3/4\\\" HEX HEAD BOLT 18 - 8 SS\",\n                \"part_no\": \"BOLT00032\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00032\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/4 X 1\\\" HEX HEAD BOLT SS\",\n                \"part_no\": \"BOLT00033\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00033\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/16 X 1/2 SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00034\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00034\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/4 - 20 X 1 3/4\\\" SS HEX HEAD BOLTS\",\n                \"part_no\": \"BOLT00035\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00035\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/4 X 1 1/2\\\" HEX HEAD BOLT 18-8\",\n                \"part_no\": \"BOLT00036\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00036\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/4 X 2\\\" SS HEX HEAD BOLT 18-8\",\n                \"part_no\": \"BOLT00037\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00037\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00038\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00038\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/4 X 1 1/4\\\" SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00039\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00039\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/4 X 3\\\" SS HEX HEAD CAP SCREW\",\n                \"part_no\": \"BOLT00040\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00040\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/16\\\" X 1/2\\\" SS HEX HEAD BOLT 18-8\",\n                \"part_no\": \"BOLT00041\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00041\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/16\\\" X 3/4\\\" SS HEX HEAD BOLT 18-8\",\n                \"part_no\": \"BOLT00042\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00042\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/16\\\" X 1\\\" HSS HEX HEAd BOLT 18-8\",\n                \"part_no\": \"BOLT00043\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00043\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/16 X 1 1/4\\\" SS HEX HEAD BOLTS 18-8\",\n                \"part_no\": \"BOLT00044\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00044\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/16 S 1 3/4\\\" SS HEX BOLT\",\n                \"part_no\": \"BOLT00046\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00046\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/16 X 2\\\" SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00047\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00047\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/16 X 2 1/2\\\" HEX BOLT SS\",\n                \"part_no\": \"BOLT00048\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00048\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/16 X 1 1/2\\\" HEX BOLT SS\",\n                \"part_no\": \"BOLT00049\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00049\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"3/8 X 3/4 SS HEX HEAD CAP SCREW\",\n                \"part_no\": \"BOLT00050\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00050\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"3/8 X 1\\\" HEX BOLT SS\",\n                \"part_no\": \"BOLT00051\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00051\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"3/8 X 1 1/4\\\" HEX BOLT SS\",\n                \"part_no\": \"BOLT00052\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00052\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"3/8 X 1 1/2\\\" SS HEX HEAD MACHINE SCREW\",\n                \"part_no\": \"BOLT00053\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00053\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"3/8 X 1 3/4\\\" SS HEX CAP BOLT\",\n                \"part_no\": \"BOLT00054\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00054\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"3/8 X 2\\\" S.S. HEX HEAD MACHINE SCREW 18-8\",\n                \"part_no\": \"BOLT00055\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00055\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"3/8 X 2 1/2\\\" HEX BOLT SS\",\n                \"part_no\": \"BOLT00056\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00056\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"3/8 X 3\\\" SS HEX HEAD MACHINE SCREW\",\n                \"part_no\": \"BOLT00057\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00057\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"3/8 X 4 1/2\\\" SS HEX HEAD MACHINE SCREW\",\n                \"part_no\": \"BOLT00058\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00058\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"7/16 X 1 1/4\\\" SS HEX HEAD BOLT 18-8\",\n                \"part_no\": \"BOLT00059\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00059\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"7/16 X 2 1/2\\\" SS HEX HEAD BOLT 18-8\",\n                \"part_no\": \"BOLT00060\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00060\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/2 X 1\\\" SS HEX HEAD BOLT 18-8\",\n                \"part_no\": \"BOLT00061\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00061\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/2 X 1 1/4 SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00062\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00062\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/2\\\" X 1 1/2\\\" HEX HEAD BOLTS 18 - 8 SS\",\n                \"part_no\": \"BOLT00063\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00063\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/2\\\" X 1 3/4\\\" SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00064\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00064\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/2\\\" X 2\\\" HEX BOLT SS\",\n                \"part_no\": \"BOLT00065\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00065\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/2 X 2 1/2 SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00066\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00066\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/2\\\" X 3\\\" HEX BOLT SS\",\n                \"part_no\": \"BOLT00067\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00067\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/2\\\" X 3 1/2\\\" SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00068\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00068\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"1/2 X 4 1/2\\\" HEX HEAD BOLT SS 18 8\",\n                \"part_no\": \"BOLT00069\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00069\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/8 X 1-1/2\\\" SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00074\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00074\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/8 X 2\\\" SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00075\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00075\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/8 X 2 1/2 SS HEX BOLT\",\n                \"part_no\": \"BOLT00076\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00076\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/8 X 3 1/2 SS HEX HEAD BOLT\",\n                \"part_no\": \"BOLT00077\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00077\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/8 X 4\\\" HEX BOLT SS\",\n                \"part_no\": \"BOLT00078\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00078\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"5/16 X 3 1/2\\\" SS HE HEAD BOLT\",\n                \"part_no\": \"BOLT00079\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00079\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"3/8 X 5-1/2 CARRIAGE BOLTS SS\",\n                \"part_no\": \"BOLT00106\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00106\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"7/16-14 X 3\\\" SS HEX HEAD BOLT 18-8\",\n                \"part_no\": \"BOLT00109\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00109\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"STUD BOLT ANCHOR COLLAR TYPE(RAWLSTUD)\",\n                \"part_no\": \"BOLT00120\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00120\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"RAWLSTUD 1/2\\\" x 2-3/4\\\"\",\n                \"part_no\": \"BOLT00121\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00121\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"description\": \"New Inventory for testing\",\n                \"part_no\": \"BOLT99\",\n                \"whs_no\": \"MT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT99\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail?CLASS=BOLT\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"34d3d28e-6822-4e25-9887-57cd4019ff49"},{"name":"Get a specific INV Detail's details","id":"158c836d-7975-4e67-8ddd-714145546f62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/MT*BOLT00030","description":"<p>Get details of a specific Inventory Detail record.  This typically includes more information than the Inventory Detail list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVDetail","MT*BOLT00030"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3eaa5b35-e115-474a-937b-2be149f792c8","name":"Get a specific INV Detail's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/MT*BOLT00030"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 20 Nov 2020 19:23:25 GMT"},{"key":"Content-Length","value":"497"}],"cookie":[],"responseTime":null,"body":"{\n    \"aisle\": \"BIN\",\n    \"bin\": \"\",\n    \"category\": \"\",\n    \"class\": \"BOLT\",\n    \"description\": \"1/4\\\" X 1/2\\\" HEX HEAD BOLTS 18 - 8 SS\",\n    \"manufacturer\": \"\",\n    \"max_qty\": \"0\",\n    \"min_qty\": \"0\",\n    \"ohq\": \".00\",\n    \"part_no\": \"BOLT00030\",\n    \"reorder_qty\": \"1.00\",\n    \"shelf\": \"\",\n    \"whs_no\": \"MT\",\n    \"related equipment\": [\n        {\n            \"equipment_description\": \"Air conditioner\",\n            \"equipment_no\": \"AC0001\",\n            \"qty\": \"5\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT00030\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/INVDetail\"\n        }\n    }\n}"}],"_postman_id":"158c836d-7975-4e67-8ddd-714145546f62"},{"name":"Create INV Detail","id":"ea15f424-e4c2-467f-bd31-53473ff93f0a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"aisle\": \"BIN\",\r\n    \"bin\": \"\",\r\n    \"max_qty\": \"0\",\r\n    \"min_qty\": \"0\",\r\n    \"ohq\": \".00\",\r\n    \"part_no\": \"BOLT99\",\r\n    \"reorder_qty\": \"1.00\",\r\n    \"shelf\": \"\",\r\n    \"whs_no\": \"MT\",\r\n    \"related equipment\": [\r\n        {\r\n            \"equipment_description\": \"Air conditioner\",\r\n            \"equipment_no\": \"AC0001\",\r\n            \"qty\": \"10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail","description":"<p>Create one or more Inventory Detail</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVDetail"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"813ed994-06f4-4c09-a472-dd236c44b6b3","name":"Create INV Detail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"aisle\": \"BIN\",\r\n    \"bin\": \"\",\r\n    \"max_qty\": \"0\",\r\n    \"min_qty\": \"0\",\r\n    \"ohq\": \".00\",\r\n    \"part_no\": \"BOLT99\",\r\n    \"reorder_qty\": \"1.00\",\r\n    \"shelf\": \"\",\r\n    \"whs_no\": \"MT\",\r\n    \"related equipment\": [\r\n        {\r\n            \"equipment_description\": \"Air conditioner\",\r\n            \"equipment_no\": \"AC0001\",\r\n            \"qty\": \"10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 20 Nov 2020 20:12:27 GMT"},{"key":"Content-Length","value":"26"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"MT*BOLT99\"\n    ]\n}"}],"_postman_id":"ea15f424-e4c2-467f-bd31-53473ff93f0a"},{"name":"Create INV Detail with specific ID","id":"7893eb14-9a61-460f-a704-9d1f13d96ada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"aisle\": \"aisle1\",\r\n    \"bin\": \"bin1\",\r\n    \"max_qty\": \"10\",\r\n    \"min_qty\": \"0\",\r\n    \"ohq\": \"4.00\",\r\n    \"reorder_qty\": \"3.00\",\r\n    \"shelf\": \"shelf1\",\r\n    \"related equipment\": [\r\n        {\r\n            \"equipment_description\": \"Air conditioner\",\r\n            \"equipment_no\": \"AC0001\",\r\n            \"qty\": \"10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/MT*BOLT98","description":"<p>Create one Inventory Detail with specific ID</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVDetail","MT*BOLT98"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"6412d7bb-6c46-4413-a697-f87c36598824","name":"Create INV Detail with specific ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"aisle\": \"aisle1\",\r\n    \"bin\": \"bin1\",\r\n    \"max_qty\": \"10\",\r\n    \"min_qty\": \"0\",\r\n    \"ohq\": \"4.00\",\r\n    \"reorder_qty\": \"3.00\",\r\n    \"shelf\": \"shelf1\",\r\n    \"related equipment\": [\r\n        {\r\n            \"equipment_description\": \"Air conditioner\",\r\n            \"equipment_no\": \"AC0001\",\r\n            \"qty\": \"10\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/MT*BOLT98"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 20 Nov 2020 20:19:13 GMT"},{"key":"Content-Length","value":"26"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"MT*BOLT98\"\n    ]\n}"}],"_postman_id":"7893eb14-9a61-460f-a704-9d1f13d96ada"},{"name":"Edit INV Detail","id":"38b35a2d-c9c8-438b-b841-3d263c16c4fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"min_qty\": \"1.00\",\r\n    \"ohq\": \"6.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/MT*BOLT98","description":"<p>Make updates to a Inventory Detail.  Only necessary to pass fields wanted to be updated and can only be done to existing Inventory Detail.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVDetail","MT*BOLT98"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ce89cbc2-4b8a-42be-82e5-ce46250db3e9","name":"Edit INV Header","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"min_qty\": \"1.00\",\r\n    \"ohq\": \"6.00\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/MT*BOLT98"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 20 Nov 2020 20:23:46 GMT"},{"key":"Content-Length","value":"26"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"MT*BOLT98\"\n    ]\n}"}],"_postman_id":"38b35a2d-c9c8-438b-b841-3d263c16c4fa"},{"name":"Delete an exisiting INV Detail","id":"d4b10ce8-a4a1-4b5f-80f7-cdfd595bfa92","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/MT*BOLT98","description":"<p>allows the deletion of an existing Inventory Detail</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVDetail","MT*BOLT98"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"070952df-5d9c-418b-9f22-df8f0c68e642","name":"Delete an exisiting INV Detail","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVDetail/MT*BOLT98"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 26 Nov 2020 18:53:19 GMT"},{"key":"Content-Length","value":"144"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/INVDetail/MT*BOLT98\"\n}"}],"_postman_id":"d4b10ce8-a4a1-4b5f-80f7-cdfd595bfa92"}],"id":"51f67faf-d1fb-4522-b972-eaa4fc32882b","description":"<p>You can retrieve a list of Inventory Detail or the details of a single Inventory Detail from the <code>INVENTORY_DETAIL_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new Inventory Detail records or update existing Inventory Detail information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/InvDetail/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/InvDetail/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/InvDetail?CLASS=BOLT</code> where the data returned will only include values where the class is 'BOLT'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/InvDetail/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>CLASS=[]BO</strong> to select results where the CLASS contains BO.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"8cea767c-cad0-4f15-941b-91ca88cedaa7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d5b00412-9e3b-48bf-8d13-1438302868ca","type":"text/javascript","exec":[""]}}],"_postman_id":"51f67faf-d1fb-4522-b972-eaa4fc32882b"},{"name":"INV Header","item":[{"name":"Get Labels","id":"2b49ab3a-cb96-444d-9aca-d55f8239a706","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVHeader","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c3ce29d5-7eab-4b27-8950-5f1e8f90d61a","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 19:40:45 GMT"},{"key":"Content-Length","value":"384"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"INVENTORY_HEADER_MASTER\",\n    \"Usage\": \"To get, update, and create Inventory Header that will use the DirectLine System\",\n    \"PART_NO\": \"Part No\",\n    \"TYPE\": \"Type\",\n    \"INV_UOM\": \"Unit of Measure\",\n    \"CLASS\": \"Inventory Class\",\n    \"DESCRIPTION\": \"Description\",\n    \"CATEGORY\": \"Category\",\n    \"MFG_NAME\": \"Mfg Name\",\n    \"MFG_PARTNO\": \"Mfg Partno\",\n    \"COST\": \"Cost\",\n    \"AVG_COST\": \"Average Cost\",\n    \"QTY_ON_ORDER\": \"Qty on Order\"\n}"}],"_postman_id":"2b49ab3a-cb96-444d-9aca-d55f8239a706"},{"name":"Get Schema","id":"4014bb59-cbed-4c3f-a710-a0dd6f574eb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVHeader","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"f43f040e-1e79-4cb0-930c-e25a4c66ab45","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 19:41:26 GMT"},{"key":"Content-Length","value":"974"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/INVHeader/@SCHEMA\",\n    \"title\": \"INVHEADER_API\",\n    \"description\": \"INVENTORY_HEADER_MASTER table containing Inventory Header information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"PART_NO\": {\n            \"description\": \"Part No\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TYPE\": {\n            \"description\": \"Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"INV_UOM\": {\n            \"description\": \"Unit of Measure\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CLASS\": {\n            \"description\": \"Inventory Class\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"TEXT\"\n        },\n        \"CATEGORY\": {\n            \"description\": \"Category\",\n            \"type\": \"VARCHAR\"\n        },\n        \"MFG_NAME\": {\n            \"description\": \"Mfg Name\",\n            \"type\": null\n        },\n        \"MFG_PARTNO\": {\n            \"description\": \"Mfg Partno\",\n            \"type\": null\n        },\n        \"COST\": {\n            \"description\": \"Cost - [COST.OUTPUT4]\",\n            \"type\": \"FLOAT\"\n        },\n        \"AVG_COST\": {\n            \"description\": \"Average Cost - [COST.OUTPUT4]\",\n            \"type\": \"FLOAT\"\n        },\n        \"QTY_ON_ORDER\": {\n            \"description\": \"Qty on Order - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        }\n    },\n    \"required\": [\n        \"PART_NO\",\n        \"TYPE\",\n        \"INV_UOM\",\n        \"CLASS\"\n    ]\n}"}],"_postman_id":"4014bb59-cbed-4c3f-a710-a0dd6f574eb7"},{"name":"Get Criteria","id":"4d54387e-ed59-43e2-9805-58fd71658fba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/@CRITERIA","description":"<p>Get the list of fields that are searchable for Inventory Header searches</p>\n<p><strong>Incremental API data retrievals:</strong> <code>version 1.06</code></p>\n<p>Added criteria for better selecting data changed or created as following:</p>\n<ul>\n<li><p>LAST_MODIFIED_DATE: data changed or created since this date</p>\n</li>\n<li><p>LAST_MODIFIED_TIME: for more accurate selection you can add the time of the day in combination with date.</p>\n</li>\n<li><p>LAST_MODIFIED_USER: data changed or created by this user.</p>\n</li>\n</ul>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVHeader","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"bccc828f-7f48-4470-9b47-6bd4ed583b6f","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 17 Dec 2025 15:48:35 GMT"},{"key":"Content-Length","value":"395"},{"key":"Set-Cookie","value":"NSC_ESNS=00398e68-d0d2-1942-9678-00155da52b16_0393301827_2818536738_00000000000002772198; Path=/; Expires=Wed, 17-Dec-2025 15:48:50 GMT"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"INVENTORY_HEADER_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"CATEGORY\": \"Category\",\n    \"CLASS\": \"Inventory Class\",\n    \"MFG_NAME\": \"Mfg Name\",\n    \"LIMIT\": \"Limit\",\n    \"CURSOR\": \"Cursor\",\n    \"LAST_MODIFIED_DATE\": \"Last Modified Date\",\n    \"LAST_MODIFIED_TIME\": \"Last Modified Time\",\n    \"LAST_MODIFIED_USER\": \"Last Modified User\"\n}"}],"_postman_id":"4d54387e-ed59-43e2-9805-58fd71658fba"},{"name":"Get INV Header","id":"4c64c482-c1ef-438f-b477-aa6e952a4906","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader?CLASS=BOLT","description":"<p>An example of getting Inventory Header using search criteria.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVHeader"],"host":["https://api.megamation.com"],"query":[{"key":"CLASS","value":"BOLT"}],"variable":[]}},"response":[{"id":"bd0bcc20-a9bc-4832-afdf-e71ab17cc31a","name":"Get INV Header","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader?CLASS=BOLT","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","INVHeader"],"query":[{"key":"CLASS","value":"BOLT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 15:00:06 GMT"},{"key":"Content-Length","value":"8431"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Inv Header\": [\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00002\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00002\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT000020\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT000020\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00003\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00003\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00030\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00030\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00031\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00031\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"BX100\",\n                \"part_no\": \"BOLT00032\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00032\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00033\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00033\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00034\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00034\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00035\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00035\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00036\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00036\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00037\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00037\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00038\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00038\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00039\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00039\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00040\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00040\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00041\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00041\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00042\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00042\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00043\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00043\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00044\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00044\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00046\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00046\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00047\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00047\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00048\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00048\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00049\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00049\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00050\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00050\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00051\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00051\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00052\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00052\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00053\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00053\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00054\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00054\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00055\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00055\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00056\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00056\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00057\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00057\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00058\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00058\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00059\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00059\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00060\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00060\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00061\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00061\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00062\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00062\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00063\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00063\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00064\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00064\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00065\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00065\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00066\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00066\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00067\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00067\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00068\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00068\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00069\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00069\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00074\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00074\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00075\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00075\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00076\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00076\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00077\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00077\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00078\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00078\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00079\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00079\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00106\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00106\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00109\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00109\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00120\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00120\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT00121\",\n                \"type\": \"ST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00121\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"EA\",\n                \"part_no\": \"BOLT98\",\n                \"type\": \"F\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT98\"\n                    }\n                }\n            },\n            {\n                \"class\": \"BOLT\",\n                \"inv_uom\": \"BOLT\",\n                \"part_no\": \"BOLT99\",\n                \"type\": \"F\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT99\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader?CLASS=BOLT\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"4c64c482-c1ef-438f-b477-aa6e952a4906"},{"name":"Get a specific INV Header's details","id":"fb4c70b9-5e51-4d77-b74f-0f2e20932d0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/BOLT00002","description":"<p>Get details of a specific Inventory Header record.  This typically includes more information than the Inventory Header list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVHeader","BOLT00002"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"a147d337-03c7-49b3-a427-8dce26a77936","name":"Get a specific INV Header's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/BOLT00002"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 19:40:05 GMT"},{"key":"Content-Length","value":"300"}],"cookie":[],"responseTime":null,"body":"{\n    \"avg_cost\": \"173.8000\",\n    \"category\": \"\",\n    \"class\": \"BOLT\",\n    \"cost\": \"173.8000\",\n    \"inv_uom\": \"EA\",\n    \"part_no\": \"BOLT00002\",\n    \"qty_on_order\": \".00\",\n    \"type\": \"ST\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT00002\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/INVHeader\"\n        }\n    }\n}"}],"_postman_id":"fb4c70b9-5e51-4d77-b74f-0f2e20932d0c"},{"name":"Create INV Header","id":"e2cbbc10-e658-4ba1-a024-fdaf24bd9f9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"avg_cost\": \"173.8000\",\r\n    \"category\": \"A\",\r\n    \"class\": \"BOLT\",\r\n    \"cost\": \"173.8000\",\r\n    \"inv_uom\": \"EA\",\r\n    \"part_no\": \"BOLT000020\",\r\n    \"qty_on_order\": \".00\",\r\n    \"type\": \"ST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader","description":"<p>Create one or more Inventory Header</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVHeader"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"6ca729e0-5b6a-4465-87cc-65ea22df588d","name":"Create INV Header","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"avg_cost\": \"173.8000\",\r\n    \"category\": \"A\",\r\n    \"class\": \"BOLT\",\r\n    \"cost\": \"173.8000\",\r\n    \"inv_uom\": \"EA\",\r\n    \"part_no\": \"BOLT000020\",\r\n    \"qty_on_order\": \".00\",\r\n    \"type\": \"ST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 19 Nov 2020 18:05:43 GMT"},{"key":"Content-Length","value":"27"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"BOLT000020\"\n    ]\n}"}],"_postman_id":"e2cbbc10-e658-4ba1-a024-fdaf24bd9f9c"},{"name":"Create INV Header with specific ID","id":"20cf441b-72aa-45e5-bc60-37fcd417895a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"avg_cost\": \"173.8000\",\r\n    \"category\": \"A\",\r\n    \"class\": \"BOLT\",\r\n    \"cost\": \"173.8000\",\r\n    \"inv_uom\": \"EA\",\r\n    \"qty_on_order\": \".00\",\r\n    \"type\": \"ST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/BOLT000021","description":"<p>Create one Inventory Header with specific ID</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVHeader","BOLT000021"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ec536cf1-96c4-43a6-95b5-a0c3bb895b84","name":"Create INV Header with specific ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"avg_cost\": \"173.8000\",\r\n    \"category\": \"A\",\r\n    \"class\": \"BOLT\",\r\n    \"cost\": \"173.8000\",\r\n    \"inv_uom\": \"EA\",\r\n    \"qty_on_order\": \".00\",\r\n    \"type\": \"ST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/BOLT000021"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 19 Nov 2020 18:20:40 GMT"},{"key":"Content-Length","value":"27"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"BOLT000021\"\n    ]\n}"}],"_postman_id":"20cf441b-72aa-45e5-bc60-37fcd417895a"},{"name":"Edit INV Header","id":"21777b84-8c5e-4eea-85c6-aa6387049fd4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Description Update Using API.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/BOLT000021","description":"<p>Make updates to a Inventory Header.  Only necessary to pass fields wanted to be updated and can only be done to existing Inventory Header.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVHeader","BOLT000021"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"41690d4a-70f0-4d58-b9e4-2cf6c5ed658c","name":"Edit INV Header","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Description Update Using API.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/BOLT000021"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 19 Nov 2020 18:24:21 GMT"},{"key":"Content-Length","value":"27"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"BOLT000021\"\n    ]\n}"}],"_postman_id":"21777b84-8c5e-4eea-85c6-aa6387049fd4"},{"name":"Delete an exisiting INV Header","id":"cbf4c58a-97e7-4347-9f55-c35739a9ea4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/BOLT000021","description":"<p>allows the deletion of an existing Inventory Header</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVHeader","BOLT000021"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"96847d59-515c-4ac4-9cde-ac8eed6b0dee","name":"Delete an exisiting INV Header","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader/BOLT000021"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 19 Nov 2020 19:48:12 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/INVHeader/BOLT000021\"\n}"}],"_postman_id":"cbf4c58a-97e7-4347-9f55-c35739a9ea4a"}],"id":"8dbd798e-ba69-4c3a-ab2f-037adc801c5d","description":"<p>You can retrieve a list of Inventory or the details of a single Inventory from the <code>INVENTORY_HEADER_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new Inventory records or update existing Inventory information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/InvHeader/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/InvHeader/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/InvHeader?CLASS=BOLT</code> where the data returned will only include values where the class is 'BOLT'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/InvHeader/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>CLASS=[]BO</strong> to select results where the CLASS contains BO.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"987246e6-386c-4b4e-a53d-1e628821b667","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"14a964e5-85ca-4211-90d6-4710ca60bde0","type":"text/javascript","exec":[""]}}],"_postman_id":"8dbd798e-ba69-4c3a-ab2f-037adc801c5d"},{"name":"Issue","item":[{"name":"Get Labels","id":"78df11cf-4199-4157-bb1b-da5d03cae0d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","issue","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"cc7abc45-7ea1-4f84-92ca-1a0d9d41c8cb","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 12:30:44 GMT"},{"key":"Content-Length","value":"291"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"INVENTORY_ISSUE_MASTER\",\n    \"Usage\": \"To get, update, and create issues in the DirectLine System\",\n    \"ISSUE\": \"Issue#\",\n    \"ISSUE_DATE\": \"Date of Issue\",\n    \"W_O_NUMBER\": \"Work Order\",\n    \"EQUIPMENT\": \"Equipment #\",\n    \"PART_NO\": \"Part #\",\n    \"WHSE\": \"Whs\",\n    \"DESCRIPTION_BLUE\": \"Description\",\n    \"ISS_QTY\": \"Issue Qty\"\n}"}],"_postman_id":"78df11cf-4199-4157-bb1b-da5d03cae0d7"},{"name":"Get Schema","id":"453ea7e8-f3b2-4fc1-8a59-d31b409c6a0c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","issue","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"8ac12655-2ffd-45ff-b83f-4681c9c8a125","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 12:31:22 GMT"},{"key":"Content-Length","value":"780"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/issue/@SCHEMA\",\n    \"title\": \"ISSUE_API\",\n    \"description\": \"INVENTORY_ISSUE_MASTER table containing material issue information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"ISSUE\": {\n            \"description\": \"Issue#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ISSUE_DATE\": {\n            \"description\": \"Date of Issue - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"W_O_NUMBER\": {\n            \"description\": \"Work Order\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EQUIPMENT\": {\n            \"description\": \"Equipment #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PART_NO\": {\n            \"description\": \"Part #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"WHSE\": {\n            \"description\": \"Whs\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION_BLUE\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ISS_QTY\": {\n            \"description\": \"Issue Qty - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        }\n    },\n    \"required\": [\n        \"ISSUE\",\n        \"ISSUE_DATE\"\n    ]\n}"}],"_postman_id":"453ea7e8-f3b2-4fc1-8a59-d31b409c6a0c"},{"name":"Get Criteria","id":"8d19c329-14f6-4ace-be4b-32b8ea29d8d5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/@CRITERIA","description":"<p>Get the list of fields that are searchable for issue searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","issue","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"235913fb-d102-483f-90c8-9caa4d39d317","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 17:34:45 GMT"},{"key":"Content-Length","value":"472"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"INVENTORY_ISSUE_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"W_O_NUMBER\": \"Work Order\",\n    \"ISSUE_DATE\": \"Date of Issue\",\n    \"EQUIPMENT\": \"Equipment #\",\n    \"PART_NO\": \"Part #\",\n    \"WHSE\": \"Whs\",\n    \"LIMIT\": \"The maximum number of records returned per request. The default for this field is 1000.\",\n    \"CURSOR\": \"Pass the cursor as a parameter to obtain additional record requests else is empty.\"\n}"}],"_postman_id":"8d19c329-14f6-4ace-be4b-32b8ea29d8d5"},{"name":"Get Issues","id":"5094c40f-4b8e-4f9e-abc7-758328439d3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue?EQUIPMENT=P1","description":"<p>An example of getting inventory issue information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","issue"],"host":["https://api.megamation.com"],"query":[{"key":"EQUIPMENT","value":"P1"}],"variable":[]}},"response":[{"id":"9abd91e8-8783-4645-a86b-44c2cf24e1bb","name":"Get Issues","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue?EQUIPMENT=P1","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","issue"],"query":[{"key":"EQUIPMENT","value":"P1"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 14:59:11 GMT"},{"key":"Content-Length","value":"81082"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Issue\": [\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100258\",\n                \"issue_date\": \"2005-10-04\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"17562\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"20277 BEARING-NICE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"2.00\",\n                        \"part_no\": \"BEAR00352\",\n                        \"req_qty\": \"2\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100258\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100268\",\n                \"issue_date\": \"2005-11-09\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"17708\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"55502 BEARING (VERTICAL SEAL DRIVE ARM)-FAG/SKF\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00277\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100268\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100274\",\n                \"issue_date\": \"2005-11-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"17795\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"20277 BEARING-NICE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00352\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100274\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100276\",\n                \"issue_date\": \"2005-11-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"17805\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WAR CONTROLLER 1G1D0 125V PRIM 250V SEC\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"CONTROL003\",\n                        \"req_qty\": \"\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100276\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100278\",\n                \"issue_date\": \"2005-11-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"17807\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ENPP205-16S BEARING-STRETCH WRAPPER.\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00491\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100278\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100279\",\n                \"issue_date\": \"2005-12-06\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"1/4 X 1/2\\\" SS HEX BOLT\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BOLT00031\",\n                        \"req_qty\": \"\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100279\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100288\",\n                \"issue_date\": \"2006-01-05\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"17877\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"7/8\\\" BEARING INSERT\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00438\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100288\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100291\",\n                \"issue_date\": \"2006-01-16\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"17894\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LJT 5/8-2RS BEARING-RHP\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"2.00\",\n                        \"part_no\": \"BEAR00339\",\n                        \"req_qty\": \"2\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100291\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100308\",\n                \"issue_date\": \"2006-04-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18043\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"20277 BEARING-NICE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"2.00\",\n                        \"part_no\": \"BEAR00352\",\n                        \"req_qty\": \"2\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100308\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100311\",\n                \"issue_date\": \"2006-05-02\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18054\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"3209-2RS BEARING-SKF\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"2.00\",\n                        \"part_no\": \"BEAR00264\",\n                        \"req_qty\": \"2\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100311\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100312\",\n                \"issue_date\": \"2006-05-08\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18063\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"1/2\\\"ID X 5/8\\\"OD X 1 1/4\\\"LONG OIL IMPREGNATED BUSHING-HARTNESS (BUY LOCAL,1 1/4\\\" O\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"2.00\",\n                        \"part_no\": \"HART00109\",\n                        \"req_qty\": \"2\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100312\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100319\",\n                \"issue_date\": \"2006-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18097\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"1 1/8\\\" BEARING INSERT\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00442\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100319\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100321\",\n                \"issue_date\": \"2006-06-05\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18132\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"6205-1-2RS BEARING (FITS TABLE TOP SPROCKETS)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"2.00\",\n                        \"part_no\": \"BEAR00232\",\n                        \"req_qty\": \"2\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100321\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100322\",\n                \"issue_date\": \"2006-06-05\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18132\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"OIL\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"NI\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100322\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100325\",\n                \"issue_date\": \"2006-06-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PP 205 NSK HOUSING-STRETCH WRAPPER\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"WRAP00007\",\n                        \"req_qty\": \"\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100325\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100331\",\n                \"issue_date\": \"2006-07-12\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18201\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"1 1/2\\\" 2 HOLE FLANGE BEARING\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"2.00\",\n                        \"part_no\": \"BEAR00110\",\n                        \"req_qty\": \"2\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100331\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100332\",\n                \"issue_date\": \"2006-07-12\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18201\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"WIDGET\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"NI\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100332\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100340\",\n                \"issue_date\": \"2006-08-07\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18220\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"20277 BEARING-NICE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"2.00\",\n                        \"part_no\": \"BEAR00352\",\n                        \"req_qty\": \"2\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100340\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100359\",\n                \"issue_date\": \"2006-12-14\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18461\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"1 7/8\\\" ER20 INSERT BEARING\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00317\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100359\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100360\",\n                \"issue_date\": \"2006-12-14\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18461\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"WIDGET \",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"NI\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100360\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100361\",\n                \"issue_date\": \"2006-12-14\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18462\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"1 3/4\\\" ER28 INSERT BEARING\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00154\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100361\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100362\",\n                \"issue_date\": \"2006-12-14\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18462\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"WIDGET\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"NI\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100362\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100363\",\n                \"issue_date\": \"2006-12-31\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"16290\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"RF-16PP BEARING-INA ANDREWS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"2.00\",\n                        \"part_no\": \"BEAR00393\",\n                        \"req_qty\": \"\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100363\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100367\",\n                \"issue_date\": \"2007-01-07\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18490\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"5204K BEARING-FAFNIR\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00316\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100367\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100368\",\n                \"issue_date\": \"2007-01-07\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18490\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"Service\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"SERVICE\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"NI\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100368\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100369\",\n                \"issue_date\": \"2007-01-09\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18498\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"6205-1-2RS BEARING (FITS TABLE TOP SPROCKETS)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00232\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100369\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100370\",\n                \"issue_date\": \"2007-01-09\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18498\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"Bearing\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEARING\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"NI\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100370\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100371\",\n                \"issue_date\": \"2007-01-11\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18517\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"11050 CR SEAL (1.125 X 1.375 X .125)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"SEAL00063\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100371\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100372\",\n                \"issue_date\": \"2007-01-11\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18517\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"SERVICE\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"NI\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100372\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100381\",\n                \"issue_date\": \"2007-01-31\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18550\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"3/4\\\" ER12 INSERT BEARING\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"2.00\",\n                        \"part_no\": \"BEAR00051\",\n                        \"req_qty\": \"2\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100381\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100386\",\n                \"issue_date\": \"2007-03-15\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18617\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"9307 CR SEAL (.938 X 1.624 X .250)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"SEAL00044\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100386\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100387\",\n                \"issue_date\": \"2007-03-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18771\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"SPARE NUMBER\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00388\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100387\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100390\",\n                \"issue_date\": \"2007-04-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18908\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ENPP205-16S BEARING-STRETCH WRAPPER.\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"BEAR00491\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100390\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100397\",\n                \"issue_date\": \"2007-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19015\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"3/4\\\" ER12 INSERT BEARING\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"3.00\",\n                        \"part_no\": \"BEAR00051\",\n                        \"req_qty\": \"3\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100397\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100398\",\n                \"issue_date\": \"2008-07-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"18333\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"4 POLE RELAY (4NO) 24VDC W/DIODE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"1001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100398\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100470\",\n                \"issue_date\": \"2014-05-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19559\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100470\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100471\",\n                \"issue_date\": \"2014-05-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19559\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100471\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100472\",\n                \"issue_date\": \"2014-05-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19559\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100472\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100473\",\n                \"issue_date\": \"2014-05-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19559\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100473\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100474\",\n                \"issue_date\": \"2014-05-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19561\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100474\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100475\",\n                \"issue_date\": \"2014-05-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19561\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100475\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100476\",\n                \"issue_date\": \"2014-05-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19561\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100476\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100477\",\n                \"issue_date\": \"2014-05-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19561\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100477\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100493\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19325\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100493\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100494\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19325\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100494\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100495\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19325\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100495\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100496\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19325\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100496\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100509\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19347\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100509\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100510\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19347\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100510\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100511\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19347\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100511\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100512\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19347\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100512\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100525\",\n                \"issue_date\": \"2014-06-12\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19371\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100525\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100526\",\n                \"issue_date\": \"2014-06-12\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19371\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100526\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100527\",\n                \"issue_date\": \"2014-06-12\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19371\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100527\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100528\",\n                \"issue_date\": \"2014-06-12\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19371\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100528\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100529\",\n                \"issue_date\": \"2014-06-16\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19385\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100529\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100530\",\n                \"issue_date\": \"2014-06-16\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19385\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100530\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100531\",\n                \"issue_date\": \"2014-06-16\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19385\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100531\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100532\",\n                \"issue_date\": \"2014-06-16\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19385\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100532\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100548\",\n                \"issue_date\": \"2014-05-26\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19410\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100548\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100549\",\n                \"issue_date\": \"2014-05-26\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19410\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100549\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100550\",\n                \"issue_date\": \"2014-05-26\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19410\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100550\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100551\",\n                \"issue_date\": \"2014-05-26\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19410\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100551\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100552\",\n                \"issue_date\": \"2014-05-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19427\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100552\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100553\",\n                \"issue_date\": \"2014-05-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19427\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100553\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100554\",\n                \"issue_date\": \"2014-05-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19427\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100554\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100555\",\n                \"issue_date\": \"2014-05-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19427\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100555\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100556\",\n                \"issue_date\": \"2014-06-08\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19428\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100556\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100557\",\n                \"issue_date\": \"2014-06-08\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19428\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100557\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100558\",\n                \"issue_date\": \"2014-06-08\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19428\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100558\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100559\",\n                \"issue_date\": \"2014-06-08\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19428\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100559\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100560\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19268\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100560\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100561\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19268\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100561\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100562\",\n                \"issue_date\": \"2014-05-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19268\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100562\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100567\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19450\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100567\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100568\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19450\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100568\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100569\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19450\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100569\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100570\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19450\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100570\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100571\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19467\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100571\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100572\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19467\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100572\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100573\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19467\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100573\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100574\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19467\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100574\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100575\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19563\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100575\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100576\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19563\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100576\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100577\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19563\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100577\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100578\",\n                \"issue_date\": \"2014-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19563\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100578\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100645\",\n                \"issue_date\": \"2017-10-31\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19722\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100645\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100646\",\n                \"issue_date\": \"2017-10-31\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19722\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100646\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100647\",\n                \"issue_date\": \"2017-10-31\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19722\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100647\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100648\",\n                \"issue_date\": \"2017-11-27\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19722\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100648\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100649\",\n                \"issue_date\": \"2017-11-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19722\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100649\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100650\",\n                \"issue_date\": \"2017-11-29\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"19722\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100650\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100659\",\n                \"issue_date\": \"1967-12-31\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20428\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"Widget\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"Widget\",\n                        \"req_qty\": \"1.00\",\n                        \"whse\": \"NI\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100659\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100677\",\n                \"issue_date\": \"2018-01-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20661\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100677\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100678\",\n                \"issue_date\": \"2018-01-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20661\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100678\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100679\",\n                \"issue_date\": \"2018-01-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20661\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100679\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100680\",\n                \"issue_date\": \"2018-01-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20661\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100680\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100697\",\n                \"issue_date\": \"2018-02-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20666\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100697\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100698\",\n                \"issue_date\": \"2018-02-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20666\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100698\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100699\",\n                \"issue_date\": \"2018-02-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20666\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100699\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100700\",\n                \"issue_date\": \"2018-02-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20666\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100700\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100717\",\n                \"issue_date\": \"2018-03-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20672\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100717\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100718\",\n                \"issue_date\": \"2018-03-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20672\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100718\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100719\",\n                \"issue_date\": \"2018-03-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20672\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100719\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100720\",\n                \"issue_date\": \"2018-03-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20672\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100720\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100737\",\n                \"issue_date\": \"2018-04-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20677\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100737\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100738\",\n                \"issue_date\": \"2018-04-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20677\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100738\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100739\",\n                \"issue_date\": \"2018-04-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20677\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100739\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100740\",\n                \"issue_date\": \"2018-04-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20677\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100740\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100757\",\n                \"issue_date\": \"2018-05-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20682\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100757\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100758\",\n                \"issue_date\": \"2018-05-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20682\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100758\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100759\",\n                \"issue_date\": \"2018-05-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20682\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100759\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100760\",\n                \"issue_date\": \"2018-05-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20682\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100760\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100789\",\n                \"issue_date\": \"2018-06-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20687\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100789\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100790\",\n                \"issue_date\": \"2018-06-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20687\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100790\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100791\",\n                \"issue_date\": \"2018-06-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20687\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100791\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100792\",\n                \"issue_date\": \"2018-06-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20687\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100792\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100805\",\n                \"issue_date\": \"2018-07-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20692\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100805\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100806\",\n                \"issue_date\": \"2018-07-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20692\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100806\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100807\",\n                \"issue_date\": \"2018-07-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20692\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100807\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100808\",\n                \"issue_date\": \"2018-07-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20692\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100808\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100825\",\n                \"issue_date\": \"2018-08-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20697\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100825\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100826\",\n                \"issue_date\": \"2018-08-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20697\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100826\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100827\",\n                \"issue_date\": \"2018-08-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20697\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100827\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100828\",\n                \"issue_date\": \"2018-08-28\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20697\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100828\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100845\",\n                \"issue_date\": \"2018-09-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20702\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100845\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100846\",\n                \"issue_date\": \"2018-09-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20702\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100846\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100847\",\n                \"issue_date\": \"2018-09-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20702\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100847\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100848\",\n                \"issue_date\": \"2018-09-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20702\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100848\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100865\",\n                \"issue_date\": \"2018-10-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20707\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100865\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100866\",\n                \"issue_date\": \"2018-10-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20707\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100866\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100867\",\n                \"issue_date\": \"2018-10-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20707\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100867\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100868\",\n                \"issue_date\": \"2018-10-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20707\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100868\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100885\",\n                \"issue_date\": \"2018-11-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20712\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100885\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100886\",\n                \"issue_date\": \"2018-11-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20712\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100886\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100887\",\n                \"issue_date\": \"2018-11-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20712\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100887\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100888\",\n                \"issue_date\": \"2018-11-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20712\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100888\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100905\",\n                \"issue_date\": \"2018-12-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20718\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100905\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100906\",\n                \"issue_date\": \"2018-12-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20718\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100906\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100907\",\n                \"issue_date\": \"2018-12-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20718\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100907\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100908\",\n                \"issue_date\": \"2018-12-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20718\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100908\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100925\",\n                \"issue_date\": \"2019-01-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20717\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100925\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100926\",\n                \"issue_date\": \"2019-01-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20717\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100926\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100927\",\n                \"issue_date\": \"2019-01-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20717\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100927\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100928\",\n                \"issue_date\": \"2019-01-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20717\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100928\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100945\",\n                \"issue_date\": \"2019-02-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20727\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100945\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100946\",\n                \"issue_date\": \"2019-02-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20727\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100946\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100947\",\n                \"issue_date\": \"2019-02-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20727\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100947\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100948\",\n                \"issue_date\": \"2019-02-20\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20727\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100948\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100965\",\n                \"issue_date\": \"2019-03-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20732\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100965\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100966\",\n                \"issue_date\": \"2019-03-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20732\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100966\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100967\",\n                \"issue_date\": \"2019-03-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20732\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100967\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100968\",\n                \"issue_date\": \"2019-03-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20732\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100968\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100985\",\n                \"issue_date\": \"2019-04-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20737\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100985\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100986\",\n                \"issue_date\": \"2019-04-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20737\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100986\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100987\",\n                \"issue_date\": \"2019-04-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20737\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100987\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"100988\",\n                \"issue_date\": \"2019-04-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20737\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100988\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101005\",\n                \"issue_date\": \"2019-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20742\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101005\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101006\",\n                \"issue_date\": \"2019-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20742\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101006\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101007\",\n                \"issue_date\": \"2019-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20742\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101007\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101008\",\n                \"issue_date\": \"2019-05-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20742\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101008\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101025\",\n                \"issue_date\": \"2019-06-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20747\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101025\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101026\",\n                \"issue_date\": \"2019-06-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20747\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101026\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101027\",\n                \"issue_date\": \"2019-06-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20747\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101027\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101028\",\n                \"issue_date\": \"2019-06-21\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20747\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101028\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101045\",\n                \"issue_date\": \"2019-07-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20752\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101045\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101046\",\n                \"issue_date\": \"2019-07-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20752\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101046\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101047\",\n                \"issue_date\": \"2019-07-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20752\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101047\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101048\",\n                \"issue_date\": \"2019-07-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20752\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101048\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101088\",\n                \"issue_date\": \"2018-01-31\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20854\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101088\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101089\",\n                \"issue_date\": \"2018-01-31\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20854\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101089\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101090\",\n                \"issue_date\": \"2018-01-31\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20854\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"BELT DRESSING-JAX OR EQUAL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101090\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101103\",\n                \"issue_date\": \"2019-02-01\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20860\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101103\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101104\",\n                \"issue_date\": \"2019-02-01\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20860\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101104\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101105\",\n                \"issue_date\": \"2019-02-01\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20860\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"BELT DRESSING-JAX OR EQUAL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101105\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101119\",\n                \"issue_date\": \"2018-01-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20865\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101119\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101120\",\n                \"issue_date\": \"2018-01-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20865\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101120\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101121\",\n                \"issue_date\": \"2018-01-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20865\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101121\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101131\",\n                \"issue_date\": \"2018-04-14\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20871\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101131\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101132\",\n                \"issue_date\": \"2018-04-14\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20871\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101132\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101133\",\n                \"issue_date\": \"2018-04-14\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20871\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101133\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101146\",\n                \"issue_date\": \"2018-07-06\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20876\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101146\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101147\",\n                \"issue_date\": \"2018-07-06\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20876\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101147\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101148\",\n                \"issue_date\": \"2018-07-06\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20876\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101148\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101161\",\n                \"issue_date\": \"2018-09-29\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20881\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101161\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101162\",\n                \"issue_date\": \"2018-09-29\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20881\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101162\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101163\",\n                \"issue_date\": \"2018-09-29\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20881\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101163\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101176\",\n                \"issue_date\": \"2018-12-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20886\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101176\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101177\",\n                \"issue_date\": \"2018-12-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20886\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101177\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101178\",\n                \"issue_date\": \"2018-12-19\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20886\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101178\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101191\",\n                \"issue_date\": \"2019-03-16\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20891\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101191\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101192\",\n                \"issue_date\": \"2019-03-16\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20891\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101192\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101193\",\n                \"issue_date\": \"2019-03-16\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20891\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101193\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101206\",\n                \"issue_date\": \"2019-06-07\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20896\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101206\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101207\",\n                \"issue_date\": \"2019-06-07\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20896\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101207\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101208\",\n                \"issue_date\": \"2019-06-07\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20896\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101208\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101273\",\n                \"issue_date\": \"2019-08-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21119\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101273\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101274\",\n                \"issue_date\": \"2019-08-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21119\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101274\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101275\",\n                \"issue_date\": \"2019-08-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21119\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101275\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101276\",\n                \"issue_date\": \"2019-08-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21119\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101276\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101282\",\n                \"issue_date\": \"2019-08-30\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21124\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101282\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101283\",\n                \"issue_date\": \"2019-08-30\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21124\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101283\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101284\",\n                \"issue_date\": \"2019-08-30\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21124\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101284\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101304\",\n                \"issue_date\": \"2019-09-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21138\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101304\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101305\",\n                \"issue_date\": \"2019-09-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21138\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101305\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101306\",\n                \"issue_date\": \"2019-09-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21138\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101306\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101307\",\n                \"issue_date\": \"2019-09-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21138\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101307\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101394\",\n                \"issue_date\": \"2019-08-14\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20606\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101394\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101395\",\n                \"issue_date\": \"2019-08-15\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20606\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101395\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101396\",\n                \"issue_date\": \"2019-08-16\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20606\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"BELT DRESSING-JAX OR EQUAL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"LUBE00003\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101396\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101401\",\n                \"issue_date\": \"2019-08-14\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20633\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101401\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101402\",\n                \"issue_date\": \"2019-08-15\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20633\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101402\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101403\",\n                \"issue_date\": \"2019-08-16\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20633\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"BELT DRESSING-JAX OR EQUAL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"LUBE00003\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101403\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101458\",\n                \"issue_date\": \"2019-07-05\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20552\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101458\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101459\",\n                \"issue_date\": \"2019-07-05\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20552\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101459\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101460\",\n                \"issue_date\": \"2019-07-05\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20552\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101460\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101461\",\n                \"issue_date\": \"2019-07-06\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20552\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"MAGNA PLATE 44-2 HIGH TEMP FOOD GREASE (REPLACES DUBOIS FGGHXT FOOD GREASE)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"LUBE00006\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101461\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101462\",\n                \"issue_date\": \"2019-07-07\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20552\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101462\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101463\",\n                \"issue_date\": \"2019-07-08\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20552\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101463\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101486\",\n                \"issue_date\": \"2019-11-12\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20553\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101486\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101487\",\n                \"issue_date\": \"2019-11-13\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20553\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101487\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101488\",\n                \"issue_date\": \"2019-11-14\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20553\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101488\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101538\",\n                \"issue_date\": \"2019-10-29\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21162\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101538\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101539\",\n                \"issue_date\": \"2019-10-29\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21162\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101539\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101540\",\n                \"issue_date\": \"2019-10-29\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21162\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101540\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101579\",\n                \"issue_date\": \"2019-11-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21202\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101579\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101580\",\n                \"issue_date\": \"2019-11-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21202\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101580\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101581\",\n                \"issue_date\": \"2019-11-23\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21202\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101581\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101582\",\n                \"issue_date\": \"2019-11-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21205\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"PLC FUSE 3AB 10A 322-FOR PROGRAMMABLE CONTROLLERS\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FUSE00080\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101582\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101583\",\n                \"issue_date\": \"2019-11-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21205\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00003\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101583\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101584\",\n                \"issue_date\": \"2019-11-22\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21205\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"FILT00004\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101584\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101618\",\n                \"issue_date\": \"2019-12-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21243\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101618\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101619\",\n                \"issue_date\": \"2019-12-24\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21243\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101619\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101699\",\n                \"issue_date\": \"2020-02-04\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"20428\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"Widget\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"-1.00\",\n                        \"part_no\": \"WIDGET\",\n                        \"req_qty\": \"-1\",\n                        \"whse\": \"NI\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101699\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101706\",\n                \"issue_date\": \"2020-01-27\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21284\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00001\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101706\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101707\",\n                \"issue_date\": \"2020-01-27\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21284\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00011\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101707\"\n                    }\n                }\n            },\n            {\n                \"approved_by\": \"\",\n                \"issue\": \"101708\",\n                \"issue_date\": \"2020-01-27\",\n                \"issued_to\": \"\",\n                \"w_o_number\": \"21284\",\n                \"part details\": [\n                    {\n                        \"description_blue\": \"LOCTITE ANTI-SEIZE\",\n                        \"equipment\": \"P1\",\n                        \"iss_qty\": \"1.00\",\n                        \"part_no\": \"LUBE00018\",\n                        \"req_qty\": \"1\",\n                        \"whse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/issue/101708\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/issue?EQUIPMENT=P1\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"5094c40f-4b8e-4f9e-abc7-758328439d3e"},{"name":"Get a specific inventory issue's details","id":"a24ac05b-2d1b-4b6c-92d6-99b4d37fb47a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/100258","description":"<p>Get details of a specific inventory issue record.  This typically includes more information than the issue list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","issue","100258"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"697993b4-645f-43f3-b5a0-24e757736136","name":"Get a specific inventory issue's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/100258"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 12:38:59 GMT"},{"key":"Content-Length","value":"341"}],"cookie":[],"responseTime":null,"body":"{\n    \"issue\": \"100258\",\n    \"issue_date\": \"2005-10-04\",\n    \"w_o_number\": \"17562\",\n    \"part details\": [\n        {\n            \"description_blue\": \"20277 BEARING-NICE\",\n            \"equipment\": \"P1\",\n            \"iss_qty\": \"2.00\",\n            \"part_no\": \"BEAR00352\",\n            \"whse\": \"MT\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/issue/100258\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/issue\"\n        }\n    }\n}"}],"_postman_id":"a24ac05b-2d1b-4b6c-92d6-99b4d37fb47a"},{"name":"Create inventory issue","id":"dac3b8da-0697-41c7-83f8-db3beb701dac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"issue_date\": \"2020-10-01\",\r\n    \"w_o_number\": \"21316\",\r\n    \"part details\": [\r\n        {\r\n            \"description_blue\": \"107422 LOCKNUT-LIGHTNIN MIXER\",\r\n            \"equipment\": \"BL-CORE-AC-01\",\r\n            \"iss_qty\": \"1.00\",\r\n            \"part_no\": \"LITN00001\",\r\n            \"whse\": \"MT\"\r\n        },\r\n        {\r\n            \"description_blue\": \"3/8\\\" 18-8 STAINLESS STEEL THREADED ROD\",\r\n            \"equipment\": \"BL-CORE-AC-01\",\r\n            \"iss_qty\": \"2.00\",\r\n            \"part_no\": \"RODD00013\",\r\n            \"whse\": \"MT\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue","description":"<p>Create one or more inventory issue</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","issue"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"745fe463-8e59-4256-8958-43ba46e21ac6","name":"Create inventory issue","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"issue_date\": \"2020-10-01\",\r\n    \"w_o_number\": \"21316\",\r\n    \"part details\": [\r\n        {\r\n            \"description_blue\": \"107422 LOCKNUT-LIGHTNIN MIXER\",\r\n            \"equipment\": \"BL-CORE-AC-01\",\r\n            \"iss_qty\": \"1.00\",\r\n            \"part_no\": \"LITN00001\",\r\n            \"whse\": \"MT\"\r\n        },\r\n        {\r\n            \"description_blue\": \"3/8\\\" 18-8 STAINLESS STEEL THREADED ROD\",\r\n            \"equipment\": \"BL-CORE-AC-01\",\r\n            \"iss_qty\": \"2.00\",\r\n            \"part_no\": \"RODD00013\",\r\n            \"whse\": \"MT\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 12:41:57 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"101721\"\n    ]\n}"}],"_postman_id":"dac3b8da-0697-41c7-83f8-db3beb701dac"},{"name":"Create a specific issue","id":"c0ae8710-a0f1-4b5c-af62-b1ae5c3935d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"issue_date\": \"2020-10-01\",\r\n    \"w_o_number\": \"21316\",\r\n    \"part details\": [\r\n        {\r\n            \"description_blue\": \"107422 LOCKNUT-LIGHTNIN MIXER\",\r\n            \"equipment\": \"BL-CORE-AC-01\",\r\n            \"iss_qty\": \"1.00\",\r\n            \"part_no\": \"LITN00001\",\r\n            \"whse\": \"MT\"\r\n        },\r\n        {\r\n            \"description_blue\": \"3/8\\\" 18-8 STAINLESS STEEL THREADED ROD\",\r\n            \"equipment\": \"BL-CORE-AC-01\",\r\n            \"iss_qty\": \"2.00\",\r\n            \"part_no\": \"RODD00013\",\r\n            \"whse\": \"MT\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/B10001","description":"<p>Create new issue using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","issue","B10001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"396d9b82-5303-4a36-b0a7-791570bedb93","name":"Create a specific issue","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"issue_date\": \"2020-10-01\",\r\n    \"w_o_number\": \"21316\",\r\n    \"part details\": [\r\n        {\r\n            \"description_blue\": \"107422 LOCKNUT-LIGHTNIN MIXER\",\r\n            \"equipment\": \"BL-CORE-AC-01\",\r\n            \"iss_qty\": \"1.00\",\r\n            \"part_no\": \"LITN00001\",\r\n            \"whse\": \"MT\"\r\n        },\r\n        {\r\n            \"description_blue\": \"3/8\\\" 18-8 STAINLESS STEEL THREADED ROD\",\r\n            \"equipment\": \"BL-CORE-AC-01\",\r\n            \"iss_qty\": \"2.00\",\r\n            \"part_no\": \"RODD00013\",\r\n            \"whse\": \"MT\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/B10001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 15:47:55 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"B10001\"\n    ]\n}"}],"_postman_id":"c0ae8710-a0f1-4b5c-af62-b1ae5c3935d3"},{"name":"Edit inventory issue","id":"e1bf7e39-4757-47fb-9313-aad4aa409ea4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"issue_date\": \"2020-09-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/101721","description":"<p>Make updates to an inventory issue.  Only necessary to pass fields wanted to be updated and can only be done to existing inventory issues.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","issue","101721"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"18eee8bd-3d81-4df4-b1d5-a609f82832a7","name":"Edit inventory issue","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"issue_date\": \"2020-09-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/101721"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 12:51:56 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"101721\"\n    ]\n}"}],"_postman_id":"e1bf7e39-4757-47fb-9313-aad4aa409ea4"},{"name":"Delete an existing inventory issue","id":"c28d3a13-f076-4b27-b6f0-34a3d665b898","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/101721","description":"<p>allows the deletion of an existing inventory issue</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","issue","101721"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3303b4ac-9af4-4b3a-8470-7bf9f72d7083","name":"Delete an existing inventory issue","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/101721"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 12:53:58 GMT"},{"key":"Content-Length","value":"137"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/issue/101721\"\n}"}],"_postman_id":"c28d3a13-f076-4b27-b6f0-34a3d665b898"}],"id":"c113a110-1ff9-48c7-87cb-f124f661f210","description":"<p>You can retrieve a list of inventory issues or the details of a inventory issue from the <code>INVENTORY_ISSUE_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new inventory issue records or update existing inventory issue information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue?EQUIPMENT=P1</code> where the data returned will only include values where the equipment inventory is issued to is 'P1'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/issue/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"fb6cb26d-1c9e-4d04-ae94-3c2d9c8a3f3e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a99e4c34-1b92-4140-a00c-ab60ad91f284","type":"text/javascript","exec":[""]}}],"_postman_id":"c113a110-1ff9-48c7-87cb-f124f661f210"},{"name":"Job Type","item":[{"name":"Get Labels","id":"43d84003-34d4-4718-b6e9-b36b168d4ba3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","jobtype","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c0c1b8f3-6e59-49d6-a6b6-b381cd77bca4","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 17:22:16 GMT"},{"key":"Content-Length","value":"177"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"JOB_TYPE_MASTER\",\n    \"Usage\": \"To get, update, and create Job Type records that will use the DirectLine System\",\n    \"JOB_TYPE\": \"Job/Repair Type\",\n    \"DESCRIPTION\": \"Description\"\n}"}],"_postman_id":"43d84003-34d4-4718-b6e9-b36b168d4ba3"},{"name":"Get Schema","id":"f4b3e269-150c-47f1-ad20-0a01187401b8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","jobtype","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3baa5ee9-034c-4d83-834c-e8a727b5c4c0","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 17:23:29 GMT"},{"key":"Content-Length","value":"402"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/jobtype/@SCHEMA\",\n    \"title\": \"JOBTYPE_API\",\n    \"description\": \"JOB_TYPE_MASTER table containing job type information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"JOB_TYPE\": {\n            \"description\": \"Job/Repair Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"JOB_TYPE\"\n    ]\n}"}],"_postman_id":"f4b3e269-150c-47f1-ad20-0a01187401b8"},{"name":"Get Criteria","id":"cbc2b518-d156-457f-9c52-4289ca274a76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/@CRITERIA","description":"<p>Get the list of fields that are searchable for job type searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","jobtype","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"a30efd2b-2705-460c-a135-798bc4631692","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 17:24:17 GMT"},{"key":"Content-Length","value":"160"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"JOB_TYPE_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\"\n}"}],"_postman_id":"cbc2b518-d156-457f-9c52-4289ca274a76"},{"name":"Get Job Types","id":"c63f8368-bdaf-4acd-8433-8216deb6bae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype","description":"<p>An example of getting job type information</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","jobtype"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"2c95d467-2823-43ed-8802-16d2e05bed97","name":"Get Job Types","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 17:25:48 GMT"},{"key":"Content-Length","value":"1465"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Job Type\": [\n            {\n                \"description\": \"Admin\",\n                \"job_type\": \"ADMIN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/ADMIN\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Carpentry\",\n                \"job_type\": \"CARP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/CARP\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Custodial\",\n                \"job_type\": \"CUST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/CUST\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Electrical\",\n                \"job_type\": \"ELEC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/ELEC\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Vehicle Maintenance\",\n                \"job_type\": \"FLEET\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/FLEET\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Heating, Ventilation, Air Conditioning\",\n                \"job_type\": \"HVAC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/HVAC\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Info Technology\",\n                \"job_type\": \"IT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/IT\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Maintenance\",\n                \"job_type\": \"MAINT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/MAINT\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Painting\",\n                \"job_type\": \"PAINT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/PAINT\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Plumbing\",\n                \"job_type\": \"PLUM\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/PLUM\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"c63f8368-bdaf-4acd-8433-8216deb6bae5"},{"name":"Get a specific Job Type's details","id":"3ce5c235-59eb-416b-b5ee-7c5ffc5960c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/ADMIN","description":"<p>Get details of a specific job type record.  This could include more information than the job type list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","jobtype","ADMIN"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"7aeccc9c-5440-4c05-a855-0b50932e7127","name":"Get a specific Job Type's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/ADMIN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 17:28:17 GMT"},{"key":"Content-Length","value":"194"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"Admin\",\n    \"job_type\": \"ADMIN\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype/ADMIN\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/jobtype\"\n        }\n    }\n}"}],"_postman_id":"3ce5c235-59eb-416b-b5ee-7c5ffc5960c6"},{"name":"Create Job Types","id":"7c8cc045-8d11-459b-8a19-fa004eac1ac1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"description\": \"Job Type 001\",\r\n    \"job_type\": \"JOB_TYPE_001\"\r\n},{\r\n    \"description\": \"A second job type description\",\r\n    \"job_type\": \"JOB_TYPE_002\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype","description":"<p>Create one or more job type</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","jobtype"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"a28eeecc-cef0-491e-8835-c612368f1b80","name":"Create Job Types","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"description\": \"Job Type 001\",\r\n    \"job_type\": \"JOB_TYPE_001\"\r\n},{\r\n    \"description\": \"A second job type description\",\r\n    \"job_type\": \"JOB_TYPE_002\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 17:38:44 GMT"},{"key":"Content-Length","value":"44"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"JOB_TYPE_001\",\n        \"JOB_TYPE_002\"\n    ]\n}"}],"_postman_id":"7c8cc045-8d11-459b-8a19-fa004eac1ac1"},{"name":"Create a specific Job Type","id":"b28fbebb-a03b-43ed-a7e0-eda458b9f4a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Job Type 001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/JOB_TYPE_001","description":"<p>Create new job type using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","jobtype","JOB_TYPE_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"66d6764c-bdc3-4900-a8be-54d21ed1292d","name":"Create a specific Job Type","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Job Type 001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/JOB_TYPE_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 17:41:18 GMT"},{"key":"Content-Length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"JOB_TYPE_001\"\n    ]\n}"}],"_postman_id":"b28fbebb-a03b-43ed-a7e0-eda458b9f4a3"},{"name":"Edit Job Type","id":"4e0f124b-9c21-4450-b72d-0bfbc5293a42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"updated description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/JOB_TYPE_001","description":"<p>Make updates to a job type.  Only necessary to pass fields wanted to be updated and can only be done to existing job types.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","jobtype","JOB_TYPE_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3d62e47f-caa3-47f3-9948-b20295973ca4","name":"Edit Job Type","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"updated description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/JOB_TYPE_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 17:42:41 GMT"},{"key":"Content-Length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"JOB_TYPE_001\"\n    ]\n}"}],"_postman_id":"4e0f124b-9c21-4450-b72d-0bfbc5293a42"},{"name":"Delete an existing Job Type","id":"fa9221ad-e48a-42bd-9a01-3539ae969374","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/JOB_TYPE_001","description":"<p>allows the deletion of an existing job type</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","jobtype","JOB_TYPE_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c536483f-c0c3-4fdb-b2ae-e07614ea47cc","name":"Delete an existing Job Type","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/JOB_TYPE_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 17:43:32 GMT"},{"key":"Content-Length","value":"145"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/jobtype/JOB_TYPE_001\"\n}"}],"_postman_id":"fa9221ad-e48a-42bd-9a01-3539ae969374"}],"id":"e508e331-6a23-4805-a679-75f65e94c320","description":"<p>You can retrieve a list of job types or the details of a single job type to from the <code>JOB_TYPE_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new job type records or update existing job type information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well when available. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype</code>. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"b3b34b11-0545-4a96-a3fb-a255c32bb7c8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"34024088-0b0e-46ed-bb44-494520c49664","type":"text/javascript","exec":[""]}}],"_postman_id":"e508e331-6a23-4805-a679-75f65e94c320"},{"name":"PM Detail","item":[{"name":"Get Labels","id":"39bbf306-39ac-4352-be48-d03977510509","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmdetail","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"fdcfa7a5-f911-4940-9a79-232077782e3b","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 13:34:42 GMT"},{"key":"Content-Length","value":"607"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"PM_DETAIL_MASTER\",\n    \"Usage\": \"To get, update, and create PM Headers that will use the DirectLine System\",\n    \"PM_NO\": \"Pm No\",\n    \"EQP\": \"Eqp\",\n    \"EQP_DESCRIPTION\": \"Eqp Description\",\n    \"BUILDING_ID\": \"Building Id\",\n    \"TRADE\": \"Trade\",\n    \"SWU_CODE\": \"SWU\",\n    \"PROCEDURE_STEPS\": \"Function\",\n    \"PERSONS\": \"Persons\",\n    \"HOURS\": \"Hours\",\n    \"EST_TIME\": \"Est.\",\n    \"CHECKLIST_ID\": \"Check-list ID\",\n    \"STD_PROC\": \"Document#\",\n    \"SFT_PROC\": \"Document#\",\n    \"PART\": \"Part#\",\n    \"PART_DESCRIPTION_TEXT\": \"Part Description\",\n    \"QUANTITY\": \"Qty\",\n    \"TOOL_NUMBER\": \"Tool#\",\n    \"TOOL_DESCRIPTION\": \"Tool Description\",\n    \"QUANTITY_OF_TOOLS\": \"Qty\",\n    \"DRAWINGS\": \"Drawing#\",\n    \"DRAWING_TITLE\": \"Title\"\n}"}],"_postman_id":"39bbf306-39ac-4352-be48-d03977510509"},{"name":"Get Schema","id":"cebb302a-0fc4-4670-b768-d397ef3fe003","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmdetail","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"1cb17500-22b2-4d96-9455-0dc8b7966446","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 13:36:16 GMT"},{"key":"Content-Length","value":"1503"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/pmdetail/@SCHEMA\",\n    \"title\": \"PMDETAIL_API\",\n    \"description\": \"PM_HEADER_MASTER table containing work order information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"PM_NO\": {\n            \"description\": \"Pm No\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EQP\": {\n            \"description\": \"Eqp\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EQP_DESCRIPTION\": {\n            \"description\": \"Eqp Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_ID\": {\n            \"description\": \"Building Id\",\n            \"type\": null\n        },\n        \"TRADE\": {\n            \"description\": \"Trade\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SWU_CODE\": {\n            \"description\": \"SWU\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PROCEDURE_STEPS\": {\n            \"description\": \"Function\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PERSONS\": {\n            \"description\": \"Persons\",\n            \"type\": \"FLOAT\"\n        },\n        \"HOURS\": {\n            \"description\": \"Hours - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"EST_TIME\": {\n            \"description\": \"Est. - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"CHECKLIST_ID\": {\n            \"description\": \"Check-list ID\",\n            \"type\": null\n        },\n        \"STD_PROC\": {\n            \"description\": \"Document#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SFT_PROC\": {\n            \"description\": \"Document#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PART\": {\n            \"description\": \"Part#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PART_DESCRIPTION_TEXT\": {\n            \"description\": \"Part Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"QUANTITY\": {\n            \"description\": \"Qty - [COST.OUTPUT4]\",\n            \"type\": \"FLOAT\"\n        },\n        \"TOOL_NUMBER\": {\n            \"description\": \"Tool#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TOOL_DESCRIPTION\": {\n            \"description\": \"Tool Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"QUANTITY_OF_TOOLS\": {\n            \"description\": \"Qty\",\n            \"type\": \"FLOAT\"\n        },\n        \"DRAWINGS\": {\n            \"description\": \"Drawing#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DRAWING_TITLE\": {\n            \"description\": \"Title\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"PM_NO\",\n        \"EQP\"\n    ]\n}"}],"_postman_id":"cebb302a-0fc4-4670-b768-d397ef3fe003"},{"name":"Get Criteria","id":"e4970c33-a9a9-4dd6-8cce-5e797f650eed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/@CRITERIA","description":"<p>Get the list of fields that are searchable for PM Header searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmdetail","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"baf56b68-c632-4246-9e2f-c5d6fa0f11ba","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 13:37:08 GMT"},{"key":"Content-Length","value":"189"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"PM_DETAIL_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"PM_NO\": \"Pm No\",\n    \"EQP\": \"Eqp\"\n}"}],"_postman_id":"e4970c33-a9a9-4dd6-8cce-5e797f650eed"},{"name":"Get a specific PM Header's details","id":"763f38e6-4f78-4aed-8dc3-8c302dc72225","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/100*P1","description":"<p>Get details of a specific PM Header record.  This typically includes more information than the PM Header list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmdetail","100*P1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"f80fa1c7-5bba-4ed0-af82-7fb434301b2d","name":"Get a specific PM Detail's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/100*P1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 13:51:08 GMT"},{"key":"Content-Length","value":"1424"}],"cookie":[],"responseTime":null,"body":"{\n    \"eqp\": \"P1\",\n    \"eqp_description\": \"Centrifugal Pump Pumping System Pump 1\",\n    \"pm_no\": \"100\",\n    \"drawings\": [\n        {\n            \"drawing_title\": \"Centrifugal Pump Color Diagram\",\n            \"drawings\": \"10009\"\n        }\n    ],\n    \"materials\": [\n        {\n            \"part\": \"LUBE00001\",\n            \"part_description_text\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n            \"quantity\": \"1.0000\"\n        },\n        {\n            \"part\": \"LUBE00011\",\n            \"part_description_text\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n            \"quantity\": \"1.0000\"\n        },\n        {\n            \"part\": \"LUBE00018\",\n            \"part_description_text\": \"LOCTITE ANTI-SEIZE\",\n            \"quantity\": \"1.0000\"\n        }\n    ],\n    \"personnel\": [\n        {\n            \"est_time\": \"2.50\",\n            \"hours\": \"2.50\",\n            \"persons\": \"1\",\n            \"procedure_steps\": \"Perform the Centrifugal Checklist\",\n            \"swu_code\": \"\",\n            \"trade\": \"MTM\"\n        },\n        {\n            \"est_time\": \".25\",\n            \"hours\": \".25\",\n            \"persons\": \"1\",\n            \"procedure_steps\": \"Check bearing temperature with a thermometer\",\n            \"swu_code\": \"\",\n            \"trade\": \"MTM\"\n        },\n        {\n            \"est_time\": \".25\",\n            \"hours\": \".25\",\n            \"persons\": \"1\",\n            \"procedure_steps\": \"If running over 180 deg check Lube level\",\n            \"swu_code\": \"\",\n            \"trade\": \"MTM\"\n        },\n        {\n            \"est_time\": \".25\",\n            \"hours\": \".25\",\n            \"persons\": \"1\",\n            \"procedure_steps\": \"lf Lube level correct  disassemble and inspect bearing\",\n            \"swu_code\": \"\",\n            \"trade\": \"MTM\"\n        }\n    ],\n    \"route/check-list\": [\n        {\n            \"checklist_id\": \"10024\"\n        }\n    ],\n    \"safety procedure\": [\n        {\n            \"sft_proc\": \"\"\n        }\n    ],\n    \"standard procedure\": [\n        {\n            \"std_proc\": \"\"\n        }\n    ],\n    \"tools\": [\n        {\n            \"quantity_of_tools\": \"1.00\",\n            \"tool_description\": \"Temperature Gun\",\n            \"tool_number\": \"TGUN\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/pmdetail/100*P1\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/pmdetail\"\n        }\n    }\n}"}],"_postman_id":"763f38e6-4f78-4aed-8dc3-8c302dc72225"},{"name":"Create PM Detail","id":"c03c9b60-e04d-4c06-9329-7d6dc5fee730","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"eqp_description\": \"Centrifugal Pump Pumping System Pump 1\",\r\n    \"pm_no\": \"100\",\r\n    \"eqp\": \"P1\",\r\n    \"drawings\": [\r\n        {\r\n            \"drawing_title\": \"Centrifugal Pump Color Diagram\",\r\n            \"drawings\": \"10009\"\r\n        }\r\n    ],\r\n    \"materials\": [\r\n        {\r\n            \"part\": \"LUBE00001\",\r\n            \"part_description_text\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\r\n            \"quantity\": \"1.0000\"\r\n        }\r\n    ],\r\n    \"personnel\": [\r\n        {\r\n            \"est_time\": \"2.50\",\r\n            \"hours\": \"2.50\",\r\n            \"persons\": \"1\",\r\n            \"procedure_steps\": \"Perform the Centrifugal Checklist\",\r\n            \"swu_code\": \"\",\r\n            \"trade\": \"MTM\"\r\n        }\r\n    ],\r\n    \"route/check-list\": [\r\n        {\r\n            \"checklist_id\": \"10024\"\r\n        }\r\n    ],\r\n    \"safety procedure\": [\r\n        {\r\n            \"sft_proc\": \"\"\r\n        }\r\n    ],\r\n    \"standard procedure\": [\r\n        {\r\n            \"std_proc\": \"\"\r\n        }\r\n    ],\r\n    \"tools\": [\r\n        {\r\n            \"quantity_of_tools\": \"1.00\",\r\n            \"tool_description\": \"Temperature Gun\",\r\n            \"tool_number\": \"TGUN\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail","description":"<p>Create one or more PM Header</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmdetail"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ecbfa4a7-eb61-4f0e-aa1c-f0786d3fff6c","name":"Create PM Detail","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"eqp_description\": \"Centrifugal Pump Pumping System Pump 1\",\r\n    \"pm_no\": \"100\",\r\n    \"eqp\": \"P1\",\r\n    \"drawings\": [\r\n        {\r\n            \"drawing_title\": \"Centrifugal Pump Color Diagram\",\r\n            \"drawings\": \"10009\"\r\n        }\r\n    ],\r\n    \"materials\": [\r\n        {\r\n            \"part\": \"LUBE00001\",\r\n            \"part_description_text\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\r\n            \"quantity\": \"1.0000\"\r\n        }\r\n    ],\r\n    \"personnel\": [\r\n        {\r\n            \"est_time\": \"2.50\",\r\n            \"hours\": \"2.50\",\r\n            \"persons\": \"1\",\r\n            \"procedure_steps\": \"Perform the Centrifugal Checklist\",\r\n            \"swu_code\": \"\",\r\n            \"trade\": \"MTM\"\r\n        }\r\n    ],\r\n    \"route/check-list\": [\r\n        {\r\n            \"checklist_id\": \"10024\"\r\n        }\r\n    ],\r\n    \"safety procedure\": [\r\n        {\r\n            \"sft_proc\": \"\"\r\n        }\r\n    ],\r\n    \"standard procedure\": [\r\n        {\r\n            \"std_proc\": \"\"\r\n        }\r\n    ],\r\n    \"tools\": [\r\n        {\r\n            \"quantity_of_tools\": \"1.00\",\r\n            \"tool_description\": \"Temperature Gun\",\r\n            \"tool_number\": \"TGUN\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 13:56:47 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"100*P1\"\n    ]\n}"}],"_postman_id":"c03c9b60-e04d-4c06-9329-7d6dc5fee730"},{"name":"Create PM Detail with specific ID","id":"84439d1c-af3e-44f8-a464-0fae6b7148f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"eqp_description\": \"Centrifugal Pump Pumping System Pump 1\",\r\n    \"drawings\": [\r\n        {\r\n            \"drawing_title\": \"Centrifugal Pump Color Diagram\",\r\n            \"drawings\": \"10009\"\r\n        }\r\n    ],\r\n    \"materials\": [\r\n        {\r\n            \"part\": \"LUBE00001\",\r\n            \"part_description_text\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\r\n            \"quantity\": \"1.0000\"\r\n        },\r\n        {\r\n            \"part\": \"LUBE00011\",\r\n            \"part_description_text\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\r\n            \"quantity\": \"1.0000\"\r\n        },\r\n        {\r\n            \"part\": \"LUBE00018\",\r\n            \"part_description_text\": \"LOCTITE ANTI-SEIZE\",\r\n            \"quantity\": \"1.0000\"\r\n        }\r\n    ],\r\n    \"personnel\": [\r\n        {\r\n            \"est_time\": \"2.50\",\r\n            \"hours\": \"2.50\",\r\n            \"persons\": \"1\",\r\n            \"procedure_steps\": \"Perform the Centrifugal Checklist\",\r\n            \"swu_code\": \"\",\r\n            \"trade\": \"MTM\"\r\n        },\r\n        {\r\n            \"est_time\": \".25\",\r\n            \"hours\": \".25\",\r\n            \"persons\": \"1\",\r\n            \"procedure_steps\": \"Check bearing temperature with a thermometer\",\r\n            \"swu_code\": \"\",\r\n            \"trade\": \"MTM\"\r\n        },\r\n        {\r\n            \"est_time\": \".25\",\r\n            \"hours\": \".25\",\r\n            \"persons\": \"1\",\r\n            \"procedure_steps\": \"If running over 180 deg check Lube level\",\r\n            \"swu_code\": \"\",\r\n            \"trade\": \"MTM\"\r\n        },\r\n        {\r\n            \"est_time\": \".25\",\r\n            \"hours\": \".25\",\r\n            \"persons\": \"1\",\r\n            \"procedure_steps\": \"lf Lube level correct  disassemble and inspect bearing\",\r\n            \"swu_code\": \"\",\r\n            \"trade\": \"MTM\"\r\n        }\r\n    ],\r\n    \"route/check-list\": [\r\n        {\r\n            \"checklist_id\": \"10024\"\r\n        }\r\n    ],\r\n    \"safety procedure\": [\r\n        {\r\n            \"sft_proc\": \"\"\r\n        }\r\n    ],\r\n    \"standard procedure\": [\r\n        {\r\n            \"std_proc\": \"\"\r\n        }\r\n    ],\r\n    \"tools\": [\r\n        {\r\n            \"quantity_of_tools\": \"1.00\",\r\n            \"tool_description\": \"Temperature Gun\",\r\n            \"tool_number\": \"TGUN\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/100*P2","description":"<p>Create one PM Detail with specific ID</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmdetail","100*P2"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"bd16afe4-e9cf-4df0-b44d-f4e16b5c5c5f","name":"Create PM Detail with specific ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"eqp_description\": \"Centrifugal Pump Pumping System Pump 1\",\r\n    \"drawings\": [\r\n        {\r\n            \"drawing_title\": \"Centrifugal Pump Color Diagram\",\r\n            \"drawings\": \"10009\"\r\n        }\r\n    ],\r\n    \"materials\": [\r\n        {\r\n            \"part\": \"LUBE00001\",\r\n            \"part_description_text\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\r\n            \"quantity\": \"1.0000\"\r\n        },\r\n        {\r\n            \"part\": \"LUBE00011\",\r\n            \"part_description_text\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\r\n            \"quantity\": \"1.0000\"\r\n        },\r\n        {\r\n            \"part\": \"LUBE00018\",\r\n            \"part_description_text\": \"LOCTITE ANTI-SEIZE\",\r\n            \"quantity\": \"1.0000\"\r\n        }\r\n    ],\r\n    \"personnel\": [\r\n        {\r\n            \"est_time\": \"2.50\",\r\n            \"hours\": \"2.50\",\r\n            \"persons\": \"1\",\r\n            \"procedure_steps\": \"Perform the Centrifugal Checklist\",\r\n            \"swu_code\": \"\",\r\n            \"trade\": \"MTM\"\r\n        },\r\n        {\r\n            \"est_time\": \".25\",\r\n            \"hours\": \".25\",\r\n            \"persons\": \"1\",\r\n            \"procedure_steps\": \"Check bearing temperature with a thermometer\",\r\n            \"swu_code\": \"\",\r\n            \"trade\": \"MTM\"\r\n        },\r\n        {\r\n            \"est_time\": \".25\",\r\n            \"hours\": \".25\",\r\n            \"persons\": \"1\",\r\n            \"procedure_steps\": \"If running over 180 deg check Lube level\",\r\n            \"swu_code\": \"\",\r\n            \"trade\": \"MTM\"\r\n        },\r\n        {\r\n            \"est_time\": \".25\",\r\n            \"hours\": \".25\",\r\n            \"persons\": \"1\",\r\n            \"procedure_steps\": \"lf Lube level correct  disassemble and inspect bearing\",\r\n            \"swu_code\": \"\",\r\n            \"trade\": \"MTM\"\r\n        }\r\n    ],\r\n    \"route/check-list\": [\r\n        {\r\n            \"checklist_id\": \"10024\"\r\n        }\r\n    ],\r\n    \"safety procedure\": [\r\n        {\r\n            \"sft_proc\": \"\"\r\n        }\r\n    ],\r\n    \"standard procedure\": [\r\n        {\r\n            \"std_proc\": \"\"\r\n        }\r\n    ],\r\n    \"tools\": [\r\n        {\r\n            \"quantity_of_tools\": \"1.00\",\r\n            \"tool_description\": \"Temperature Gun\",\r\n            \"tool_number\": \"TGUN\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/100*P2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 16:51:25 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"100*P2\"\n    ]\n}"}],"_postman_id":"84439d1c-af3e-44f8-a464-0fae6b7148f4"},{"name":"Edit PM Detail","id":"44651fee-1269-4f4d-82b9-2884460f91e2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\"drawings\": [\r\n        {\r\n            \"drawing_title\": \"Centrifugal Pump Color Diagram\",\r\n            \"drawings\": \"10009\"\r\n        },\r\n        {\r\n            \"drawing_title\": \"Centrifugal Pump Color Diagram\",\r\n            \"drawings\": \"10009\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/100*P1","description":"<p>Make updates to a PM Detail.  Only necessary to pass fields wanted to be updated and can only be done to existing PM Detail.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmdetail","100*P1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"29a84e4e-60fd-47fa-81fc-47b6236481a3","name":"Edit PM Detail","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\"drawings\": [\r\n        {\r\n            \"drawing_title\": \"Centrifugal Pump Color Diagram\",\r\n            \"drawings\": \"10009\"\r\n        },\r\n        {\r\n            \"drawing_title\": \"Centrifugal Pump Color Diagram\",\r\n            \"drawings\": \"10009\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/100*P1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 18:05:46 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"100*P1\"\n    ]\n}"}],"_postman_id":"44651fee-1269-4f4d-82b9-2884460f91e2"},{"name":"Delete an exisiting PM Detail","id":"f8837c9e-228a-4f57-b72a-93a26c2c1e33","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/100*P1","description":"<p>allows the deletion of an existing PM Detail</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmdetail","100*P1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c5bc4aeb-33e9-446f-9266-21d565a5bd5a","name":"Delete an exisiting PM Detail","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/100*P1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 13:55:57 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/pmdetail/100*P1\"\n}"}],"_postman_id":"f8837c9e-228a-4f57-b72a-93a26c2c1e33"}],"id":"1d4fa85b-e3e5-4f99-add0-c447e56bcb3a","description":"<p>You can retrieve a list of PM Details or the details of a single PM Detail from the <code>PM_DETAIL_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new PM Detail records or update existing PM information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMDetail/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMDetail/@SCHEMA</code></p>\n<p>To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMDetail/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"be0ee024-2d41-463b-a948-c7a374a6ce12","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"931b8e7b-1585-4f38-bc0d-cfe4f2017b7e","type":"text/javascript","exec":[""]}}],"_postman_id":"1d4fa85b-e3e5-4f99-add0-c447e56bcb3a"},{"name":"PM Frequency","item":[{"name":"Get Labels","id":"4c9c08ab-1e84-403e-93da-1c52c7c482d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","PMFreq","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"301142c5-069b-4437-8690-b1fbf8b39117","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 18:18:54 GMT"},{"key":"Content-Length","value":"313"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"FREQUENCY_MASTER\",\n    \"Usage\": \"To get, update, and create PM Frequency that will use the DirectLine System\",\n    \"FREQUENCY_CODE\": \"Frequency Code\",\n    \"NO_OF_DAYS\": \"No Of Days\",\n    \"DESCRIPTION\": \"Description\",\n    \"WEEKENDS\": \"Schedule on Weekends\",\n    \"SEASONAL_Y_N\": \"Seasonal\",\n    \"START_DATE\": \"Start Date\",\n    \"END_DATE\": \"End Date\"\n}"}],"_postman_id":"4c9c08ab-1e84-403e-93da-1c52c7c482d2"},{"name":"Get Schema","id":"b8a7165c-78fe-4860-a29a-978cc3dd95cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","PMFreq","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"44f5bb2c-0e68-43c5-92f9-9cc8c416f196","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 18:19:55 GMT"},{"key":"Content-Length","value":"752"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/PMFreq/@SCHEMA\",\n    \"title\": \"PMFREQ_API\",\n    \"description\": \"FREQUENCY_MASTER table containing work order information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"FREQUENCY_CODE\": {\n            \"description\": \"Frequency Code\",\n            \"type\": \"VARCHAR\"\n        },\n        \"NO_OF_DAYS\": {\n            \"description\": \"No Of Days\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"WEEKENDS\": {\n            \"description\": \"Schedule on Weekends\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SEASONAL_Y_N\": {\n            \"description\": \"Seasonal\",\n            \"type\": \"VARCHAR\"\n        },\n        \"START_DATE\": {\n            \"description\": \"Start Date - [DATE_OUTPUT]\",\n            \"type\": \"DATE\"\n        },\n        \"END_DATE\": {\n            \"description\": \"End Date - [DATE_OUTPUT]\",\n            \"type\": \"DATE\"\n        }\n    },\n    \"required\": [\n        \"FREQUENCY_CODE\",\n        \"NO_OF_DAYS\"\n    ]\n}"}],"_postman_id":"b8a7165c-78fe-4860-a29a-978cc3dd95cb"},{"name":"Get Criteria","id":"a231524c-13ac-4a08-a8d1-f7ebedf05437","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/@CRITERIA","description":"<p>Get the list of fields that are searchable for PM Frequency searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","PMFreq","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"179b17af-a1bc-4314-a9d6-107b57518033","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 18:22:31 GMT"},{"key":"Content-Length","value":"187"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"FREQUENCY_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"SEASONAL_Y_N\": \"Seasonal\"\n}"}],"_postman_id":"a231524c-13ac-4a08-a8d1-f7ebedf05437"},{"name":"Get a specific PM Freq's details","id":"795bb138-dbcc-4b31-ae0a-c019edf1b472","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/1000","description":"<p>Get details of a specific PM Frequency record.  This typically includes more information than the PM Frequency list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","PMFreq","1000"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"1af42953-6e62-4e09-b21b-e5c37df572ae","name":"Get a specific PM Freq's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/1000"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 18:23:51 GMT"},{"key":"Content-Length","value":"303"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"Battery PM\",\n    \"end_date\": \"2015-01-18\",\n    \"frequency_code\": \"1000\",\n    \"no_of_days\": \"BA\",\n    \"seasonal_y_n\": \"N\",\n    \"start_date\": \"2015-01-18\",\n    \"weekends\": \"N\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/PMFreq/1000\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/PMFreq\"\n        }\n    }\n}"}],"_postman_id":"795bb138-dbcc-4b31-ae0a-c019edf1b472"},{"name":"Create PM Freq","id":"f3d05f90-9fd9-42de-9030-63f2338ca6aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"frequency_code\": \"1000\",\r\n    \"description\": \"Battery PM\",\r\n    \"end_date\": \"2015-01-18\",\r\n    \"no_of_days\": \"BA\",\r\n    \"seasonal_y_n\": \"N\",\r\n    \"start_date\": \"2015-01-18\",\r\n    \"weekends\": \"N\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq","description":"<p>Create one or more PM Frequency</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","PMFreq"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3e68e6d6-4af0-4ed4-8fbe-954f1cda36be","name":"Create PM Freq","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"frequency_code\": \"1005\",\r\n    \"description\": \"Battery PM\",\r\n    \"end_date\": \"2015-01-18\",\r\n    \"no_of_days\": \"BA\",\r\n    \"seasonal_y_n\": \"N\",\r\n    \"start_date\": \"2015-01-18\",\r\n    \"weekends\": \"N\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 20:01:51 GMT"},{"key":"Content-Length","value":"21"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"1000\"\n    ]\n}"}],"_postman_id":"f3d05f90-9fd9-42de-9030-63f2338ca6aa"},{"name":"Create PM Freq with specific ID","id":"ea794aae-7836-4b56-8eb7-ec524619f76a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Battery PM\",\r\n    \"end_date\": \"2015-01-18\",\r\n    \"no_of_days\": \"BA\",\r\n    \"seasonal_y_n\": \"N\",\r\n    \"start_date\": \"2015-01-18\",\r\n    \"weekends\": \"N\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/1004","description":"<p>Create one PM Frequency with specific ID</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","PMFreq","1004"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"53678654-1b8d-4bae-a055-5a12a3196a8d","name":"Create PM Freq with specific ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Battery PM\",\r\n    \"end_date\": \"2015-01-18\",\r\n    \"no_of_days\": \"BA\",\r\n    \"seasonal_y_n\": \"N\",\r\n    \"start_date\": \"2015-01-18\",\r\n    \"weekends\": \"N\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/1004"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 20:49:15 GMT"},{"key":"Content-Length","value":"21"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"1004\"\n    ]\n}"}],"_postman_id":"ea794aae-7836-4b56-8eb7-ec524619f76a"},{"name":"Edit PM Freq","id":"0a9ceab3-9425-4a1a-aa5c-2d459fb94bb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"New Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/1003","description":"<p>Make updates to a PM Frequency.  Only necessary to pass fields wanted to be updated and can only be done to existing PM Frequency.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","PMFreq","1003"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"26c6fa95-f140-4e57-ac6f-57a95206175b","name":"Edit PM Freq","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"New Description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/1003"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 20:44:42 GMT"},{"key":"Content-Length","value":"21"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"1003\"\n    ]\n}"}],"_postman_id":"0a9ceab3-9425-4a1a-aa5c-2d459fb94bb4"},{"name":"Delete an exisiting PM Freq","id":"94b6dbbb-82be-4c3e-bbb4-4dbf3b32065e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/1005","description":"<p>allows the deletion of an existing PM Frequency</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","PMFreq","1005"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"71128b79-568d-4574-908e-5e9e012f2176","name":"Delete an exisiting PM Freq","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/1005"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 20:38:34 GMT"},{"key":"Content-Length","value":"136"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/PMFreq/1005\"\n}"}],"_postman_id":"94b6dbbb-82be-4c3e-bbb4-4dbf3b32065e"}],"id":"68e13b32-fb8b-48c5-bced-833ccac0bdf3","description":"<p>You can retrieve a list of PM Frequencies or the details of a single PM Frequency from the <code>FREQUENCY_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new PM Frequency records or update existing PM Frequncy information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/@SCHEMA</code></p>\n<p>To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMFreq/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"b2991f8a-139d-479d-acff-2c2e94d18aa9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"0caca95f-8124-417c-83b2-785c980c950d","type":"text/javascript","exec":[""]}}],"_postman_id":"68e13b32-fb8b-48c5-bced-833ccac0bdf3"},{"name":"PM Header","item":[{"name":"Get Labels","id":"966b1bd4-904a-458f-8669-77eb519b7266","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmheader","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4b13fb7b-4260-4e6f-b358-34488ce28a0a","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:24:42 GMT"},{"key":"Content-Length","value":"388"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"PM_HEADER_MASTER\",\n    \"Usage\": \"To get, update, and create PM Headers that will use the DirectLine System\",\n    \"PM_NO\": \"P/M#\",\n    \"STATUS\": \"Status\",\n    \"TYPE\": \"Type\",\n    \"TITLE\": \"Title\",\n    \"BUILDING_ID\": \"Building\",\n    \"PRIORITY\": \"Priority\",\n    \"CONTRACT_NO\": \"Contract #\",\n    \"ASSIGN_TO\": \"Assign To\",\n    \"ISSUE_TO\": \"Issue To\",\n    \"EQP\": \"Equipment#\",\n    \"FREQ\": \"Frequency\",\n    \"LAST_DONE\": \"Last Done\",\n    \"DESCRIPTION\": \"Description\"\n}"}],"_postman_id":"966b1bd4-904a-458f-8669-77eb519b7266"},{"name":"Get Schema","id":"de600bd2-af5b-4ff9-967a-de68c8d28969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmheader","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"5b22365e-7f52-44dc-985f-2c26c45eb2c6","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:32:52 GMT"},{"key":"Content-Length","value":"1009"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/pmheader/@SCHEMA\",\n    \"title\": \"PMHEADER_API\",\n    \"description\": \"PM_HEADER_MASTER table containing work order information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"PM_NO\": {\n            \"description\": \"P/M#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"STATUS\": {\n            \"description\": \"Status\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TYPE\": {\n            \"description\": \"Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TITLE\": {\n            \"description\": \"Title\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_ID\": {\n            \"description\": \"Building\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PRIORITY\": {\n            \"description\": \"Priority\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CONTRACT_NO\": {\n            \"description\": \"Contract #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ASSIGN_TO\": {\n            \"description\": \"Assign To\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ISSUE_TO\": {\n            \"description\": \"Issue To\",\n            \"type\": null\n        },\n        \"EQP\": {\n            \"description\": \"Equipment#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"FREQ\": {\n            \"description\": \"Frequency\",\n            \"type\": \"VARCHAR\"\n        },\n        \"LAST_DONE\": {\n            \"description\": \"Last Done - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"TEXT\"\n        }\n    },\n    \"required\": [\n        \"PM_NO\",\n        \"STATUS\",\n        \"TYPE\"\n    ]\n}"}],"_postman_id":"de600bd2-af5b-4ff9-967a-de68c8d28969"},{"name":"Get Criteria","id":"915eb9a6-e39a-4ad3-865f-53fbec90c59e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/@CRITERIA","description":"<p>Get the list of fields that are searchable for PM Header searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmheader","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4da1eed2-a6a3-4beb-88aa-6cc499ba2170","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:36:07 GMT"},{"key":"Content-Length","value":"193"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"PM_HEADER_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"STATUS\": \"Status\",\n    \"TYPE\": \"Type\"\n}"}],"_postman_id":"915eb9a6-e39a-4ad3-865f-53fbec90c59e"},{"name":"Get PM Header","id":"7e765ed0-abb6-423b-b885-aa8d788dd01a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader?Type=PMC&Status=Active","description":"<p>An example of getting PM Header using search criteria.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmheader"],"host":["https://api.megamation.com"],"query":[{"key":"Type","value":"PMC"},{"key":"Status","value":"Active"}],"variable":[]}},"response":[{"id":"f8f0e97a-1e5e-4021-b14a-e6a7b3458317","name":"GET PM Header","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader?Type=PMC&Status=Active","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","pmheader"],"query":[{"key":"Type","value":"PMC"},{"key":"Status","value":"Active"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:11:01 GMT"},{"key":"Content-Length","value":"843"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"PMHeader\": [\n            {\n                \"building_id\": \"\",\n                \"pm_no\": \"358\",\n                \"status\": \"ACTIVE\",\n                \"title\": \"Here is a new title, with new line\",\n                \"type\": \"PMC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/pmheader/358\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"\",\n                \"pm_no\": \"360\",\n                \"status\": \"ACTIVE\",\n                \"title\": \"\",\n                \"type\": \"PMC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/pmheader/360\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"\",\n                \"pm_no\": \"362\",\n                \"status\": \"ACTIVE\",\n                \"title\": \"\",\n                \"type\": \"PMC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/pmheader/362\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"\",\n                \"pm_no\": \"363\",\n                \"status\": \"ACTIVE\",\n                \"title\": \"\",\n                \"type\": \"PMC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/pmheader/363\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/pmheader?Type=PMC&Status=Active\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"7e765ed0-abb6-423b-b885-aa8d788dd01a"},{"name":"Get a specific PM Header's details","id":"7e356278-bb85-4b83-a048-32df296f23d4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/100","description":"<p>Get details of a specific PM Header record.  This typically includes more information than the PM Header list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmheader","100"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"aebbb782-4f4b-4765-9ae3-5d788a46a679","name":"Get a specific PM Header's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/100"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 19:00:35 GMT"},{"key":"Content-Length","value":"618"}],"cookie":[],"responseTime":null,"body":"{\n    \"assign_to\": \"MAINT\",\n    \"building_id\": \"001-0100\",\n    \"contract_no\": \"1001\",\n    \"description\": \"Pump PM - Monthly\\ufffd\\ufffd\",\n    \"pm_no\": \"100\",\n    \"priority\": \"5\",\n    \"status\": \"ACTIVE\",\n    \"title\": \"Pump PM - Monthly \",\n    \"type\": \"PM\",\n    \"scheduling info\": [\n        {\n            \"eqp\": \"P1\",\n            \"freq\": \"MON\",\n            \"last_done\": \"2020-01-24\"\n        },\n        {\n            \"eqp\": \"P2\",\n            \"freq\": \"MON\",\n            \"last_done\": \"2020-01-25\"\n        },\n        {\n            \"eqp\": \"P3\",\n            \"freq\": \"MON\",\n            \"last_done\": \"2020-02-01\"\n        },\n        {\n            \"eqp\": \"P4\",\n            \"freq\": \"MON\",\n            \"last_done\": \"2020-01-09\"\n        },\n        {\n            \"eqp\": \"P5\",\n            \"freq\": \"MON\",\n            \"last_done\": \"2020-01-16\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/pmheader/100\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/pmheader\"\n        }\n    }\n}"}],"_postman_id":"7e356278-bb85-4b83-a048-32df296f23d4"},{"name":"Create PM Header","id":"7701bf14-4eb8-402f-a57d-a0141698a818","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"status\":\"Active\",\r\n\t\"type\":\"PM\",\r\n    \"scheduling info\": [\r\n        {\r\n            \"eqp\":\"P1\",\r\n            \"freq\": \"ANN\",\r\n            \"last_done\": \"2019-09-01\"\r\n        },\r\n        {\r\n            \"eqp\":\"P2\",\r\n            \"freq\": \"ANN\",\r\n            \"last_done\": \"2018-09-01\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader","description":"<p>Create one or more PM Header</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmheader"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9aea1f2a-455c-46ac-8545-2f0970266a8a","name":"Create PM Header","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"status\":\"Active\",\r\n\t\"type\":\"PM\",\r\n    \"scheduling info\": [\r\n        {\r\n            \"eqp\":\"P1\",\r\n            \"freq\": \"ANN\",\r\n            \"last_done\": \"2019-09-01\"\r\n        },\r\n        {\r\n            \"eqp\":\"P2\",\r\n            \"freq\": \"ANN\",\r\n            \"last_done\": \"2018-09-01\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 19:55:14 GMT"},{"key":"Content-Length","value":"20"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"369\"\n    ]\n}"}],"_postman_id":"7701bf14-4eb8-402f-a57d-a0141698a818"},{"name":"Create PM Header with specific ID","id":"b5affeae-fb7f-4fa6-ab9f-4b71c389fdec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"status\":\"Active\",\r\n\t\"type\":\"PM\",\r\n    \"scheduling info\": [\r\n        {\r\n            \"eqp\":\"P1\",\r\n            \"freq\": \"ANN\",\r\n            \"last_done\": \"2019-09-01\"\r\n        },\r\n        {\r\n            \"eqp\":\"P2\",\r\n            \"freq\": \"ANN\",\r\n            \"last_done\": \"2018-09-01\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/100","description":"<p>Create one PM Header with specific ID</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmheader","100"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"609f76b4-f7bf-4a5d-a084-c4174e3022f2","name":"Create PM Header with specific ID","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"status\":\"Active\",\r\n\t\"type\":\"PM\",\r\n    \"scheduling info\": [\r\n        {\r\n            \"eqp\":\"001-0100-FS\",\r\n            \"freq\": \"ANN\",\r\n            \"last_done\": \"2019-09-01\"\r\n        },\r\n        {\r\n            \"eqp\":\"001-0100\",\r\n            \"freq\": \"ANN\",\r\n            \"last_done\": \"2018-09-01\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/370"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 14:02:54 GMT"},{"key":"Content-Length","value":"20"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"100\"\n    ]\n}"}],"_postman_id":"b5affeae-fb7f-4fa6-ab9f-4b71c389fdec"},{"name":"Edit PM Header","id":"c15a5151-aa61-4295-a7f0-9d89b87868b6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Update PM Header with new title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/100","description":"<p>Make updates to a PM Header.  Only necessary to pass fields wanted to be updated and can only be done to existing PM Header.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmheader","100"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"2d2a9c98-b151-4e86-a03c-05495b3e135c","name":"Edit PM Header","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"title\": \"Update PM Header with new title\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/369"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 20:19:20 GMT"},{"key":"Content-Length","value":"20"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"369\"\n    ]\n}"}],"_postman_id":"c15a5151-aa61-4295-a7f0-9d89b87868b6"},{"name":"Delete an exisiting PM Header","id":"25eab7d2-2bcf-4617-9102-6ca0ea9f0b74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/100","description":"<p>allows the deletion of an existing PM Header</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmheader","100"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"98f84bf3-22df-4bb4-bf9b-f5acc25c0d7d","name":"Delete an exisiting PM Header","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/369"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 20:22:11 GMT"},{"key":"Content-Length","value":"137"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/pmheader/369\"\n}"}],"_postman_id":"25eab7d2-2bcf-4617-9102-6ca0ea9f0b74"}],"id":"a89a3fc1-c35a-4ebb-a48b-48beb92f339d","description":"<p>You can retrieve a list of PMs or the details of a single PM from the <code>PM_HEADER_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new PM records or update existing PM information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader?STATUS=ACTIVE&amp;TYPE=PM</code> where the data returned will only include values where the status is 'ACTIVE' and the PM type is 'PM'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"181b3287-fe4e-40c1-b1e1-505fb51a7385","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"28958759-4d66-4cf4-b31a-7fb71f336a25","type":"text/javascript","exec":[""]}}],"_postman_id":"a89a3fc1-c35a-4ebb-a48b-48beb92f339d"},{"name":"PM Scheduler","item":[{"name":"Get Labels","id":"a938c624-9e21-4158-802d-b38dcae522bd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmscheduler/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmscheduler","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"579aeac5-8550-48f2-a56e-ce0283e7afa1","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmscheduler/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 18:09:48 GMT"},{"key":"Content-Length","value":"322"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"PM_HEADER_MASTER\",\n    \"Usage\": \"Containing PM Scheduler information for DirectLine\",\n    \"START_DATE\": \"Start Date\",\n    \"END_DATE\": \"End Date\",\n    \"BUILDING_ID\": \"Building\",\n    \"PM_NO\": \"P/M#\",\n    \"TYPE\": \"Type\",\n    \"EQP\": \"Equipment#\",\n    \"TITLE\": \"Title\",\n    \"DATE_DUE\": \"Date Due\",\n    \"FREQ\": \"Frequency\",\n    \"LAST_DONE\": \"Last Done\",\n    \"LINE_NUMBER\": \"Line Number\"\n}"}],"_postman_id":"a938c624-9e21-4158-802d-b38dcae522bd"},{"name":"Get Schema","id":"ae8b2a90-c10a-4eb1-b091-22a6a2a42073","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmscheduler/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmscheduler","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"db438c3c-d4cd-499d-b100-04b9cfe90628","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmscheduler/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 18:10:16 GMT"},{"key":"Content-Length","value":"933"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/pmscheduler/@SCHEMA\",\n    \"title\": \"PMSCHEDULER_API\",\n    \"description\": \"Containing PM Scheduler information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"START_DATE\": {\n            \"description\": \"Start Date - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"END_DATE\": {\n            \"description\": \"End Date - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"BUILDING_ID\": {\n            \"description\": \"Building\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PM_NO\": {\n            \"description\": \"P/M#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TYPE\": {\n            \"description\": \"Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EQP\": {\n            \"description\": \"Equipment#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TITLE\": {\n            \"description\": \"Title\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DATE_DUE\": {\n            \"description\": \"Date Due\",\n            \"type\": null\n        },\n        \"FREQ\": {\n            \"description\": \"Frequency\",\n            \"type\": \"VARCHAR\"\n        },\n        \"LAST_DONE\": {\n            \"description\": \"Last Done - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"LINE_NUMBER\": {\n            \"description\": \"Line Number\",\n            \"type\": null\n        }\n    },\n    \"required\": [\n        \"START_DATE\",\n        \"END_DATE\",\n        \"BUILDING_ID\"\n    ]\n}"}],"_postman_id":"ae8b2a90-c10a-4eb1-b091-22a6a2a42073"},{"name":"Get Criteria","id":"5268441a-5d9c-4160-a6d4-434cfb6bc8ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmscheduler/@CRITERIA","description":"<p>Get the list of fields that are searchable for PM Header searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","pmscheduler","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"84b2f8c6-93f4-4770-b35f-472725cb3620","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmscheduler/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 18:11:49 GMT"},{"key":"Content-Length","value":"160"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"PM_HEADER_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"START_DATE\": \"Start Date\",\n    \"END_DATE\": \"End Date\",\n    \"BUILDING_ID\": \"Building\"\n}"}],"_postman_id":"5268441a-5d9c-4160-a6d4-434cfb6bc8ca"},{"name":"Get available PM to schedule","id":"2702519f-e599-43e0-b5b9-187b2e0d67d3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMScheduler?START_DATE=2020-01-01&END_DATE=2020-01-01","description":"<p>Get a list of available PMs to schedule. Date format must match DirectLine date format otherwise, an error will occur.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","PMScheduler"],"host":["https://api.megamation.com"],"query":[{"key":"START_DATE","value":"2020-01-01"},{"key":"END_DATE","value":"2020-01-01"}],"variable":[]}},"response":[{"id":"3e3243a1-2ea6-411f-bbcd-62fa109e7d7c","name":"Get available PM to schedule","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMScheduler?START_DATE=2020-01-01&END_DATE=2020-01-01","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","PMScheduler"],"query":[{"key":"START_DATE","value":"2020-01-01"},{"key":"END_DATE","value":"2020-01-01"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 18:13:43 GMT"},{"key":"Content-Length","value":"1466"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"PMScheduler\": [\n            {\n                \"pm_no\": 100,\n                \"type\": \"PM\",\n                \"eqp\": \"P2\",\n                \"title\": null,\n                \"date_due\": \"2019-09-02\",\n                \"freq\": \"ANN\",\n                \"last_done\": \"2018-09-01\",\n                \"line_number\": 2\n            },\n            {\n                \"pm_no\": 358,\n                \"type\": \"PMC\",\n                \"eqp\": \"001-0100-FS\",\n                \"title\": \"Here is a new title, with new line\",\n                \"date_due\": \"2019-09-02\",\n                \"freq\": \"ANN\",\n                \"last_done\": \"2018-09-01\",\n                \"line_number\": 2\n            },\n            {\n                \"pm_no\": 360,\n                \"type\": \"PMC\",\n                \"eqp\": \"001-0100-FS\",\n                \"title\": null,\n                \"date_due\": \"2019-09-02\",\n                \"freq\": \"ANN\",\n                \"last_done\": \"2018-09-01\",\n                \"line_number\": 2\n            },\n            {\n                \"pm_no\": 361,\n                \"type\": \"PMI\",\n                \"eqp\": \"VARIOUS\",\n                \"title\": \"This is a test\",\n                \"date_due\": \"2020-01-01\",\n                \"freq\": \"ANN\",\n                \"last_done\": \"2019-01-01\",\n                \"line_number\": 1\n            },\n            {\n                \"pm_no\": 362,\n                \"type\": \"PMC\",\n                \"eqp\": \"001-0100-FS\",\n                \"title\": null,\n                \"date_due\": \"2019-09-02\",\n                \"freq\": \"ANN\",\n                \"last_done\": \"2018-09-01\",\n                \"line_number\": 2\n            },\n            {\n                \"pm_no\": 363,\n                \"type\": \"PMC\",\n                \"eqp\": \"001-0100-FS\",\n                \"title\": null,\n                \"date_due\": \"2019-09-02\",\n                \"freq\": \"ANN\",\n                \"last_done\": \"2018-09-01\",\n                \"line_number\": 2\n            },\n            {\n                \"pm_no\": 364,\n                \"type\": \"PM\",\n                \"eqp\": \"P2\",\n                \"title\": null,\n                \"date_due\": \"2019-09-02\",\n                \"freq\": \"ANN\",\n                \"last_done\": \"2018-09-01\",\n                \"line_number\": 2\n            },\n            {\n                \"pm_no\": 365,\n                \"type\": \"PM\",\n                \"eqp\": \"P2\",\n                \"title\": null,\n                \"date_due\": \"2019-09-02\",\n                \"freq\": \"ANN\",\n                \"last_done\": \"2018-09-01\",\n                \"line_number\": 2\n            },\n            {\n                \"pm_no\": 370,\n                \"type\": \"PM\",\n                \"eqp\": \"001-0100\",\n                \"title\": null,\n                \"date_due\": \"2019-09-02\",\n                \"freq\": \"ANN\",\n                \"last_done\": \"2018-09-01\",\n                \"line_number\": 2\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/PMScheduler?START_DATE=2020-01-01&END_DATE=2020-01-01\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"2702519f-e599-43e0-b5b9-187b2e0d67d3"},{"name":"Run Scheduler","id":"0f67a807-2f14-4cf8-b135-9536c05bca15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"pm_no\": 358,\r\n        \"type\": \"PMC\",\r\n        \"eqp\": \"001-0100-FS\",\r\n        \"title\": \"Here is a new title, with new line\",\r\n        \"date_due\": \"2019-09-02\",\r\n        \"freq\": \"ANN\",\r\n        \"last_done\": \"2018-09-01\",\r\n        \"line_number\": 2\r\n    },\r\n    {\r\n        \"pm_no\": 360,\r\n        \"type\": \"PMC\",\r\n        \"eqp\": \"001-0100-FS\",\r\n        \"title\": null,\r\n        \"date_due\": \"2019-09-02\",\r\n        \"freq\": \"ANN\",\r\n        \"last_done\": \"2018-09-01\",\r\n        \"line_number\": 2\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMScheduler","description":"<p>Schedule the following PMs, LineNumber is required to run the scheduler.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","PMScheduler"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e6ea1ae1-14ee-4b79-8e77-98b42c0a5a27","name":"Run Scheduler","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"pm_no\": 358,\r\n        \"type\": \"PMC\",\r\n        \"eqp\": \"001-0100-FS\",\r\n        \"title\": \"Here is a new title, with new line\",\r\n        \"date_due\": \"2019-09-02\",\r\n        \"freq\": \"ANN\",\r\n        \"last_done\": \"2018-09-01\",\r\n        \"line_number\": 2\r\n    },\r\n    {\r\n        \"pm_no\": 360,\r\n        \"type\": \"PMC\",\r\n        \"eqp\": \"001-0100-FS\",\r\n        \"title\": null,\r\n        \"date_due\": \"2019-09-02\",\r\n        \"freq\": \"ANN\",\r\n        \"last_done\": \"2018-09-01\",\r\n        \"line_number\": 2\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/PMScheduler"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Sep 2020 18:24:49 GMT"},{"key":"Content-Length","value":"30"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"21336\",\n        \"21337\"\n    ]\n}"}],"_postman_id":"0f67a807-2f14-4cf8-b135-9536c05bca15"}],"id":"dc5d5790-760d-4a0c-ba73-e25bdc443993","description":"<p>You can retrieve a list of PM Details or the details of a single PM Detail from the <code>PM_DETAIL_MASTER</code> table.\nYou are also able to pass the same information retrieved as a way to create new PM Detail records or update existing PM information.  You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if error occurs, the error returned will include information about how to rectify this issue.  Any field available in DirectLine for this table can be made available to this endpoint.  Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned.  To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmdetail/@SCHEMA</code></p>\n<p>To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/pmheader/@CRITERIA</code></p>\n","event":[{"listen":"prerequest","script":{"id":"097d0af3-bdd6-48b5-8e34-be3496141459","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"2499838c-d2ac-4ef3-9736-906c0325d811","type":"text/javascript","exec":[""]}}],"_postman_id":"dc5d5790-760d-4a0c-ba73-e25bdc443993"},{"name":"Priority","item":[{"name":"Get Labels","id":"5c518d1b-de8b-4370-97be-2047a3379a58","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","priority","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"f6bcd673-7538-4ce7-bd18-6d6d477abc3a","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:15:07 GMT"},{"key":"Content-Length","value":"257"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"PRIORITY_MASTER\",\n    \"Usage\": \"To get, update, and create priority records that will use the DirectLine System\",\n    \"PRIORITY\": \"Priority Code\",\n    \"DESCRIPTION\": \"Description\",\n    \"DAYS\": \"Number of Days\",\n    \"WO_URGENT_FLAG\": \"Designate as highest priority (urgent)\"\n}"}],"_postman_id":"5c518d1b-de8b-4370-97be-2047a3379a58"},{"name":"Get Schema","id":"e97ca6ff-9c76-437f-a91b-aad3f09d2c59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","priority","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c7c29308-c2f3-4515-b81b-0bd576020edf","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:15:48 GMT"},{"key":"Content-Length","value":"554"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/priority/@SCHEMA\",\n    \"title\": \"PRIORITY_API\",\n    \"description\": \"PRIORITY_MASTER table containing priority information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"PRIORITY\": {\n            \"description\": \"Priority Code\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DAYS\": {\n            \"description\": \"Number of Days\",\n            \"type\": \"VARCHAR\"\n        },\n        \"WO_URGENT_FLAG\": {\n            \"description\": \"Designate as highest priority (urgent) - B\",\n            \"type\": \"BOOLEAN\"\n        }\n    },\n    \"required\": [\n        \"PRIORITY\"\n    ]\n}"}],"_postman_id":"e97ca6ff-9c76-437f-a91b-aad3f09d2c59"},{"name":"Get Criteria","id":"695a2432-8cca-4d22-ad92-e774883a2393","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/@CRITERIA","description":"<p>Get the list of fields that are searchable for priority searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","priority","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"0d7f6962-31e0-4c48-99ea-46742534c15e","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:17:26 GMT"},{"key":"Content-Length","value":"160"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"PRIORITY_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\"\n}"}],"_postman_id":"695a2432-8cca-4d22-ad92-e774883a2393"},{"name":"Get priorities","id":"8f3eadcf-637e-4313-8549-234c7a77ed74","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority","description":"<p>An example of getting priority information</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","priority"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"aaf0a9eb-a1ed-4a08-ac4d-33eaa4bfa8d3","name":"Get priorities","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:18:43 GMT"},{"key":"Content-Length","value":"944"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Priority\": [\n            {\n                \"days\": \"1\",\n                \"description\": \"1 day\",\n                \"priority\": \"1\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/priority/1\"\n                    }\n                }\n            },\n            {\n                \"days\": \"10\",\n                \"description\": \"10 days\",\n                \"priority\": \"10\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/priority/10\"\n                    }\n                }\n            },\n            {\n                \"days\": \"2\",\n                \"description\": \"2 days\",\n                \"priority\": \"2\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/priority/2\"\n                    }\n                }\n            },\n            {\n                \"days\": \"5\",\n                \"description\": \"1 week\",\n                \"priority\": \"5\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/priority/5\"\n                    }\n                }\n            },\n            {\n                \"days\": \"0\",\n                \"description\": \"Emergency\",\n                \"priority\": \"E\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/priority/E\"\n                    }\n                }\n            },\n            {\n                \"days\": \"1\",\n                \"description\": \"Safety\",\n                \"priority\": \"S\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/priority/S\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/priority\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"8f3eadcf-637e-4313-8549-234c7a77ed74"},{"name":"Get a specific priority's details","id":"99e1099b-652d-4365-9dac-260565c863aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/1","description":"<p>Get details of a specific priority record.  This typically includes more information than the priority list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","priority","1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9a133333-51fc-4dd1-aa85-c733f4caad78","name":"Get a specific priority's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:21:07 GMT"},{"key":"Content-Length","value":"222"}],"cookie":[],"responseTime":null,"body":"{\n    \"days\": \"1\",\n    \"description\": \"1 day\",\n    \"priority\": \"1\",\n    \"wo_urgent_flag\": \"Yes\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/priority/1\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/priority\"\n        }\n    }\n}"}],"_postman_id":"99e1099b-652d-4365-9dac-260565c863aa"},{"name":"Create priority","id":"51f95761-0a6e-4f4b-8d0c-bbe7c60e04ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"days\": \"7\",\r\n    \"description\": \"Priority 1\",\r\n    \"priority\": \"P1\"\r\n},{\r\n    \"days\": \"14\",\r\n    \"description\": \"Priority 2\",\r\n    \"priority\": \"P2\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority","description":"<p>Create one or more priorities</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","priority"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e3ccc1f2-7990-41ef-bd72-0b2c12f22f1c","name":"Create priority","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"days\": \"7\",\r\n    \"description\": \"Priority 1\",\r\n    \"priority\": \"P1\"\r\n},{\r\n    \"days\": \"14\",\r\n    \"description\": \"Priority 2\",\r\n    \"priority\": \"P2\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:43:14 GMT"},{"key":"Content-Length","value":"24"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"P1\",\n        \"P2\"\n    ]\n}"}],"_postman_id":"51f95761-0a6e-4f4b-8d0c-bbe7c60e04ce"},{"name":"Create a specific priority","id":"f86acb26-d4af-4f88-97e3-7a2f489900f9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"days\": \"7\",\r\n    \"description\": \"Priority 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/P1","description":"<p>Create new priority using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","priority","P1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"af760814-b21b-422f-b731-b0769a80b33e","name":"Create a specific priority","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"days\": \"7\",\r\n    \"description\": \"Priority 1\",\r\n    \"priority\": \"P1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/P1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:45:46 GMT"},{"key":"Content-Length","value":"19"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"P1\"\n    ]\n}"}],"_postman_id":"f86acb26-d4af-4f88-97e3-7a2f489900f9"},{"name":"Edit priority","id":"555d986d-78c1-45ca-a1a8-6d48bbe2cf09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Priority 1 - complete in 7 days\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/P1","description":"<p>Make updates to a priority.  Only necessary to pass fields wanted to be updated and can only be done to existing priority.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","priority","P1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"09d95f9d-e728-483e-88ed-8cfee550e6fe","name":"Edit priority","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"Priority 1 - complete in 7 days\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/P1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:46:59 GMT"},{"key":"Content-Length","value":"19"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"P1\"\n    ]\n}"}],"_postman_id":"555d986d-78c1-45ca-a1a8-6d48bbe2cf09"},{"name":"Delete an existing priority","id":"ee453439-2eb1-4ccf-9235-16ff4569de8c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/P1","description":"<p>allows the deletion of an existing priority.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","priority","P1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"fb846cf4-2a68-4866-8960-6fedb84cb532","name":"Delete an existing priority","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/P1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:48:02 GMT"},{"key":"Content-Length","value":"136"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/priority/P1\"\n}"}],"_postman_id":"ee453439-2eb1-4ccf-9235-16ff4569de8c"}],"id":"27904753-c9cd-4020-9dd2-c7d72a751737","description":"<p>You can retrieve a list of prioritys or the details of a single priority from the <code>PRIORITY_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new priority records or update existing priority information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority?ALLFIELDS=1</code> where the data returned will include all the fields visible. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/priority/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"cb3cc520-bf06-43ff-8cf8-5e93b45ecb18","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c4cd4fe5-bf0e-41c7-9064-46b921aafd1e","type":"text/javascript","exec":[""]}}],"_postman_id":"27904753-c9cd-4020-9dd2-c7d72a751737"},{"name":"Purchase Order","item":[{"name":"Get Labels","id":"e0eb8e25-70eb-49ae-aba5-e9ab8b4c7e97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/@LABELS","urlObject":{"path":["CLIENT_ID","DATABASE_ID","purchaseorder","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"a3f25af0-ade0-43cc-91ed-4ce0b9b09c0b","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Jun 2021 12:29:14 GMT"},{"key":"Content-Length","value":"620"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"PURCHASE_ORDER_MASTER\",\n    \"Usage\": \"To get, update, and create purchase orders that will use the DirectLine System\",\n    \"P_O\": \"P/O #\",\n    \"RELEASE\": \"Release\",\n    \"REQ_DATE\": \"Date\",\n    \"REQUESTED_BY\": \"Requested By\",\n    \"SUPPLIER\": \"Supplier #\",\n    \"TYPE\": \"Type\",\n    \"STATUS\": \"Status\",\n    \"ML_DESK\": \"Desk\",\n    \"APPROVED_BY\": \"Approved\",\n    \"PUR_AGENT\": \"Pur Agent\",\n    \"PART\": \"Part #\",\n    \"PART_DESCRIPTION\": \"Description\",\n    \"QTY\": \"Qty\",\n    \"UOM\": \"UOM\",\n    \"UNIT_CST\": \"Unit Cost\",\n    \"EQP_NO\": \"Equipment #\",\n    \"GL_CODE\": \"Account #\",\n    \"MANUFACTURER\": \"Manufacturer\",\n    \"MANUFACT_PART\": \"Mfg Part #\",\n    \"GST\": \"Tax#1\",\n    \"PST\": \"Tax#2\",\n    \"LINE_ITEM\": \"Ref#\",\n    \"HLINE_ITEM\": \"HRef #\",\n    \"FUNCTION\": \"Function\"\n}"}],"_postman_id":"e0eb8e25-70eb-49ae-aba5-e9ab8b4c7e97"},{"name":"Get Schema","id":"f1027d09-0358-44c3-8d62-82eda36917ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/@SCHEMA","urlObject":{"path":["CLIENT_ID","DATABASE_ID","purchaseorder","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e894ca5a-62ce-4df8-83c2-52544a868caf","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Jun 2021 12:34:30 GMT"},{"key":"Content-Length","value":"1780"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/dev2019/dl/purchaseorder/@SCHEMA\",\n    \"title\": \"PURCHASEORDER_API\",\n    \"description\": \"PURCHASE_ORDER_MASTER table containing MRO purchase order information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"P_O\": {\n            \"description\": \"P/O #\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"RELEASE\": {\n            \"description\": \"Release\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"REQ_DATE\": {\n            \"description\": \"Date - [Month][Day][Year]\",\n            \"type\": \"DATE\"\n        },\n        \"REQUESTED_BY\": {\n            \"description\": \"Requested By\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"SUPPLIER\": {\n            \"description\": \"Supplier #\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"TYPE\": {\n            \"description\": \"Type\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"STATUS\": {\n            \"description\": \"Status\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"ML_DESK\": {\n            \"description\": \"Desk\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"APPROVED_BY\": {\n            \"description\": \"Approved\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"PUR_AGENT\": {\n            \"description\": \"Pur Agent\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"PART\": {\n            \"description\": \"Part #\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"PART_DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"QTY\": {\n            \"description\": \"Qty - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"UOM\": {\n            \"description\": \"UOM\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"UNIT_CST\": {\n            \"description\": \"Unit Cost - [COST.OUTPUT4]\",\n            \"type\": \"FLOAT\"\n        },\n        \"EQP_NO\": {\n            \"description\": \"Equipment #\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"GL_CODE\": {\n            \"description\": \"Account #\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"MANUFACTURER\": {\n            \"description\": \"Manufacturer\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"MANUFACT_PART\": {\n            \"description\": \"Mfg Part #\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"GST\": {\n            \"description\": \"Tax#1\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"PST\": {\n            \"description\": \"Tax#2\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"LINE_ITEM\": {\n            \"description\": \"Ref#\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"HLINE_ITEM\": {\n            \"description\": \"HRef # - MD0\",\n            \"type\": \"INTEGER\"\n        },\n        \"FUNCTION\": {\n            \"description\": \"Function\",\n            \"type\": \"VARCHAR(255)\"\n        }\n    },\n    \"required\": [\n        \"P_O\",\n        \"RELEASE\",\n        \"REQ_DATE\",\n        \"REQUESTED_BY\"\n    ]\n}"}],"_postman_id":"f1027d09-0358-44c3-8d62-82eda36917ba"},{"name":"Get Criteria","id":"390229de-52b1-401f-9ee5-fdab5bb0c135","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/@CRITERIA","description":"<p>Get the list of fields that are searchable for purchase order searches</p>\n<p><strong>Incremental API data retrievals:</strong> <code>version 1.06</code></p>\n<p>Added criteria for better selecting data changed or created as following:</p>\n<ul>\n<li><p>LAST_MODIFIED_DATE: data changed or created since this date</p>\n</li>\n<li><p>LAST_MODIFIED_TIME: for more accurate selection you can add the time of the day in combination with date.</p>\n</li>\n<li><p>LAST_MODIFIED_USER: data changed or created by this user.</p>\n</li>\n</ul>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","purchaseorder","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"79c90ba2-8586-4603-8217-93d900c25d18","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 17 Dec 2025 15:46:50 GMT"},{"key":"Content-Length","value":"434"},{"key":"Set-Cookie","value":"NSC_ESNS=002f45e5-d06b-1942-9678-00155da52b16_0247185356_3191204481_00000000008592803867; Path=/; Expires=Wed, 17-Dec-2025 15:47:05 GMT"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"PURCHASE_ORDER_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"STATUS\": \"Status\",\n    \"REQ_DATE\": \"Date\",\n    \"REQUESTED_BY\": \"Requested By\",\n    \"P_O\": \"P/O #\",\n    \"ML_DESK\": \"Desk\",\n    \"TYPE\": \"Type\",\n    \"LIMIT\": \"Limit\",\n    \"CURSOR\": \"Cursor\",\n    \"LAST_MODIFIED_DATE\": \"Last Modified Date\",\n    \"LAST_MODIFIED_TIME\": \"Last Modified Time\",\n    \"LAST_MODIFIED_USER\": \"Last Modified User\"\n}"}],"_postman_id":"390229de-52b1-401f-9ee5-fdab5bb0c135"},{"name":"Get Purchase Orders","id":"f5e60093-9692-4ae3-bbb5-4467a2babd63","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder?STATUS=NEW&TYPE=REG","urlObject":{"path":["CLIENT_ID","DATABASE_ID","purchaseorder"],"host":["https://api.megamation.com"],"query":[{"key":"STATUS","value":"NEW"},{"key":"TYPE","value":"REG"}],"variable":[]}},"response":[{"id":"0b9c7949-e825-4077-bba1-4c5f0d8b5fbb","name":"Get Purchase Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder?STATUS=NEW&TYPE=REG","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","purchaseorder"],"query":[{"key":"STATUS","value":"NEW"},{"key":"TYPE","value":"REG"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 14:50:27 GMT"},{"key":"Content-Length","value":"917"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"PurchaseOrder\": [\n            {\n                \"req_date\": \"2005-07-19\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3893\",\n                \"supplier_name\": \"ALARD EQUIPMENT CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"function\": \"REPLACE\",\n                        \"part\": \"GLOVES\",\n                        \"part_description\": \"Rubber Gloves\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"BOX50\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/purchaseorder/10037*HC000\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2006-10-24\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"function\": \"\",\n                        \"part\": \"\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/purchaseorder/3333*C001\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/purchaseorder?STATUS=NEW&TYPE=REG\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"f5e60093-9692-4ae3-bbb5-4467a2babd63"},{"name":"Get a specific purchase order's details","id":"9f99e671-3c0a-41dd-b013-ff8bcfee92c2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/10094*C001","urlObject":{"path":["CLIENT_ID","DATABASE_ID","purchaseorder","10094*C001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"b1a70801-c1b4-45ee-bf51-c474c73adf30","name":"Get a specific purchase order's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/10094*C001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 30 Jun 2021 14:41:03 GMT"},{"key":"Content-Length","value":"853"}],"cookie":[],"responseTime":null,"body":"{\n    \"approved_by\": \"\",\n    \"ml_desk\": \"\",\n    \"pur_agent\": \"LAURIE\",\n    \"p_o\": \"10094\",\n    \"release\": \"C001\",\n    \"requested_by\": \"BOB MUTCH\",\n    \"req_date\": \"06/30/2021\",\n    \"status\": \"NEW\",\n    \"supplier\": \"3343\",\n    \"type\": \"REG\",\n    \"part lineitems\": [\n        {\n            \"eqp_no\": \"\",\n            \"function\": \"REPLACE\",\n            \"gl_code\": \"041106\",\n            \"hline_item\": \"2\",\n            \"line_item\": \"\",\n            \"manufacturer\": \"\",\n            \"manufact_part\": \"\",\n            \"part\": \"DOORS\",\n            \"part_description\": \"Doors\",\n            \"pst\": \"N/I\",\n            \"qty\": \"4.00\",\n            \"unit_cst\": \"20000.0000\",\n            \"uom\": \"EA\"\n        },\n        {\n            \"eqp_no\": \"\",\n            \"function\": \"NEW\",\n            \"gl_code\": \"420-6511\",\n            \"hline_item\": \"\",\n            \"line_item\": \"\",\n            \"manufacturer\": \"\",\n            \"manufact_part\": \"\",\n            \"part\": \"BOLT00005\",\n            \"part_description\": \"6 - 32 X 1/2\\\" SS RD SLOT MACHINE SCREW\",\n            \"pst\": \"0.004\",\n            \"qty\": \"12.00\",\n            \"unit_cst\": \".0400\",\n            \"uom\": \"EA\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2019/dl/purchaseorder/10094*C001\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/dev2019/dl/purchaseorder\"\n        }\n    }\n}"}],"_postman_id":"9f99e671-3c0a-41dd-b013-ff8bcfee92c2"},{"name":"Create Purchase Order Change order","id":"be8bb5a2-0ee6-403e-b2cc-10af9840dcfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"p_o\": \"10094\",\r\n    \"requested_by\": \"BRAD HAUGHN\",\r\n    \"req_date\": \"06/30/2021\",\r\n    \"part lineitems\": [\r\n        {\r\n            \"function\": \"REPLACE\",\r\n            \"hline_item\": \"2\",\r\n            \"part\": \"DOORS\",\r\n            \"part_description\": \"Doors\",\r\n            \"pst\": \"N/I\",\r\n            \"qty\": \"4.00\",\r\n            \"unit_cst\": \"20000.0000\",\r\n            \"uom\": \"EA\"\r\n        },\r\n        {\r\n            \"function\": \"NEW\",\r\n            \"part\": \"BOLT00005\",\r\n            \"part_description\": \"6 - 32 X 1/2\\\" SS RD SLOT MACHINE SCREW\",\r\n            \"pst\": \"0.004\",\r\n            \"qty\": \"12.00\",\r\n            \"unit_cst\": \".0400\",\r\n            \"uom\": \"EA\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder","urlObject":{"path":["CLIENT_ID","DATABASE_ID","purchaseorder"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ec5b336c-253e-41f0-bd46-241fe668481b","name":"Create Purchase Order Change order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"p_o\": \"10094\",\r\n    \"requested_by\": \"BRAD HAUGHN\",\r\n    \"req_date\": \"06/30/2021\",\r\n    \"part lineitems\": [\r\n        {\r\n            \"function\": \"REPLACE\",\r\n            \"hline_item\": \"2\",\r\n            \"part\": \"DOORS\",\r\n            \"part_description\": \"Doors\",\r\n            \"pst\": \"N/I\",\r\n            \"qty\": \"4.00\",\r\n            \"unit_cst\": \"20000.0000\",\r\n            \"uom\": \"EA\"\r\n        },\r\n        {\r\n            \"function\": \"NEW\",\r\n            \"part\": \"BOLT00005\",\r\n            \"part_description\": \"6 - 32 X 1/2\\\" SS RD SLOT MACHINE SCREW\",\r\n            \"pst\": \"0.004\",\r\n            \"qty\": \"12.00\",\r\n            \"unit_cst\": \".0400\",\r\n            \"uom\": \"EA\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 05 Jul 2021 17:05:37 GMT"},{"key":"Content-Length","value":"27"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"10094*C001\"\n    ]\n}"}],"_postman_id":"be8bb5a2-0ee6-403e-b2cc-10af9840dcfd"},{"name":"Create specific Purchase Order Change Order","id":"7e2b1db0-e9bb-4f61-a899-207eee856931","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requested_by\": \"BRAD HAUGHN\",\r\n    \"req_date\": \"06/30/2021\",\r\n    \"part lineitems\": [\r\n        {\r\n            \"function\": \"REPLACE\",\r\n            \"hline_item\": \"2\",\r\n            \"part\": \"DOORS\",\r\n            \"part_description\": \"Doors\",\r\n            \"pst\": \"N/I\",\r\n            \"qty\": \"4.00\",\r\n            \"unit_cst\": \"20000.0000\",\r\n            \"uom\": \"EA\"\r\n        },\r\n        {\r\n            \"function\": \"NEW\",\r\n            \"part\": \"BOLT00005\",\r\n            \"part_description\": \"6 - 32 X 1/2\\\" SS RD SLOT MACHINE SCREW\",\r\n            \"pst\": \"0.004\",\r\n            \"qty\": \"12.00\",\r\n            \"unit_cst\": \".0400\",\r\n            \"uom\": \"EA\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/10094*C001","urlObject":{"path":["CLIENT_ID","DATABASE_ID","purchaseorder","10094*C001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"d1e1f4bd-eede-4b60-a765-673fd8499791","name":"Create specific Purchase Order Change Order","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"requested_by\": \"BRAD HAUGHN\",\r\n    \"req_date\": \"06/30/2021\",\r\n    \"part lineitems\": [\r\n        {\r\n            \"function\": \"REPLACE\",\r\n            \"hline_item\": \"2\",\r\n            \"part\": \"DOORS\",\r\n            \"part_description\": \"Doors\",\r\n            \"pst\": \"N/I\",\r\n            \"qty\": \"4.00\",\r\n            \"unit_cst\": \"20000.0000\",\r\n            \"uom\": \"EA\"\r\n        },\r\n        {\r\n            \"function\": \"NEW\",\r\n            \"part\": \"BOLT00005\",\r\n            \"part_description\": \"6 - 32 X 1/2\\\" SS RD SLOT MACHINE SCREW\",\r\n            \"pst\": \"0.004\",\r\n            \"qty\": \"12.00\",\r\n            \"unit_cst\": \".0400\",\r\n            \"uom\": \"EA\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/10094*C001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 05 Jul 2021 17:40:08 GMT"},{"key":"Content-Length","value":"27"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"10094*C001\"\n    ]\n}"}],"_postman_id":"7e2b1db0-e9bb-4f61-a899-207eee856931"},{"name":"Edit Purchase Order Change Order","id":"5c11c6bb-68eb-460c-822c-5808d3ae9849","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"part lineitems\": [\r\n        {\r\n            \"hline_item\": \"2\",\r\n            \"qty\": \"8.00\"\r\n        },\r\n        {\r\n            \"part\": \"BOLT00005\",\r\n            \"qty\": \"14.00\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/10094*C001","urlObject":{"path":["CLIENT_ID","DATABASE_ID","purchaseorder","10094*C001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3aa8d0ee-ab27-4b58-a1ae-bae78baab017","name":"Edit Purchase Order Change Order","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"part lineitems\": [\r\n        {\r\n            \"hline_item\": \"2\",\r\n            \"qty\": \"8.00\"\r\n        },\r\n        {\r\n            \"part\": \"BOLT00005\",\r\n            \"qty\": \"14.00\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/10094*C001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 05 Jul 2021 18:25:47 GMT"},{"key":"Content-Length","value":"27"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"10094*C001\"\n    ]\n}"}],"_postman_id":"5c11c6bb-68eb-460c-822c-5808d3ae9849"},{"name":"Cancel a Purchase Order Change Order","id":"6e549385-0d8e-4a2b-92cd-6c0b1cee48ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/10094*C001","urlObject":{"path":["CLIENT_ID","DATABASE_ID","purchaseorder","10094*C001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"fd098dfd-28e6-46bf-93d8-9bc47d32b5c0","name":"Cancel a Purchase Order Change Order","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/10094*C001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 05 Jul 2021 18:30:07 GMT"},{"key":"Content-Length","value":"150"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/dev2019/dl/purchaseorder/10094*C001\"\n}"}],"_postman_id":"6e549385-0d8e-4a2b-92cd-6c0b1cee48ca"}],"id":"fa7581d3-308a-4293-97fb-1ac5c9bf2663","description":"<p><code>Version 1.02</code></p>\n<p>You can retrieve a list of purchase orders or the details of a single purchase order from the <code>PURCHASE_ORDER_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new purchasing change order (C001) or release (R001) records that are based on the header (HC000/HR000) purchase order record. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder?STATUS=NEW&amp;TYPE=REG</code> where the data returned will only include values where the status is 'NEW' and the purchase order's type is 'REG'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/purchaseorder/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]REG</strong> to select results where the TYPE contains REG.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","_postman_id":"fa7581d3-308a-4293-97fb-1ac5c9bf2663"},{"name":"Receipt","item":[{"name":"Get Labels","id":"a1461af0-7137-4fdc-98d3-e6a13007391a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","receipt","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"45c2a963-194c-4905-9eb4-ce4b7c812ac8","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 10 Dec 2020 13:31:30 GMT"},{"key":"Content-Length","value":"844"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"RECEIPT_MASTER\",\n    \"Usage\": \"To get, update, and create receipt that will use the DirectLine System\",\n    \"RECEIVING_NO\": \"Receiving No\",\n    \"PURCHASE_ORDER\": \"P.O.#\",\n    \"RELEASE_NO\": \"Release\",\n    \"DATE_RECEIVED\": \"Date Received\",\n    \"REQUISITION_NO\": \"Requisition #\",\n    \"PART_NUMBER\": \"Part #\",\n    \"WAREHOUSE\": \"Whs\",\n    \"PART_DESCRIPTION\": \"Part Description\",\n    \"SUPPLIER_PART\": \"Supplier Part #\",\n    \"BILL_OF_LADING\": \"Lading\",\n    \"ACCOUNT\": \"Account\",\n    \"QTY_ORDERED\": \"Ordered\",\n    \"QTY_RECEIVED\": \"Rec'd\",\n    \"QTY_RETURNED\": \"Ret'd\",\n    \"RECEIVED_TO_DATE\": \"Received to Date\",\n    \"COMMENTS\": \"Requisition Comments\",\n    \"RECEIVER\": \"Receiver\",\n    \"UNIT_COST\": \"Unit Cost\",\n    \"UOM\": \"UOM\",\n    \"SUPPLIER_NO\": \"Supplier No\",\n    \"MANUFACTURER_PART_NO\": \"Mfg Part #\",\n    \"SUPPLIER_NAME\": \"Supplier Name\",\n    \"MANUFACTURER_NAME\": \"Manufacturer\",\n    \"COMPLETED_Y_N\": \"Order Complete\",\n    \"HLINE_ITEM\": \"Hline Item\",\n    \"EQP_NO\": \"Eqp No\",\n    \"LINE_ITEM\": \"Line Item\"\n}"}],"_postman_id":"a1461af0-7137-4fdc-98d3-e6a13007391a"},{"name":"Get Schema","id":"2b518782-4196-4536-974b-a9c51c206439","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","receipt","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"0e13b8e4-b032-4b62-9ca9-a9156f209f06","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 10 Dec 2020 13:33:11 GMT"},{"key":"Content-Length","value":"2030"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/receipt/@SCHEMA\",\n    \"title\": \"RECEIPT_API\",\n    \"description\": \"RECEIPT_MASTER table containing receipt information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"RECEIVING_NO\": {\n            \"description\": \"Receiving No\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PURCHASE_ORDER\": {\n            \"description\": \"P.O.#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"RELEASE_NO\": {\n            \"description\": \"Release\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DATE_RECEIVED\": {\n            \"description\": \"Date Received - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"REQUISITION_NO\": {\n            \"description\": \"Requisition #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PART_NUMBER\": {\n            \"description\": \"Part #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"WAREHOUSE\": {\n            \"description\": \"Whs\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PART_DESCRIPTION\": {\n            \"description\": \"Part Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SUPPLIER_PART\": {\n            \"description\": \"Supplier Part #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BILL_OF_LADING\": {\n            \"description\": \"Lading\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ACCOUNT\": {\n            \"description\": \"Account\",\n            \"type\": \"VARCHAR\"\n        },\n        \"QTY_ORDERED\": {\n            \"description\": \"Ordered - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"QTY_RECEIVED\": {\n            \"description\": \"Rec'd - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"QTY_RETURNED\": {\n            \"description\": \"Ret'd - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"RECEIVED_TO_DATE\": {\n            \"description\": \"Received to Date\",\n            \"type\": \"VARCHAR\"\n        },\n        \"COMMENTS\": {\n            \"description\": \"Requisition Comments\",\n            \"type\": \"VARCHAR\"\n        },\n        \"RECEIVER\": {\n            \"description\": \"Receiver\",\n            \"type\": \"VARCHAR\"\n        },\n        \"UNIT_COST\": {\n            \"description\": \"Unit Cost - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"UOM\": {\n            \"description\": \"UOM\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SUPPLIER_NO\": {\n            \"description\": \"Supplier No\",\n            \"type\": \"VARCHAR\"\n        },\n        \"MANUFACTURER_PART_NO\": {\n            \"description\": \"Mfg Part #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SUPPLIER_NAME\": {\n            \"description\": \"Supplier Name\",\n            \"type\": \"VARCHAR\"\n        },\n        \"MANUFACTURER_NAME\": {\n            \"description\": \"Manufacturer\",\n            \"type\": \"VARCHAR\"\n        },\n        \"COMPLETED_Y_N\": {\n            \"description\": \"Order Complete\",\n            \"type\": \"VARCHAR\"\n        },\n        \"HLINE_ITEM\": {\n            \"description\": \"Hline Item\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EQP_NO\": {\n            \"description\": \"Eqp No\",\n            \"type\": \"VARCHAR\"\n        },\n        \"LINE_ITEM\": {\n            \"description\": \"Line Item\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"RECEIVING_NO\",\n        \"PURCHASE_ORDER\",\n        \"RELEASE_NO\",\n        \"DATE_RECEIVED\"\n    ]\n}"}],"_postman_id":"2b518782-4196-4536-974b-a9c51c206439"},{"name":"Get Criteria","id":"e0064c23-48e0-4bfb-b6e6-31e1093ef8c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/@CRITERIA","description":"<p>Get the list of fields that are searchable for receipt searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","receipt","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"a5e8e68d-0eeb-4ad0-9b23-4275af2a8337","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 17:32:16 GMT"},{"key":"Content-Length","value":"463"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"RECEIPT_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"PURCHASE_ORDER\": \"P.O.#\",\n    \"SUPPLIER_NAME\": \"Supplier Name\",\n    \"PART_NUMBER\": \"Part #\",\n    \"DATE_RECEIVED\": \"Date Received\",\n    \"LIMIT\": \"The maximum number of records returned per request. The default for this field is 1000.\",\n    \"CURSOR\": \"Pass the cursor as a parameter to obtain additional record requests else is empty.\"\n}"}],"_postman_id":"e0064c23-48e0-4bfb-b6e6-31e1093ef8c9"},{"name":"Get receipts","id":"9bd06596-68c3-4ce9-8415-b018d03ccb7c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt?DATE_RECEIVED=<>2019-01-01,2019-12-31","description":"<p>An example of getting receipt information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","receipt"],"host":["https://api.megamation.com"],"query":[{"key":"DATE_RECEIVED","value":"<>2019-01-01,2019-12-31"}],"variable":[]}},"response":[{"id":"56693401-fdb8-418f-9e63-e9f4d0e14a4e","name":"Get receipts","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt?DATE_RECEIVED=<>2019-01-01,2019-12-31","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","receipt"],"query":[{"key":"DATE_RECEIVED","value":"<>2019-01-01,2019-12-31"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 14:52:02 GMT"},{"key":"Content-Length","value":"1166"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"receipt\": [\n            {\n                \"date_received\": \"2019-03-26\",\n                \"purchase_order\": \"10028\",\n                \"receiving_no\": \"10336\",\n                \"release_no\": \"R002\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"supplier_no\": \"1518\",\n                \"lineitems\": [\n                    {\n                        \"hline_item\": \"1\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"part_number\": \"LUBE00001\",\n                        \"qty_received\": \"1.00\",\n                        \"warehouse\": \"MT\"\n                    },\n                    {\n                        \"hline_item\": \"3\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"part_number\": \"LUBE00008\",\n                        \"qty_received\": \"2.00\",\n                        \"warehouse\": \"MT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/receipt/10336\"\n                    }\n                }\n            },\n            {\n                \"date_received\": \"2019-11-24\",\n                \"purchase_order\": \"DP-0001\",\n                \"receiving_no\": \"10337\",\n                \"release_no\": \"R006\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"supplier_no\": \"1570\",\n                \"lineitems\": [\n                    {\n                        \"hline_item\": \"\",\n                        \"part_description\": \"Thermostat for\",\n                        \"part_number\": \"THERMOSTAT\",\n                        \"qty_received\": \"1.00\",\n                        \"warehouse\": \"NI\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/receipt/10337\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/receipt?DATE_RECEIVED=%3C%3E2019-01-01%2C2019-12-31\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"9bd06596-68c3-4ce9-8415-b018d03ccb7c"},{"name":"Get a specific receipt's details","id":"84bca017-0f43-4c1e-85a1-80f2b16f5dd0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/10336","description":"<p>Get details of a specific receipt record.  This typically includes more information than the receipt list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","receipt","10336"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"823dd8a2-0721-4750-9ae7-64fb63f75ea3","name":"Get a specific receipt's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/10336"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 10 Dec 2020 13:45:25 GMT"},{"key":"Content-Length","value":"1087"}],"cookie":[],"responseTime":null,"body":"{\n    \"bill_of_lading\": \"\",\n    \"comments\": \"\",\n    \"completed_y_n\": \"\",\n    \"date_received\": \"2019-03-26\",\n    \"purchase_order\": \"10028\",\n    \"receiver\": \"Cook, Jim\",\n    \"receiving_no\": \"10336\",\n    \"release_no\": \"R002\",\n    \"requisition_no\": \"\",\n    \"supplier_name\": \"LILO PRODUCTS\",\n    \"supplier_no\": \"1518\",\n    \"lineitems\": [\n        {\n            \"eqp_no\": \"\",\n            \"hline_item\": \"1\",\n            \"line_item\": \"1\",\n            \"manufacturer_name\": \"SHELL OIL\",\n            \"manufacturer_part_no\": \"\",\n            \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n            \"part_number\": \"LUBE00001\",\n            \"qty_ordered\": \"1.00\",\n            \"qty_received\": \"1.00\",\n            \"qty_returned\": \"\",\n            \"received_to_date\": \"1\",\n            \"supplier_part\": \"\",\n            \"unit_cost\": \"270.60\",\n            \"uom\": \"DRUM\",\n            \"warehouse\": \"MT\"\n        },\n        {\n            \"eqp_no\": \"\",\n            \"hline_item\": \"3\",\n            \"line_item\": \"2\",\n            \"manufacturer_name\": \"\",\n            \"manufacturer_part_no\": \"\",\n            \"part_description\": \"SHELL CORENA #68 OIL\",\n            \"part_number\": \"LUBE00008\",\n            \"qty_ordered\": \"1.00\",\n            \"qty_received\": \"2.00\",\n            \"qty_returned\": \"\",\n            \"received_to_date\": \"2\",\n            \"supplier_part\": \"\",\n            \"unit_cost\": \"29.00\",\n            \"uom\": \"DRUM\",\n            \"warehouse\": \"MT\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/receipt/10336\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/receipt\"\n        }\n    }\n}"}],"_postman_id":"84bca017-0f43-4c1e-85a1-80f2b16f5dd0"},{"name":"Create receipt","id":"69fd0d94-e29c-40b0-b7c2-3c6be2276c9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date_received\": \"2020-12-11\",\r\n    \"purchase_order\": \"10029\",\r\n    \"release_no\": \"R001\",\r\n    \"receiver\": \"Haughn, Brad\",\r\n    \"lineitems\": [\r\n        {\r\n            \"hline_item\": \"1\",\r\n            \"qty_received\": \"1.00\"\r\n        },\r\n        {\r\n            \"hline_item\": \"2\",\r\n            \"qty_received\": \"1.00\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt","description":"<p>Create one or more receipt</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","receipt"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"355d3473-e98f-4a03-acde-7316381b1f7d","name":"Create receipt","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date_received\": \"2020-12-11\",\r\n    \"purchase_order\": \"10029\",\r\n    \"release_no\": \"R001\",\r\n    \"receiver\": \"Haughn, Brad\",\r\n    \"lineitems\": [\r\n        {\r\n            \"hline_item\": \"1\",\r\n            \"qty_received\": \"1.00\"\r\n        },\r\n        {\r\n            \"hline_item\": \"2\",\r\n            \"qty_received\": \"1.00\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 11 Dec 2020 17:33:10 GMT"},{"key":"Content-Length","value":"22"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"10339\"\n    ]\n}"}],"_postman_id":"69fd0d94-e29c-40b0-b7c2-3c6be2276c9d"}],"id":"5e9530dc-c933-4a3b-ae60-8e01a43ea523","description":"<p>You can retrieve a list of receipts or the details of a single receipt from the <code>RECEIPT_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new receipt records. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt?PURCHASE_ORDER=10001</code> where the data returned will only include values where the Purchaser Order is '10001'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/receipt/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"0ad286a9-a939-4dbb-8efd-d1559daa9eb8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"16d2d3fb-39a8-4ea8-9a33-f9c4838a0d6c","type":"text/javascript","exec":[""]}}],"_postman_id":"5e9530dc-c933-4a3b-ae60-8e01a43ea523"},{"name":"Requisition","item":[{"name":"Get Labels","id":"01d62d89-0087-4c73-8bcf-c1edf2c1af38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","requisition","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e4337f1a-3cb8-4788-903d-3feca817df08","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 16:56:37 GMT"},{"key":"Content-Length","value":"552"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"REQUISITION_MASTER\",\n    \"Usage\": \"To get, update, and create employees that will use the DirectLine System\",\n    \"REQUISITION\": \"Requisition\",\n    \"REQ_DATE\": \"Date\",\n    \"REQUESTED_BY\": \"Requested By\",\n    \"SUPPLIER\": \"Supplier #\",\n    \"TYPE\": \"Type\",\n    \"STATUS\": \"Status\",\n    \"P_O\": \"P/O #\",\n    \"ML_DESK\": \"Desk\",\n    \"APPROVED_BY\": \"Date\",\n    \"PUR_AGENT\": \"Pur Agent\",\n    \"PART\": \"Part #\",\n    \"PART_DESCRIPTION\": \"Description\",\n    \"QTY\": \"Qty\",\n    \"UOM\": \"UOM\",\n    \"UNIT_CST\": \"Unit Cost\",\n    \"EQP_NO\": \"Equipment #\",\n    \"GL_CODE\": \"Account #\",\n    \"MANUFACTURER\": \"Manufacturer\",\n    \"MANUFACT_PART\": \"Mfg Part #\",\n    \"GST\": \"Tax#1\",\n    \"PST\": \"Tax#2\"\n}"}],"_postman_id":"01d62d89-0087-4c73-8bcf-c1edf2c1af38"},{"name":"Get Schema","id":"a177d522-a48b-41e4-8afa-72c2d147ef0f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","requisition","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"d10db49e-43b3-4c8b-ad47-ab3de83d21f2","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 16:56:50 GMT"},{"key":"Content-Length","value":"1509"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/requisition/@SCHEMA\",\n    \"title\": \"REQUISITION_API\",\n    \"description\": \"REQUISITION_MASTER table containing MRO requisition information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"REQUISITION\": {\n            \"description\": \"Requisition\",\n            \"type\": \"VARCHAR\"\n        },\n        \"REQ_DATE\": {\n            \"description\": \"Date - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"REQUESTED_BY\": {\n            \"description\": \"Requested By\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SUPPLIER\": {\n            \"description\": \"Supplier #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TYPE\": {\n            \"description\": \"Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"STATUS\": {\n            \"description\": \"Status\",\n            \"type\": \"VARCHAR\"\n        },\n        \"P_O\": {\n            \"description\": \"P/O #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ML_DESK\": {\n            \"description\": \"Desk\",\n            \"type\": null\n        },\n        \"APPROVED_BY\": {\n            \"description\": \"Date\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PUR_AGENT\": {\n            \"description\": \"Pur Agent\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PART\": {\n            \"description\": \"Part #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PART_DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"QTY\": {\n            \"description\": \"Qty - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"UOM\": {\n            \"description\": \"UOM\",\n            \"type\": \"VARCHAR\"\n        },\n        \"UNIT_CST\": {\n            \"description\": \"Unit Cost - [COST.OUTPUT4]\",\n            \"type\": \"FLOAT\"\n        },\n        \"EQP_NO\": {\n            \"description\": \"Equipment #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"GL_CODE\": {\n            \"description\": \"Account #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"MANUFACTURER\": {\n            \"description\": \"Manufacturer\",\n            \"type\": \"VARCHAR\"\n        },\n        \"MANUFACT_PART\": {\n            \"description\": \"Mfg Part #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"GST\": {\n            \"description\": \"Tax#1\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PST\": {\n            \"description\": \"Tax#2\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"REQUISITION\",\n        \"REQ_DATE\",\n        \"REQUESTED_BY\",\n        \"SUPPLIER\"\n    ]\n}"}],"_postman_id":"a177d522-a48b-41e4-8afa-72c2d147ef0f"},{"name":"Get Criteria","id":"cc8aa26f-557f-4d73-9d31-d97b5acfb9d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/@CRITERIA","description":"<p>Get the list of fields that are searchable for requisition searches</p>\n<p><strong>Incremental API data retrievals:</strong> <code>version 1.06</code></p>\n<p>Added criteria for better selecting data changed or created as following:</p>\n<ul>\n<li><p>LAST_MODIFIED_DATE: data changed or created since this date</p>\n</li>\n<li><p>LAST_MODIFIED_TIME: for more accurate selection you can add the time of the day in combination with date.</p>\n</li>\n<li><p>LAST_MODIFIED_USER: data changed or created by this user.</p>\n</li>\n</ul>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","requisition","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c49da659-30cc-4423-8694-2e1146e21f31","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 17 Dec 2025 15:46:03 GMT"},{"key":"Content-Length","value":"381"},{"key":"Set-Cookie","value":"NSC_ESNS=0035a4f6-d03b-1942-9678-00155da52b16_2707197430_0299030715_00000000008592803420; Path=/; Expires=Wed, 17-Dec-2025 15:46:18 GMT"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"REQUISITION_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLIFLEDS\": \"Allifleds\",\n    \"STATUS\": \"Status\",\n    \"REQ_DATE\": \"Date\",\n    \"REQUESTED_BY\": \"Requested By\",\n    \"P_O\": \"P/O #\",\n    \"ML_DESK\": \"Desk\",\n    \"TYPE\": \"Type\",\n    \"LIMIT\": \"Limit\",\n    \"CURSOR\": \"Cursor\",\n    \"LAST_MODIFIED_DATE\": \"Last Modified Date\",\n    \"LAST_MODIFIED_TIME\": \"Last Modified Time\",\n    \"LAST_MODIFIED_USER\": \"Last Modified User\"\n}"}],"_postman_id":"cc8aa26f-557f-4d73-9d31-d97b5acfb9d2"},{"name":"Get Requisitions","id":"85b82dff-367f-4d9c-bf3f-35544574a203","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition?STATUS=NEW&TYPE=REG","description":"<p>An example of getting requisition information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","requisition"],"host":["https://api.megamation.com"],"query":[{"key":"STATUS","value":"NEW"},{"key":"TYPE","value":"REG"}],"variable":[]}},"response":[{"id":"8c6e1293-8b9a-46d3-a846-ad8e05face46","name":"Get Requisitions","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition?STATUS=NEW&TYPE=REG","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","requisition"],"query":[{"key":"STATUS","value":"NEW"},{"key":"TYPE","value":"REG"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 14:51:11 GMT"},{"key":"Content-Length","value":"260357"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Requisition\": [\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10023\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GRIN00009\",\n                        \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"GRIN00007\",\n                        \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00007\",\n                        \"part_description\": \"AAA SIZE\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10023\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10025\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10006\",\n                \"supplier_name\": \"ACME MOTORS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"123456\",\n                        \"part_description\": \"This is a part to substitue for BEAR00491\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10025\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10030\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00013\",\n                        \"part_description\": \"12AP-416093 DYNAMIC SEAL(CHROME OXIDE),2 PER UNIT.\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00023\",\n                        \"part_description\": \"546-P-416862 STATIC SEAL(SILICONE CARBIDE),2 PER UNIT.\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00025\",\n                        \"part_description\": \"12HP-434868 SEAL CUSHION,VITON.2 PER UNIT.\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00027\",\n                        \"part_description\": \"12-H-P-411714 UPPER WEAR SLEEVE.1 PER UNIT.\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"HOMO00052\",\n                        \"part_description\": \"MC/MS18 WATER DRIP RING-034403\",\n                        \"qty\": \"18.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP01610\",\n                        \"part_description\": \"PRE125 35 LOCATING RING-LADISH PUMP\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP01911\",\n                        \"part_description\": \"PRED-125 DRIVE SHAFT (R125E-2 1/2-12-316)-LADISH PUMP\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP01914\",\n                        \"part_description\": \"PR125 2 LOBE IMPELLER STAINLESS STEEL\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SCRP00002\",\n                        \"part_description\": \"SCRAPER FOR MULTIFILL HOLDING TANK\",\n                        \"qty\": \"27.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10030\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10037\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2740\",\n                \"supplier_name\": \"ARMOUR VALVE LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"TEST\",\n                        \"part_description\": \"test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test t\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00001\",\n                        \"part_description\": \"test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test t\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00002\",\n                        \"part_description\": \"test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test tGEN.ELEC.#17A240EW/PHILLIPS RQM-2S40-TPC(FOR 4' 2 LAMP SLIM-LINE)\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00003\",\n                        \"part_description\": \"test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test test 17A128E1 BA...\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00004\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00005\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00006\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00008\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00009\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00010\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00001\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00002\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00004\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00005\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00006\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00007\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00009\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00010\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00011\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00013\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00002\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00003\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00004\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00005\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00006\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00007\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00008\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00009\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00010\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00011\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00012\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00013\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00014\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00015\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00016\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00017\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00018\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00019\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00020\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00021\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00022\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00023\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00024\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00028\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00029\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00030\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00031\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00032\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00034\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00036\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00037\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00038\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00039\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00044\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00051\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00059\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00060\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00061\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00062\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00063\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00064\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00065\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00066\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00067\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00068\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00069\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00070\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00071\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00072\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00073\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00074\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00075\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00076\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00077\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00078\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00079\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00080\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00081\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00082\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00083\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00084\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00085\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00086\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00087\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00088\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00089\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00090\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00091\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00092\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00093\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00094\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00095\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00096\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00097\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00098\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"TEST\",\n                        \"part_description\": \"\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10037\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10038\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00012\",\n                        \"part_description\": \"6314 ZZC3/5C BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10038\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10040\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00013\",\n                        \"part_description\": \"12AP-416093 DYNAMIC SEAL(CHROME OXIDE),2 PER UNIT.\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10040\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10042\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BERT00074\",\n                        \"part_description\": \"150L050 TIMING BELT,ORIENTATION ROLLER-BERTEK\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"GLOV00008\",\n                        \"part_description\": \"#746 LEATHER FACED COTTON GLOVES\",\n                        \"qty\": \"120.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"GLOV00013\",\n                        \"part_description\": \"WOMEN'S BLUE GLOVES #760PMW NET BACK-MED\",\n                        \"qty\": \"120.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"GLOV00016\",\n                        \"part_description\": \"#47-400 PVC FACED COTTON GLOVE\",\n                        \"qty\": \"100.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"JAGN00142\",\n                        \"part_description\": \"1.340.00.16.002/1 GLUE PUMP REPAIR KIT-JAGENBURG\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00098\",\n                        \"part_description\": \"CF200 MODULE (GUN)-LANGGUTH,NOTE:PRICE $576 IS FOR EXCHANGE UNIT\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00140\",\n                        \"part_description\": \"105-448 SERIES 3000 PUMP SERVICE KIT (CUP,WASHER,GASKET) E40 LABELLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00147\",\n                        \"part_description\": \"SERIES 2302 PUMP SEAL SERVICE KIT-E40 LABELLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00149\",\n                        \"part_description\": \"SERIES 2302 PUMP VALVE/SPRING SEAT SERVICE KIT-E40 LABELLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LUBE00018\",\n                        \"part_description\": \"LOCTITE ANTI-SEIZE\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"NOZZ00009\",\n                        \"part_description\": \"STRAUM.M70 3/4\\\" SWIVEL NOZZLE (WASHUPS)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PFAU00097\",\n                        \"part_description\": \"DRIVE BELT (INFEED DRIVE TO CONV.DRIVE) 280H150-PFAUDLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00016\",\n                        \"part_description\": \"1/2\\\" 90 DEG ELBOW-BLACK\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE01025\",\n                        \"part_description\": \"1/2\\\" UNION-STAINLESS STEEL\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10042\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10044\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10044\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10047\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1500\",\n                \"supplier_name\": \"LADISH CO.OF CANADA LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PUMP01638\",\n                        \"part_description\": \"PRE125095A ADJ SCREW-LADISH PUMP\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10047\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10048\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EMTT00038\",\n                        \"part_description\": \"1/2\\\" \\\"T\\\" RIGID FITTING THREADED\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10048\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10049\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONN00033\",\n                        \"part_description\": \"1/2\\\" SEALTIGHT CONNECTOR (STRAIGHT)\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"HEAT00026\",\n                        \"part_description\": \"B9.10 SQ.D OVERLOAD HEATER\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10049\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10050\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1597\",\n                \"supplier_name\": \"AIRTRON INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PUMP00001\",\n                        \"part_description\": \"GOULD PUMP CASING-#1 SPRAY COOLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10050\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10054\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4459\",\n                \"supplier_name\": \"APPLE INDUSTRIAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00340\",\n                        \"part_description\": \"MJ 3/4-2RS BEARING-RHP\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10054\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10055\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1747\",\n                \"supplier_name\": \"3M CANADA INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PPML00011\",\n                        \"part_description\": \"#13 IDLER STUB-PPM LABELLER\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10055\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10056\",\n                \"status\": \"NEW\",\n                \"supplier\": \"8501\",\n                \"supplier_name\": \"ABELL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"VALV00230\",\n                        \"part_description\": \"BURKERT STEAM VALVE #255-A-5/32-E-BC-3/8 NPT 120/60-R-E 000 120V 60HZ 12W P MAX 170PSI (FOR USE ON MIURA BOILERS)\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10056\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10058\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3425\",\n                \"supplier_name\": \"ACME STRAPPING INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00002\",\n                        \"part_description\": \"D CELL BATTERY\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00395\",\n                        \"part_description\": \"EW1 BEARING-INA ANDREWS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10058\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10059\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00025\",\n                        \"part_description\": \"12HP-434868 SEAL CUSHION,VITON.2 PER UNIT.\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SCRP00002\",\n                        \"part_description\": \"SCRAPER FOR MULTIFILL HOLDING TANK\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10059\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10062\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4066\",\n                \"supplier_name\": \"DUPONT/CRYOVAC CANADA INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DUPO00016\",\n                        \"part_description\": \"1115A HORIZONTAL ELEMENT TYPE B-DUPONT\",\n                        \"qty\": \"15.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10062\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10063\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GRIN00009\",\n                        \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10063\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10064\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00023\",\n                        \"part_description\": \"546-P-416862 STATIC SEAL(SILICONE CARBIDE),2 PER UNIT.\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"HOMO00052\",\n                        \"part_description\": \"MC/MS18 WATER DRIP RING-034403\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SCRP00002\",\n                        \"part_description\": \"SCRAPER FOR MULTIFILL HOLDING TANK\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10064\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10067\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4503\",\n                \"supplier_name\": \"F.N. SHEPPARD & CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"UNSC00019\",\n                        \"part_description\": \"800H200 TIMING BELT W/5mm RRG COVER (AIR CLEANER BELT)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10067\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10068\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00007\",\n                        \"part_description\": \"DOUBLE RECEPTACLE COVER-METAL\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00036\",\n                        \"part_description\": \"1110 UTILITY BOX (METAL)\",\n                        \"qty\": \"14.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \"19.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00038\",\n                        \"part_description\": \"1/2\\\" \\\"T\\\" RIGID FITTING THREADED\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10068\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10069\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00002\",\n                        \"part_description\": \"2002-2180 BRAKE BELT,FILM STOCK DRIVE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00013\",\n                        \"part_description\": \"LM25U-A BUSHING,HORIZ.SEAL BASE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00018\",\n                        \"part_description\": \"2002-8423 'EASY OPEN' SILICONE MAT TOP,HORIZ.SEAL MAT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10069\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10070\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4759\",\n                \"supplier_name\": \"MAPLE LEAF COMMERCIAL SER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PHIN00187\",\n                        \"part_description\": \"BELT DRIVE ANGLED GEAR BOX-PHIN(ONLY ORDER WHEN REQ)\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10070\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10071\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4759\",\n                \"supplier_name\": \"MAPLE LEAF COMMERCIAL SER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"JAGN00125\",\n                        \"part_description\": \"ELASTIC BAND FOR JAGENBURG CENTERING BELLS(BUY LOCAL)\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"TEST-BENCH\",\n                        \"part_description\": \"Test Bench Equipment\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10071\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10076\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3014\",\n                \"supplier_name\": \"PRIORITY ONE PACKAGING LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"JAGN00156\",\n                        \"part_description\": \"1.340.20.07.001/1 BUSHING C/W SET SCREW & CLIP-SOLAR 50 TURRET TOP CENTERING HEAD\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"JAGN00157\",\n                        \"part_description\": \"1.340.00.07.004/1 ROLLER BOLT-SOLAR 50 TURRET TOP CENTERING HEAD\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"JAGN00159\",\n                        \"part_description\": \"1.340.00.53.024/1 CENTERING HEAD,COMPLETE-SOLAR 50\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00053\",\n                        \"part_description\": \"4015-44-003 LABEL FINGER-LANGGUTH HEIGHT ADJ.MAGAZINE\",\n                        \"qty\": \"16.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10076\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10077\",\n                \"status\": \"NEW\",\n                \"supplier\": \"5173\",\n                \"supplier_name\": \"MATRIX TECHNOLOGY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DUPO00010\",\n                        \"part_description\": \"0957A 1\\\" TEFLON TAPE,ROLL-DUPONT\",\n                        \"qty\": \"19.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10077\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10078\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2185\",\n                \"supplier_name\": \"CRESCENT OIL CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10078\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10079\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00038\",\n                        \"part_description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                        \"qty\": \".02\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"LUBE00018\",\n                        \"part_description\": \"LOCTITE ANTI-SEIZE\",\n                        \"qty\": \"17.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00137\",\n                        \"part_description\": \"1/2\\\" CAP-BLACK\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00764\",\n                        \"part_description\": \"HAS-16 TRIDON HOSE CLAMP\",\n                        \"qty\": \"39.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10079\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10080\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00019\",\n                        \"part_description\": \"85W140FG JAX GEAR OIL\",\n                        \"qty\": \"3.25\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10080\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10081\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PAINT00018\",\n                        \"part_description\": \"EXTEND\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"CAN\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10081\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10082\",\n                \"status\": \"NEW\",\n                \"supplier\": \"5293\",\n                \"supplier_name\": \"ROPAK CANADA INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PAIL00006\",\n                        \"part_description\": \"GREEN PLASTIC PAIL - 20 LITRE\",\n                        \"qty\": \"106.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10082\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10083\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2381\",\n                \"supplier_name\": \"E.N.TOOL SUPPLY LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00011\",\n                        \"part_description\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"qty\": \"22.00\",\n                        \"uom\": \"GAL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10083\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10084\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1500\",\n                \"supplier_name\": \"LADISH CO.OF CANADA LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PUMP01430\",\n                        \"part_description\": \"PR25 280-1 WEAR RING-LADISH PUMP\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10084\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10085\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EMTT00044\",\n                        \"part_description\": \"1/2\\\" EMT LB (RIGID)\",\n                        \"qty\": \"19.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10085\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10086\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"TAPS00004\",\n                        \"part_description\": \"10/32\\\" NC HS TAPER TAP\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10086\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10087\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00005\",\n                        \"part_description\": \"OCTAGON BOX-METAL\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00013\",\n                        \"part_description\": \"1 1/4\\\" EMT CONNECTOR (CT)\",\n                        \"qty\": \"36.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"MARR00001\",\n                        \"part_description\": \"#31 MARRETTES-YELLOW(100/BOX)\",\n                        \"qty\": \"485.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"MARR00006\",\n                        \"part_description\": \"#29 MARRETTES BLUE(100/BOX)\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PVCC00026\",\n                        \"part_description\": \"1\\\" PVC THREADED ADAPTOR\",\n                        \"qty\": \"37.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PVCC00080\",\n                        \"part_description\": \"PVC VSC 15/10 SWITCH COVER\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RECP00020\",\n                        \"part_description\": \"U GRD DUPLEX RECPT.125V 15A 5262\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10087\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10088\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1919\",\n                \"supplier_name\": \"STANDARD KNAPP INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"KNAP00004\",\n                        \"part_description\": \"920B26 LOCK CLAMP\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00005\",\n                        \"part_description\": \"920B56 TABLE APRON GUIDE BLOCK\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00007\",\n                        \"part_description\": \"920A38 SHOCK ABSORBER PAD\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00008\",\n                        \"part_description\": \"920B61-1 TABLE GUIDE TUBE BUSHING\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00009\",\n                        \"part_description\": \"5100-200 RETAINING RING\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00010\",\n                        \"part_description\": \"844B37 GUIDE ROD SCRAPER\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00011\",\n                        \"part_description\": \"56-1219-6 GUIDE ROD SEAL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00012\",\n                        \"part_description\": \"12-276-5 GUIDE ROD BALL BUSHING\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00013\",\n                        \"part_description\": \"920B62 LOWER BEARING CAP & DIRT SHIELD\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00014\",\n                        \"part_description\": \"844B33 RETAINING RING SCRAPER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10088\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10089\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00002\",\n                        \"part_description\": \"STEAM FILTER 2 3/8\\\"OD x 19 3/4\\\"LG SINTERED POWDER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"FILT00004\",\n                        \"part_description\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10089\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10091\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3562\",\n                \"supplier_name\": \"ALLEN BRADLEY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10091\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10099\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LANG00098\",\n                        \"part_description\": \"CF200 MODULE (GUN)-LANGGUTH,NOTE:PRICE $576 IS FOR EXCHANGE UNIT\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"NOZZ00009\",\n                        \"part_description\": \"STRAUM.M70 3/4\\\" SWIVEL NOZZLE (WASHUPS)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00137\",\n                        \"part_description\": \"1/2\\\" CAP-BLACK\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10099\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10100\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1919\",\n                \"supplier_name\": \"STANDARD KNAPP INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"KNAP00004\",\n                        \"part_description\": \"920B26 LOCK CLAMP\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00007\",\n                        \"part_description\": \"920A38 SHOCK ABSORBER PAD\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00010\",\n                        \"part_description\": \"844B37 GUIDE ROD SCRAPER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10100\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10104\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00015\",\n                        \"part_description\": \"PR-1-1669 PRESSURE SPRING-ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10104\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10106\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3014\",\n                \"supplier_name\": \"PRIORITY ONE PACKAGING LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"JAGN00156\",\n                        \"part_description\": \"1.340.20.07.001/1 BUSHING C/W SET SCREW & CLIP-SOLAR 50 TURRET TOP CENTERING HEAD\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"JAGN00157\",\n                        \"part_description\": \"1.340.00.07.004/1 ROLLER BOLT-SOLAR 50 TURRET TOP CENTERING HEAD\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"JAGN00159\",\n                        \"part_description\": \"1.340.00.53.024/1 CENTERING HEAD,COMPLETE-SOLAR 50\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00053\",\n                        \"part_description\": \"4015-44-003 LABEL FINGER-LANGGUTH HEIGHT ADJ.MAGAZINE\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10106\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10107\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4066\",\n                \"supplier_name\": \"DUPONT/CRYOVAC CANADA INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DUPO00016\",\n                        \"part_description\": \"1115A HORIZONTAL ELEMENT TYPE B-DUPONT\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10107\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10108\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GRIN00009\",\n                        \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10108\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10109\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00013\",\n                        \"part_description\": \"12AP-416093 DYNAMIC SEAL(CHROME OXIDE),2 PER UNIT.\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00023\",\n                        \"part_description\": \"546-P-416862 STATIC SEAL(SILICONE CARBIDE),2 PER UNIT.\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00025\",\n                        \"part_description\": \"12HP-434868 SEAL CUSHION,VITON.2 PER UNIT.\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"HOMO00052\",\n                        \"part_description\": \"MC/MS18 WATER DRIP RING-034403\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP01914\",\n                        \"part_description\": \"PR125 2 LOBE IMPELLER STAINLESS STEEL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SCRP00002\",\n                        \"part_description\": \"SCRAPER FOR MULTIFILL HOLDING TANK\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10109\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10110\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2158\",\n                \"supplier_name\": \"ALEX E JONES & ASSOCIATES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RESI00017\",\n                        \"part_description\": \"RU5137 BOTTOM RUNNER STRIP-RESINA\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10110\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10111\",\n                \"status\": \"NEW\",\n                \"supplier\": \"5173\",\n                \"supplier_name\": \"MATRIX TECHNOLOGY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DUPO00010\",\n                        \"part_description\": \"0957A 1\\\" TEFLON TAPE,ROLL-DUPONT\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10111\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10112\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BERT00074\",\n                        \"part_description\": \"150L050 TIMING BELT,ORIENTATION ROLLER-BERTEK\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"GLOV00008\",\n                        \"part_description\": \"#746 LEATHER FACED COTTON GLOVES\",\n                        \"qty\": \"11.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"GLOV00013\",\n                        \"part_description\": \"WOMEN'S BLUE GLOVES #760PMW NET BACK-MED\",\n                        \"qty\": \"33.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"GLOV00016\",\n                        \"part_description\": \"#47-400 PVC FACED COTTON GLOVE\",\n                        \"qty\": \".00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"JAGN00142\",\n                        \"part_description\": \"1.340.00.16.002/1 GLUE PUMP REPAIR KIT-JAGENBURG\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00098\",\n                        \"part_description\": \"CF200 MODULE (GUN)-LANGGUTH,NOTE:PRICE $576 IS FOR EXCHANGE UNIT\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00140\",\n                        \"part_description\": \"105-448 SERIES 3000 PUMP SERVICE KIT (CUP,WASHER,GASKET) E40 LABELLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"NOZZ00009\",\n                        \"part_description\": \"STRAUM.M70 3/4\\\" SWIVEL NOZZLE (WASHUPS)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PFAU00097\",\n                        \"part_description\": \"DRIVE BELT (INFEED DRIVE TO CONV.DRIVE) 280H150-PFAUDLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00016\",\n                        \"part_description\": \"1/2\\\" 90 DEG ELBOW-BLACK\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00137\",\n                        \"part_description\": \"1/2\\\" CAP-BLACK\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00764\",\n                        \"part_description\": \"HAS-16 TRIDON HOSE CLAMP\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE01025\",\n                        \"part_description\": \"1/2\\\" UNION-STAINLESS STEEL\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RIV00001\",\n                        \"part_description\": \"POP RIVETS 1/8 1/4 SSD4455B5\",\n                        \"qty\": \".00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10112\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10113\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00019\",\n                        \"part_description\": \"85W140FG JAX GEAR OIL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10113\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10114\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00012\",\n                        \"part_description\": \"6314 ZZC3/5C BEARING NTN-RIETZ MILL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SEAL00024\",\n                        \"part_description\": \"7512 CR SEAL (.750 X 1.375 X .250)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SEAL00088\",\n                        \"part_description\": \"13050 CR SEAL (1.313 X 1.874 X .375)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10114\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10115\",\n                \"status\": \"NEW\",\n                \"supplier\": \"5293\",\n                \"supplier_name\": \"ROPAK CANADA INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PAIL00006\",\n                        \"part_description\": \"GREEN PLASTIC PAIL - 20 LITRE\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10115\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10116\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4383\",\n                \"supplier_name\": \"SPECIALTY CHEMICALS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00050\",\n                        \"part_description\": \"BOILER SCALE CONDITIONER- SCALE TOX XTRA\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10116\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10117\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2419\",\n                \"supplier_name\": \"WELD TECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"WELD00006\",\n                        \"part_description\": \"#095-485 WIRE TIP GUARDS\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10117\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10118\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00002\",\n                        \"part_description\": \"2002-2180 BRAKE BELT,FILM STOCK DRIVE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00003\",\n                        \"part_description\": \"NO-2158 SPRING,FILM STOCK DRIVE SHAFT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00004\",\n                        \"part_description\": \"2002-3320 SILICONE RUBBER FOR DATE CODE PRINTER-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00006\",\n                        \"part_description\": \"2002-3140 TENSION ROLLER COLLER (REAR)-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00008\",\n                        \"part_description\": \"5SD-63-10 AIR CYLINDER-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00013\",\n                        \"part_description\": \"LM25U-A BUSHING,HORIZ.SEAL BASE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00014\",\n                        \"part_description\": \"LM20U-A BUSHING,HORIZ.SEAL CLOSURE HEATER ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00016\",\n                        \"part_description\": \"SSD32-10 AIR CYLINDER,HORIZ.SEAL SILICONE MAT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00018\",\n                        \"part_description\": \"2002-8423 'EASY OPEN' SILICONE MAT TOP,HORIZ.SEAL MAT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00020\",\n                        \"part_description\": \"2002-8533 'EASY OPEN' KNIFE BLADE,HORIZ.SEAL MAT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00025\",\n                        \"part_description\": \"2002-8450 HEATER INSULATION,HORIZ.SEAL COOLING (RH) ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00026\",\n                        \"part_description\": \"LFF-1210 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00027\",\n                        \"part_description\": \"LFB-2525 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00029\",\n                        \"part_description\": \"LFF-2015 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10118\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10119\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1500\",\n                \"supplier_name\": \"LADISH CO.OF CANADA LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PUMP01430\",\n                        \"part_description\": \"PR25 280-1 WEAR RING-LADISH PUMP\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP01638\",\n                        \"part_description\": \"PRE125095A ADJ SCREW-LADISH PUMP\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10119\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10120\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4503\",\n                \"supplier_name\": \"F.N. SHEPPARD & CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"UNSC00019\",\n                        \"part_description\": \"800H200 TIMING BELT W/5mm RRG COVER (AIR CLEANER BELT)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10120\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10121\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00007\",\n                        \"part_description\": \"DOUBLE RECEPTACLE COVER-METAL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00036\",\n                        \"part_description\": \"1110 UTILITY BOX (METAL)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00038\",\n                        \"part_description\": \"1/2\\\" \\\"T\\\" RIGID FITTING THREADED\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00044\",\n                        \"part_description\": \"1/2\\\" EMT LB (RIGID)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10121\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10122\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10122\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10123\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"TAPS00004\",\n                        \"part_description\": \"10/32\\\" NC HS TAPER TAP\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10123\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10124\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00005\",\n                        \"part_description\": \"OCTAGON BOX-METAL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CONN00033\",\n                        \"part_description\": \"1/2\\\" SEALTIGHT CONNECTOR (STRAIGHT)\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00013\",\n                        \"part_description\": \"1 1/4\\\" EMT CONNECTOR (CT)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"HEAT00026\",\n                        \"part_description\": \"B9.10 SQ.D OVERLOAD HEATER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"MARR00001\",\n                        \"part_description\": \"#31 MARRETTES-YELLOW(100/BOX)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"MARR00006\",\n                        \"part_description\": \"#29 MARRETTES BLUE(100/BOX)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PVCC00026\",\n                        \"part_description\": \"1\\\" PVC THREADED ADAPTOR\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PVCC00080\",\n                        \"part_description\": \"PVC VSC 15/10 SWITCH COVER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RECP00020\",\n                        \"part_description\": \"U GRD DUPLEX RECPT.125V 15A 5262\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10124\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10125\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2871\",\n                \"supplier_name\": \"BOSS INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00002\",\n                        \"part_description\": \"543-S-K513-30 SILICONE O RING (BUY LOCAL),4 PER UNIT.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00008\",\n                        \"part_description\": \"543-P-221196 VITON O RING DASH344 (BUY LOCAL),3 PER UNIT.\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00021\",\n                        \"part_description\": \"543-S-K359-AJ SEAL,EPDM U CUP (BUY LOCAL),2 PER UNIT.\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10125\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10126\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1919\",\n                \"supplier_name\": \"STANDARD KNAPP INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"KNAP00004\",\n                        \"part_description\": \"920B26 LOCK CLAMP\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00005\",\n                        \"part_description\": \"920B56 TABLE APRON GUIDE BLOCK\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00007\",\n                        \"part_description\": \"920A38 SHOCK ABSORBER PAD\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00008\",\n                        \"part_description\": \"920B61-1 TABLE GUIDE TUBE BUSHING\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00009\",\n                        \"part_description\": \"5100-200 RETAINING RING\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00010\",\n                        \"part_description\": \"844B37 GUIDE ROD SCRAPER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00011\",\n                        \"part_description\": \"56-1219-6 GUIDE ROD SEAL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00012\",\n                        \"part_description\": \"12-276-5 GUIDE ROD BALL BUSHING\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00013\",\n                        \"part_description\": \"920B62 LOWER BEARING CAP & DIRT SHIELD\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00014\",\n                        \"part_description\": \"844B33 RETAINING RING SCRAPER\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10126\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10127\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00004\",\n                        \"part_description\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10127\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10131\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00003\",\n                        \"part_description\": \"NO-2158 SPRING,FILM STOCK DRIVE SHAFT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00004\",\n                        \"part_description\": \"2002-3320 SILICONE RUBBER FOR DATE CODE PRINTER-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00006\",\n                        \"part_description\": \"2002-3140 TENSION ROLLER COLLER (REAR)-#2 POUCH FILLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00008\",\n                        \"part_description\": \"5SD-63-10 AIR CYLINDER-#2 POUCH FILLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00013\",\n                        \"part_description\": \"LM25U-A BUSHING,HORIZ.SEAL BASE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00014\",\n                        \"part_description\": \"LM20U-A BUSHING,HORIZ.SEAL CLOSURE HEATER ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10131\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10132\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00002\",\n                        \"part_description\": \"2002-2180 BRAKE BELT,FILM STOCK DRIVE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00003\",\n                        \"part_description\": \"NO-2158 SPRING,FILM STOCK DRIVE SHAFT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00004\",\n                        \"part_description\": \"2002-3320 SILICONE RUBBER FOR DATE CODE PRINTER-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00006\",\n                        \"part_description\": \"2002-3140 TENSION ROLLER COLLER (REAR)-#2 POUCH FILLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00008\",\n                        \"part_description\": \"5SD-63-10 AIR CYLINDER-#2 POUCH FILLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00013\",\n                        \"part_description\": \"LM25U-A BUSHING,HORIZ.SEAL BASE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00014\",\n                        \"part_description\": \"LM20U-A BUSHING,HORIZ.SEAL CLOSURE HEATER ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00016\",\n                        \"part_description\": \"SSD32-10 AIR CYLINDER,HORIZ.SEAL SILICONE MAT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00018\",\n                        \"part_description\": \"2002-8423 'EASY OPEN' SILICONE MAT TOP,HORIZ.SEAL MAT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00020\",\n                        \"part_description\": \"2002-8533 'EASY OPEN' KNIFE BLADE,HORIZ.SEAL MAT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00025\",\n                        \"part_description\": \"2002-8450 HEATER INSULATION,HORIZ.SEAL COOLING (RH) ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00026\",\n                        \"part_description\": \"LFF-1210 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00027\",\n                        \"part_description\": \"LFB-2525 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00029\",\n                        \"part_description\": \"LFF-2015 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10132\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10133\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1035\",\n                \"supplier_name\": \"CHARLES JONES INDUSTRIAL.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5105005\",\n                        \"part_description\": \"1 1/2 90D SS ELL CL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10133\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10134\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1626\",\n                \"supplier_name\": \"GLOVER,R.E. LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"2210024\",\n                        \"part_description\": \"PERFORM 15GAL 0204\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10134\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10140\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4383\",\n                \"supplier_name\": \"SPECIALTY CHEMICALS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00050\",\n                        \"part_description\": \"BOILER SCALE CONDITIONER- SCALE TOX XTRA\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10140\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10141\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00007\",\n                        \"part_description\": \"DOUBLE RECEPTACLE COVER-METAL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00036\",\n                        \"part_description\": \"1110 UTILITY BOX (METAL)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10141\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10142\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10142\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10143\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00005\",\n                        \"part_description\": \"OCTAGON BOX-METAL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CONN00033\",\n                        \"part_description\": \"1/2\\\" SEALTIGHT CONNECTOR (STRAIGHT)\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10143\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10144\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3744\",\n                \"supplier_name\": \"OUTFITS BY CHARLIE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00395\",\n                        \"part_description\": \"EW1 BEARING-INA ANDREWS\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10144\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10145\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5102126\",\n                        \"part_description\": \"2 \\\" PIPE\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10145\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10149\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00153\",\n                        \"part_description\": \"S5-PP FS160 BEARING(RUBBER SEALED)-FAFNIR\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10149\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10152\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2185\",\n                \"supplier_name\": \"CRESCENT OIL CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10152\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10153\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00002\",\n                        \"part_description\": \"STEAM FILTER 2 3/8\\\"OD x 19 3/4\\\"LG SINTERED POWDER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10153\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10157\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00016\",\n                        \"part_description\": \"HVA OIL (APV 811H02)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10157\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10158\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2185\",\n                \"supplier_name\": \"CRESCENT OIL CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10158\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10159\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10159\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10160\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2381\",\n                \"supplier_name\": \"E.N.TOOL SUPPLY LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00011\",\n                        \"part_description\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"GAL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10160\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10161\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"COIL00040\",\n                        \"part_description\": \"31063-409-47 240V STARTER COIL-SQ.D\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10161\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10162\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00002\",\n                        \"part_description\": \"STEAM FILTER 2 3/8\\\"OD x 19 3/4\\\"LG SINTERED POWDER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10162\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10163\",\n                \"status\": \"NEW\",\n                \"supplier\": \"5082\",\n                \"supplier_name\": \"COMMERCIAL OIL CO. OF HAMILTON INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10163\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10170\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00013\",\n                        \"part_description\": \"12AP-416093 DYNAMIC SEAL(CHROME OXIDE),2 PER UNIT.\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SCRP00002\",\n                        \"part_description\": \"SCRAPER FOR MULTIFILL HOLDING TANK\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10170\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10171\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1035\",\n                \"supplier_name\": \"CHARLES JONES INDUSTRIAL.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5105005\",\n                        \"part_description\": \"1 1/2 90D SS ELL CL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10171\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10172\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GRIN00009\",\n                        \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10172\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10173\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SCRP00002\",\n                        \"part_description\": \"SCRAPER FOR MULTIFILL HOLDING TANK\",\n                        \"qty\": \"27.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10173\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10174\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00153\",\n                        \"part_description\": \"S5-PP FS160 BEARING(RUBBER SEALED)-FAFNIR\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RIET00012\",\n                        \"part_description\": \"6314 ZZC3/5C BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SEAL00024\",\n                        \"part_description\": \"7512 CR SEAL (.750 X 1.375 X .250)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SEAL00088\",\n                        \"part_description\": \"13050 CR SEAL (1.313 X 1.874 X .375)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10174\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10175\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00002\",\n                        \"part_description\": \"2002-2180 BRAKE BELT,FILM STOCK DRIVE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00003\",\n                        \"part_description\": \"NO-2158 SPRING,FILM STOCK DRIVE SHAFT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00004\",\n                        \"part_description\": \"2002-3320 SILICONE RUBBER FOR DATE CODE PRINTER-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10175\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10176\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00003\",\n                        \"part_description\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOLT00038\",\n                        \"part_description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                        \"qty\": \".01\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10176\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10178\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3014\",\n                \"supplier_name\": \"PRIORITY ONE PACKAGING LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"JAGN00156\",\n                        \"part_description\": \"1.340.20.07.001/1 BUSHING C/W SET SCREW & CLIP-SOLAR 50 TURRET TOP CENTERING HEAD\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"JAGN00157\",\n                        \"part_description\": \"1.340.00.07.004/1 ROLLER BOLT-SOLAR 50 TURRET TOP CENTERING HEAD\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"JAGN00159\",\n                        \"part_description\": \"1.340.00.53.024/1 CENTERING HEAD,COMPLETE-SOLAR 50\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00053\",\n                        \"part_description\": \"4015-44-003 LABEL FINGER-LANGGUTH HEIGHT ADJ.MAGAZINE\",\n                        \"qty\": \"18.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10178\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10179\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1035\",\n                \"supplier_name\": \"CHARLES JONES INDUSTRIAL.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5105005\",\n                        \"part_description\": \"1 1/2 90D SS ELL CL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10179\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10180\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4066\",\n                \"supplier_name\": \"DUPONT/CRYOVAC CANADA INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DUPO00016\",\n                        \"part_description\": \"1115A HORIZONTAL ELEMENT TYPE B-DUPONT\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10180\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10181\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00013\",\n                        \"part_description\": \"12AP-416093 DYNAMIC SEAL(CHROME OXIDE),2 PER UNIT.\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00025\",\n                        \"part_description\": \"12HP-434868 SEAL CUSHION,VITON.2 PER UNIT.\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LUBE00016\",\n                        \"part_description\": \"HVA OIL (APV 811H02)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10181\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10182\",\n                \"status\": \"NEW\",\n                \"supplier\": \"5173\",\n                \"supplier_name\": \"MATRIX TECHNOLOGY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DUPO00010\",\n                        \"part_description\": \"0957A 1\\\" TEFLON TAPE,ROLL-DUPONT\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10182\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10183\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BERT00074\",\n                        \"part_description\": \"150L050 TIMING BELT,ORIENTATION ROLLER-BERTEK\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOLT00038\",\n                        \"part_description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                        \"qty\": \".01\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"GLOV00008\",\n                        \"part_description\": \"#746 LEATHER FACED COTTON GLOVES\",\n                        \"qty\": \"120.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"GLOV00013\",\n                        \"part_description\": \"WOMEN'S BLUE GLOVES #760PMW NET BACK-MED\",\n                        \"qty\": \"120.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"GLOV00016\",\n                        \"part_description\": \"#47-400 PVC FACED COTTON GLOVE\",\n                        \"qty\": \"100.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"JAGN00142\",\n                        \"part_description\": \"1.340.00.16.002/1 GLUE PUMP REPAIR KIT-JAGENBURG\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00098\",\n                        \"part_description\": \"CF200 MODULE (GUN)-LANGGUTH,NOTE:PRICE $576 IS FOR EXCHANGE UNIT\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00140\",\n                        \"part_description\": \"105-448 SERIES 3000 PUMP SERVICE KIT (CUP,WASHER,GASKET) E40 LABELLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00147\",\n                        \"part_description\": \"SERIES 2302 PUMP SEAL SERVICE KIT-E40 LABELLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LANG00149\",\n                        \"part_description\": \"SERIES 2302 PUMP VALVE/SPRING SEAT SERVICE KIT-E40 LABELLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LUBE00018\",\n                        \"part_description\": \"LOCTITE ANTI-SEIZE\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"NOZZ00009\",\n                        \"part_description\": \"STRAUM.M70 3/4\\\" SWIVEL NOZZLE (WASHUPS)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PFAU00097\",\n                        \"part_description\": \"DRIVE BELT (INFEED DRIVE TO CONV.DRIVE) 280H150-PFAUDLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00016\",\n                        \"part_description\": \"1/2\\\" 90 DEG ELBOW-BLACK\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00137\",\n                        \"part_description\": \"1/2\\\" CAP-BLACK\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00764\",\n                        \"part_description\": \"HAS-16 TRIDON HOSE CLAMP\",\n                        \"qty\": \"36.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE01025\",\n                        \"part_description\": \"1/2\\\" UNION-STAINLESS STEEL\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10183\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10184\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00019\",\n                        \"part_description\": \"85W140FG JAX GEAR OIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10184\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10185\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00153\",\n                        \"part_description\": \"S5-PP FS160 BEARING(RUBBER SEALED)-FAFNIR\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RIET00012\",\n                        \"part_description\": \"6314 ZZC3/5C BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SEAL00024\",\n                        \"part_description\": \"7512 CR SEAL (.750 X 1.375 X .250)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10185\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10186\",\n                \"status\": \"NEW\",\n                \"supplier\": \"5293\",\n                \"supplier_name\": \"ROPAK CANADA INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PAIL00006\",\n                        \"part_description\": \"GREEN PLASTIC PAIL - 20 LITRE\",\n                        \"qty\": \"108.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10186\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10187\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2381\",\n                \"supplier_name\": \"E.N.TOOL SUPPLY LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00011\",\n                        \"part_description\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"GAL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10187\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10188\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2419\",\n                \"supplier_name\": \"WELD TECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"WELD00006\",\n                        \"part_description\": \"#095-485 WIRE TIP GUARDS\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10188\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10189\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00002\",\n                        \"part_description\": \"2002-2180 BRAKE BELT,FILM STOCK DRIVE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00003\",\n                        \"part_description\": \"NO-2158 SPRING,FILM STOCK DRIVE SHAFT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00006\",\n                        \"part_description\": \"2002-3140 TENSION ROLLER COLLER (REAR)-#2 POUCH FILLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00008\",\n                        \"part_description\": \"5SD-63-10 AIR CYLINDER-#2 POUCH FILLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00013\",\n                        \"part_description\": \"LM25U-A BUSHING,HORIZ.SEAL BASE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00014\",\n                        \"part_description\": \"LM20U-A BUSHING,HORIZ.SEAL CLOSURE HEATER ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00016\",\n                        \"part_description\": \"SSD32-10 AIR CYLINDER,HORIZ.SEAL SILICONE MAT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00018\",\n                        \"part_description\": \"2002-8423 'EASY OPEN' SILICONE MAT TOP,HORIZ.SEAL MAT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00020\",\n                        \"part_description\": \"2002-8533 'EASY OPEN' KNIFE BLADE,HORIZ.SEAL MAT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00025\",\n                        \"part_description\": \"2002-8450 HEATER INSULATION,HORIZ.SEAL COOLING (RH) ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00026\",\n                        \"part_description\": \"LFF-1210 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00027\",\n                        \"part_description\": \"LFB-2525 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00029\",\n                        \"part_description\": \"LFF-2015 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10189\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10190\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1500\",\n                \"supplier_name\": \"LADISH CO.OF CANADA LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PUMP01430\",\n                        \"part_description\": \"PR25 280-1 WEAR RING-LADISH PUMP\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP01638\",\n                        \"part_description\": \"PRE125095A ADJ SCREW-LADISH PUMP\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10190\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10191\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4503\",\n                \"supplier_name\": \"F.N. SHEPPARD & CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"UNSC00019\",\n                        \"part_description\": \"800H200 TIMING BELT W/5mm RRG COVER (AIR CLEANER BELT)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10191\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10192\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10192\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10193\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00007\",\n                        \"part_description\": \"DOUBLE RECEPTACLE COVER-METAL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00036\",\n                        \"part_description\": \"1110 UTILITY BOX (METAL)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00038\",\n                        \"part_description\": \"1/2\\\" \\\"T\\\" RIGID FITTING THREADED\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00044\",\n                        \"part_description\": \"1/2\\\" EMT LB (RIGID)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10193\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10194\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10194\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10195\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1626\",\n                \"supplier_name\": \"GLOVER,R.E. LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"2210024\",\n                        \"part_description\": \"PERFORM 15GAL 0204\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10195\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10196\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"TAPS00004\",\n                        \"part_description\": \"10/32\\\" NC HS TAPER TAP\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10196\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10197\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00005\",\n                        \"part_description\": \"OCTAGON BOX-METAL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"COIL00040\",\n                        \"part_description\": \"31063-409-47 240V STARTER COIL-SQ.D\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CONN00033\",\n                        \"part_description\": \"1/2\\\" SEALTIGHT CONNECTOR (STRAIGHT)\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00013\",\n                        \"part_description\": \"1 1/4\\\" EMT CONNECTOR (CT)\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"HEAT00026\",\n                        \"part_description\": \"B9.10 SQ.D OVERLOAD HEATER\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"MARR00001\",\n                        \"part_description\": \"#31 MARRETTES-YELLOW(100/BOX)\",\n                        \"qty\": \"500.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"MARR00006\",\n                        \"part_description\": \"#29 MARRETTES BLUE(100/BOX)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PVCC00026\",\n                        \"part_description\": \"1\\\" PVC THREADED ADAPTOR\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PVCC00080\",\n                        \"part_description\": \"PVC VSC 15/10 SWITCH COVER\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RECP00020\",\n                        \"part_description\": \"U GRD DUPLEX RECPT.125V 15A 5262\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10197\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10198\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2871\",\n                \"supplier_name\": \"BOSS INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00002\",\n                        \"part_description\": \"543-S-K513-30 SILICONE O RING (BUY LOCAL),4 PER UNIT.\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10198\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10199\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1919\",\n                \"supplier_name\": \"STANDARD KNAPP INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"KNAP00004\",\n                        \"part_description\": \"920B26 LOCK CLAMP\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00005\",\n                        \"part_description\": \"920B56 TABLE APRON GUIDE BLOCK\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00007\",\n                        \"part_description\": \"920A38 SHOCK ABSORBER PAD\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00008\",\n                        \"part_description\": \"920B61-1 TABLE GUIDE TUBE BUSHING\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00009\",\n                        \"part_description\": \"5100-200 RETAINING RING\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00010\",\n                        \"part_description\": \"844B37 GUIDE ROD SCRAPER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00011\",\n                        \"part_description\": \"56-1219-6 GUIDE ROD SEAL\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00012\",\n                        \"part_description\": \"12-276-5 GUIDE ROD BALL BUSHING\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00013\",\n                        \"part_description\": \"920B62 LOWER BEARING CAP & DIRT SHIELD\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00014\",\n                        \"part_description\": \"844B33 RETAINING RING SCRAPER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10199\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10200\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00002\",\n                        \"part_description\": \"STEAM FILTER 2 3/8\\\"OD x 19 3/4\\\"LG SINTERED POWDER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"FILT00003\",\n                        \"part_description\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"FILT00004\",\n                        \"part_description\": \"STEAM FILTER GASKET #MBJ1000-32D5 FOR PALL STEAMA FILTER #MBS1002S100J7\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10200\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10202\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GLOV00008\",\n                        \"part_description\": \"#746 LEATHER FACED COTTON GLOVES\",\n                        \"qty\": \"120.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"LANG00098\",\n                        \"part_description\": \"CF200 MODULE (GUN)-LANGGUTH,NOTE:PRICE $576 IS FOR EXCHANGE UNIT\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00016\",\n                        \"part_description\": \"1/2\\\" 90 DEG ELBOW-BLACK\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10202\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10204\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"HOMO00052\",\n                        \"part_description\": \"MC/MS18 WATER DRIP RING-034403\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10204\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10205\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00012\",\n                        \"part_description\": \"6314 ZZC3/5C BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10205\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10206\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00003\",\n                        \"part_description\": \"NO-2158 SPRING,FILM STOCK DRIVE SHAFT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00004\",\n                        \"part_description\": \"2002-3320 SILICONE RUBBER FOR DATE CODE PRINTER-#2 POUCH FILLER\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00013\",\n                        \"part_description\": \"LM25U-A BUSHING,HORIZ.SEAL BASE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00014\",\n                        \"part_description\": \"LM20U-A BUSHING,HORIZ.SEAL CLOSURE HEATER ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00025\",\n                        \"part_description\": \"2002-8450 HEATER INSULATION,HORIZ.SEAL COOLING (RH) ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00026\",\n                        \"part_description\": \"LFF-1210 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10206\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10207\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00003\",\n                        \"part_description\": \"NO-2158 SPRING,FILM STOCK DRIVE SHAFT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10207\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10208\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00036\",\n                        \"part_description\": \"1110 UTILITY BOX (METAL)\",\n                        \"qty\": \"14.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \"19.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10208\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10209\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10209\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10210\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00005\",\n                        \"part_description\": \"OCTAGON BOX-METAL\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10210\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10213\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3061\",\n                \"supplier_name\": \"HONEYWELL LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"TRAN00002\",\n                        \"part_description\": \"AT72D1725 TRANSFORMER-HONEYWELL\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10213\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10214\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10214\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10215\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1197\",\n                \"supplier_name\": \"ACE TIRE & SERVICE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"12\",\n                        \"part_description\": \"tire\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10215\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10218\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1198\",\n                \"supplier_name\": \"ACKLANDS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"123456789\",\n                        \"part_description\": \"\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10218\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10221\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00016\",\n                        \"part_description\": \"HVA OIL (APV 811H02)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10221\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10222\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1198\",\n                \"supplier_name\": \"ACKLANDS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONTAINER\",\n                        \"part_description\": \"COFFEE CUP\",\n                        \"qty\": \"1000.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10222\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10223\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00348\",\n                        \"part_description\": \"5303-SBKFF BEARING-MRC\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10223\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10224\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2381\",\n                \"supplier_name\": \"E.N.TOOL SUPPLY LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00011\",\n                        \"part_description\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"GAL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10224\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10225\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10225\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10227\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1919\",\n                \"supplier_name\": \"STANDARD KNAPP INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"KNAP00005\",\n                        \"part_description\": \"920B56 TABLE APRON GUIDE BLOCK\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00007\",\n                        \"part_description\": \"920A38 SHOCK ABSORBER PAD\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00008\",\n                        \"part_description\": \"920B61-1 TABLE GUIDE TUBE BUSHING\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00009\",\n                        \"part_description\": \"5100-200 RETAINING RING\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00010\",\n                        \"part_description\": \"844B37 GUIDE ROD SCRAPER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00011\",\n                        \"part_description\": \"56-1219-6 GUIDE ROD SEAL\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00012\",\n                        \"part_description\": \"12-276-5 GUIDE ROD BALL BUSHING\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNAP00013\",\n                        \"part_description\": \"920B62 LOWER BEARING CAP & DIRT SHIELD\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10227\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10229\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2381\",\n                \"supplier_name\": \"E.N.TOOL SUPPLY LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00011\",\n                        \"part_description\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"GAL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10229\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10232\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10232\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10234\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"JAGN00061\",\n                        \"part_description\": \"16019 BEARING:USED ON CENTERING HEAD-JAGENBURG\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"JAGN00062\",\n                        \"part_description\": \"6019 BEARING:USED ON CENTERING HEAD-JAGENBURG\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10234\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10235\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2381\",\n                \"supplier_name\": \"E.N.TOOL SUPPLY LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00011\",\n                        \"part_description\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"GAL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10235\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10236\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10236\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10237\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"JAGN00061\",\n                        \"part_description\": \"16019 BEARING:USED ON CENTERING HEAD-JAGENBURG\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10237\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10238\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2381\",\n                \"supplier_name\": \"E.N.TOOL SUPPLY LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00011\",\n                        \"part_description\": \"\\\"COOL TOOL\\\" CUTTING OIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"GAL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10238\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10239\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10239\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10240\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10240\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10241\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10241\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10247\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1198\",\n                \"supplier_name\": \"ACKLANDS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONTAINER\",\n                        \"part_description\": \"COFFEE CUP\",\n                        \"qty\": \"1000.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10247\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10248\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00038\",\n                        \"part_description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                        \"qty\": \".01\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10248\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10249\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00002\",\n                        \"part_description\": \"2002-2180 BRAKE BELT,FILM STOCK DRIVE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10249\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10250\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00007\",\n                        \"part_description\": \"DOUBLE RECEPTACLE COVER-METAL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00036\",\n                        \"part_description\": \"1110 UTILITY BOX (METAL)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10250\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10251\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00005\",\n                        \"part_description\": \"OCTAGON BOX-METAL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"COIL00040\",\n                        \"part_description\": \"31063-409-47 240V STARTER COIL-SQ.D\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CONN00033\",\n                        \"part_description\": \"1/2\\\" SEALTIGHT CONNECTOR (STRAIGHT)\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10251\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10254\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10254\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10255\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1529\",\n                \"supplier_name\": \"McKEOUGH & SONS CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EMTT00023\",\n                        \"part_description\": \"2\\\" EMT STRAP 1 HOLE\",\n                        \"qty\": \"18.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10255\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10256\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10256\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10260\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PIPE02298\",\n                        \"part_description\": \"1 1/2\\\" X 1 1/4\\\" REDUCING COUPLING-GALVINIZED\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10260\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10261\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10261\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10262\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10262\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"Haz. Mat'l Services\",\n                \"requisition\": \"10269\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1329\",\n                \"supplier_name\": \"CHISHOLM MACHINERY SALES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBRICANTS\",\n                        \"part_description\": \"Lubricants for disposal\",\n                        \"qty\": \"54.00\",\n                        \"uom\": \"LITRE\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10269\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10271\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4279\",\n                \"supplier_name\": \"AMT MACHINE TOOLS LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10271\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10272\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3562\",\n                \"supplier_name\": \"ALLEN BRADLEY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CAPS00118\",\n                        \"part_description\": \"A-B 800T-N297R RED COLOUR CAP\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP01021\",\n                        \"part_description\": \"816549-091 PUMP ASSEMBLY\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10272\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10273\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3583\",\n                \"supplier_name\": \"NEDCO\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00507\",\n                        \"part_description\": \"PB 7/8 PILLOW-BLOCK BEARING\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10273\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10275\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2185\",\n                \"supplier_name\": \"CRESCENT OIL CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \"611.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10275\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10276\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PIPE02298\",\n                        \"part_description\": \"1 1/2\\\" X 1 1/4\\\" REDUCING COUPLING-GALVINIZED\",\n                        \"qty\": \"19.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10276\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10277\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10277\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10280\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3343\",\n                \"supplier_name\": \"AZTEC HYDRAULICS INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SEAL00001\",\n                        \"part_description\": \"3101 CR SEAL (.333 X .749 X .250)\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10280\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10282\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00031\",\n                        \"part_description\": \"6312.2RSR BEARING-FAG/SKF\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00501\",\n                        \"part_description\": \"2308U BEARING INSERT-REXNORD\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10282\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10284\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DRIL00005\",\n                        \"part_description\": \"1/8\\\" HSS DRILL BIT\",\n                        \"qty\": \"27.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"DRIL00006\",\n                        \"part_description\": \"9/64\\\" HSS DRILL BIT\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10284\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10285\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00002\",\n                        \"part_description\": \"STEAM FILTER 2 3/8\\\"OD x 19 3/4\\\"LG SINTERED POWDER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10285\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10286\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00031\",\n                        \"part_description\": \"6312.2RSR BEARING-FAG/SKF\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10286\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10287\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1886\",\n                \"supplier_name\": \"AHS CANLAB\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DRIL00004\",\n                        \"part_description\": \"7/64\\\" HSS DRILL BIT\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10287\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10288\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00016\",\n                        \"part_description\": \"HVA OIL (APV 811H02)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10288\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10289\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10289\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10290\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00003\",\n                        \"part_description\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"qty\": \"17.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10290\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10291\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONV00020\",\n                        \"part_description\": \"INTRALOX 2200 WHITE 15\\\" FLUSH WIPE POLYPROP BELT C/W 6\\\" RUBBER MODULES EVERY 4TH ROW\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10291\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10292\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00007\",\n                        \"part_description\": \"DOUBLE RECEPTACLE COVER-METAL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00036\",\n                        \"part_description\": \"1110 UTILITY BOX (METAL)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10292\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10293\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"COIL00040\",\n                        \"part_description\": \"31063-409-47 240V STARTER COIL-SQ.D\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10293\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10294\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4282\",\n                \"supplier_name\": \"H & D MECHANICAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5104158\",\n                        \"part_description\": \"1 1/4\\\" BL. IRON PIPE\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10294\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10295\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2562\",\n                \"supplier_name\": \"SANFORD BATTERY MFG LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"2210009\",\n                        \"part_description\": \"LIQ S REAM 15GAL0175\",\n                        \"qty\": \"28.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10295\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10296\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3209\",\n                \"supplier_name\": \"AVALLON ASSOCIATES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"1000010000\",\n                        \"part_description\": \"Rotor pompe mayo unilever\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10296\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10297\",\n                \"status\": \"NEW\",\n                \"supplier\": \"00009\",\n                \"supplier_name\": \"ANDERSON MACHINE SALES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"10000\",\n                        \"part_description\": \"Crane Cable 1/2\\\"\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10297\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10298\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1704\",\n                \"supplier_name\": \"FRANK TAGGART & SONS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"2210025\",\n                        \"part_description\": \"LIQUID PERFORM 5 GAL\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10298\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10299\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4383\",\n                \"supplier_name\": \"SPECIALTY CHEMICALS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00050\",\n                        \"part_description\": \"BOILER SCALE CONDITIONER- SCALE TOX XTRA\",\n                        \"qty\": \".00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10299\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10300\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10300\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10302\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4511\",\n                \"supplier_name\": \"HAMILTON BRUSH CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10302\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10303\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SEAL00024\",\n                        \"part_description\": \"7512 CR SEAL (.750 X 1.375 X .250)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10303\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10304\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1500\",\n                \"supplier_name\": \"LADISH CO.OF CANADA LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PUMP01430\",\n                        \"part_description\": \"PR25 280-1 WEAR RING-LADISH PUMP\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP01638\",\n                        \"part_description\": \"PRE125095A ADJ SCREW-LADISH PUMP\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10304\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10305\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"TAPS00004\",\n                        \"part_description\": \"10/32\\\" NC HS TAPER TAP\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10305\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10306\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PVCC00026\",\n                        \"part_description\": \"1\\\" PVC THREADED ADAPTOR\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PVCC00080\",\n                        \"part_description\": \"PVC VSC 15/10 SWITCH COVER\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RECP00020\",\n                        \"part_description\": \"U GRD DUPLEX RECPT.125V 15A 5262\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10306\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10307\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00031\",\n                        \"part_description\": \"6312.2RSR BEARING-FAG/SKF\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10307\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10311\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1035\",\n                \"supplier_name\": \"CHARLES JONES INDUSTRIAL.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5105005\",\n                        \"part_description\": \"1 1/2 90D SS ELL CL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10311\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10312\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4036\",\n                \"supplier_name\": \"KINGSLEY CORPORATION\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5105018\",\n                        \"part_description\": \"2\\\" SS ROLL ON FERR\",\n                        \"qty\": \"16.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10312\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10313\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4282\",\n                \"supplier_name\": \"H & D MECHANICAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5104158\",\n                        \"part_description\": \"1 1/4\\\" BL. IRON PIPE\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10313\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10314\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00153\",\n                        \"part_description\": \"S5-PP FS160 BEARING(RUBBER SEALED)-FAFNIR\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10314\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10315\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1329\",\n                \"supplier_name\": \"CHISHOLM MACHINERY SALES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00017\",\n                        \"part_description\": \"3120 CUP-TIMPKEN\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00038\",\n                        \"part_description\": \"6207(2RSR) BEARING-FAG/SKF\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10315\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10316\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10316\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10317\",\n                \"status\": \"NEW\",\n                \"supplier\": \"88734\",\n                \"supplier_name\": \"PRO HARDWARE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5102144\",\n                        \"part_description\": \"2\\\"X3\\\" REDUCER INSERT\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10317\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10320\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4511\",\n                \"supplier_name\": \"HAMILTON BRUSH CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10320\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10322\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4511\",\n                \"supplier_name\": \"HAMILTON BRUSH CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10322\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10323\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1626\",\n                \"supplier_name\": \"GLOVER,R.E. LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"2210024\",\n                        \"part_description\": \"PERFORM 15GAL 0204\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10323\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10326\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4511\",\n                \"supplier_name\": \"HAMILTON BRUSH CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"LUBE00008\",\n                        \"part_description\": \"SHELL CORENA #68 OIL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10326\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10327\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00036\",\n                        \"part_description\": \"1110 UTILITY BOX (METAL)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10327\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10328\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00007\",\n                        \"part_description\": \"DOUBLE RECEPTACLE COVER-METAL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00029\",\n                        \"part_description\": \"#6W56 MINIBULB 145 VOLT CANDLE BASE\",\n                        \"qty\": \"17.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10328\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10329\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2932\",\n                \"supplier_name\": \"BLACK & McDONALD LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5102119\",\n                        \"part_description\": \"2 \\\" COUPLING\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10329\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10330\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3228\",\n                \"supplier_name\": \"AHVRO ELECTRONICS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BLADE1\",\n                        \"part_description\": \"curved blade\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10330\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10332\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2419\",\n                \"supplier_name\": \"WELD TECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"WELD00006\",\n                        \"part_description\": \"#095-485 WIRE TIP GUARDS\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10332\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10333\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1747\",\n                \"supplier_name\": \"3M CANADA INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"WIRE\",\n                        \"part_description\": \"Wire_Battery\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"6-PACK\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10333\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10334\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1198\",\n                \"supplier_name\": \"ACKLANDS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONTAINER\",\n                        \"part_description\": \"COFFEE CUP\",\n                        \"qty\": \"900.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10334\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10335\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONV00020\",\n                        \"part_description\": \"INTRALOX 2200 WHITE 15\\\" FLUSH WIPE POLYPROP BELT C/W 6\\\" RUBBER MODULES EVERY 4TH ROW\",\n                        \"qty\": \"11.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10335\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10336\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4383\",\n                \"supplier_name\": \"SPECIALTY CHEMICALS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00050\",\n                        \"part_description\": \"BOILER SCALE CONDITIONER- SCALE TOX XTRA\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10336\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10337\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00002\",\n                        \"part_description\": \"2002-2180 BRAKE BELT,FILM STOCK DRIVE ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00003\",\n                        \"part_description\": \"NO-2158 SPRING,FILM STOCK DRIVE SHAFT ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00004\",\n                        \"part_description\": \"2002-3320 SILICONE RUBBER FOR DATE CODE PRINTER-#2 POUCH FILLER\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10337\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10338\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONN00033\",\n                        \"part_description\": \"1/2\\\" SEALTIGHT CONNECTOR (STRAIGHT)\",\n                        \"qty\": \"50.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10338\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10341\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1198\",\n                \"supplier_name\": \"ACKLANDS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONTAINER\",\n                        \"part_description\": \"COFFEE CUP\",\n                        \"qty\": \"900.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10341\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10342\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4383\",\n                \"supplier_name\": \"SPECIALTY CHEMICALS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00050\",\n                        \"part_description\": \"BOILER SCALE CONDITIONER- SCALE TOX XTRA\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10342\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10344\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00007\",\n                        \"part_description\": \"DOUBLE RECEPTACLE COVER-METAL\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00036\",\n                        \"part_description\": \"1110 UTILITY BOX (METAL)\",\n                        \"qty\": \"14.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \"19.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10344\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10346\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1198\",\n                \"supplier_name\": \"ACKLANDS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"1000010000\",\n                        \"part_description\": \"Rotor pompe mayo unilever\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10346\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10347\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00153\",\n                        \"part_description\": \"S5-PP FS160 BEARING(RUBBER SEALED)-FAFNIR\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00232\",\n                        \"part_description\": \"6205-1-2RS BEARING (FITS TABLE TOP SPROCKETS)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10347\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10348\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4511\",\n                \"supplier_name\": \"HAMILTON BRUSH CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10348\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10349\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1626\",\n                \"supplier_name\": \"GLOVER,R.E. LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"2210024\",\n                        \"part_description\": \"PERFORM 15GAL 0204\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10349\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10351\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00007\",\n                        \"part_description\": \"DOUBLE RECEPTACLE COVER-METAL\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10351\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10352\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10352\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10355\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1197\",\n                \"supplier_name\": \"ACE TIRE & SERVICE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00001\",\n                        \"part_description\": \"6 VOLT LANTERN BATTERY (OBLONG)\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10355\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10359\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00053\",\n                        \"part_description\": \"B-42 V-BELT\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10359\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10362\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00052\",\n                        \"part_description\": \"B-40 V-BELT\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00059\",\n                        \"part_description\": \"B-55 V-BELT\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10362\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10366\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00002\",\n                        \"part_description\": \"STEAM FILTER 2 3/8\\\"OD x 19 3/4\\\"LG SINTERED POWDER\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10366\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10368\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00046\",\n                        \"part_description\": \"A-80 V-BELT\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00054\",\n                        \"part_description\": \"B-46 V-BELT\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10368\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10369\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1228\",\n                \"supplier_name\": \"BATTLEFIELD EQUIPMENT\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"001213\",\n                        \"part_description\": \"6203 BEARING \",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10369\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10370\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10004\",\n                \"supplier_name\": \"Motion industries\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"141225454\",\n                        \"part_description\": \"bearing for unipak motor\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10370\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10371\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00031\",\n                        \"part_description\": \"6312.2RSR BEARING-FAG/SKF\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10371\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10372\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BUTN00005\",\n                        \"part_description\": \"TELEMECHENIQUE ZB2-BA2 BLACK PUSH BUTTON\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10372\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10373\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10005\",\n                \"supplier_name\": \"ACE HARDWARE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BRKR00001\",\n                        \"part_description\": \"SQ.D 1 POLE 15A BREAKER QO1515\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10373\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10374\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2121\",\n                \"supplier_name\": \"APPOLLO TOOL REPAIR\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BERT00019\",\n                        \"part_description\": \"BODY HEAD CYLINDER 149.15.012(ROLLER)-BERTEK\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10374\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10387\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10002\",\n                \"supplier_name\": \"NSK Bearings\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00491\",\n                        \"part_description\": \"ENPP205-16S BEARING-STRETCH WRAPPER.\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10387\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10388\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4036\",\n                \"supplier_name\": \"KINGSLEY CORPORATION\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5105018\",\n                        \"part_description\": \"2\\\" SS ROLL ON FERR\",\n                        \"qty\": \"35.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10388\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10389\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00153\",\n                        \"part_description\": \"S5-PP FS160 BEARING(RUBBER SEALED)-FAFNIR\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00232\",\n                        \"part_description\": \"6205-1-2RS BEARING (FITS TABLE TOP SPROCKETS)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10389\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10390\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1329\",\n                \"supplier_name\": \"CHISHOLM MACHINERY SALES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00017\",\n                        \"part_description\": \"3120 CUP-TIMPKEN\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00038\",\n                        \"part_description\": \"6207(2RSR) BEARING-FAG/SKF\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10390\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10391\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10391\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10393\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00232\",\n                        \"part_description\": \"6205-1-2RS BEARING (FITS TABLE TOP SPROCKETS)\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10393\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10394\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00046\",\n                        \"part_description\": \"A-80 V-BELT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00052\",\n                        \"part_description\": \"B-40 V-BELT\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00053\",\n                        \"part_description\": \"B-42 V-BELT\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10394\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10395\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00059\",\n                        \"part_description\": \"B-55 V-BELT\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10395\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10398\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3228\",\n                \"supplier_name\": \"AHVRO ELECTRONICS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"TAPE00009\",\n                        \"part_description\": \"CLEAR SEALING TAPE,48mmX 1828M.(LITTLE DAVID)\",\n                        \"qty\": \"\",\n                        \"uom\": \"ROLL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10398\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10403\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00031\",\n                        \"part_description\": \"6312.2RSR BEARING-FAG/SKF\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00032\",\n                        \"part_description\": \"2311TV BEARING-FAG/SKF\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00126\",\n                        \"part_description\": \"6309-2RSR BEARING-FAG/SKF\",\n                        \"qty\": \"11.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00232\",\n                        \"part_description\": \"6205-1-2RS BEARING (FITS TABLE TOP SPROCKETS)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10403\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10404\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00046\",\n                        \"part_description\": \"A-80 V-BELT\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00052\",\n                        \"part_description\": \"B-40 V-BELT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00053\",\n                        \"part_description\": \"B-42 V-BELT\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10404\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10405\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2121\",\n                \"supplier_name\": \"APPOLLO TOOL REPAIR\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00348\",\n                        \"part_description\": \"5303-SBKFF BEARING-MRC\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10405\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10406\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00232\",\n                        \"part_description\": \"6205-1-2RS BEARING (FITS TABLE TOP SPROCKETS)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SERVICE\",\n                        \"part_description\": \"Service from Contractor\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10406\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10410\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1198\",\n                \"supplier_name\": \"ACKLANDS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"JASON V.\",\n                        \"part_description\": \"3/4\\\" NPT float valve\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PNEU00027\",\n                        \"part_description\": \"W21096 CLAMP\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10410\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10411\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00123\",\n                        \"part_description\": \"6205(2RSR) BEARING-FAG/SKF (8 REQ FOR CLARE)\",\n                        \"qty\": \"11.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00413\",\n                        \"part_description\": \"1 1/16\\\" PILLOW BLOCK BEARING\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"RIET00011\",\n                        \"part_description\": \"6314 ZZC3/2A BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"11.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10411\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10412\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1456\",\n                \"supplier_name\": \"\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00055\",\n                        \"part_description\": \"B-47 V-BELT\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10412\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10413\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SWIT00010\",\n                        \"part_description\": \"A-B 800T-FXP16XA5 PUSH BUTTON\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10413\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10414\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"COIL00040\",\n                        \"part_description\": \"31063-409-47 240V STARTER COIL-SQ.D\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10414\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10415\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3228\",\n                \"supplier_name\": \"AHVRO ELECTRONICS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"654321\",\n                        \"part_description\": \"filter 3245345\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10415\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10416\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00001\",\n                        \"part_description\": \"WHATMAN FILTER PAPER GF/C 2.4 CM\",\n                        \"qty\": \"13.00\",\n                        \"uom\": \"PKGE\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10416\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10417\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00002\",\n                        \"part_description\": \"STEAM FILTER 2 3/8\\\"OD x 19 3/4\\\"LG SINTERED POWDER\",\n                        \"qty\": \"38.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10417\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10418\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00016\",\n                        \"part_description\": \"HVA OIL (APV 811H02)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10418\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10419\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00044\",\n                        \"part_description\": \"A-73 V-BELT\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10419\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10420\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00032\",\n                        \"part_description\": \"2311TV BEARING-FAG/SKF\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10420\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10421\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"COIL00040\",\n                        \"part_description\": \"31063-409-47 240V STARTER COIL-SQ.D\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10421\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10422\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00001\",\n                        \"part_description\": \"WHATMAN FILTER PAPER GF/C 2.4 CM\",\n                        \"qty\": \".00\",\n                        \"uom\": \"PKGE\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10422\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10423\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00002\",\n                        \"part_description\": \"STEAM FILTER 2 3/8\\\"OD x 19 3/4\\\"LG SINTERED POWDER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10423\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10424\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00032\",\n                        \"part_description\": \"2311TV BEARING-FAG/SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00126\",\n                        \"part_description\": \"6309-2RSR BEARING-FAG/SKF\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00349\",\n                        \"part_description\": \"5211 CZZH501(3211A)BEARING-MRC\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00413\",\n                        \"part_description\": \"1 1/16\\\" PILLOW BLOCK BEARING\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10424\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10425\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00052\",\n                        \"part_description\": \"B-40 V-BELT\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10425\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10426\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00044\",\n                        \"part_description\": \"A-73 V-BELT\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10426\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10428\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00032\",\n                        \"part_description\": \"2311TV BEARING-FAG/SKF\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00349\",\n                        \"part_description\": \"5211 CZZH501(3211A)BEARING-MRC\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00413\",\n                        \"part_description\": \"1 1/16\\\" PILLOW BLOCK BEARING\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10428\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10429\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00044\",\n                        \"part_description\": \"A-73 V-BELT\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10429\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10430\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"COIL00040\",\n                        \"part_description\": \"31063-409-47 240V STARTER COIL-SQ.D\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10430\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10431\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00001\",\n                        \"part_description\": \"WHATMAN FILTER PAPER GF/C 2.4 CM\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"PKGE\"\n                    },\n                    {\n                        \"part\": \"FILT00002\",\n                        \"part_description\": \"STEAM FILTER 2 3/8\\\"OD x 19 3/4\\\"LG SINTERED POWDER\",\n                        \"qty\": \"23.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"FILT00003\",\n                        \"part_description\": \"WATER FILTER 30\\\"x40MICRON ABSOLUTE (VACUUM PAN FILTER)\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10431\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10432\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00126\",\n                        \"part_description\": \"6309-2RSR BEARING-FAG/SKF\",\n                        \"qty\": \"14.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00349\",\n                        \"part_description\": \"5211 CZZH501(3211A)BEARING-MRC\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10432\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10433\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00153\",\n                        \"part_description\": \"S5-PP FS160 BEARING(RUBBER SEALED)-FAFNIR\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00232\",\n                        \"part_description\": \"6205-1-2RS BEARING (FITS TABLE TOP SPROCKETS)\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10433\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10434\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1329\",\n                \"supplier_name\": \"CHISHOLM MACHINERY SALES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00017\",\n                        \"part_description\": \"3120 CUP-TIMPKEN\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00038\",\n                        \"part_description\": \"6207(2RSR) BEARING-FAG/SKF\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10434\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10435\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10435\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10436\",\n                \"status\": \"NEW\",\n                \"supplier\": \"88734\",\n                \"supplier_name\": \"PRO HARDWARE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"5102144\",\n                        \"part_description\": \"2\\\"X3\\\" REDUCER INSERT\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10436\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10437\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DRIL00005\",\n                        \"part_description\": \"1/8\\\" HSS DRILL BIT\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10437\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10438\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DRIL00004\",\n                        \"part_description\": \"7/64\\\" HSS DRILL BIT\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10438\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10439\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CRYO00027\",\n                        \"part_description\": \"LFB-2525 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CRYO00029\",\n                        \"part_description\": \"LFF-2015 OILESS BUSHING,FORMING STAND ASSEMBLY-#2 POUCH FILLER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10439\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10442\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00031\",\n                        \"part_description\": \"6312.2RSR BEARING-FAG/SKF\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00032\",\n                        \"part_description\": \"2311TV BEARING-FAG/SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00123\",\n                        \"part_description\": \"6205(2RSR) BEARING-FAG/SKF (8 REQ FOR CLARE)\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00126\",\n                        \"part_description\": \"6309-2RSR BEARING-FAG/SKF\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00232\",\n                        \"part_description\": \"6205-1-2RS BEARING (FITS TABLE TOP SPROCKETS)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10442\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10443\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10443\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10444\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10444\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10446\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00037\",\n                        \"part_description\": \"6206(2RSR) BEARING-FAG/SKF\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10446\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10447\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00032\",\n                        \"part_description\": \"2311TV BEARING-FAG/SKF\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00037\",\n                        \"part_description\": \"6206(2RSR) BEARING-FAG/SKF\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00349\",\n                        \"part_description\": \"5211 CZZH501(3211A)BEARING-MRC\",\n                        \"qty\": \".00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10447\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10448\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3228\",\n                \"supplier_name\": \"AHVRO ELECTRONICS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"654321\",\n                        \"part_description\": \"filter 3245345\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10448\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"JOHN JONES\",\n                \"requisition\": \"10452\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4760\",\n                \"supplier_name\": \"I.K.G. INDUSTRIES LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00408\",\n                        \"part_description\": \"1/2\\\" PILLOW BLOCK BEARING\",\n                        \"qty\": \"50.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10452\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"JOHN JONES\",\n                \"requisition\": \"10458\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1000\",\n                \"supplier_name\": \"KENSCOTT LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SEAL00004\",\n                        \"part_description\": \"4984 CR SEAL (.500 X .999 X .250)\",\n                        \"qty\": \"\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10458\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10466\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00090\",\n                        \"part_description\": \"C-81 V-BELT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00100\",\n                        \"part_description\": \"3L 390 V-BELT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00111\",\n                        \"part_description\": \"4L 300 V-BELT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10466\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10467\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00259\",\n                        \"part_description\": \"EE-11 BEARING-SKF\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00264\",\n                        \"part_description\": \"3209-2RS BEARING-SKF\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00272\",\n                        \"part_description\": \"5411A BEARING-SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00317\",\n                        \"part_description\": \"1 7/8\\\" ER20 INSERT BEARING\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00406\",\n                        \"part_description\": \"1 3/8 ST22 TAKE UP BEARING-SEALMASTER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10467\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10468\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00022\",\n                        \"part_description\": \"RED LION APLR1(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10468\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"PAT CARTY\",\n                \"requisition\": \"10469\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3228\",\n                \"supplier_name\": \"AHVRO ELECTRONICS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"123456\",\n                        \"part_description\": \"short lug\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10469\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10470\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3497\",\n                \"supplier_name\": \"TOLEDO SCALE CANADA LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00400\",\n                        \"part_description\": \"CONVEYOR BELT RUFF TOP 12\\\"Wx1/4\\\"\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10470\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10471\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10005\",\n                \"supplier_name\": \"ACE HARDWARE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BLND00020\",\n                        \"part_description\": \"#685-99-03-020/4A POWER SUPPLY 6 AMP\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10471\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10482\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1281\",\n                \"supplier_name\": \"DIVERSEY INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SOAP00027\",\n                        \"part_description\": \"DIBAC (DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"SOAP00028\",\n                        \"part_description\": \"PROFILE (DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"SOAP00030\",\n                        \"part_description\": \"DEFINITE FOAMING AGENT\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10482\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10483\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SEAL00129\",\n                        \"part_description\": \"26237 CR SEAL (2.625 X 3.623 X .375)JONES PRESS REDUCER(ONLY REORDER WHEN REQ.)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"SEAL00176\",\n                        \"part_description\": \"9514 HI LUP JOHN MANVILLE SEAL-JONES PRESS (ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10483\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10484\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1403\",\n                \"supplier_name\": \"FLEXO PRODUCTS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SOAP00009\",\n                        \"part_description\": \"FLEXO DURALOX #475 WAX (20L)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10484\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10485\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"TAPS00004\",\n                        \"part_description\": \"10/32\\\" NC HS TAPER TAP\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10485\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10486\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"STAR00060\",\n                        \"part_description\": \"3B660 600/60 STARTER SPILTTER BLOCK-SQ.D\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10486\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10487\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SWIT00237\",\n                        \"part_description\": \"E3S-DS30E4 OMRON SWITCH 12-24VDC (USE COMB00059)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10487\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10488\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2419\",\n                \"supplier_name\": \"WELD TECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SFTY00016\",\n                        \"part_description\": \"WELDING SCREEN 2-PANEL UNIT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10488\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10489\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3639\",\n                \"supplier_name\": \"HAMILTON STORE FIXTURES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"TOOL00007\",\n                        \"part_description\": \"LID OPENER FOR PAILS HUSKY LID OFF\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10489\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10490\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SCRW00001\",\n                        \"part_description\": \"FLAT SLOT MS 1/4 20 1 1/2 18 8 SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10490\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10491\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00030\",\n                        \"part_description\": \"1/4\\\" X 1/2\\\" HEX HEAD BOLTS 18 - 8 SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00055\",\n                        \"part_description\": \"3/8 X 2\\\" S.S. HEX HEAD MACHINE SCREW 18-8\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00058\",\n                        \"part_description\": \"3/8 X 4 1/2\\\" SS HEX HEAD MACHINE SCREW\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10491\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10492\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00040\",\n                        \"part_description\": \"WEAR STRIPS (SERIES 2)-CAPPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"SET\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10492\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10493\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00032\",\n                        \"part_description\": \"12\\\" X 12\\\" X 6\\\" PVC JUNCTION BOX (ORDER ONLY AS REQUIRED)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10493\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10494\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2649\",\n                \"supplier_name\": \"ELLIS & HOWARD LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00013\",\n                        \"part_description\": \"LUMACELL #BA023 EMERGENCY LIGHT BATTERY\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10494\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10495\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00062\",\n                        \"part_description\": \"1/2 X 1 1/4 SS HEX HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00079\",\n                        \"part_description\": \"5/16 X 3 1/2\\\" SS HE HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10495\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10496\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1500\",\n                \"supplier_name\": \"LADISH CO.OF CANADA LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PUMP01430\",\n                        \"part_description\": \"PR25 280-1 WEAR RING-LADISH PUMP\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP01638\",\n                        \"part_description\": \"PRE125095A ADJ SCREW-LADISH PUMP\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10496\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10497\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PIPE00137\",\n                        \"part_description\": \"1/2\\\" CAP-BLACK\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00764\",\n                        \"part_description\": \"HAS-16 TRIDON HOSE CLAMP\",\n                        \"qty\": \"36.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00902\",\n                        \"part_description\": \"PVC CEMENT CLEAR CANRON 1 L\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00906\",\n                        \"part_description\": \"4\\\" ELBOW 45 DEG SCH 40-PVC\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE01025\",\n                        \"part_description\": \"1/2\\\" UNION-STAINLESS STEEL\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10497\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10498\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4570\",\n                \"supplier_name\": \"PNEUMATIC SCALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PNEU00026\",\n                        \"part_description\": \"W21036 BLOWER FAN(ONLY REORDER WHEN REQ)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10498\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10499\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3228\",\n                \"supplier_name\": \"AHVRO ELECTRONICS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"111-11\",\n                        \"part_description\": \"GRADING OF PARKING\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"LOT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10499\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10500\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00032\",\n                        \"part_description\": \"CAP TRACK FOR SERIES 4 ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00040\",\n                        \"part_description\": \"WEAR STRIPS (SERIES 2)-CAPPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"SET\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10500\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10501\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10501\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10502\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10502\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10503\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00032\",\n                        \"part_description\": \"CAP TRACK FOR SERIES 4 ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00040\",\n                        \"part_description\": \"WEAR STRIPS (SERIES 2)-CAPPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"SET\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10503\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10504\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00120\",\n                        \"part_description\": \"72487 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00122\",\n                        \"part_description\": \"HM 212010 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00272\",\n                        \"part_description\": \"5411A BEARING-SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10504\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10505\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10505\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10506\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10506\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10507\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4776\",\n                \"supplier_name\": \"ANACHEMIA SCIENCE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00418\",\n                        \"part_description\": \"1 5/16\\\" PILLOW BLOCK BEARING\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10507\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10508\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00032\",\n                        \"part_description\": \"CAP TRACK FOR SERIES 4 ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00040\",\n                        \"part_description\": \"WEAR STRIPS (SERIES 2)-CAPPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"SET\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10508\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10509\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00397\",\n                        \"part_description\": \"3208-2RS BEARING-INA ANDREWS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10509\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10510\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10510\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10511\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10511\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10512\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00022\",\n                        \"part_description\": \"RED LION APLR1(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10512\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10513\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00045\",\n                        \"part_description\": \"A-77 V-BELT\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10513\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10514\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00032\",\n                        \"part_description\": \"CAP TRACK FOR SERIES 4 ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00040\",\n                        \"part_description\": \"WEAR STRIPS (SERIES 2)-CAPPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"SET\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10514\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10515\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00272\",\n                        \"part_description\": \"5411A BEARING-SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10515\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10516\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10516\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10517\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10517\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10518\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4146\",\n                \"supplier_name\": \"ANDERSON CONTROLS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONTROL003\",\n                        \"part_description\": \"WAR CONTROLLER 1G1D0 125V PRIM 250V SEC\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10518\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10519\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10005\",\n                \"supplier_name\": \"ACE HARDWARE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00022\",\n                        \"part_description\": \"RED LION APLR1(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10519\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10520\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2229\",\n                \"supplier_name\": \"INDUSTRIAL TOOLING & MFG.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00339\",\n                        \"part_description\": \"LJT 5/8-2RS BEARING-RHP\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00459\",\n                        \"part_description\": \"CRS-10-5/8 CAM FOLLOWER-TORRINGTON\",\n                        \"qty\": \"8.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00466\",\n                        \"part_description\": \"CRS-24-1 1/2 CAM FOLLOWER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00503\",\n                        \"part_description\": \"TC10 LOCK NUT-FOR REXNORD 2308U INSERT\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CHAI00007\",\n                        \"part_description\": \"#50-2 ROLLER CHAIN RIVETED\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10520\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10521\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00032\",\n                        \"part_description\": \"CAP TRACK FOR SERIES 4 ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00040\",\n                        \"part_description\": \"WEAR STRIPS (SERIES 2)-CAPPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"SET\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10521\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10522\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10522\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10523\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00022\",\n                        \"part_description\": \"RED LION APLR1(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10523\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10524\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00077\",\n                        \"part_description\": \"17244 CUP-TIMPKEN\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00118\",\n                        \"part_description\": \"9-31 TIMKEN ASSEMBLY(CONSISTS OF HM926749,HM926710D,HM926749XA)USED ON JONES PRESS.ONLY ORDER WHEN REQUIRED. (IF BEARING ASSEMBLY NOT AVAILAB LE LOCAL, BUY FROM BELOIT JONES, PART #011257 COST $725.00 U.S.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00119\",\n                        \"part_description\": \"72187 TIMPKEN.FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00121\",\n                        \"part_description\": \"HM 212049 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00122\",\n                        \"part_description\": \"HM 212010 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10524\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DL DL\",\n                \"requisition\": \"10525\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2740\",\n                \"supplier_name\": \"ARMOUR VALVE LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"TEST123\",\n                        \"part_description\": \"test123\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10525\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10526\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00032\",\n                        \"part_description\": \"CAP TRACK FOR SERIES 4 ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00040\",\n                        \"part_description\": \"WEAR STRIPS (SERIES 2)-CAPPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"SET\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10526\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10527\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10527\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10528\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10528\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10529\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10529\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10535\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00330\",\n                        \"part_description\": \"1 1/2\\\" RA108RR/COL 3V BEARING-FAFNIR\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10535\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10537\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00032\",\n                        \"part_description\": \"CAP TRACK FOR SERIES 4 ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00040\",\n                        \"part_description\": \"WEAR STRIPS (SERIES 2)-CAPPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"SET\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10537\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10538\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00077\",\n                        \"part_description\": \"17244 CUP-TIMPKEN\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00118\",\n                        \"part_description\": \"9-31 TIMKEN ASSEMBLY(CONSISTS OF HM926749,HM926710D,HM926749XA)USED ON JONES PRESS.ONLY ORDER WHEN REQUIRED. (IF BEARING ASSEMBLY NOT AVAILAB LE LOCAL, BUY FROM BELOIT JONES, PART #011257 COST $725.00 U.S.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00119\",\n                        \"part_description\": \"72187 TIMPKEN.FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00120\",\n                        \"part_description\": \"72487 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00121\",\n                        \"part_description\": \"HM 212049 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00122\",\n                        \"part_description\": \"HM 212010 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00232\",\n                        \"part_description\": \"6205-1-2RS BEARING (FITS TABLE TOP SPROCKETS)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00259\",\n                        \"part_description\": \"EE-11 BEARING-SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00264\",\n                        \"part_description\": \"3209-2RS BEARING-SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00272\",\n                        \"part_description\": \"5411A BEARING-SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00317\",\n                        \"part_description\": \"1 7/8\\\" ER20 INSERT BEARING\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10538\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10539\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10539\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10540\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10540\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10541\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2649\",\n                \"supplier_name\": \"ELLIS & HOWARD LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00013\",\n                        \"part_description\": \"LUMACELL #BA023 EMERGENCY LIGHT BATTERY\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10541\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10543\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3632\",\n                \"supplier_name\": \"AHERN & SOPER INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00002\",\n                        \"part_description\": \"A6062 CONE-TIMKEN\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10543\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10544\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10544\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10547\",\n                \"status\": \"NEW\",\n                \"supplier\": \"00007\",\n                \"supplier_name\": \"ALLAN CANDY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00018\",\n                        \"part_description\": \"1-22835 BRACKET-ANCHOR\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10547\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10550\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00032\",\n                        \"part_description\": \"CAP TRACK FOR SERIES 4 ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00040\",\n                        \"part_description\": \"WEAR STRIPS (SERIES 2)-CAPPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"SET\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10550\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10551\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10551\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10552\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10552\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10553\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10553\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10555\",\n                \"status\": \"NEW\",\n                \"supplier\": \"00016\",\n                \"supplier_name\": \"GE CANADA INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"1234\",\n                        \"part_description\": \"\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10555\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10556\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10556\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10557\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10557\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10558\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10558\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \" UNIVERSITY\",\n                \"requisition\": \"10559\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10009\",\n                \"supplier_name\": \"GRAINGER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00029\",\n                        \"part_description\": \"38MM STARWHEEL-ANCHOR CAPPER(NO CHARGE)\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10559\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10560\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3228\",\n                \"supplier_name\": \"AHVRO ELECTRONICS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONCRETE FOR LR\",\n                        \"part_description\": \"total quote for \",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"LOT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10560\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"TUTOR TUTOR\",\n                \"requisition\": \"10562\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1747\",\n                \"supplier_name\": \"3M CANADA INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BULB00064\",\n                        \"part_description\": \"GE 60A 120V INCANDESCENT BULB (60 WATT)\",\n                        \"qty\": \"500.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00065\",\n                        \"part_description\": \"GE 100A/1 130V INCANDESDCENT BULBS (100 WATT)\",\n                        \"qty\": \"500.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00066\",\n                        \"part_description\": \"90 WATT HALOGEN OUTDOOR FLOODLIGHT\",\n                        \"qty\": \"30.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10562\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"BOB MUTCH\",\n                \"requisition\": \"10568\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2522\",\n                \"supplier_name\": \"ACME-GUARANTY AUTOMOTIVE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00491\",\n                        \"part_description\": \"ENPP205-16S BEARING-STRETCH WRAPPER.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10568\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10571\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00032\",\n                        \"part_description\": \"CAP TRACK FOR SERIES 4 ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00040\",\n                        \"part_description\": \"WEAR STRIPS (SERIES 2)-CAPPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"SET\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10571\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10572\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10572\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DL DL\",\n                \"requisition\": \"10574\",\n                \"status\": \"NEW\",\n                \"supplier\": \"00007\",\n                \"supplier_name\": \"ALLAN CANDY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SERVICE\",\n                        \"part_description\": \"Ordering a service\",\n                        \"qty\": \"500.00\",\n                        \"uom\": \"LOT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10574\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10576\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00059\",\n                        \"part_description\": \"1 3/4\\\" B22428HL SPHERICAL BEARING INSERT-LINK BELT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00077\",\n                        \"part_description\": \"17244 CUP-TIMPKEN\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00094\",\n                        \"part_description\": \"1 3/4\\\" B22428HL SPHERICAL ROLLER BEARING-LINK BELT\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00095\",\n                        \"part_description\": \"1 1/2\\\" U324D SPHERICAL ROLLER BEARING-LINK BELT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00118\",\n                        \"part_description\": \"9-31 TIMKEN ASSEMBLY(CONSISTS OF HM926749,HM926710D,HM926749XA)USED ON JONES PRESS.ONLY ORDER WHEN REQUIRED. (IF BEARING ASSEMBLY NOT AVAILAB LE LOCAL, BUY FROM BELOIT JONES, PART #011257 COST $725.00 U.S.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00119\",\n                        \"part_description\": \"72187 TIMPKEN.FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00120\",\n                        \"part_description\": \"72487 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00121\",\n                        \"part_description\": \"HM 212049 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00122\",\n                        \"part_description\": \"HM 212010 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00153\",\n                        \"part_description\": \"S5-PP FS160 BEARING(RUBBER SEALED)-FAFNIR\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10576\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10577\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1329\",\n                \"supplier_name\": \"CHISHOLM MACHINERY SALES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00017\",\n                        \"part_description\": \"3120 CUP-TIMPKEN\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00038\",\n                        \"part_description\": \"6207(2RSR) BEARING-FAG/SKF\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10577\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10578\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1550\",\n                \"supplier_name\": \"MARSHALL REFRIDGERATION\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00001\",\n                        \"part_description\": \"CALCLEAN MP #146755\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00002\",\n                        \"part_description\": \"CAPACITOR 4 M.E.D. M.P. 147923\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00003\",\n                        \"part_description\": \"240 \\\" X 36\\\" ROLL FILTER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"ROLL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10578\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10579\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10579\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10580\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10580\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10581\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00022\",\n                        \"part_description\": \"RED LION APLR1(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10581\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10582\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2649\",\n                \"supplier_name\": \"ELLIS & HOWARD LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00013\",\n                        \"part_description\": \"LUMACELL #BA023 EMERGENCY LIGHT BATTERY\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10582\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10584\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00005\",\n                        \"part_description\": \"PIPET TIPS 21856-96\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PKGE\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10584\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10585\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3632\",\n                \"supplier_name\": \"AHERN & SOPER INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00002\",\n                        \"part_description\": \"A6062 CONE-TIMKEN\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10585\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10586\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00030\",\n                        \"part_description\": \"1/4\\\" X 1/2\\\" HEX HEAD BOLTS 18 - 8 SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00038\",\n                        \"part_description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00055\",\n                        \"part_description\": \"3/8 X 2\\\" S.S. HEX HEAD MACHINE SCREW 18-8\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00058\",\n                        \"part_description\": \"3/8 X 4 1/2\\\" SS HEX HEAD MACHINE SCREW\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00062\",\n                        \"part_description\": \"1/2 X 1 1/4 SS HEX HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00079\",\n                        \"part_description\": \"5/16 X 3 1/2\\\" SS HE HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10586\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10587\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10587\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"WATTSJ\",\n                \"requisition\": \"10588\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10009\",\n                \"supplier_name\": \"GRAINGER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SANI00001\",\n                        \"part_description\": \"3M #97 6\\\"X 9\\\" SCOURING PAD\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10588\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10591\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10591\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10592\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10592\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10593\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00118\",\n                        \"part_description\": \"9-31 TIMKEN ASSEMBLY(CONSISTS OF HM926749,HM926710D,HM926749XA)USED ON JONES PRESS.ONLY ORDER WHEN REQUIRED. (IF BEARING ASSEMBLY NOT AVAILAB LE LOCAL, BUY FROM BELOIT JONES, PART #011257 COST $725.00 U.S.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10593\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10594\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10594\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10595\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10595\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10596\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00077\",\n                        \"part_description\": \"17244 CUP-TIMPKEN\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10596\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10597\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10597\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10598\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10598\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10599\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2649\",\n                \"supplier_name\": \"ELLIS & HOWARD LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00013\",\n                        \"part_description\": \"LUMACELL #BA023 EMERGENCY LIGHT BATTERY\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10599\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10600\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10600\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10602\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1747\",\n                \"supplier_name\": \"3M INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GLUE00009\",\n                        \"part_description\": \"GASKET ADHESIVE & SEALER\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10602\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10603\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00032\",\n                        \"part_description\": \"CAP TRACK FOR SERIES 4 ANCHOR\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10603\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10604\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00009\",\n                        \"part_description\": \"78-10-1372 120V/240V 400W BALLAST-SOLA\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10604\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10605\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10605\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10606\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1886\",\n                \"supplier_name\": \"AHS CANLAB\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00012\",\n                        \"part_description\": \"6314 ZZC3/5C BEARING NTN-RIETZ MILL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10606\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10607\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00002\",\n                        \"part_description\": \"GEN.ELEC.#17A240EW/PHILLIPS RQM-2S40-TPC(FOR 4' 2 LAMP SLIM-LINE)\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10607\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10608\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10608\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10609\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10609\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10610\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2649\",\n                \"supplier_name\": \"ELLIS & HOWARD LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00013\",\n                        \"part_description\": \"LUMACELL #BA023 EMERGENCY LIGHT BATTERY\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10610\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10611\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10611\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10612\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00002\",\n                        \"part_description\": \"GEN.ELEC.#17A240EW/PHILLIPS RQM-2S40-TPC(FOR 4' 2 LAMP SLIM-LINE)\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10612\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10613\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10613\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10614\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10614\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10615\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00002\",\n                        \"part_description\": \"GEN.ELEC.#17A240EW/PHILLIPS RQM-2S40-TPC(FOR 4' 2 LAMP SLIM-LINE)\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10615\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10616\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10616\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10617\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1919\",\n                \"supplier_name\": \"STANDARD KNAPP INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"KNAP00010\",\n                        \"part_description\": \"844B37 GUIDE ROD SCRAPER\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10617\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10618\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00022\",\n                        \"part_description\": \"RED LION APLR1(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10618\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10622\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00077\",\n                        \"part_description\": \"17244 CUP-TIMPKEN\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00118\",\n                        \"part_description\": \"9-31 TIMKEN ASSEMBLY(CONSISTS OF HM926749,HM926710D,HM926749XA)USED ON JONES PRESS.ONLY ORDER WHEN REQUIRED. (IF BEARING ASSEMBLY NOT AVAILAB LE LOCAL, BUY FROM BELOIT JONES, PART #011257 COST $725.00 U.S.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00119\",\n                        \"part_description\": \"72187 TIMPKEN.FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00120\",\n                        \"part_description\": \"72487 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00121\",\n                        \"part_description\": \"HM 212049 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00122\",\n                        \"part_description\": \"HM 212010 TIMPKEN-FOR JONES PRESS REDUCER(ONLY ORDER WHEN REQUIRED)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00259\",\n                        \"part_description\": \"EE-11 BEARING-SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00264\",\n                        \"part_description\": \"3209-2RS BEARING-SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00272\",\n                        \"part_description\": \"5411A BEARING-SKF\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00317\",\n                        \"part_description\": \"1 7/8\\\" ER20 INSERT BEARING\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00319\",\n                        \"part_description\": \"5306W BEARING-FAFNIR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10622\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10623\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2649\",\n                \"supplier_name\": \"ELLIS & HOWARD LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00013\",\n                        \"part_description\": \"LUMACELL #BA023 EMERGENCY LIGHT BATTERY\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10623\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10624\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00002\",\n                        \"part_description\": \"GEN.ELEC.#17A240EW/PHILLIPS RQM-2S40-TPC(FOR 4' 2 LAMP SLIM-LINE)\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10624\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10625\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10625\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10626\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10626\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10627\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10627\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10628\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00046\",\n                        \"part_description\": \"A-80 V-BELT\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00052\",\n                        \"part_description\": \"B-40 V-BELT\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00065\",\n                        \"part_description\": \"B-64 V-BELT (USE BELT00144 4L640)\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10628\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10629\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00055\",\n                        \"part_description\": \"B-47 V-BELT\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00090\",\n                        \"part_description\": \"C-81 V-BELT\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10629\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10630\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10630\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10631\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1456\",\n                \"supplier_name\": \"AllWAy Parts and Service\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00157\",\n                        \"part_description\": \"5L 280 V-BELT\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10631\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10632\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOXX00032\",\n                        \"part_description\": \"12\\\" X 12\\\" X 6\\\" PVC JUNCTION BOX (ORDER ONLY AS REQUIRED)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10632\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10633\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00055\",\n                        \"part_description\": \"B-47 V-BELT\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BELT00100\",\n                        \"part_description\": \"3L 390 V-BELT\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOLT00038\",\n                        \"part_description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10633\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10639\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1281\",\n                \"supplier_name\": \"DIVERSEY INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SOAP00027\",\n                        \"part_description\": \"DIBAC (DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"SOAP00028\",\n                        \"part_description\": \"PROFILE (DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"SOAP00030\",\n                        \"part_description\": \"DEFINITE FOAMING AGENT\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10639\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10640\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1329\",\n                \"supplier_name\": \"CHISHOLM MACHINERY SALES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"URSH00010\",\n                        \"part_description\": \"13025 STRIPPER PLATE-DICER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"URSH00014\",\n                        \"part_description\": \"13544 SLICE GUIDE,REAR-DICER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"URSH00015\",\n                        \"part_description\": \"13545 SLICE GUIDE,FRONT-DICER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10640\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10641\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"TAPS00004\",\n                        \"part_description\": \"10/32\\\" NC HS TAPER TAP\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10641\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10642\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1790\",\n                \"supplier_name\": \"CONVAL EQUIPMENT LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"VALV00080\",\n                        \"part_description\": \"1\\\" WORCESTER BALL VALVE SERIES 441GRTSE COMPLETE WITH SERIES 36 120V ELECTR IC OPERATORS FOR USE ON 125 PSI STEAM\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10642\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10643\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"STAR00060\",\n                        \"part_description\": \"3B660 600/60 STARTER SPILTTER BLOCK-SQ.D\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10643\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10644\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SWIT00237\",\n                        \"part_description\": \"E3S-DS30E4 OMRON SWITCH 12-24VDC (USE COMB00059)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10644\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10645\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3639\",\n                \"supplier_name\": \"HAMILTON STORE FIXTURES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"TOOL00007\",\n                        \"part_description\": \"LID OPENER FOR PAILS HUSKY LID OFF\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10645\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10646\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4503\",\n                \"supplier_name\": \"F.N. SHEPPARD & CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"UNSC00019\",\n                        \"part_description\": \"800H200 TIMING BELT W/5mm RRG COVER (AIR CLEANER BELT)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10646\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10647\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10005\",\n                \"supplier_name\": \"ACE HARDWARE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"3070\",\n                        \"part_description\": \"3070 Door\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10647\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10648\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10005\",\n                \"supplier_name\": \"ACE HARDWARE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"123456\",\n                        \"part_description\": \"12 foot rollup door drive\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10648\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \" UNIVERSITY\",\n                \"requisition\": \"10656\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4236\",\n                \"supplier_name\": \"APPLIED EPOXIES ONTARIO\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"SYR-BCA2015-B1020\",\n                        \"part_description\": \"Sciences    ROOF CONSTRUCTION\",\n                        \"qty\": \"200.00\",\n                        \"uom\": \"BOX50\"\n                    },\n                    {\n                        \"part\": \"PILL00007\",\n                        \"part_description\": \"AB5573 REGULATOR BOARD-PILLAR\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10656\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10659\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1205\",\n                \"supplier_name\": \"BALL PACKAGING PRODUCTS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CANC00076\",\n                        \"part_description\": \"ANGELUS CAPPER 1P537 LOWER CHUCK PLATE(ORDER AS REQUIRED)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CANC00123\",\n                        \"part_description\": \"ANGELUS CAPPER 20P241\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10659\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10662\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00002\",\n                        \"part_description\": \"GEN.ELEC.#17A240EW/PHILLIPS RQM-2S40-TPC(FOR 4' 2 LAMP SLIM-LINE)\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10662\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10663\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10663\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10664\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"ANCH00022\",\n                        \"part_description\": \"RED LION APLR1(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"ANCH00023\",\n                        \"part_description\": \"BANNER PL5(BUY LOCAL)-ANCHOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10664\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10665\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00009\",\n                        \"part_description\": \"78-10-1372 120V/240V 400W BALLAST-SOLA\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10665\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10666\",\n                \"status\": \"NEW\",\n                \"supplier\": \"8501\",\n                \"supplier_name\": \"ABELL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"106390\",\n                        \"part_description\": \"Bearing\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10666\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10667\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DUMP00002\",\n                        \"part_description\": \"NMU-8 FLAP OPENER DEFLECTOR-HP GLASS DUMPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"DUMP00003\",\n                        \"part_description\": \"NMU-7 FLAP OPENER ADJUSTING NUT-HP GLASS DUMPER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10667\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10668\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4066\",\n                \"supplier_name\": \"DUPONT/CRYOVAC CANADA INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DUPO00093\",\n                        \"part_description\": \"40430 COUNTER PICK-UP PROXIMITY RING ASSEMBLY C/W 4002.1 PROXIMITY SWITCH- DUPONT METERING PUMP\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10668\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10669\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GASK00039\",\n                        \"part_description\": \"#777-1/32\\\" GASKET MATERIAL 36\\\" X 36\\\"\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10669\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10670\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"DUPO00101\",\n                        \"part_description\": \"40338 METER PUMP MOTOR CONTROL C/W CONDUIT BOX-DUPONT METERING PUMP\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10670\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10671\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1747\",\n                \"supplier_name\": \"3M INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00052\",\n                        \"part_description\": \"#242 LOCTITE\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10671\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10673\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1006\",\n                \"supplier_name\": \"NACAN PRODUCTS LIMITED\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GLUE00017\",\n                        \"part_description\": \"NACAN 33-1557 RESYN GLUE\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"GLUE00018\",\n                        \"part_description\": \"COLTITE 14 42460 (USE DRUMS GLUE00025)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10673\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10674\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GASK00039\",\n                        \"part_description\": \"#777-1/32\\\" GASKET MATERIAL 36\\\" X 36\\\"\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"GLOV00009\",\n                        \"part_description\": \"MEN'S WINTER SPLIT LEATHER GLOVES #320PLC\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"PR\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10674\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10675\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1500\",\n                \"supplier_name\": \"LADISH CO.OF CANADA LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PUMP01430\",\n                        \"part_description\": \"PR25 280-1 WEAR RING-LADISH PUMP\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP01638\",\n                        \"part_description\": \"PRE125095A ADJ SCREW-LADISH PUMP\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10675\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10676\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PVCC00067\",\n                        \"part_description\": \"1/2\\\" PVC KNOCK OUT PLUG (NO LONGER AVAILABLE PER GERRIE ELEC)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10676\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10677\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PVCC00026\",\n                        \"part_description\": \"1\\\" PVC THREADED ADAPTOR\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10677\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10678\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PIPE00137\",\n                        \"part_description\": \"1/2\\\" CAP-BLACK\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00764\",\n                        \"part_description\": \"HAS-16 TRIDON HOSE CLAMP\",\n                        \"qty\": \"36.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00902\",\n                        \"part_description\": \"PVC CEMENT CLEAR CANRON 1 L\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE00906\",\n                        \"part_description\": \"4\\\" ELBOW 45 DEG SCH 40-PVC\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PIPE01025\",\n                        \"part_description\": \"1/2\\\" UNION-STAINLESS STEEL\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"PUMP02070\",\n                        \"part_description\": \"MODEL 650133-1 55GAL PUMP C/W POLYETHYLENE SEALS-ARO PUMP (ORDER AS REQUIRED)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10678\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10679\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4570\",\n                \"supplier_name\": \"PNEUMATIC SCALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PNEU00026\",\n                        \"part_description\": \"W21036 BLOWER FAN(ONLY REORDER WHEN REQ)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10679\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10680\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PVCC00067\",\n                        \"part_description\": \"1/2\\\" PVC KNOCK OUT PLUG (NO LONGER AVAILABLE PER GERRIE ELEC)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10680\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10682\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2158\",\n                \"supplier_name\": \"ALEX E JONES & ASSOCIATES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RESI00015\",\n                        \"part_description\": \"RU5137R RETURN GUIDE(SAME AS RESI00016,MAKE IN-HOUSE)-RESINA\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10682\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10683\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2479\",\n                \"supplier_name\": \"RESINA AUTOMATIC MACHINE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RESI00044\",\n                        \"part_description\": \"GRIPPER DRIVE GEARBOX (FRONT GRIPPER CHAIN ASSEMBLY)-RESINA\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10683\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10684\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PUMP02070\",\n                        \"part_description\": \"MODEL 650133-1 55GAL PUMP C/W POLYETHYLENE SEALS-ARO PUMP (ORDER AS REQUIRED)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10684\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10686\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1329\",\n                \"supplier_name\": \"CHISHOLM MACHINERY SALES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"URSH00010\",\n                        \"part_description\": \"13025 STRIPPER PLATE-DICER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"URSH00014\",\n                        \"part_description\": \"13544 SLICE GUIDE,REAR-DICER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"URSH00015\",\n                        \"part_description\": \"13545 SLICE GUIDE,FRONT-DICER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10686\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10687\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3639\",\n                \"supplier_name\": \"HAMILTON STORE FIXTURES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"TOOL00007\",\n                        \"part_description\": \"LID OPENER FOR PAILS HUSKY LID OFF\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10687\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10688\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4503\",\n                \"supplier_name\": \"F.N. SHEPPARD & CO.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"UNSC00019\",\n                        \"part_description\": \"800H200 TIMING BELT W/5mm RRG COVER (AIR CLEANER BELT)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10688\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10689\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1747\",\n                \"supplier_name\": \"3M INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BEAR00248\",\n                        \"part_description\": \"6203-2RS BEARING-SKF\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00251\",\n                        \"part_description\": \"6303-2RS BEARING-SKF\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BEAR00258\",\n                        \"part_description\": \"7304-2RS BEARING-SKF\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10689\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10691\",\n                \"status\": \"NEW\",\n                \"supplier\": \"\",\n                \"supplier_name\": \"\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"COIL00021\",\n                        \"part_description\": \"LX1-D09-020 BUBBLE DOOR COIL-TELEMECANIQUE\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10691\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10692\",\n                \"status\": \"NEW\",\n                \"supplier\": \"00008\",\n                \"supplier_name\": \"BEPEX CORPORATION\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RIET00003\",\n                        \"part_description\": \"13924 002 SHAFT-RIETZ MILL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10692\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10693\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2885\",\n                \"supplier_name\": \"ATOCHEM CANADA INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00037\",\n                        \"part_description\": \"CODE #129 DI-CARBONATE\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"CHEM00047\",\n                        \"part_description\": \"CODE #129 DIEHYLAMINOETHANOL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10693\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10694\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3959\",\n                \"supplier_name\": \"ANCO CHEMICAL LIMITED\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00031\",\n                        \"part_description\": \"DOWFROST - WITH INHIBITOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10694\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10695\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4776\",\n                \"supplier_name\": \"ANACHEMIA SCIENCE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00064\",\n                        \"part_description\": \"DICHLOROMETHANE\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"CAN\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10695\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10697\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BUSH00010\",\n                        \"part_description\": \"BRONZE BUSHING 1-1/4\\\"x1-1/2\\\"x1\\\"LONG\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CHAI00064\",\n                        \"part_description\": \"2060H ROLLER CHAIN WITH S-K2 BRACKETS EVERY 10 LINKS-JAM FACTORY CASE SEALER PUSH CHAIN.\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LUBE00033\",\n                        \"part_description\": \"KEYSTONE NEVASTANE HT-AW2 FOOD GRADE GREASE IN CARTRIDGES\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10697\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10698\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1932\",\n                \"supplier_name\": \"CERTANIAM ALLOYS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"WELD00052\",\n                        \"part_description\": \"#423 1/8\\\" SS WELDING ROD\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"LB\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10698\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10699\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"KNFE00004\",\n                        \"part_description\": \"HAND TAPE GUN KNIFE BLADE ASS'Y\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10699\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10700\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3748\",\n                \"supplier_name\": \"A.F. HALL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONV00017\",\n                        \"part_description\": \"CLEANSPROK.B 815-25T PLASTIC SPROCKET 1\\\" BORE\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10700\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10701\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10006\",\n                \"supplier_name\": \"ACME MOTORS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BRSH00009\",\n                        \"part_description\": \"SS WIRE SCRATCH BRUSH (FELTON 1777SS)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10701\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10702\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BUSH00010\",\n                        \"part_description\": \"BRONZE BUSHING 1-1/4\\\"x1-1/2\\\"x1\\\"LONG\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CHAI00064\",\n                        \"part_description\": \"2060H ROLLER CHAIN WITH S-K2 BRACKETS EVERY 10 LINKS-JAM FACTORY CASE SEALER PUSH CHAIN.\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10702\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10703\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BULB00022\",\n                        \"part_description\": \"MR400 CUM8-1 CAND BASE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10703\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10704\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3092\",\n                \"supplier_name\": \"FELTON BRUSHES LIMITED\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BRSH00005\",\n                        \"part_description\": \"#SB3032 LAG BRUSH 34 1/2\\\" LONG 03 6 ST. WHITE NYLON BRISTLES 3 ROWS 1 1/2\\\" TRIM\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10704\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10705\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3959\",\n                \"supplier_name\": \"ANCO CHEMICAL LIMITED\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00031\",\n                        \"part_description\": \"DOWFROST - WITH INHIBITOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10705\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10706\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CAUL00001\",\n                        \"part_description\": \"SILICONE CAULKING-LEPAGE(CLEAR)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10706\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10707\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4365\",\n                \"supplier_name\": \"POWER TECH INDUSTRIES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BRSH00013\",\n                        \"part_description\": \"#303741 SCRUB BRUSHES\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10707\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10708\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"KSTK00008\",\n                        \"part_description\": \"4 MM KEYSTOCK SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"MTRE\"\n                    },\n                    {\n                        \"part\": \"KSTK00009\",\n                        \"part_description\": \"5 MM KEYSTOCK SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"MTRE\"\n                    },\n                    {\n                        \"part\": \"KSTK00013\",\n                        \"part_description\": \"9 MM KEYSTOCK SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"MTRE\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10708\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"BOB MUTCH\",\n                \"requisition\": \"10709\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4279\",\n                \"supplier_name\": \"AMT MACHINE TOOLS LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00004\",\n                        \"part_description\": \"9 VOLT ALKALINE BATTERY\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BALA00009\",\n                        \"part_description\": \"78-10-1372 120V/240V 400W BALLAST-SOLA\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOLT00014\",\n                        \"part_description\": \"8-32 X 1\\\" R.H. SS SLOTTED MS SCREW\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10709\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10710\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1550\",\n                \"supplier_name\": \"MARSHALL REFRIDGERATION\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00001\",\n                        \"part_description\": \"CALCLEAN MP #146755\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00002\",\n                        \"part_description\": \"CAPACITOR 4 M.E.D. M.P. 147923\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00003\",\n                        \"part_description\": \"240 \\\" X 36\\\" ROLL FILTER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"ROLL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10710\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10711\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00002\",\n                        \"part_description\": \"GEN.ELEC.#17A240EW/PHILLIPS RQM-2S40-TPC(FOR 4' 2 LAMP SLIM-LINE)\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10711\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10712\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10712\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10713\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10713\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10714\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00400\",\n                        \"part_description\": \"CONVEYOR BELT RUFF TOP 12\\\"Wx1/4\\\"\",\n                        \"qty\": \"50.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10714\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10715\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2649\",\n                \"supplier_name\": \"ELLIS & HOWARD LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00013\",\n                        \"part_description\": \"LUMACELL #BA023 EMERGENCY LIGHT BATTERY\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10715\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10716\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00009\",\n                        \"part_description\": \"78-10-1372 120V/240V 400W BALLAST-SOLA\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10716\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10717\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00005\",\n                        \"part_description\": \"PIPET TIPS 21856-96\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PKGE\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10717\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10718\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10718\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10721\",\n                \"status\": \"NEW\",\n                \"supplier\": \"\",\n                \"supplier_name\": \"\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"COIL00021\",\n                        \"part_description\": \"LX1-D09-020 BUBBLE DOOR COIL-TELEMECANIQUE\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10721\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10722\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1281\",\n                \"supplier_name\": \"DIVERSEY INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00065\",\n                        \"part_description\": \"DICOLUBE CT (LUBRICATION SOAP) 205 LITRE TOTE\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10722\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10723\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00041\",\n                        \"part_description\": \"PIPET TIPS #21856-28\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"CHEM00046\",\n                        \"part_description\": \"CHLORINE TOTAL POWDER PILLOW #14064-99\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10723\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10724\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4383\",\n                \"supplier_name\": \"SPECIALTY CHEMICALS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00051\",\n                        \"part_description\": \"CSW 113 OXYGEN SCAVENGER CATALYZED SULPHATE (400# DRUM)\",\n                        \"qty\": \"400.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10724\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10726\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"MARR00001\",\n                        \"part_description\": \"#31 MARRETTES-YELLOW(100/BOX)\",\n                        \"qty\": \"500.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"MARR00006\",\n                        \"part_description\": \"#29 MARRETTES BLUE(100/BOX)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10726\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10727\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2718\",\n                \"supplier_name\": \"ELECTRO SONIC INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"MCON00001\",\n                        \"part_description\": \"METAL OXIDE VARISTORS (MOV)600V\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10727\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10728\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3112\",\n                \"supplier_name\": \"ICI/GLIDDEN\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PAINT00038\",\n                        \"part_description\": \"XYLOL THINNER (FOR USE WITH EPOXY PRIMER ONLY - DO NOT USE WITH EPOXY FINISH COAT PRODUCTS)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"CAN\"\n                    },\n                    {\n                        \"part\": \"PAINT00040\",\n                        \"part_description\": \"#5242 EPOXY HARDENER (USE IN CONJUCTION WITH #5250 TOP COAT PAINT FOR HP SAU CE DECK)\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"CAN\"\n                    },\n                    {\n                        \"part\": \"PAINT00046\",\n                        \"part_description\": \"#4551 BLACK ENAMEL (FOR GARBAGE BINS)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"CAN\"\n                    },\n                    {\n                        \"part\": \"PAINT00059\",\n                        \"part_description\": \"PEACH TREE #94907 00YY77/124 JAM OFFICE\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"CAN\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10728\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10729\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"NOZZ00009\",\n                        \"part_description\": \"STRAUM.M70 3/4\\\" SWIVEL NOZZLE (WASHUPS)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"NUT00004\",\n                        \"part_description\": \"10 - 24 SS HEX NUT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"PIPE00016\",\n                        \"part_description\": \"1/2\\\" 90 DEG ELBOW-BLACK\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10729\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10730\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4259\",\n                \"supplier_name\": \"TRILLIUM INDUSTRIAL SFTY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"NETS00003\",\n                        \"part_description\": \"N20BU LADIES LARGE BLUE HAIR NETS\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"BX\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10730\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10731\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3228\",\n                \"supplier_name\": \"AHVRO ELECTRONICS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"COIL00002\",\n                        \"part_description\": \"V5-7734-F24 SKINNER VALVE COIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10731\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10732\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1550\",\n                \"supplier_name\": \"MARSHALL REFRIDGERATION\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00001\",\n                        \"part_description\": \"CALCLEAN MP #146755\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00002\",\n                        \"part_description\": \"CAPACITOR 4 M.E.D. M.P. 147923\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00003\",\n                        \"part_description\": \"240 \\\" X 36\\\" ROLL FILTER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"ROLL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10732\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10733\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1707\",\n                \"supplier_name\": \"ABSO BLUE PRINTS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BLPT00001\",\n                        \"part_description\": \"BLUEPRINT PAPER DIAZO 22\\\"x34\\\" 250SHTS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"PKGE\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10733\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10734\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00400\",\n                        \"part_description\": \"CONVEYOR BELT RUFF TOP 12\\\"Wx1/4\\\"\",\n                        \"qty\": \"50.00\",\n                        \"uom\": \"FT\"\n                    },\n                    {\n                        \"part\": \"BELT00410\",\n                        \"part_description\": \"CONVEYOR BELT SMOOTH TOP 36\\\"x3/16\\\"x25'\",\n                        \"qty\": \"25.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10734\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10735\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00005\",\n                        \"part_description\": \"PIPET TIPS 21856-96\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PKGE\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10735\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10736\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00030\",\n                        \"part_description\": \"1/4\\\" X 1/2\\\" HEX HEAD BOLTS 18 - 8 SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00038\",\n                        \"part_description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00055\",\n                        \"part_description\": \"3/8 X 2\\\" S.S. HEX HEAD MACHINE SCREW 18-8\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00058\",\n                        \"part_description\": \"3/8 X 4 1/2\\\" SS HEX HEAD MACHINE SCREW\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00062\",\n                        \"part_description\": \"1/2 X 1 1/4 SS HEX HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00079\",\n                        \"part_description\": \"5/16 X 3 1/2\\\" SS HE HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10736\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10737\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3228\",\n                \"supplier_name\": \"AHVRO ELECTRONICS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"R65774\",\n                        \"part_description\": \"shaft\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10737\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10738\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1550\",\n                \"supplier_name\": \"MARSHALL REFRIDGERATION\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00001\",\n                        \"part_description\": \"CALCLEAN MP #146755\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00002\",\n                        \"part_description\": \"CAPACITOR 4 M.E.D. M.P. 147923\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00003\",\n                        \"part_description\": \"240 \\\" X 36\\\" ROLL FILTER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"ROLL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10738\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10739\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1707\",\n                \"supplier_name\": \"ABSO BLUE PRINTS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BLPT00001\",\n                        \"part_description\": \"BLUEPRINT PAPER DIAZO 22\\\"x34\\\" 250SHTS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"PKGE\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10739\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10740\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10740\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10741\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00010\",\n                        \"part_description\": \"6V/36W/30MIN EMERGI-LITE BATTERY\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10741\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10742\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00400\",\n                        \"part_description\": \"CONVEYOR BELT RUFF TOP 12\\\"Wx1/4\\\"\",\n                        \"qty\": \"50.00\",\n                        \"uom\": \"FT\"\n                    },\n                    {\n                        \"part\": \"BELT00410\",\n                        \"part_description\": \"CONVEYOR BELT SMOOTH TOP 36\\\"x3/16\\\"x25'\",\n                        \"qty\": \"25.00\",\n                        \"uom\": \"FT\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10742\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10743\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2649\",\n                \"supplier_name\": \"ELLIS & HOWARD LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00013\",\n                        \"part_description\": \"LUMACELL #BA023 EMERGENCY LIGHT BATTERY\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10743\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10744\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00005\",\n                        \"part_description\": \"PIPET TIPS 21856-96\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PKGE\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10744\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10745\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00007\",\n                        \"part_description\": \"AAA SIZE\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10745\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10746\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00030\",\n                        \"part_description\": \"1/4\\\" X 1/2\\\" HEX HEAD BOLTS 18 - 8 SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00038\",\n                        \"part_description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10746\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10747\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10747\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"DL DL\",\n                \"requisition\": \"10748\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4146\",\n                \"supplier_name\": \"ANDERSON CONTROLS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"1\",\n                        \"part_description\": \"1\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"2\",\n                        \"part_description\": \"ASDA\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"LB\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10748\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10749\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4124\",\n                \"supplier_name\": \"MECHANICAL MAINTENANCE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00101\",\n                        \"part_description\": \"#12 X 1 1/2\\\" SS PAN HEAD SOCKET SCREW\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10749\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10750\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00030\",\n                        \"part_description\": \"1/4\\\" X 1/2\\\" HEX HEAD BOLTS 18 - 8 SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00038\",\n                        \"part_description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00055\",\n                        \"part_description\": \"3/8 X 2\\\" S.S. HEX HEAD MACHINE SCREW 18-8\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00079\",\n                        \"part_description\": \"5/16 X 3 1/2\\\" SS HE HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00120\",\n                        \"part_description\": \"STUD BOLT ANCHOR COLLAR TYPE(RAWLSTUD)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10750\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"PAUL VASCONCELOS\",\n                \"requisition\": \"10752\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1968\",\n                \"supplier_name\": \"B & J ELECTRIC LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"2019-1000-0010\",\n                        \"part_description\": \" Fluorescent Ballast Model 108662 - 2 Lamp 48\\\" 34W or 40W T12 120V - Case of 10 Ballasts Math Building    Second Quarter Budget for Relamp Project First Floor\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"BOX\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10752\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"PAUL VASCONCELOS\",\n                \"requisition\": \"10753\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1968\",\n                \"supplier_name\": \"B & J ELECTRIC LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"2019-1000-0010\",\n                        \"part_description\": \" Fluorescent Ballast Model 108662 - 2 Lamp 48\\\" 34W or 40W T12 120V - Case of 10 Ballasts Math Building   Third  Quarter Budget for Relamp Project First Floor\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"BOX\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10753\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"PAUL VASCONCELOS\",\n                \"requisition\": \"10754\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1968\",\n                \"supplier_name\": \"B & J ELECTRIC LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"2019-1000-0010\",\n                        \"part_description\": \" Fluorescent Ballast Model 108662 - 2 Lamp 48\\\" 34W or 40W T12 120V - Case of 10 Ballasts Math Building   Fourth  Quarter Budget for Relamp Project First Floor\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"BOX\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10754\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10757\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3209\",\n                \"supplier_name\": \"AVALLON ASSOCIATES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"COIL00021\",\n                        \"part_description\": \"LX1-D09-020 BUBBLE DOOR COIL-TELEMECANIQUE\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10757\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10758\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1281\",\n                \"supplier_name\": \"DIVERSEY INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00065\",\n                        \"part_description\": \"DICOLUBE CT (LUBRICATION SOAP) 205 LITRE TOTE\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10758\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10759\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BUSH00010\",\n                        \"part_description\": \"BRONZE BUSHING 1-1/4\\\"x1-1/2\\\"x1\\\"LONG FOR PIEFILL BARREL DUMPER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CHAI00064\",\n                        \"part_description\": \"2060H ROLLER CHAIN WITH S-K2 BRACKETS EVERY 10 LINKS-JAM FACTORY CASE SEALER PUSH CHAIN.\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LUBE00033\",\n                        \"part_description\": \"KEYSTONE NEVASTANE HT-AW2 FOOD GRADE GREASE IN CARTRIDGES\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10759\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10760\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00001\",\n                        \"part_description\": \"ULTRAMAR ULTRA COMPRESSOR OIL #32 (205 LITRE DRUM)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10760\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10761\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1550\",\n                \"supplier_name\": \"MARSHALL REFRIDGERATION\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00001\",\n                        \"part_description\": \"CALCLEAN MP #146755\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00002\",\n                        \"part_description\": \"CAPACITOR 4 M.E.D. M.P. 147923\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00003\",\n                        \"part_description\": \"240 \\\" X 36\\\" ROLL FILTER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"ROLL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10761\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10762\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00002\",\n                        \"part_description\": \"GEN.ELEC.#17A240EW/PHILLIPS RQM-2S40-TPC(FOR 4' 2 LAMP SLIM-LINE)\",\n                        \"qty\": \"7.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00007\",\n                        \"part_description\": \"DOUBLE RECEPTACLE COVER-METAL\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00036\",\n                        \"part_description\": \"1110 UTILITY BOX (METAL)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00022\",\n                        \"part_description\": \"MR400 CUM8-1 CAND BASE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BULB00081\",\n                        \"part_description\": \"100W 12OV SHATTERSHIELD INCANDESCENT BUL\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00038\",\n                        \"part_description\": \"1/2\\\" \\\"T\\\" RIGID FITTING THREADED\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00044\",\n                        \"part_description\": \"1/2\\\" EMT LB (RIGID)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LITE00005\",\n                        \"part_description\": \"R100LRAB WEATHPF FLOODLIGHT FIXTURE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10762\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10763\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00003\",\n                        \"part_description\": \"6 VOLT-SQUARE\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"DRIL00005\",\n                        \"part_description\": \"1/8\\\" HSS DRILL BIT\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"DRIL00006\",\n                        \"part_description\": \"9/64\\\" HSS DRILL BIT\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10763\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10764\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00007\",\n                        \"part_description\": \"2-F72-T12 120V/2.18AMP/60HZ BALLAST-SOLA CANADA (USE BALA00001)\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BATT00008\",\n                        \"part_description\": \"#80-117 12 VOLT BATTERY (FOR 24ESL270 EMERGI LITE 24V 720W 30 MIN - ORDER AS REQUIRED.\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOXX00032\",\n                        \"part_description\": \"12\\\" X 12\\\" X 6\\\" PVC JUNCTION BOX (ORDER ONLY AS REQUIRED)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10764\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10765\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"COIL00001\",\n                        \"part_description\": \"V5-7731-F24 SKINNER VALVE COIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EMTT00013\",\n                        \"part_description\": \"1 1/4\\\" EMT CONNECTOR (CT)\",\n                        \"qty\": \"40.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"HEAT00026\",\n                        \"part_description\": \"B9.10 SQ.D OVERLOAD HEATER\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10765\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10766\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BELT00400\",\n                        \"part_description\": \"CONVEYOR BELT RUFF TOP 12\\\"Wx1/4\\\"\",\n                        \"qty\": \"50.00\",\n                        \"uom\": \"FT\"\n                    },\n                    {\n                        \"part\": \"CONV00020\",\n                        \"part_description\": \"INTRALOX 2200 WHITE 15\\\" FLUSH WIPE POLYPROP BELT C/W 6\\\" RUBBER MODULES EVERY 4TH ROW\",\n                        \"qty\": \"10.00\",\n                        \"uom\": \"FT\"\n                    },\n                    {\n                        \"part\": \"LUBE00019\",\n                        \"part_description\": \"85W140FG JAX GEAR OIL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"PAIL\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10766\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10767\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2381\",\n                \"supplier_name\": \"E.N.TOOL SUPPLY LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LUBE00021\",\n                        \"part_description\": \"CUTTING LUBE MILLING MACHINE-ULTRACUT 250 5L\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10767\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10768\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2622\",\n                \"supplier_name\": \"BOLT AND NUT SUPPLY LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00089\",\n                        \"part_description\": \"5/16 X 3\\\" FLAT SLOT MACHINE SCREW SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10768\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10769\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2649\",\n                \"supplier_name\": \"ELLIS & HOWARD LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00013\",\n                        \"part_description\": \"LUMACELL #BA023 EMERGENCY LIGHT BATTERY\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10769\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10770\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2885\",\n                \"supplier_name\": \"ATOCHEM CANADA INC\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00037\",\n                        \"part_description\": \"CODE #129 DI-CARBONATE\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    },\n                    {\n                        \"part\": \"CHEM00047\",\n                        \"part_description\": \"CODE #129 DIEHYLAMINOETHANOL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10770\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10771\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BALA00009\",\n                        \"part_description\": \"78-10-1372 120V/240V 400W BALLAST-SOLA\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"DRIL00004\",\n                        \"part_description\": \"7/64\\\" HSS DRILL BIT\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10771\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10772\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3061\",\n                \"supplier_name\": \"HONEYWELL LTD.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FEYE00001\",\n                        \"part_description\": \"Boiler Flame Eye\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10772\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10773\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3092\",\n                \"supplier_name\": \"FELTON BRUSHES LIMITED\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BRSH00005\",\n                        \"part_description\": \"#SB3032 LAG BRUSH 34 1/2\\\" LONG 03 6 ST. WHITE NYLON BRISTLES 3 ROWS 1 1/2\\\" TRIM\",\n                        \"qty\": \"20.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10773\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10774\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOIL00004\",\n                        \"part_description\": \"PIPET TENSETTE 0.1 TO 1.0 ML 19700-1\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BOIL00005\",\n                        \"part_description\": \"PIPET TIPS 21856-96\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"PKGE\"\n                    },\n                    {\n                        \"part\": \"CHEM00041\",\n                        \"part_description\": \"PIPET TIPS #21856-28\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"CHEM00046\",\n                        \"part_description\": \"CHLORINE TOTAL POWDER PILLOW #14064-99\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10774\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10775\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3959\",\n                \"supplier_name\": \"ANCO CHEMICAL LIMITED\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00031\",\n                        \"part_description\": \"DOWFROST - WITH INHIBITOR\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"DRUM\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10775\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10776\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FILT00002\",\n                        \"part_description\": \"STEAM FILTER 2 3/8\\\"OD x 19 3/4\\\"LG SINTERED POWDER\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10776\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10777\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GRIN00009\",\n                        \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"KNFE00004\",\n                        \"part_description\": \"HAND TAPE GUN KNIFE BLADE ASS'Y\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10777\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10778\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00013\",\n                        \"part_description\": \"12AP-416093 DYNAMIC SEAL(CHROME OXIDE),2 PER UNIT.\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00023\",\n                        \"part_description\": \"546-P-416862 STATIC SEAL(SILICONE CARBIDE),2 PER UNIT.\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00025\",\n                        \"part_description\": \"12HP-434868 SEAL CUSHION,VITON.2 PER UNIT.\",\n                        \"qty\": \"6.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"LITN00023\",\n                        \"part_description\": \"RINGED IMPELLER (FOR RASPBERRY THAWING TANK LIGHTNIN MIXER)\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10778\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10779\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4124\",\n                \"supplier_name\": \"MECHANICAL MAINTENANCE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00101\",\n                        \"part_description\": \"#12 X 1 1/2\\\" SS PAN HEAD SOCKET SCREW\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10779\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10780\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BOLT00030\",\n                        \"part_description\": \"1/4\\\" X 1/2\\\" HEX HEAD BOLTS 18 - 8 SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00038\",\n                        \"part_description\": \"1/4 X 2 1/2\\\" SS HEX HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00055\",\n                        \"part_description\": \"3/8 X 2\\\" S.S. HEX HEAD MACHINE SCREW 18-8\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00058\",\n                        \"part_description\": \"3/8 X 4 1/2\\\" SS HEX HEAD MACHINE SCREW\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00062\",\n                        \"part_description\": \"1/2 X 1 1/4 SS HEX HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00079\",\n                        \"part_description\": \"5/16 X 3 1/2\\\" SS HE HEAD BOLT\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"BX100\"\n                    },\n                    {\n                        \"part\": \"BOLT00106\",\n                        \"part_description\": \"3/8 X 5-1/2 CARRIAGE BOLTS SS\",\n                        \"qty\": \"50.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CAUL00001\",\n                        \"part_description\": \"SILICONE CAULKING-LEPAGE(CLEAR)\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"GLOV00008\",\n                        \"part_description\": \"#746 LEATHER FACED COTTON GLOVES\",\n                        \"qty\": \"120.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"GLOV00009\",\n                        \"part_description\": \"MEN'S WINTER SPLIT LEATHER GLOVES #320PLC\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"GLOV00013\",\n                        \"part_description\": \"WOMEN'S BLUE GLOVES #760PMW NET BACK-MED\",\n                        \"qty\": \"120.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"GLOV00016\",\n                        \"part_description\": \"#47-400 PVC FACED COTTON GLOVE\",\n                        \"qty\": \"100.00\",\n                        \"uom\": \"PR\"\n                    },\n                    {\n                        \"part\": \"KSTK00008\",\n                        \"part_description\": \"4 MM KEYSTOCK SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"MTRE\"\n                    },\n                    {\n                        \"part\": \"KSTK00009\",\n                        \"part_description\": \"5 MM KEYSTOCK SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"MTRE\"\n                    },\n                    {\n                        \"part\": \"KSTK00013\",\n                        \"part_description\": \"9 MM KEYSTOCK SS\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"MTRE\"\n                    },\n                    {\n                        \"part\": \"LUBE00018\",\n                        \"part_description\": \"LOCTITE ANTI-SEIZE\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10780\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10781\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4280\",\n                \"supplier_name\": \"MIURA BOILER CO LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONT00003\",\n                        \"part_description\": \"Magnetic Contactor for  Blower Sprecher CA7-72-11-120\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CONT00004\",\n                        \"part_description\": \"Magnetic Contactor for Oil Pump Sprecher CA7-72-10-120\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CONT00005\",\n                        \"part_description\": \"Magnetic Contactor for  Blower Sprecher CA7-72-13-120\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10781\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10782\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4365\",\n                \"supplier_name\": \"POWER TECH INDUSTRIES\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BRSH00013\",\n                        \"part_description\": \"#303741 SCRUB BRUSHES\",\n                        \"qty\": \"3.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10782\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10783\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4383\",\n                \"supplier_name\": \"SPECIALTY CHEMICALS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00050\",\n                        \"part_description\": \"BOILER SCALE CONDITIONER- SCALE TOX XTRA\",\n                        \"qty\": \"9.00\",\n                        \"uom\": \"PAIL\"\n                    },\n                    {\n                        \"part\": \"CHEM00051\",\n                        \"part_description\": \"CSW 113 OXYGEN SCAVENGER CATALYZED SULPHATE (400# DRUM)\",\n                        \"qty\": \"400.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10783\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10784\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BATT00012\",\n                        \"part_description\": \"QDSDC-37 QUICK DISCONNECT SOCKET C/W DUST COVER-BATTERY FILLING STATION\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10784\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2019-11-13\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10785\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4776\",\n                \"supplier_name\": \"ANACHEMIA SCIENCE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CHEM00064\",\n                        \"part_description\": \"DICHLOROMETHANE\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"CAN\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10785\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-01-01\",\n                \"requested_by\": \"DEMO FACILITY\",\n                \"requisition\": \"10786\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4146\",\n                \"supplier_name\": \"ANDERSON CONTROLS\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CODE00003\",\n                        \"part_description\": \"21412 SERIAL INTERFACE PCB.-DOM.AMJET\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CODE00039\",\n                        \"part_description\": \"23172 MULTI FUNCTION BOARD-CODEBOX II\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"CODE00044\",\n                        \"part_description\": \"21441 MONITOR BOARD-CODE BOX II\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10786\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-01-01\",\n                \"requested_by\": \"BOWNESS, THOMAS\",\n                \"requisition\": \"10787\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PIPE00212\",\n                        \"part_description\": \"1/8\\\"X 2\\\" NIPPLE-GALVINIZED\",\n                        \"qty\": \"48.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BRKR00003\",\n                        \"part_description\": \"SQ.D BREAKER ONE POLE 20A QO120\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BRKR00004\",\n                        \"part_description\": \"SQ.D BREAKER 1POLE 20A QOB120\",\n                        \"qty\": \"12.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BRKR00029\",\n                        \"part_description\": \"SQ \\\"D\\\" BREAKER LOCK OFF ASSEMBLY HLO-1\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"BRKR00031\",\n                        \"part_description\": \"1492-CB-3G400 40AMP 3 POLE A-B BREAKER\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10787\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-11-09\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10788\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10009\",\n                \"supplier_name\": \"GRAINGER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"RAILING\",\n                        \"part_description\": \"STAIR RAILING,STEEL,5\\\" H,96\\\" L\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10788\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-02-02\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10789\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10012\",\n                \"supplier_name\": \"Home Depot\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BASEBOARDS\",\n                        \"part_description\": \"Primed Fibreboard Base 5/8 Inches x 5-1/2 Inches x 96 Inches\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10789\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-01-31\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10790\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4280\",\n                \"supplier_name\": \"MIURA BOILER CO LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"LAMP00001\",\n                        \"part_description\": \"Boiler Indicator Lamp (RED)\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10790\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-01-30\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10791\",\n                \"status\": \"NEW\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"BRKR00011\",\n                        \"part_description\": \"SQ.D BREAKER 2POLE 50A QO250\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10791\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-01-29\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10792\",\n                \"status\": \"NEW\",\n                \"supplier\": \"10012\",\n                \"supplier_name\": \"Home Depot\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"FAUCET\",\n                        \"part_description\": \"(4-inch) 2-Handle Low Arc Bathroom Faucet\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10792\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-01-29\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10793\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CAUL00001\",\n                        \"part_description\": \"SILICONE CAULKING-LEPAGE(CLEAR)\",\n                        \"qty\": \"4.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10793\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-01-31\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10794\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4280\",\n                \"supplier_name\": \"MIURA BOILER CO LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"CONT00003\",\n                        \"part_description\": \"Magnetic Contactor for  Blower Sprecher CA7-72-11-120\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10794\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-01-31\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10796\",\n                \"status\": \"NEW\",\n                \"supplier\": \"3112\",\n                \"supplier_name\": \"ICI/GLIDDEN\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PAINT00012\",\n                        \"part_description\": \"SEMI GLOSS WHITE LATEX 4 LITRE CAN\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"CAN\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10796\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-01-31\",\n                \"requested_by\": \"FACILITY SUPERVISOR\",\n                \"requisition\": \"10797\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4280\",\n                \"supplier_name\": \"MIURA BOILER CO LTD\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"PUMP04000\",\n                        \"part_description\": \"Feed Water Pump for Miura EX-300 15 HP 51 GPM\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10797\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-09-17\",\n                \"requested_by\": \"BRADLEY\",\n                \"requisition\": \"10798\",\n                \"status\": \"NEW\",\n                \"supplier\": \"2871\",\n                \"supplier_name\": \"BOSS INC.\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"EXCH00008\",\n                        \"part_description\": \"543-P-221196 VITON O RING DASH344 (BUY LOCAL),3 PER UNIT.\",\n                        \"qty\": \"5.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"EXCH00021\",\n                        \"part_description\": \"543-S-K359-AJ SEAL,EPDM U CUP (BUY LOCAL),2 PER UNIT.\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10798\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-10-01\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10799\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GRIN00009\",\n                        \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"GRIN00007\",\n                        \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10799\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-10-01\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10800\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"GRIN00009\",\n                        \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\n                        \"qty\": \"24.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"GRIN00007\",\n                        \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\n                        \"qty\": \"2.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10800\"\n                    }\n                }\n            },\n            {\n                \"req_date\": \"2020-10-01\",\n                \"requested_by\": \"STORES\",\n                \"requisition\": \"10801\",\n                \"status\": \"NEW\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"type\": \"REG\",\n                \"part lineitems\": [\n                    {\n                        \"part\": \"NS001\",\n                        \"part_description\": \"15mm galvinized screws\",\n                        \"qty\": \"500.00\",\n                        \"uom\": \"EA\"\n                    },\n                    {\n                        \"part\": \"GRIN00007\",\n                        \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\n                        \"qty\": \"1.00\",\n                        \"uom\": \"EA\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10801\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/requisition?STATUS=NEW&TYPE=REG\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"85b82dff-367f-4d9c-bf3f-35544574a203"},{"name":"Get a specific requisition's details","id":"9f484a7f-bf66-4a8c-847a-495c8267743e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/10023","description":"<p>Get details of a specific requisition record.  This typically includes more information than the requisition list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","requisition","10023"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"b3ed451e-78af-4e31-9ce1-12eb1c4b91b7","name":"Get a specific requisition's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/10023"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 17:03:34 GMT"},{"key":"Content-Length","value":"1001"}],"cookie":[],"responseTime":null,"body":"{\n    \"approved_by\": \"\",\n    \"ml_desk\": \"PURAGENT\",\n    \"pur_agent\": \"\",\n    \"req_date\": \"2019-11-13\",\n    \"requested_by\": \"STORES\",\n    \"requisition\": \"10023\",\n    \"status\": \"NEW\",\n    \"supplier\": \"4084\",\n    \"type\": \"REG\",\n    \"part lineitems\": [\n        {\n            \"eqp_no\": \"\",\n            \"gl_code\": \"420-6511\",\n            \"gst\": \"N/I\",\n            \"manufact_part\": \"\",\n            \"manufacturer\": \"\",\n            \"p_o\": \"\",\n            \"part\": \"GRIN00009\",\n            \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\n            \"pst\": \"N/I\",\n            \"qty\": \"24.00\",\n            \"unit_cst\": \"7.9400\",\n            \"uom\": \"EA\"\n        },\n        {\n            \"eqp_no\": \"\",\n            \"gl_code\": \"420-6511\",\n            \"gst\": \"N/I\",\n            \"manufact_part\": \"\",\n            \"manufacturer\": \"\",\n            \"p_o\": \"\",\n            \"part\": \"GRIN00007\",\n            \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\n            \"pst\": \"N/I\",\n            \"qty\": \"2.00\",\n            \"unit_cst\": \"16.3800\",\n            \"uom\": \"EA\"\n        },\n        {\n            \"eqp_no\": \"\",\n            \"gl_code\": \"420-6511\",\n            \"gst\": \"N/I\",\n            \"manufact_part\": \"\",\n            \"manufacturer\": \"\",\n            \"p_o\": \"\",\n            \"part\": \"BATT00007\",\n            \"part_description\": \"AAA SIZE\",\n            \"pst\": \"N/I\",\n            \"qty\": \"10.00\",\n            \"unit_cst\": \"1.1100\",\n            \"uom\": \"EA\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/requisition/10023\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/requisition\"\n        }\n    }\n}"}],"_postman_id":"9f484a7f-bf66-4a8c-847a-495c8267743e"},{"name":"Create Requisition","id":"31655fb7-3409-4fb6-a054-a5ae741d422c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"req_date\": \"2020-10-01\",\r\n        \"requested_by\": \"STORES\",\r\n        \"status\": \"NEW\",\r\n        \"supplier\": \"4084\",\r\n        \"type\": \"REG\",\r\n        \"part lineitems\": [\r\n            {\r\n                \"part\": \"GRIN00009\",\r\n                \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\r\n                \"qty\": \"24.00\",\r\n                \"unit_cst\": \"7.9400\",\r\n                \"uom\": \"EA\"\r\n            },\r\n            {\r\n                \"part\": \"GRIN00007\",\r\n                \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\r\n                \"qty\": \"2.00\",\r\n                \"unit_cst\": \"16.3800\",\r\n                \"uom\": \"EA\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"req_date\": \"2020-10-01\",\r\n        \"requested_by\": \"STORES\",\r\n        \"status\": \"NEW\",\r\n        \"supplier\": \"4084\",\r\n        \"type\": \"REG\",\r\n        \"part lineitems\": [\r\n            {\r\n                \"part\": \"NS001\",\r\n                \"part_description\": \"15mm galvinized screws\",\r\n                \"qty\": \"500.00\",\r\n                \"unit_cst\": \"0.0800\",\r\n                \"uom\": \"EA\"\r\n            },\r\n            {\r\n                \"part\": \"GRIN00007\",\r\n                \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\r\n                \"qty\": \"1.00\",\r\n                \"unit_cst\": \"16.3800\",\r\n                \"uom\": \"EA\"\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition","description":"<p>Create one or more requisition</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","requisition"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9dc550ea-e019-4053-90e4-ff3b88158537","name":"Create Requisition","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"req_date\": \"2020-10-01\",\r\n        \"requested_by\": \"STORES\",\r\n        \"status\": \"NEW\",\r\n        \"supplier\": \"4084\",\r\n        \"type\": \"REG\",\r\n        \"part lineitems\": [\r\n            {\r\n                \"part\": \"GRIN00009\",\r\n                \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\r\n                \"qty\": \"24.00\",\r\n                \"unit_cst\": \"7.9400\",\r\n                \"uom\": \"EA\"\r\n            },\r\n            {\r\n                \"part\": \"GRIN00007\",\r\n                \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\r\n                \"qty\": \"2.00\",\r\n                \"unit_cst\": \"16.3800\",\r\n                \"uom\": \"EA\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"req_date\": \"2020-10-01\",\r\n        \"requested_by\": \"STORES\",\r\n        \"status\": \"NEW\",\r\n        \"supplier\": \"4084\",\r\n        \"type\": \"REG\",\r\n        \"part lineitems\": [\r\n            {\r\n                \"part\": \"NS001\",\r\n                \"part_description\": \"15mm galvinized screws\",\r\n                \"qty\": \"500.00\",\r\n                \"unit_cst\": \"0.0800\",\r\n                \"uom\": \"EA\"\r\n            },\r\n            {\r\n                \"part\": \"GRIN00007\",\r\n                \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\r\n                \"qty\": \"1.00\",\r\n                \"unit_cst\": \"16.3800\",\r\n                \"uom\": \"EA\"\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 17:17:29 GMT"},{"key":"Content-Length","value":"30"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"10800\",\n        \"10801\"\n    ]\n}"}],"_postman_id":"31655fb7-3409-4fb6-a054-a5ae741d422c"},{"name":"Create specific requisition","id":"b7b522d0-9bc4-4920-9265-aaecccabfbfd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"req_date\": \"2020-10-01\",\r\n    \"requested_by\": \"STORES\",\r\n    \"status\": \"NEW\",\r\n    \"supplier\": \"4084\",\r\n    \"type\": \"REG\",\r\n    \"part lineitems\": [\r\n        {\r\n            \"part\": \"GRIN00009\",\r\n            \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\r\n            \"qty\": \"24.00\",\r\n            \"unit_cst\": \"7.9400\",\r\n            \"uom\": \"EA\"\r\n        },\r\n        {\r\n            \"part\": \"GRIN00007\",\r\n            \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\r\n            \"qty\": \"2.00\",\r\n            \"unit_cst\": \"16.3800\",\r\n            \"uom\": \"EA\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/B10001","description":"<p>Create new requisition using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","requisition","B10001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"75451620-5fd9-4760-be1a-c049ab2a03c9","name":"Create specific requisition","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"req_date\": \"2020-10-01\",\r\n    \"requested_by\": \"STORES\",\r\n    \"status\": \"NEW\",\r\n    \"supplier\": \"4084\",\r\n    \"type\": \"REG\",\r\n    \"part lineitems\": [\r\n        {\r\n            \"part\": \"GRIN00009\",\r\n            \"part_description\": \"3M CLEAN AND STRIP DISCS 6\\\" X 1/2\\\"\",\r\n            \"qty\": \"24.00\",\r\n            \"unit_cst\": \"7.9400\",\r\n            \"uom\": \"EA\"\r\n        },\r\n        {\r\n            \"part\": \"GRIN00007\",\r\n            \"part_description\": \"7\\\" X 1\\\" X 1\\\" FINE GRINDING WHEEL\",\r\n            \"qty\": \"2.00\",\r\n            \"unit_cst\": \"16.3800\",\r\n            \"uom\": \"EA\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/B10001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 17:22:40 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"B10001\"\n    ]\n}"}],"_postman_id":"b7b522d0-9bc4-4920-9265-aaecccabfbfd"},{"name":"Edit requisition","id":"d78b6a0c-b75e-4acc-af0b-4ee2c543a932","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"req_date\": \"2020-09-30\",\r\n    \"requested_by\": \"BRAD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/B10001","description":"<p>Make updates to a requisition.  Only necessary to pass fields wanted to be updated and can only be done to existing requisitions.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","requisition","B10001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"0647cce3-9a3f-4741-a2d6-6143ef903794","name":"Edit requisition","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"req_date\": \"2020-09-30\",\r\n    \"requested_by\": \"BRAD\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/B10001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 17:24:36 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"B10001\"\n    ]\n}"}],"_postman_id":"d78b6a0c-b75e-4acc-af0b-4ee2c543a932"},{"name":"Delete an existing requisition","id":"e5eed8a9-a2af-4f9f-9352-d74f451d29ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/B10001","description":"<p>allows the deletion of an existing requistion.  This cancels the requisition.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","requisition","B10001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3df844f6-baf2-40b6-ba06-05d19e7028b2","name":"Delete an existing requisition","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/B10001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 17:26:47 GMT"},{"key":"Content-Length","value":"143"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/requisition/B10001\"\n}"}],"_postman_id":"e5eed8a9-a2af-4f9f-9352-d74f451d29ef"}],"id":"3e659bb7-fcaa-40ea-ae5d-e7707df30771","description":"<p>You can retrieve a list of requisitions or the details of a single requisition from the <code>REQUISITION_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new requisition records or update existing requisition information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition?STATUS=NEW&amp;TYPE=REG</code> where the data returned will only include values where the status is 'NEW' and the requisition's type is 'REG'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/requisition/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"460d6f93-52a4-4f0b-8dec-885201c9a75a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ff5506e2-544e-4933-bd4e-8020e2de5248","type":"text/javascript","exec":[""]}}],"_postman_id":"3e659bb7-fcaa-40ea-ae5d-e7707df30771"},{"name":"Room","item":[{"name":"Get Labels","id":"a90a4062-db0b-4609-891d-670f8186939b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Room","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e6319e80-34bd-4fef-90ea-3f2d8ee352e2","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:48:11 GMT"},{"key":"Content-Length","value":"300"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"SPACE_ROOMS\",\n    \"Usage\": \"To get, update, and create Room that will use the DirectLine System\",\n    \"BUILDING_ID\": \"Building Id\",\n    \"HALL\": \"Hallway\",\n    \"ROOM\": \"Room\",\n    \"CLASS\": \"Class\",\n    \"DESCRIPTION\": \"Room Description\",\n    \"FLOOR\": \"Floor\",\n    \"ADDRESS\": \"Address\",\n    \"LENGTH\": \"Length\",\n    \"WIDTH\": \"Width\",\n    \"HEIGHT\": \"Height\"\n}"}],"_postman_id":"a90a4062-db0b-4609-891d-670f8186939b"},{"name":"Get Schema","id":"e7cf6336-c908-449e-94a7-c9a367d28ee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Room","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"79f313a1-05b2-431f-af6e-7adf12f9f063","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:49:11 GMT"},{"key":"Content-Length","value":"852"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/Room/@SCHEMA\",\n    \"title\": \"ROOM_API\",\n    \"description\": \"SPACE_ROOMS table containing rooms information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"BUILDING_ID\": {\n            \"description\": \"Building Id\",\n            \"type\": null\n        },\n        \"HALL\": {\n            \"description\": \"Hallway\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ROOM\": {\n            \"description\": \"Room\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CLASS\": {\n            \"description\": \"Class\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Room Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"FLOOR\": {\n            \"description\": \"Floor\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ADDRESS\": {\n            \"description\": \"Address\",\n            \"type\": null\n        },\n        \"LENGTH\": {\n            \"description\": \"Length - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"WIDTH\": {\n            \"description\": \"Width - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"HEIGHT\": {\n            \"description\": \"Height - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        }\n    },\n    \"required\": [\n        \"BUILDING_ID\",\n        \"HALL\",\n        \"ROOM\",\n        \"CLASS\"\n    ]\n}"}],"_postman_id":"e7cf6336-c908-449e-94a7-c9a367d28ee0"},{"name":"Get Criteria","id":"a5b707cd-fa47-402b-90cd-34c308fa0de0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/@CRITERIA","description":"<p>Get the list of fields that are searchable for room searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Room","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3035e754-a49c-4476-a328-5caca8f73a9b","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:49:56 GMT"},{"key":"Content-Length","value":"172"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"SPACE_ROOMS\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"CLASS\": \"Class\"\n}"}],"_postman_id":"a5b707cd-fa47-402b-90cd-34c308fa0de0"},{"name":"Get rooms","id":"0f7ed36e-a6b1-4351-849a-a451413bdff8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room?CLASS=BUILDING-ROOM","description":"<p>An example of getting room information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Room"],"host":["https://api.megamation.com"],"query":[{"key":"CLASS","value":"BUILDING-ROOM"}],"variable":[]}},"response":[{"id":"3675d612-34b7-455f-87e7-db01ac94ed16","name":"Get rooms","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room?CLASS=BUILDING-ROOM","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","Room"],"query":[{"key":"CLASS","value":"BUILDING-ROOM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:57:48 GMT"},{"key":"Content-Length","value":"41395"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Room\": [\n            {\n                \"building\": \"BD00\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Main Admin Office\",\n                \"hall\": \"NA\",\n                \"room\": \"102\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BD00*NA*102\"\n                    }\n                }\n            },\n            {\n                \"building\": \"MCAMPUS\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Main Boiler Room \",\n                \"hall\": \"NA\",\n                \"room\": \"BOILER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/MCAMPUS*NA*BOILER\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Music Room\",\n                \"hall\": \"NA\",\n                \"room\": \"133\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*133\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Sandwich-Salad Prep Room\",\n                \"hall\": \"NA\",\n                \"room\": \"146\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*146\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Nicolbys Storage\",\n                \"hall\": \"NA\",\n                \"room\": \"157\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*157\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Kitchen\",\n                \"hall\": \"NA\",\n                \"room\": \"171\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*171\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Serving Line 3\",\n                \"hall\": \"NA\",\n                \"room\": \"174C\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*174C\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A109\",\n                \"hall\": \"NA\",\n                \"room\": \"A109\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A109\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A110\",\n                \"hall\": \"NA\",\n                \"room\": \"A110\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A110\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A114\",\n                \"hall\": \"NA\",\n                \"room\": \"A114\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A114\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A118-120 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A118-120\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A118-120\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A127\",\n                \"hall\": \"NA\",\n                \"room\": \"A127\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A127\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A208\",\n                \"hall\": \"NA\",\n                \"room\": \"A208\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A208\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A209-211 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A209-211\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A209-211\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A213\",\n                \"hall\": \"NA\",\n                \"room\": \"A213\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A213\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A222\",\n                \"hall\": \"NA\",\n                \"room\": \"A222\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A222\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A226\",\n                \"hall\": \"NA\",\n                \"room\": \"A226\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A226\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A229-231 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A229-231\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A229-231\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A305\",\n                \"hall\": \"NA\",\n                \"room\": \"A305\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A305\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A309\",\n                \"hall\": \"NA\",\n                \"room\": \"A309\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A309\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A309-311 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A309-311\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A309-311\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A310\",\n                \"hall\": \"NA\",\n                \"room\": \"A310\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A310\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A318-320 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A318-320\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A318-320\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A321\",\n                \"hall\": \"NA\",\n                \"room\": \"A321\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A321\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A325\",\n                \"hall\": \"NA\",\n                \"room\": \"A325\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A325\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Laundry\",\n                \"hall\": \"NA\",\n                \"room\": \"A334\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A334\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Room 101\",\n                \"hall\": \"NA\",\n                \"room\": \"A101\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A101\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Glycol Room\",\n                \"hall\": \"NA\",\n                \"room\": \"102A\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*102A\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Communication Room\",\n                \"hall\": \"NA\",\n                \"room\": \"105\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*105\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Lodge Manager Office\",\n                \"hall\": \"NA\",\n                \"room\": \"109\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*109\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"HSEQ Office\",\n                \"hall\": \"NA\",\n                \"room\": \"110\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*110\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Washroom - Male\",\n                \"hall\": \"NA\",\n                \"room\": \"118\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*118\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Theater\",\n                \"hall\": \"NA\",\n                \"room\": \"123\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*123\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Video Game Room\",\n                \"hall\": \"NA\",\n                \"room\": \"123B\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*123B\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Billard Room\",\n                \"hall\": \"NA\",\n                \"room\": \"134\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*134\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Boiler Room in Maintenance\",\n                \"hall\": \"NA\",\n                \"room\": \"138\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*138\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A101-103 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A101-103\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A101-103\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A102-104 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A102-104\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A102-104\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A104\",\n                \"hall\": \"NA\",\n                \"room\": \"A104\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A104\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A108\",\n                \"hall\": \"NA\",\n                \"room\": \"A108\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A108\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A117\",\n                \"hall\": \"NA\",\n                \"room\": \"A117\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A117\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A117-119 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A117-119\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A117-119\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A121-123 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A121-123\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A121-123\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A122\",\n                \"hall\": \"NA\",\n                \"room\": \"A122\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A122\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A125-127 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A125-127\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A125-127\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A133 - EXECUTIVE\",\n                \"hall\": \"NA\",\n                \"room\": \"A133\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A133\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A201-203 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A201-203\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A201-203\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A203\",\n                \"hall\": \"NA\",\n                \"room\": \"A203\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A203\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A205-207 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A205-207\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A205-207\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A210-212 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A210-212\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A210-212\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A216\",\n                \"hall\": \"NA\",\n                \"room\": \"A216\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A216\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A221\",\n                \"hall\": \"NA\",\n                \"room\": \"A221\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A221\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A225-227 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A225-227\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A225-227\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A232\",\n                \"hall\": \"NA\",\n                \"room\": \"A232\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A232\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A302\",\n                \"hall\": \"NA\",\n                \"room\": \"A302\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A302\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A313-315 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A313-315\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A313-315\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A315\",\n                \"hall\": \"NA\",\n                \"room\": \"A315\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A315\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A328\",\n                \"hall\": \"NA\",\n                \"room\": \"A328\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A328\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Entry\",\n                \"hall\": \"NA\",\n                \"room\": \"101\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*101\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Nicholby's\",\n                \"hall\": \"NA\",\n                \"room\": \"102B\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*102B\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"HR Office\",\n                \"hall\": \"NA\",\n                \"room\": \"111\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*111\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Electrical Room\",\n                \"hall\": \"NA\",\n                \"room\": \"114B\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*114B\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Electrical Room in Maintenance\",\n                \"hall\": \"NA\",\n                \"room\": \"137\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*137\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Bakery\",\n                \"hall\": \"NA\",\n                \"room\": \"147\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*147\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Chemical Room - Kitchen\",\n                \"hall\": \"NA\",\n                \"room\": \"161\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*161\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A106-108 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A106-108\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A106-108\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A113\",\n                \"hall\": \"NA\",\n                \"room\": \"A113\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A113\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A122-124 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A122-124\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A122-124\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A123\",\n                \"hall\": \"NA\",\n                \"room\": \"A123\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A123\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A126-128 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A126-128\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A126-128\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A128\",\n                \"hall\": \"NA\",\n                \"room\": \"A128\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A128\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Janitor Room\",\n                \"hall\": \"NA\",\n                \"room\": \"A136\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A136\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A212\",\n                \"hall\": \"NA\",\n                \"room\": \"A212\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A212\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A214-216 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A214-216\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A214-216\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A225\",\n                \"hall\": \"NA\",\n                \"room\": \"A225\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A225\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A230-232 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A230-232\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A230-232\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A301\",\n                \"hall\": \"NA\",\n                \"room\": \"A301\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A301\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A302-304 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A302-304\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A302-304\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A306-308 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A306-308\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A306-308\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A311\",\n                \"hall\": \"NA\",\n                \"room\": \"A311\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A311\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A316\",\n                \"hall\": \"NA\",\n                \"room\": \"A316\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A316\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A317-319 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A317-319\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A317-319\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A322-324 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A322-324\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A322-324\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A324\",\n                \"hall\": \"NA\",\n                \"room\": \"A324\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A324\"\n                    }\n                }\n            },\n            {\n                \"building\": \"001-0100\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Math Building ROOM 102 \",\n                \"hall\": \"NA\",\n                \"room\": \"102\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/001-0100*NA*102\"\n                    }\n                }\n            },\n            {\n                \"building\": \"001-0300\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"English Second Language\",\n                \"hall\": \"NA\",\n                \"room\": \"ESL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/001-0300*NA*ESL\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BD00\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Presidents Office\",\n                \"hall\": \"NA\",\n                \"room\": \"101\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BD00*NA*101\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Guest Services\",\n                \"hall\": \"NA\",\n                \"room\": \"104\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*104\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Tim Hortons\",\n                \"hall\": \"NA\",\n                \"room\": \"114\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*114\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Janitor Room\",\n                \"hall\": \"NA\",\n                \"room\": \"119\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*119\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Fitness Room\",\n                \"hall\": \"NA\",\n                \"room\": \"127\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*127\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Kitchen Washroom - Female\",\n                \"hall\": \"NA\",\n                \"room\": \"151\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*151\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Whites\",\n                \"hall\": \"NA\",\n                \"room\": \"156\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*156\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A105\",\n                \"hall\": \"NA\",\n                \"room\": \"A105\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A105\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A118\",\n                \"hall\": \"NA\",\n                \"room\": \"A118\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A118\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A124\",\n                \"hall\": \"NA\",\n                \"room\": \"A124\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A124\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A132\",\n                \"hall\": \"NA\",\n                \"room\": \"A132\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A132\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A202\",\n                \"hall\": \"NA\",\n                \"room\": \"A202\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A202\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A207\",\n                \"hall\": \"NA\",\n                \"room\": \"A207\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A207\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A217\",\n                \"hall\": \"NA\",\n                \"room\": \"A217\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A217\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A231\",\n                \"hall\": \"NA\",\n                \"room\": \"A231\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A231\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Janitor Room\",\n                \"hall\": \"NA\",\n                \"room\": \"A236\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A236\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A306\",\n                \"hall\": \"NA\",\n                \"room\": \"A306\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A306\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A312\",\n                \"hall\": \"NA\",\n                \"room\": \"A312\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A312\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A319\",\n                \"hall\": \"NA\",\n                \"room\": \"A319\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A319\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A320\",\n                \"hall\": \"NA\",\n                \"room\": \"A320\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A320\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A326-328 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A326-328\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A326-328\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A329\",\n                \"hall\": \"NA\",\n                \"room\": \"A329\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A329\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A330\",\n                \"hall\": \"NA\",\n                \"room\": \"A330\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A330\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Lobby\",\n                \"hall\": \"NA\",\n                \"room\": \"102\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*102\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Chef Office\",\n                \"hall\": \"NA\",\n                \"room\": \"144\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*144\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Recreation Office\",\n                \"hall\": \"NA\",\n                \"room\": \"129\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*129\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Kick Boxing Room\",\n                \"hall\": \"NA\",\n                \"room\": \"130\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*130\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Maintenance Shop/Office\",\n                \"hall\": \"NA\",\n                \"room\": \"136A\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*136A\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Housekeeping Office\",\n                \"hall\": \"NA\",\n                \"room\": \"140\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*140\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Serving Line 1\",\n                \"hall\": \"NA\",\n                \"room\": \"174A\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*174A\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Dining Area\",\n                \"hall\": \"NA\",\n                \"room\": \"176\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*176\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A115\",\n                \"hall\": \"NA\",\n                \"room\": \"A115\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A115\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A125\",\n                \"hall\": \"NA\",\n                \"room\": \"A125\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A125\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A129\",\n                \"hall\": \"NA\",\n                \"room\": \"A129\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A129\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A129-131 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A129-131\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A129-131\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A130\",\n                \"hall\": \"NA\",\n                \"room\": \"A130\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A130\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A204\",\n                \"hall\": \"NA\",\n                \"room\": \"A204\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A204\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A206-208 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A206-208\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A206-208\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A227\",\n                \"hall\": \"NA\",\n                \"room\": \"A227\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A227\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A233 - EXECUTIVE\",\n                \"hall\": \"NA\",\n                \"room\": \"A233\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A233\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A303\",\n                \"hall\": \"NA\",\n                \"room\": \"A303\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A303\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A307\",\n                \"hall\": \"NA\",\n                \"room\": \"A307\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A307\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A310-312 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A310-312\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A310-312\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A314-316 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A314-316\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A314-316\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A329-331 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A329-331\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A329-331\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Janitor Room\",\n                \"hall\": \"NA\",\n                \"room\": \"A336\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A336\"\n                    }\n                }\n            },\n            {\n                \"building\": \"001-0350\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Main Gym Area\",\n                \"hall\": \"NA\",\n                \"room\": \"MG\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/001-0350*NA*MG\"\n                    }\n                }\n            },\n            {\n                \"building\": \"001-0100\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Advanced Calculas\",\n                \"hall\": \"NA\",\n                \"room\": \"C10\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/001-0100*NA*C10\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Washroom - Female\",\n                \"hall\": \"NA\",\n                \"room\": \"121\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*121\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Cardio Storage\",\n                \"hall\": \"NA\",\n                \"room\": \"125\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*125\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Tim Hortons Storage\",\n                \"hall\": \"NA\",\n                \"room\": \"163\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*163\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A102\",\n                \"hall\": \"NA\",\n                \"room\": \"A102\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A102\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A106\",\n                \"hall\": \"NA\",\n                \"room\": \"A106\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A106\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A113-115 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A113-115\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A113-115\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A119\",\n                \"hall\": \"NA\",\n                \"room\": \"A119\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A119\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Conference Room\",\n                \"hall\": \"NA\",\n                \"room\": \"106\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*106\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Utilites Housekeeping Storage\",\n                \"hall\": \"NA\",\n                \"room\": \"135\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*135\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Warehouse\",\n                \"hall\": \"NA\",\n                \"room\": \"158\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*158\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Kitchen Electrical Rm\",\n                \"hall\": \"NA\",\n                \"room\": \"158A\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*158A\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Pot Wash\",\n                \"hall\": \"NA\",\n                \"room\": \"172\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*172\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A109-111 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A109-111\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A109-111\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A111\",\n                \"hall\": \"NA\",\n                \"room\": \"A111\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A111\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A120\",\n                \"hall\": \"NA\",\n                \"room\": \"A120\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A120\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Laundry\",\n                \"hall\": \"NA\",\n                \"room\": \"A134\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A134\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A202-204 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A202-204\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A202-204\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A209\",\n                \"hall\": \"NA\",\n                \"room\": \"A209\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A209\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A210\",\n                \"hall\": \"NA\",\n                \"room\": \"A210\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A210\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A214\",\n                \"hall\": \"NA\",\n                \"room\": \"A214\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A214\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A218\",\n                \"hall\": \"NA\",\n                \"room\": \"A218\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A218\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A221-223 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A221-223\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A221-223\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A223\",\n                \"hall\": \"NA\",\n                \"room\": \"A223\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A223\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A226-228 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A226-228\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A226-228\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A313\",\n                \"hall\": \"NA\",\n                \"room\": \"A313\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A313\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A317\",\n                \"hall\": \"NA\",\n                \"room\": \"A317\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A317\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A322\",\n                \"hall\": \"NA\",\n                \"room\": \"A322\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A322\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A326\",\n                \"hall\": \"NA\",\n                \"room\": \"A326\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A326\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A331\",\n                \"hall\": \"NA\",\n                \"room\": \"A331\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A331\"\n                    }\n                }\n            },\n            {\n                \"building\": \"001-0100\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Math Building ROOM 202 \",\n                \"hall\": \"NA\",\n                \"room\": \"202\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/001-0100*NA*202\"\n                    }\n                }\n            },\n            {\n                \"building\": \"001-0400\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Eng Bldg Foyer \",\n                \"hall\": \"NA\",\n                \"room\": \"FOY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/001-0400*NA*FOY\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Security\",\n                \"hall\": \"NA\",\n                \"room\": \"113\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*113\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Kitchen Washroom - Male\",\n                \"hall\": \"NA\",\n                \"room\": \"155\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*155\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Loading Dock\",\n                \"hall\": \"NA\",\n                \"room\": \"159\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*159\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Garbage\",\n                \"hall\": \"NA\",\n                \"room\": \"160\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*160\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Dishwashing\",\n                \"hall\": \"NA\",\n                \"room\": \"173\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*173\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A112\",\n                \"hall\": \"NA\",\n                \"room\": \"A112\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A112\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A116\",\n                \"hall\": \"NA\",\n                \"room\": \"A116\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A116\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Treatment Room\",\n                \"hall\": \"NA\",\n                \"room\": \"103\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*103\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"General Manager Office\",\n                \"hall\": \"NA\",\n                \"room\": \"108\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*108\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Dental Services\",\n                \"hall\": \"NA\",\n                \"room\": \"129A\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*129A\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Facilities Maintenance Office\",\n                \"hall\": \"NA\",\n                \"room\": \"132\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*132\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Serving Line 2\",\n                \"hall\": \"NA\",\n                \"room\": \"174B\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*174B\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A121\",\n                \"hall\": \"NA\",\n                \"room\": \"A121\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A121\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A131\",\n                \"hall\": \"NA\",\n                \"room\": \"A131\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A131\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A107\",\n                \"hall\": \"NA\",\n                \"room\": \"A107\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A107\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A114-116 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A114-116\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A114-116\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A130-132 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A130-132\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A130-132\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A206\",\n                \"hall\": \"NA\",\n                \"room\": \"A206\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A206\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A211\",\n                \"hall\": \"NA\",\n                \"room\": \"A211\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A211\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A218-220 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A218-220\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A218-220\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A219\",\n                \"hall\": \"NA\",\n                \"room\": \"A219\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A219\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A220\",\n                \"hall\": \"NA\",\n                \"room\": \"A220\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A220\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A222-224 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A222-224\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A222-224\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A224\",\n                \"hall\": \"NA\",\n                \"room\": \"A224\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A224\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A228\",\n                \"hall\": \"NA\",\n                \"room\": \"A228\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A228\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A308\",\n                \"hall\": \"NA\",\n                \"room\": \"A308\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A308\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A318\",\n                \"hall\": \"NA\",\n                \"room\": \"A318\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A318\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A323\",\n                \"hall\": \"NA\",\n                \"room\": \"A323\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A323\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A325-327 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A325-327\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A325-327\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A330-332 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A330-332\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A330-332\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A332\",\n                \"hall\": \"NA\",\n                \"room\": \"A332\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A332\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Communication Room in Maintenance\",\n                \"hall\": \"NA\",\n                \"room\": \"136\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*136\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Lunch to Go\",\n                \"hall\": \"NA\",\n                \"room\": \"178\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*178\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A110-112 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A110-112\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A110-112\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A205\",\n                \"hall\": \"NA\",\n                \"room\": \"A205\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A205\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A213-215 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A213-215\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A213-215\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A217-219 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A217-219\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A217-219\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A229\",\n                \"hall\": \"NA\",\n                \"room\": \"A229\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A229\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A230\",\n                \"hall\": \"NA\",\n                \"room\": \"A230\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A230\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Laundry\",\n                \"hall\": \"NA\",\n                \"room\": \"A234\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A234\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A304\",\n                \"hall\": \"NA\",\n                \"room\": \"A304\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A304\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A305-307 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A305-307\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A305-307\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Cardio Room\",\n                \"hall\": \"NA\",\n                \"room\": \"122\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*122\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Television Room\",\n                \"hall\": \"NA\",\n                \"room\": \"123A\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*123A\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A126\",\n                \"hall\": \"NA\",\n                \"room\": \"A126\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A126\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A215\",\n                \"hall\": \"NA\",\n                \"room\": \"A215\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A215\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A105-107 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A105-107\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A105-107\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-CORE\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Raised Area\",\n                \"hall\": \"NA\",\n                \"room\": \"177\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-CORE*NA*177\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A103\",\n                \"hall\": \"NA\",\n                \"room\": \"A103\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A103\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A201\",\n                \"hall\": \"NA\",\n                \"room\": \"A201\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A201\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A301-303 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A301-303\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A301-303\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A314\",\n                \"hall\": \"NA\",\n                \"room\": \"A314\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A314\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A321-323 WASHROOM\",\n                \"hall\": \"NA\",\n                \"room\": \"A321-323\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A321-323\"\n                    }\n                }\n            },\n            {\n                \"building\": \"BL-A\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"A327\",\n                \"hall\": \"NA\",\n                \"room\": \"A327\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BL-A*NA*A327\"\n                    }\n                }\n            },\n            {\n                \"building\": \"001-0700\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Room 212\",\n                \"hall\": \"NA\",\n                \"room\": \"212\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/001-0700*NA*212\"\n                    }\n                }\n            },\n            {\n                \"building\": \"001-0100\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Room 302\",\n                \"hall\": \"NA\",\n                \"room\": \"302\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/001-0100*NA*302\"\n                    }\n                }\n            },\n            {\n                \"building\": \"001-0700\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Helton Science Physics Lab\",\n                \"hall\": \"NA\",\n                \"room\": \"PHL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/001-0700*NA*PHL\"\n                    }\n                }\n            },\n            {\n                \"building\": \"001-0200\",\n                \"class\": \"BUILDING-ROOM\",\n                \"description\": \"Language Lab\",\n                \"hall\": \"NA\",\n                \"room\": \"LL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Room/001-0200*NA*LL\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/Room?CLASS=BUILDING-ROOM\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"0f7ed36e-a6b1-4351-849a-a451413bdff8"},{"name":"Get a specific room's details","id":"21bf9791-f4cf-416a-b360-f7d9bf943997","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/BD00*NA*102","description":"<p>Get details of a specific Room record.  This typically includes more information than the Room list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Room","BD00*NA*102"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4fb18bf2-449f-4712-919b-1bb74834c510","name":"Get a specific room's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/BD00*NA*102"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 15:59:18 GMT"},{"key":"Content-Length","value":"300"}],"cookie":[],"responseTime":null,"body":"{\n    \"building\": \"BD00\",\n    \"class\": \"BUILDING-ROOM\",\n    \"description\": \"Main Admin Office\",\n    \"floor\": \"\",\n    \"hall\": \"NA\",\n    \"height\": \"\",\n    \"length\": \"\",\n    \"room\": \"102\",\n    \"width\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/Room/BD00*NA*102\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/Room\"\n        }\n    }\n}"}],"_postman_id":"21bf9791-f4cf-416a-b360-f7d9bf943997"},{"name":"Create Room","id":"b3a1def9-2f61-453d-9959-638dbbad39df","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"building\": \"BD00\",\r\n    \"class\": \"BUILDING-ROOM\",\r\n    \"description\": \"Main Admin Office\",\r\n    \"floor\": \"1\",\r\n    \"hall\": \"NA\",\r\n    \"height\": \"100\",\r\n    \"length\": \"100\",\r\n    \"room\": \"1011\",\r\n    \"width\": \"100\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room","description":"<p>Create one or more Room</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Room"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"dba2d981-df98-4fa6-927c-373370a15f7b","name":"Create Room","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"building\": \"BD00\",\r\n    \"class\": \"BUILDING-ROOM\",\r\n    \"description\": \"Main Admin Office\",\r\n    \"floor\": \"1\",\r\n    \"hall\": \"NA\",\r\n    \"height\": \"100\",\r\n    \"length\": \"100\",\r\n    \"room\": \"1011\",\r\n    \"width\": \"100\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 19:04:30 GMT"},{"key":"Content-Length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"BD00*NA*1011\"\n    ]\n}"}],"_postman_id":"b3a1def9-2f61-453d-9959-638dbbad39df"},{"name":"Create a specific Room","id":"875e0b2a-b1a6-4a4e-85e5-836250a82b90","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"class\": \"BUILDING-ROOM\",\r\n    \"description\": \"Main Admin Office\",\r\n    \"floor\": \"1\",\r\n    \"height\": \"100\",\r\n    \"length\": \"100\",\r\n    \"width\": \"100\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/BD00*NA*1102","description":"<p>Create new room using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Room","BD00*NA*1102"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9b11d5db-5d72-455d-9a68-1237b64bc306","name":"Create a specific Room","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"class\": \"BUILDING-ROOM\",\r\n    \"description\": \"Main Admin Office\",\r\n    \"floor\": \"1\",\r\n    \"height\": \"100\",\r\n    \"length\": \"100\",\r\n    \"width\": \"100\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/BD00*NA*1102"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 20:16:07 GMT"},{"key":"Content-Length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"BD00*NA*1102\"\n    ]\n}"}],"_postman_id":"875e0b2a-b1a6-4a4e-85e5-836250a82b90"},{"name":"Edit Room","id":"fb9f0c11-970a-4d57-b317-0950d8d0d2d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"floor\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/BD00*NA*1102","description":"<p>Make updates to a Room.  Only necessary to pass fields wanted to be updated and can only be done to existing Room.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Room","BD00*NA*1102"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"579ffefc-f4a7-4517-b2c3-15cf7e89e612","name":"Edit Room","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"floor\": \"2\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/BD00*NA*1102"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 20:28:42 GMT"},{"key":"Content-Length","value":"29"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"BD00*NA*1102\"\n    ]\n}"}],"_postman_id":"fb9f0c11-970a-4d57-b317-0950d8d0d2d7"},{"name":"Delete an existing Room","id":"bcf97354-dcfa-4ac7-9f26-51ff818d9bdf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/BD00*NA*1102","description":"<p>allows the deletion of an existing Room</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Room","BD00*NA*1102"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"37e5b05c-fcfa-40a6-91cb-26a9a5f25eff","name":"Delete an existing Room","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/BD00*NA*1102"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 21:38:17 GMT"},{"key":"Content-Length","value":"142"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/Room/BD00*NA*1102\"\n}"}],"_postman_id":"bcf97354-dcfa-4ac7-9f26-51ff818d9bdf"}],"id":"e4dc675d-0863-47c2-824c-0a1d3479aebc","description":"<p>You can retrieve a list of Rooms or the details of a single Room from the <code>SPACE_ROOMS</code> table.<br />You are also able to pass the same information retrieved as a way to create new Room records or update existing Room information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room?CLASS=MECH</code> where the data returned will only include values where the class is 'MECH'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Room/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TRADE=[]MECH</strong> to select results where the TRADE contains MECH.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"8be5828a-d6d3-4d91-b9a2-3c72e0736fd4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fb98bc76-9e47-48dd-8e02-8ff0c3ea89fb","type":"text/javascript","exec":[""]}}],"_postman_id":"e4dc675d-0863-47c2-824c-0a1d3479aebc"},{"name":"Room/Event Scheduler Booking","item":[{"name":"Get Labels","id":"5a04f7de-9e7a-4a4f-8ba4-2e5f031c161f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ff10f84a-a196-4d17-bf98-9e5fd893ac1a","name":"Get Labels","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 16:54:17 GMT"},{"key":"Content-Length","value":"1140"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"RS_RESERVATION_MASTER\",\n    \"Usage\": \"To get, update, and create room reservation booking that will use the DirectLine System\",\n    \"START_DATE\": \"Date\",\n    \"START_TIME\": \"Start Time\",\n    \"END_DATE\": \"End Date\",\n    \"END_TIME\": \"End Time\",\n    \"RESERVATION_ID\": \"Reservation#\",\n    \"RESERVATION_STATUS\": \"Status\",\n    \"RS_USER_ID\": \"Requesting User\",\n    \"RESOURCE_ID\": \"Resource Id\",\n    \"RESOURCE_DESCRIPTION\": \"Resource\",\n    \"TITLE\": \"Reservation Title\",\n    \"RECURRING_FLAG\": \"Recurring reservation\",\n    \"DESCRIPTION\": \"Description\",\n    \"RECURRING_DATE\": \"Recurring Date\",\n    \"BUILDING_ADDRESS\": \"Building Address\",\n    \"R_FREQUENCY\": \"R Frequency\",\n    \"R_DAY_DAYS\": \"R Day Days\",\n    \"R_WEEK_RECUR\": \"R Week Recur\",\n    \"R_WEEK_DAYS\": \"R Week Days\",\n    \"R_MONTH_DAY\": \"R Month Day\",\n    \"EQUIPMENT_CODE\": \"Equipment Code\",\n    \"EQUIPMENT_DESCRIPTION\": \"Description of Equipment\",\n    \"EQUIPMENT_QTY\": \"Qty\",\n    \"order\": [\n        \"start_date\",\n        \"start_time\",\n        \"end_date\",\n        \"end_time\",\n        \"reservation_id\",\n        \"reservation_status\",\n        \"rs_user_id\",\n        \"resource_id\",\n        \"resource_description\",\n        \"title\",\n        \"recurring_flag\",\n        \"description\",\n        \"recurring_date\",\n        \"building_address\",\n        \"r_frequency\",\n        \"r_day_days\",\n        \"r_week_recur\",\n        \"r_week_days\",\n        \"r_month_day\",\n        \"equipment_code\",\n        \"equipment_description\",\n        \"equipment_qty\"\n    ]\n}"}],"_postman_id":"5a04f7de-9e7a-4a4f-8ba4-2e5f031c161f"},{"name":"Get Schema","id":"2ad6f972-17d8-4ba0-a6ce-500ebcd4094f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9f3ee60c-1b27-4cb2-9dad-e2cc62a8c9fd","name":"Get Schema","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 16:56:49 GMT"},{"key":"Content-Length","value":"1933"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/dev2022/dl/rs_booking/@SCHEMA\",\n    \"title\": \"RS_BOOKING_API\",\n    \"description\": \"RS_RESERVATION_MASTER table containing room reservation booking information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"START_DATE\": {\n            \"description\": \"Date - [DATE_OUTPUT]\",\n            \"type\": \"DATE\"\n        },\n        \"START_TIME\": {\n            \"description\": \"Start Time - MT\",\n            \"type\": \"TIME\"\n        },\n        \"END_DATE\": {\n            \"description\": \"End Date - [DATE_OUTPUT]\",\n            \"type\": \"DATE\"\n        },\n        \"END_TIME\": {\n            \"description\": \"End Time - MT\",\n            \"type\": \"TIME\"\n        },\n        \"RESERVATION_ID\": {\n            \"description\": \"Reservation#\",\n            \"type\": \"VARCHAR(65531)\"\n        },\n        \"RESERVATION_STATUS\": {\n            \"description\": \"Status\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"RS_USER_ID\": {\n            \"description\": \"Requesting User\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"RESOURCE_ID\": {\n            \"description\": \"Resource Id\",\n            \"type\": \"VARCHAR(65531)\"\n        },\n        \"RESOURCE_DESCRIPTION\": {\n            \"description\": \"Resource\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"TITLE\": {\n            \"description\": \"Reservation Title\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"RECURRING_FLAG\": {\n            \"description\": \"Recurring reservation - B\",\n            \"type\": \"BOOLEAN\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR(65531)\"\n        },\n        \"RECURRING_DATE\": {\n            \"description\": \"Recurring Date\",\n            \"type\": null\n        },\n        \"BUILDING_ADDRESS\": {\n            \"description\": \"Building Address\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"R_FREQUENCY\": {\n            \"description\": \"R Frequency\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"R_DAY_DAYS\": {\n            \"description\": \"R Day Days\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"R_WEEK_RECUR\": {\n            \"description\": \"R Week Recur\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"R_WEEK_DAYS\": {\n            \"description\": \"R Week Days\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"R_MONTH_DAY\": {\n            \"description\": \"R Month Day\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"EQUIPMENT_CODE\": {\n            \"description\": \"Equipment Code\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"EQUIPMENT_DESCRIPTION\": {\n            \"description\": \"Description of Equipment\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"EQUIPMENT_QTY\": {\n            \"description\": \"Qty - MD0\",\n            \"type\": \"INTEGER\"\n        }\n    },\n    \"required\": [\n        \"START_DATE\",\n        \"START_TIME\",\n        \"END_DATE\",\n        \"END_TIME\",\n        \"RESERVATION_ID\",\n        \"RESERVATION_STATUS\",\n        \"RS_USER_ID\",\n        \"RESOURCE_ID\",\n        \"RESOURCE_DESCRIPTION\"\n    ]\n}"}],"_postman_id":"2ad6f972-17d8-4ba0-a6ce-500ebcd4094f"},{"name":"Get Criteria","id":"9eae2f29-b171-4d20-9662-cdf94daecb50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/@CRITERIA","description":"<p>Get the list of fields that are searchable for booking searches.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c6126ffd-923d-4b8c-9092-b6121dc253c5","name":"Get Criteria","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 16:57:25 GMT"},{"key":"Content-Length","value":"590"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"RS_RESERVATION_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"LIMIT\": \"The maximum number of records returned per request. The default for this field is 1000.\",\n    \"CURSOR\": \"Pass the cursor as a parameter to obtain additional record requests else is empty.\",\n    \"RS_USER_ID\": \"Requesting User\",\n    \"CALENDARINIT\": \"Calendarinit\",\n    \"CALENDARASSET\": \"Calendarasset\",\n    \"CALENDAREVENT\": \"Calendarevent\",\n    \"RESOURCE_ID\": \"Resource Id\",\n    \"CHECKAVAILABILITY\": \"Checkavailability\",\n    \"START_DATE\": \"Date\",\n    \"ARCHIVED\": \"Archived\"\n}"}],"_postman_id":"9eae2f29-b171-4d20-9662-cdf94daecb50"},{"name":"Get Calendar Init","id":"dd38b69a-e6be-4708-9f29-40a29312c2a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/CalendarInit","description":"<p>This will return the following:</p>\n<ul>\n<li><p><code>building</code> is an array of buildings where each building have <code>id</code>, <code>name</code> and <code>address</code>.</p>\n</li>\n<li><p><code>assets</code> is an array with one object where the building id is key for an array of assets in that building. each of those assets willl have <code>id</code>, <code>name</code> and <code>address</code>.</p>\n</li>\n<li><p><code>category</code> is an array of catogries that can be used to make asset search a bit more specific. each category will have <code>id</code> and <code>name</code>.</p>\n</li>\n<li><p><code>settings</code> is an array of one object that has values as <code>startTime</code> which indicates the start time of the day and no time slot before that can be booked. <code>endTime</code> indicates the end time of the day and no time slot after that can be booked.</p>\n</li>\n</ul>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking","CalendarInit"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ccec2946-c34a-4f76-9d16-58fcd0d6950e","name":"Get Calendar Init","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/CalendarInit"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 21:26:39 GMT"},{"key":"Content-Length","value":"4137"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"building\": [\n        {\n            \"id\": \"BD11\",\n            \"name\": \"Art / Esl / Ged\",\n            \"address\": \"Eastway Dr, ,Eugene, OR 97405, ,United States\"\n        },\n        {\n            \"id\": \"001-1100\",\n            \"name\": \"Bales Gym\",\n            \"address\": \"4800 Jack C Hays Trail, ,Buda, TX 78610, ,United States,\"\n        },\n        {\n            \"id\": \"001-BJTHEA\",\n            \"name\": \"Burdine Johnson Theater\",\n            \"address\": \"4799 Jack C Hays Trail, ,Buda, TX 78610, ,United States\"\n        },\n        {\n            \"id\": \"001-2400\",\n            \"name\": \"Ct Library\",\n            \"address\": \"4100 Main St,Williamsville, NY 14221,\"\n        },\n        {\n            \"id\": \"BL-CORE\",\n            \"name\": \"Core  Wing\",\n            \"address\": null\n        },\n        {\n            \"id\": \"001-0700\",\n            \"name\": \"Helton Science\",\n            \"address\": \"4100 Main St,Williamsville, NY 14221,\"\n        },\n        {\n            \"id\": \"001-0200\",\n            \"name\": \"Language Building\",\n            \"address\": \"4100 Main St,Williamsville, NY 14221,\"\n        },\n        {\n            \"id\": \"MCAMPUS\",\n            \"name\": \"Main Campus\",\n            \"address\": \"4000 East 30th Avenue,Eugene, OR,97405\"\n        },\n        {\n            \"id\": \"LCC-BUILDING-4\",\n            \"name\": \"Phyiscal Education Building\",\n            \"address\": \"5 Physical Education, Eugene, ,OR 97405,,United States\"\n        },\n        {\n            \"id\": \"001-2200\",\n            \"name\": \"Rotc\",\n            \"address\": \"4100 Main St,Williamsville, NY 14221,\"\n        },\n        {\n            \"id\": \"RPH\",\n            \"name\": \"Ragozzino Performance Hall\",\n            \"address\": \"4000 E 30th Ave, Eugene, ,OR 97405, United States,Ragozzino Performance Hall\"\n        }\n    ],\n    \"asset\": [\n        {\n            \"BD11\": [\n                {\n                    \"id\": \"BD11*NA*115\",\n                    \"name\": \"Conference Room 115\",\n                    \"address\": \"Eastway Dr, ,Eugene, OR 97405, ,United States\"\n                },\n                {\n                    \"id\": \"BD11*NA*109\",\n                    \"name\": \"Roger Hall Gallery \",\n                    \"address\": \"Eastway Dr, ,Eugene, OR 97405, ,United States\"\n                }\n            ],\n            \"001-1100\": [\n                {\n                    \"id\": \"001-1100*NA*COURT_1\",\n                    \"name\": \"Raquetball Court 1\",\n                    \"address\": \"4800 Jack C Hays Trail, ,Buda, TX 78610, ,United States,\"\n                },\n                {\n                    \"id\": \"001-1100*NA*COURT_2\",\n                    \"name\": \"Raquetball Court 2\",\n                    \"address\": \"4800 Jack C Hays Trail, ,Buda, TX 78610, ,United States,\"\n                },\n                {\n                    \"id\": \"001-1100*NA*COURT_3\",\n                    \"name\": \"Raquetball Court 3\",\n                    \"address\": \"4800 Jack C Hays Trail, ,Buda, TX 78610, ,United States,\"\n                },\n                {\n                    \"id\": \"001-1100*NA*COURT_4\",\n                    \"name\": \"Raquetball Court 4\",\n                    \"address\": \"4800 Jack C Hays Trail, ,Buda, TX 78610, ,United States,\"\n                }\n            ],\n            \"001-BJTHEA\": [\n                {\n                    \"id\": \"001-BJTHEA*NA*BJT201\",\n                    \"name\": \"Main Theater\",\n                    \"address\": \"4799 Jack C Hays Trail, ,Buda, TX 78610, ,United States\"\n                }\n            ],\n            \"001-2400\": [\n                {\n                    \"id\": \"001-2400*NA*107\",\n                    \"name\": \"Quiet Room 1\",\n                    \"address\": \"4100 Main St,Williamsville, NY 14221,\"\n                }\n            ],\n            \"BL-CORE\": [\n                {\n                    \"id\": \"BL-CORE*NA*106\",\n                    \"name\": \"Conference Room\",\n                    \"address\": null\n                }\n            ],\n            \"001-0700\": [\n                {\n                    \"id\": \"001-0700*NA*LAB_2\",\n                    \"name\": \"Helton Science Lab 2\",\n                    \"address\": \"4100 Main St,Williamsville, NY 14221,\"\n                },\n                {\n                    \"id\": \"001-0700*NA*LAB_3\",\n                    \"name\": \"Helton Science Lab 3\",\n                    \"address\": \"4100 Main St,Williamsville, NY 14221,\"\n                }\n            ],\n            \"001-0200\": [\n                {\n                    \"id\": \"001-0200*NA*LL2\",\n                    \"name\": \"Language Lab 2\",\n                    \"address\": \"4100 Main St,Williamsville, NY 14221,\"\n                },\n                {\n                    \"id\": \"001-0200*NA*LL3\",\n                    \"name\": \"Language Lab 3\",\n                    \"address\": \"4100 Main St,Williamsville, NY 14221,\"\n                }\n            ],\n            \"MCAMPUS\": [\n                {\n                    \"id\": \"MCAMPUS*NA*LCC_SF\",\n                    \"name\": \"Lcc Soccer Field\",\n                    \"address\": \"4000 East 30th Avenue,Eugene, OR,97405\"\n                }\n            ],\n            \"LCC-BUILDING-4\": [\n                {\n                    \"id\": \"LCC-BUILDING-4*NA*BSKT-1\",\n                    \"name\": \"Basketball Court 1\",\n                    \"address\": \"5 Physical Education, Eugene, ,OR 97405,,United States\"\n                },\n                {\n                    \"id\": \"LCC-BUILDING-4*NA*BSKT-2\",\n                    \"name\": \"Basketball Court 2\",\n                    \"address\": \"5 Physical Education, Eugene, ,OR 97405,,United States\"\n                },\n                {\n                    \"id\": \"LCC-BUILDING-4*NA*GYM1\",\n                    \"name\": \"Main Gym\",\n                    \"address\": \"5 Physical Education, Eugene, ,OR 97405,,United States\"\n                },\n                {\n                    \"id\": \"LCC-BUILDING-4*NA*COURT_A\",\n                    \"name\": \"Raquetball Court A\",\n                    \"address\": \"5 Physical Education, Eugene, ,OR 97405,,United States\"\n                },\n                {\n                    \"id\": \"LCC-BUILDING-4*NA*COURT_B\",\n                    \"name\": \"Raquetball Court B\",\n                    \"address\": \"5 Physical Education, Eugene, ,OR 97405,,United States\"\n                },\n                {\n                    \"id\": \"LCC-BUILDING-4*NA*COURT_C\",\n                    \"name\": \"Raquetball Court C\",\n                    \"address\": \"5 Physical Education, Eugene, ,OR 97405,,United States\"\n                }\n            ],\n            \"001-2200\": [\n                {\n                    \"id\": \"001-2200*NA*108\",\n                    \"name\": \"Main Assembly\",\n                    \"address\": \"4100 Main St,Williamsville, NY 14221,\"\n                }\n            ],\n            \"RPH*NA*MAIN\": [\n                {\n                    \"id\": \"RPH*NA*MAIN\",\n                    \"name\": \"Performance Hall\",\n                    \"address\": \"4000 E 30th Ave, Eugene, ,OR 97405, United States,Ragozzino Performance Hall\"\n                }\n            ]\n        }\n    ],\n    \"category\": [\n        {\n            \"name\": \"Board Room\",\n            \"id\": \"8\"\n        },\n        {\n            \"name\": \"Classroom\",\n            \"id\": \"9\"\n        },\n        {\n            \"name\": \"Conference Room\",\n            \"id\": \"4\"\n        },\n        {\n            \"name\": \"Gallery\",\n            \"id\": \"18\"\n        },\n        {\n            \"name\": \"Gymnasium\",\n            \"id\": \"3\"\n        },\n        {\n            \"name\": \"Lab\",\n            \"id\": \"15\"\n        },\n        {\n            \"name\": \"Library\",\n            \"id\": \"16\"\n        },\n        {\n            \"name\": \"Outdoor Space\",\n            \"id\": \"17\"\n        },\n        {\n            \"name\": \"Theater\",\n            \"id\": \"5\"\n        }\n    ],\n    \"settings\": [\n        {\n            \"startTime\": \"07:00\",\n            \"endTime\": \"19:00\",\n            \"timeCellStep\": \"60\"\n        }\n    ]\n}"}],"_postman_id":"dd38b69a-e6be-4708-9f29-40a29312c2a1"},{"name":"Get Calendar Asset","id":"2f60443c-a452-48cd-be9c-7b32e0ef5f60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/CalendarAsset","description":"<p>Get a list of bookable assets. To add/remove from this list, please contact your system admin. This list is managed by DirectLine system.</p>\n<p>You can refine the results by using <code>CATEGORY</code> and/or <code>CAPACITY</code> (the assets returned will have capacity greater than or equal to the value used).</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking","CalendarAsset"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"56f13fbe-39aa-4bcb-a840-e43db458c6ec","name":"Get Criteria","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 16:57:25 GMT"},{"key":"Content-Length","value":"590"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"RS_RESERVATION_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"LIMIT\": \"The maximum number of records returned per request. The default for this field is 1000.\",\n    \"CURSOR\": \"Pass the cursor as a parameter to obtain additional record requests else is empty.\",\n    \"RS_USER_ID\": \"Requesting User\",\n    \"CALENDARINIT\": \"Calendarinit\",\n    \"CALENDARASSET\": \"Calendarasset\",\n    \"CALENDAREVENT\": \"Calendarevent\",\n    \"RESOURCE_ID\": \"Resource Id\",\n    \"CHECKAVAILABILITY\": \"Checkavailability\",\n    \"START_DATE\": \"Date\",\n    \"ARCHIVED\": \"Archived\"\n}"}],"_postman_id":"2f60443c-a452-48cd-be9c-7b32e0ef5f60"},{"name":"Get Calendar Event","id":"1e66c117-76f6-4bb6-961c-6668631b7e7e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/calendarevent?resource_id=BD11*NA*115&first_day=2024-04-28&last_day=2024-06-28","description":"<p>Get a list of bookings for an asset between two spicific dates. You have to provide the <code>resource_id</code> as in your system. The dates in the request must match the date format used in your system database.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking","calendarevent"],"host":["https://api.megamation.com"],"query":[{"key":"resource_id","value":"BD11*NA*115"},{"key":"first_day","value":"2024-04-28"},{"key":"last_day","value":"2024-06-28"}],"variable":[]}},"response":[{"id":"8baa4aa1-71da-4ca6-9b3c-90ce8104a7f7","name":"Get Calendar Event","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/calendarevent?resource_id=BD11*NA*115&first_day=2024-04-28&last_day=2024-06-28","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","rs_booking","calendarevent"],"query":[{"key":"resource_id","value":"BD11*NA*115"},{"key":"first_day","value":"2024-04-28"},{"key":"last_day","value":"2024-06-28"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 21:06:29 GMT"},{"key":"Content-Length","value":"2671"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Booking\": [\n            {\n                \"building_address\": \"Eastway Dr, ,Eugene, OR 97405, ,United States\",\n                \"description\": \"\",\n                \"end_date\": \"2024-06-12\",\n                \"end_time\": \"08:00\",\n                \"recurring_flag\": \"Yes\",\n                \"reservation_id\": \"1001155\",\n                \"reservation_status\": \"REQUESTED\",\n                \"resource_description\": \"Conference Room 115\",\n                \"resource_id\": \"BD11*NA*115\",\n                \"rs_user_id\": \"10002\",\n                \"r_day_days\": \"\",\n                \"r_frequency\": \"\",\n                \"r_month_day\": \"\",\n                \"r_week_days\": \"\",\n                \"r_week_recur\": \"\",\n                \"start_date\": \"2024-06-12\",\n                \"start_time\": \"07:00\",\n                \"title\": \"Hello Darkness my old friend\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking/calendarevent/1001155\"\n                    }\n                }\n            },\n            {\n                \"building_address\": \"Eastway Dr, ,Eugene, OR 97405, ,United States\",\n                \"description\": \"\",\n                \"end_date\": \"2024-05-12\",\n                \"end_time\": \"08:00\",\n                \"recurring_flag\": \"Yes\",\n                \"reservation_id\": \"1001154\",\n                \"reservation_status\": \"REQUESTED\",\n                \"resource_description\": \"Conference Room 115\",\n                \"resource_id\": \"BD11*NA*115\",\n                \"rs_user_id\": \"10002\",\n                \"r_day_days\": \"\",\n                \"r_frequency\": \"\",\n                \"r_month_day\": \"\",\n                \"r_week_days\": \"\",\n                \"r_week_recur\": \"\",\n                \"start_date\": \"2024-05-12\",\n                \"start_time\": \"07:00\",\n                \"title\": \"Hello Darkness my old friend\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking/calendarevent/1001154\"\n                    }\n                }\n            },\n            {\n                \"building_address\": \"Eastway Dr, ,Eugene, OR 97405, ,United States\",\n                \"description\": \"Quarterly Shareholders meetup.\",\n                \"end_date\": \"2024-05-08\",\n                \"end_time\": \"15:00\",\n                \"recurring_flag\": \"No\",\n                \"reservation_id\": \"1001173\",\n                \"reservation_status\": \"REQUESTED\",\n                \"resource_description\": \"Conference Room 115\",\n                \"resource_id\": \"BD11*NA*115\",\n                \"rs_user_id\": \"10002\",\n                \"r_day_days\": \"\",\n                \"r_frequency\": \"\",\n                \"r_month_day\": \"\",\n                \"r_week_days\": \"\",\n                \"r_week_recur\": \"\",\n                \"start_date\": \"2024-05-08\",\n                \"start_time\": \"13:00\",\n                \"title\": \"Shareholders meetup\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking/calendarevent/1001173\"\n                    }\n                }\n            },\n            {\n                \"building_address\": \"Eastway Dr, ,Eugene, OR 97405, ,United States\",\n                \"description\": \"Quarterly Shareholders meetup.\",\n                \"end_date\": \"2024-05-08\",\n                \"end_time\": \"17:00\",\n                \"recurring_flag\": \"No\",\n                \"reservation_id\": \"1001174\",\n                \"reservation_status\": \"CANCELLED\",\n                \"resource_description\": \"Conference Room 115\",\n                \"resource_id\": \"BD11*NA*115\",\n                \"rs_user_id\": \"10002\",\n                \"r_day_days\": \"\",\n                \"r_frequency\": \"\",\n                \"r_month_day\": \"\",\n                \"r_week_days\": \"\",\n                \"r_week_recur\": \"\",\n                \"start_date\": \"2024-05-08\",\n                \"start_time\": \"16:00\",\n                \"title\": \"Shareholders meetup\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking/calendarevent/1001174\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"progress\": \"4/4\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking/calendarevent?resource_id=BD11*NA*115&first_day=2024-04-28&last_day=2024-06-28\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking\"\n        }\n    }\n}"}],"_postman_id":"1e66c117-76f6-4bb6-961c-6668631b7e7e"},{"name":"Check Asset Availability","id":"eedcde5a-b150-47f1-8adc-aa75998277fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/checkavailability?resource_id=BD11*NA*115&start_date=5/1/2024&end_date=6/1/2024&start_time=12:00:00 PM&end_time=2:00:00 PM","description":"<p>Get a list of unavilable booking dates for an asset between two spicific dates. You have to provide the <code>resource_id</code> as in your system. The dates in the request must match the date format used in your system database.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking","checkavailability"],"host":["https://api.megamation.com"],"query":[{"key":"resource_id","value":"BD11*NA*115"},{"key":"start_date","value":"5/1/2024"},{"key":"end_date","value":"6/1/2024"},{"key":"start_time","value":"12:00:00 PM"},{"key":"end_time","value":"2:00:00 PM"}],"variable":[]}},"response":[{"id":"4eeb7fbe-284a-4472-999c-1ac1f5b5137a","name":"Check Asset Availability","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/checkavailability?resource_id=BD11*NA*115&start_date=5/1/2024&end_date=6/1/2024&start_time=12:00:00 PM&end_time=2:00:00 PM","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","rs_booking","checkavailability"],"query":[{"key":"resource_id","value":"BD11*NA*115"},{"key":"start_date","value":"5/1/2024"},{"key":"end_date","value":"6/1/2024"},{"key":"start_time","value":"12:00:00 PM"},{"key":"end_time","value":"2:00:00 PM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 21:15:23 GMT"},{"key":"Content-Length","value":"24"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"unavailable_dates\": []\n}"}],"_postman_id":"eedcde5a-b150-47f1-8adc-aa75998277fd"},{"name":"Get bookings","id":"1c2eae1b-4a8c-4520-9f7e-3811eb5a3522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking","description":"<p>An example of getting booking information.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"6782f814-2b90-4359-9f9b-0120913d27b2","name":"Get Bookings","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 17:02:33 GMT"},{"key":"Content-Length","value":"1219"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"booking\": [\n            {\n                \"end_date\": \"2011-05-15\",\n                \"end_time\": \"11:45\",\n                \"reservation_id\": \"1000000\",\n                \"reservation_status\": \"SCHEDULED\",\n                \"rs_user_id\": \"\",\n                \"start_date\": \"2011-05-15\",\n                \"start_time\": \"09:30\",\n                \"title\": \"Management Meeting\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking/1000000\"\n                    }\n                }\n            },\n            {\n                \"end_date\": \"2011-10-21\",\n                \"end_time\": \"13:30\",\n                \"reservation_id\": \"1000001\",\n                \"reservation_status\": \"SCHEDULED\",\n                \"rs_user_id\": \"\",\n                \"start_date\": \"2011-05-19\",\n                \"start_time\": \"10:00\",\n                \"title\": \"teachers' meeting\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking/1000001\"\n                    }\n                }\n            },\n            {\n                \"end_date\": \"2011-05-20\",\n                \"end_time\": \"13:30\",\n                \"reservation_id\": \"1000002\",\n                \"reservation_status\": \"SCHEDULED\",\n                \"rs_user_id\": \"\",\n                \"start_date\": \"2011-05-20\",\n                \"start_time\": \"12:30\",\n                \"title\": \"Board of Directors' meeting\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking/1000002\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"True\",\n    \"cursor\": \"2024-05-01_14-02-29_19156*4\",\n    \"progress\": \"3/107\",\n    \"next_page\": \"https://api.megamation.com/dev2022/dl/rs_booking?limit=3&CURSOR=2024-05-01_14-02-29_19156%2A4\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking?limit=3\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl\"\n        }\n    }\n}"}],"_postman_id":"1c2eae1b-4a8c-4520-9f7e-3811eb5a3522"},{"name":"Get a specific booking's details","id":"c9ca71e6-7776-4f65-8fba-578338cd08c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/1000000","description":"<p>Get details of a specific booking record. This could include more information than the booking list.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking","1000000"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"046fe380-9e1d-4aa6-b65a-d2a8ff10f079","name":"Get a specific booking's details","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/1000000"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 17:04:17 GMT"},{"key":"Content-Length","value":"572"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"building_address\": \"\",\n    \"description\": \"\",\n    \"end_date\": \"2011-05-15\",\n    \"end_time\": \"11:45\",\n    \"recurring_flag\": \"No\",\n    \"reservation_id\": \"1000000\",\n    \"reservation_status\": \"SCHEDULED\",\n    \"resource_description\": \"Principal's Office\",\n    \"resource_id\": \"001*00*102\",\n    \"rs_user_id\": \"\",\n    \"r_day_days\": \"\",\n    \"r_frequency\": \"\",\n    \"r_month_day\": \"\",\n    \"r_week_days\": \"\",\n    \"r_week_recur\": \"\",\n    \"start_date\": \"2011-05-15\",\n    \"start_time\": \"09:30\",\n    \"title\": \"Management Meeting\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking/1000000\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_booking\"\n        }\n    }\n}"}],"_postman_id":"c9ca71e6-7776-4f65-8fba-578338cd08c6"},{"name":"Create Booking","id":"05c5c935-9571-493b-be41-5c47141ae21f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"equipment_code\": null,\r\n    \"equipment_description\": null,\r\n    \"equipment_qty\": null,\r\n    \"start_date\": \"2024-05-08\",\r\n    \"start_time\": \"3:00:00 PM\",\r\n    \"end_date\": \"2024-05-08\",\r\n    \"end_time\": \"5:00:00 PM\",\r\n    \"reservation_id\": \"NEW\",\r\n    \"reservation_status\": \"REQUESTED\",\r\n    \"resource_id\": \"BD11*NA*115\",\r\n    \"resource_description\": \"Conference Room 115\",\r\n    \"title\": \"Shareholders meetup\",\r\n    \"recurring_flag\": false,\r\n    \"description\": \"Quarterly Shareholders meetup.\",\r\n    \"rs_user_id\": \"10002\",\r\n    \"recurring_date\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking","description":"<p>Create one or more bookings.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"df78ed16-1cde-4a6c-bff2-14497af66221","name":"Create Booking","originalRequest":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"equipment_code\": null,\r\n    \"equipment_description\": null,\r\n    \"equipment_qty\": null,\r\n    \"start_date\": \"2024-05-08\",\r\n    \"start_time\": \"3:00:00 PM\",\r\n    \"end_date\": \"2024-05-08\",\r\n    \"end_time\": \"5:00:00 PM\",\r\n    \"reservation_id\": \"NEW\",\r\n    \"reservation_status\": \"REQUESTED\",\r\n    \"resource_id\": \"BD11*NA*115\",\r\n    \"resource_description\": \"Conference Room 115\",\r\n    \"title\": \"Shareholders meetup\",\r\n    \"recurring_flag\": false,\r\n    \"description\": \"Quarterly Shareholders meetup.\",\r\n    \"rs_user_id\": \"10002\",\r\n    \"recurring_date\": []\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 17:16:13 GMT"},{"key":"Content-Length","value":"21"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"1001174\"\n    ]\n}"}],"_postman_id":"05c5c935-9571-493b-be41-5c47141ae21f"},{"name":"Edit Booking","id":"47d1ffc6-5a4b-4b97-8a9c-30f8ed09aaf6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"start_time\": \"4:00:00 PM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/1001174","description":"<p>Make updates to a booking. Only necessary to pass fields wanted to be updated and can only be done to existing bookings.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking","1001174"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"162513b3-1753-485e-bd74-72bef43f1b80","name":"Edit Booking","originalRequest":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"start_time\": \"4:00:00 PM\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/1001174"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 19:19:20 GMT"},{"key":"Content-Length","value":"21"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"1001174\"\n    ]\n}"}],"_postman_id":"47d1ffc6-5a4b-4b97-8a9c-30f8ed09aaf6"},{"name":"Cancel an existing Booking","id":"11dc0e95-99a3-465a-be96-bb5a2e1e9166","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/1001174","description":"<p>allows the cancellation of an existing booking.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_booking","1001174"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"67f6b32a-9aa8-4eca-90b7-81ecdb95a8d4","name":"Cancel an existing Booking","originalRequest":{"method":"DELETE","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/1001174"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 01 May 2024 19:25:49 GMT"},{"key":"Content-Length","value":"141"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/dev2022/dl/rs_booking/1001174\"\n}"}],"_postman_id":"11dc0e95-99a3-465a-be96-bb5a2e1e9166"}],"id":"ddffcd5b-f88f-4c25-bdc0-2d57d27b4bde","description":"<p><code>Version 1.03</code></p>\n<p>You can retrieve a list of bookings or the details of a single booking from the <code>RS_RESERVATION_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new booking records or update existing booking information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well when available. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking</code>. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_booking/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>RESOURCE_ID=[]OFFICE</strong> to select results where the RESOURCE_ID contains OFFICE.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","_postman_id":"ddffcd5b-f88f-4c25-bdc0-2d57d27b4bde"},{"name":"Room/Event Scheduler Login","item":[{"name":"Create Token","id":"673f1cd8-d4b7-4e8f-acff-bf6cc4c3d519","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"email\" :\"<YOUR_EMAIL_ADDRESS>\",\r\n    \"password\": \"BASE64(<YOUR_PASSWORD>)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_login","description":"<p>Request a Bearer Token to be used in additional API calls.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_login"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c25812da-79e8-4088-87bf-0d764eb4b85d","name":"Create Token","originalRequest":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 20:32:00 GMT"},{"key":"Content-Length","value":"1146"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5tZWdhbWF0aW9uLmNvbS8iLCJleHAiOjE3MTQxNjM1MTgsImlhdCI6MTcxNDA3NzExOCwic3ViIjoxMDAwMiwiIjpudWxsLCJVU0VSIjoie1wiYWRkcmVzc1wiOlwiMTUgRGFydG1vdXRoIHJkLCxCZWRmb3JkLE5TLCxcIixcImNlbGxwaG9uZVwiOlwiOTAyOTAyOTAyMlwiLFwiZW1haWxcIjpcIm1paHlhckBtZWdhbWF0aW9uLmNvbVwiLFwiZ2l2ZW5fbmFtZVwiOlwiTWloeWFyXCIsXCJvcmdhbml6YXRpb25cIjpcIjEwMDAzXCIsXCJzdXJuYW1lXCI6XCJBbCBNYXNhbG1hXCIsXCJ0ZWxlcGhvbmVcIjpcIjE4MDAzMzQ4NjU1XCIsXCJpZFwiOlwiMTAwMDJcIn0ifQ.eaAbR1SVJID20jM69v730X2dPMLJzfdfrA0nmnEpBYE\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5tZWdhbWF0aW9uLmNvbS8iLCJleHAiOjE3MTY2NjkxMTgsImlhdCI6MTcxNDA3NzExOCwic3ViIjoxMDAwMiwiIjpudWxsLCJVU0VSIjoie1wiYWRkcmVzc1wiOlwiMTUgRGFydG1vdXRoIHJkLCxCZWRmb3JkLE5TLCxcIixcImNlbGxwaG9uZVwiOlwiOTAyOTAyOTAyMlwiLFwiZW1haWxcIjpcIm1paHlhckBtZWdhbWF0aW9uLmNvbVwiLFwiZ2l2ZW5fbmFtZVwiOlwiTWloeWFyXCIsXCJvcmdhbml6YXRpb25cIjpcIjEwMDAzXCIsXCJzdXJuYW1lXCI6XCJBbCBNYXNhbG1hXCIsXCJ0ZWxlcGhvbmVcIjpcIjE4MDAzMzQ4NjU1XCIsXCJpZFwiOlwiMTAwMDJcIn0ifQ.NLiIc0j3rVxgE8jlOvVOGflGxZ0drbFkXgqUQNE_W6k\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": \"86400\"\n}"}],"_postman_id":"673f1cd8-d4b7-4e8f-acff-bf6cc4c3d519"},{"name":"Use Refresher Token","id":"3a83e209-ca70-4117-9d56-9486ea9ef023","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\": \"<YOUR_REFRESH_TOKEN>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/refresh_token","description":"<p>Request a Bearer Token to be used in additional API calls.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","refresh_token"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"0f6b8eef-d3c9-40a2-8f00-7206b835e5b4","name":"Use Refresh Token","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"refresh_token\": \"<YOUR_REFRESH_TOKEN>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/refresh_token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 20:40:37 GMT"},{"key":"Content-Length","value":"482"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5tZWdhbWF0aW9uLmNvbS8iLCJleHAiOjE3MTQxNjQwMzYsImlhdCI6MTcxNDA3NzYzNiwic3ViIjoxMDAwMiwiIjpudWxsfQ.uhVRiaCOBg9xzGhyj6IY7KQGslwfOCsRyE44-EHkzTo\",\n    \"refresh_token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5tZWdhbWF0aW9uLmNvbS8iLCJleHAiOjE3MTY2Njk2MzYsImlhdCI6MTcxNDA3NzYzNiwic3ViIjoxMDAwMiwiIjpudWxsfQ.8zkt3QnZcDc74zf0ppfQGBLyTj3OVYAN5quXtBCPL6s\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": \"86400\"\n}"}],"_postman_id":"3a83e209-ca70-4117-9d56-9486ea9ef023"}],"id":"6ad81118-f01d-4490-9157-86c5ec9c0a00","description":"<p><code>Version 1.03</code></p>\n<p><em>This is the api used to authenticate room/event schduler users logging into the room scheduler html application. Once authenticated, you can only use the token to access Room/Event records.</em></p>\n<p><strong>Bearer Token using JSON Web Token (JWT)</strong></p>\n<p>This method involves getting an encrypted Bearer Token using our Room Scheduler login API and providing the Bearer Token in each API call rather than the username and password as done so with Basic Authentication.</p>\n<p>Bearer Tokens carry an expiry and can be used for multiple requests until that expiry. After that it is required to get a new Token. The default expiry is 1 day after issue. You can use the Refresher Token to obtain a new Token and new Refresher Token. Refresher Token also has a default expiry date of 30 days.</p>\n<p>To Obtain a bearer token using the API you send a JSON body including a username, password, and client ID and will get back the signed Token. The Token contains encrypted information including who logged in, the expiry and issue time, and a hashed signature. The API compares this against our internal hash information to verify each call when using the token.</p>\n<p>When using Bearer tokens you have the option of adding IP Security as is done for Basic authentication but, unlike Basic authentication, is not required.</p>\n<p>An example of what an authorization in the request header when using a bearer token would look like:</p>\n<p>'Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJodHRwczovL3d3dy5tZWdhbWF0aW9uLmNvbS8iLCJleHAiOjE2MI6MTYyOTg5OTkxMCwic3ViIjoiQlJBRCJ9.25NszwIOWFrO-eXvUK5amDsazicCchB9_m0wAeo0Y2o'</p>\n","_postman_id":"6ad81118-f01d-4490-9157-86c5ec9c0a00"},{"name":"Room/Event Scheduler Organization","item":[{"name":"Get Labels","id":"326b7372-a22c-49fb-ab1d-55ec1a631a1d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_org","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"aa404c4d-dbcf-4734-83e7-873981debece","name":"Get Labels","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"{{client_id}}"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/@LABELS"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 23 Apr 2024 19:59:56 GMT"},{"key":"Content-Length","value":"438"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"RS_ORGANIZATION_MASTER\",\n    \"Usage\": \"To get, update, and create Room Scheduler Organization records that will use the DirectLine System\",\n    \"ORGANIZATION_ID\": \"Organization Code\",\n    \"ORGANIZATION_NAME\": \"Name of Organization\",\n    \"STATUS\": \"Status\",\n    \"ADDRESS\": \"Address\",\n    \"TELEPHONE\": \"Telephone\",\n    \"CONTACT_SURNAME\": \"Surname\",\n    \"CONTACT_GIVENNAME\": \"Contact Givenname\",\n    \"CONTACT_TELEPHONE\": \"Telephone\",\n    \"CONTACT_EMAIL\": \"E-Mail\",\n    \"TERMS\": \"Terms of Payment\"\n}"}],"_postman_id":"326b7372-a22c-49fb-ab1d-55ec1a631a1d"},{"name":"Get Schema","id":"4af7579f-f5fd-4b60-971e-0112e15f292b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_org","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3170bded-b63d-49b4-81d9-6dcd41f69c86","name":"Get Schema","originalRequest":{"method":"GET","header":[{"key":"client_id","value":"{{client_id}}"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/@SCHEMA"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 23 Apr 2024 20:07:05 GMT"},{"key":"Content-Length","value":"981"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/dev2022/dl/rs_org/@SCHEMA\",\n    \"title\": \"RS_ORG_API\",\n    \"description\": \"RS_ORGANIZATION_MASTER table containing Room Scheduler Organization information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"ORGANIZATION_ID\": {\n            \"description\": \"Organization Code\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"ORGANIZATION_NAME\": {\n            \"description\": \"Name of Organization\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"STATUS\": {\n            \"description\": \"Status\",\n            \"type\": \"VARCHAR(65531)\"\n        },\n        \"ADDRESS\": {\n            \"description\": \"Address\",\n            \"type\": \"VARCHAR(65531)\"\n        },\n        \"TELEPHONE\": {\n            \"description\": \"Telephone\",\n            \"type\": \"VARCHAR(65531)\"\n        },\n        \"CONTACT_SURNAME\": {\n            \"description\": \"Surname\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"CONTACT_GIVENNAME\": {\n            \"description\": \"Contact Givenname\",\n            \"type\": null\n        },\n        \"CONTACT_TELEPHONE\": {\n            \"description\": \"Telephone\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"CONTACT_EMAIL\": {\n            \"description\": \"E-Mail\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"TERMS\": {\n            \"description\": \"Terms of Payment\",\n            \"type\": \"VARCHAR(65531)\"\n        }\n    },\n    \"required\": [\n        \"ORGANIZATION_ID\"\n    ]\n}"}],"_postman_id":"4af7579f-f5fd-4b60-971e-0112e15f292b"},{"name":"Get Criteria","id":"95a4827b-6328-483d-af75-1985402d2e28","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/@CRITERIA","description":"<p>Get the list of fields that are searchable for Organization searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_org","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"43c412a7-f66e-4634-a9b7-3c7c8227f338","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/jobtype/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 06 Nov 2020 17:24:17 GMT"},{"key":"Content-Length","value":"160"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"JOB_TYPE_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\"\n}"}],"_postman_id":"95a4827b-6328-483d-af75-1985402d2e28"},{"name":"Get Organizations","id":"aec64116-09e8-4ad0-9e7c-5733a6b7fd49","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org","description":"<p>An example of getting organizations information</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_org"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"740b4f31-49e5-49a8-a7a9-f6f05d8ae71e","name":"Get Organizations","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org?client_id={{client_id}}","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","rs_org"],"query":[{"key":"client_id","value":"{{client_id}}"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 23 Apr 2024 20:10:59 GMT"},{"key":"Content-Length","value":"1633"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Organization\": [\n            {\n                \"organization_id\": \"10002\",\n                \"organization_name\": \"AA Group\",\n                \"status\": \"ACTIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_org/10002\"\n                    }\n                }\n            },\n            {\n                \"organization_id\": \"10003\",\n                \"organization_name\": \"Boys and Girls Club of Emerald Valley\",\n                \"status\": \"ACTIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_org/10003\"\n                    }\n                }\n            },\n            {\n                \"organization_id\": \"10004\",\n                \"organization_name\": \"Carry It Forward\",\n                \"status\": \"ACTIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_org/10004\"\n                    }\n                }\n            },\n            {\n                \"organization_id\": \"10005\",\n                \"organization_name\": \"Lane Youth Soccer\",\n                \"status\": \"ACTIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_org/10005\"\n                    }\n                }\n            },\n            {\n                \"organization_id\": \"10006\",\n                \"organization_name\": \"Eugen Metro Futbol Club\",\n                \"status\": \"ACTIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_org/10006\"\n                    }\n                }\n            },\n            {\n                \"organization_id\": \"10007\",\n                \"organization_name\": \"Pelada Football Academy\",\n                \"status\": \"ACTIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_org/10007\"\n                    }\n                }\n            },\n            {\n                \"organization_id\": \"10008\",\n                \"organization_name\": \"Incline Sports\",\n                \"status\": \"ACTIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_org/10008\"\n                    }\n                }\n            },\n            {\n                \"organization_id\": \"10009\",\n                \"organization_name\": \"The Arts & Business Alliance of Eugene\",\n                \"status\": \"ACTIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_org/10009\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"progress\": \"8/8\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_org?client_id=fuec94KbWAgeHUQWLkWt\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl\"\n        }\n    }\n}"}],"_postman_id":"aec64116-09e8-4ad0-9e7c-5733a6b7fd49"},{"name":"Get a specific organization's details","id":"7fc91bda-ca36-47e4-b698-0e9f8114e32d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/10004","description":"<p>Get details of a specific organization record. This could include more information than the organizations list.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_org","10004"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"8f675f2e-d2a7-4fc9-94c4-f1ed8eaf2007","name":"Get a specific Organization's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/10004"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 23 Apr 2024 20:13:56 GMT"},{"key":"Content-Length","value":"405"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"P.O. Box 50121, \\nEugene, OR 97405\",\n    \"contact_email\": \"\",\n    \"contact_surname\": \"MACALISTER\",\n    \"contact_telephone\": \"541-654-1047\",\n    \"organization_id\": \"10004\",\n    \"organization_name\": \"Carry It Forward\",\n    \"status\": \"ACTIVE\",\n    \"telephone\": \"(541) 654-0139\",\n    \"terms\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_org/10004\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_org\"\n        }\n    }\n}"}],"_postman_id":"7fc91bda-ca36-47e4-b698-0e9f8114e32d"},{"name":"Create Organizations","id":"72f88483-fe15-4f90-88c0-ec75af940ace","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"[{\r\n    \"organization_id\": \"10010\",\r\n    \"organization_name\": \"Boys and Girls Club of Emerald Valley 2\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org","description":"<p>Create one or more organizations.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_org"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"8e4a7a7b-b630-42aa-94c8-584c77c3eb32","name":"Create Organizations","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"organization_id\": \"10010\",\r\n    \"organization_name\": \"Boys and Girls Club of Emerald Valley 2\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 24 Apr 2024 19:03:45 GMT"},{"key":"Content-Length","value":"19"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"10010\"\n    ]\n}"}],"_postman_id":"72f88483-fe15-4f90-88c0-ec75af940ace"},{"name":"Create an Organization","id":"b371848d-9e3c-43fb-828d-853aab101f9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"organization_name\": \"Associated Organization 001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/RS_ORG_001","description":"<p>Create new organization using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_org","RS_ORG_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"97ca5dc2-2438-4457-a2ba-d5a6eb255d5b","name":"Create a Specific Organization","originalRequest":{"method":"PUT","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"organization_name\": \"Associated Organization 001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/RS_ORG_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 24 Apr 2024 19:15:13 GMT"},{"key":"Content-Length","value":"24"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"RS_ORG_001\"\n    ]\n}"}],"_postman_id":"b371848d-9e3c-43fb-828d-853aab101f9a"},{"name":"Edit Organization","id":"973937b0-acd8-4963-a274-3aed6f613675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"organization_name\": \"Associated Organization 001 Improved\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/RS_ORG_001","description":"<p>Make updates to an organization. Only necessary to pass fields wanted to be updated and can only be done to existing organizations.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_org","RS_ORG_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"2154d8e3-a2bd-41bb-aeda-e35b6a0c61c8","name":"Edit an existing Organization","originalRequest":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"organization_name\": \"Associated Organization 001 Improved\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/RS_ORG_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 24 Apr 2024 19:23:47 GMT"},{"key":"Content-Length","value":"24"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"RS_ORG_001\"\n    ]\n}"}],"_postman_id":"973937b0-acd8-4963-a274-3aed6f613675"},{"name":"Delete an existing Organization","id":"2da59641-de42-4cf8-bfe4-31445946cdfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/RS_ORG_001","description":"<p>Allows the deletion of an existing organization.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_org","RS_ORG_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"61080a05-a36e-495e-a663-eadf438d40b8","name":"Delete an existing Organization","originalRequest":{"method":"DELETE","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/RS_ORG_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 24 Apr 2024 19:25:41 GMT"},{"key":"Content-Length","value":"140"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/dev2022/dl/rs_org/RS_ORG_001\"\n}"}],"_postman_id":"2da59641-de42-4cf8-bfe4-31445946cdfe"}],"id":"175b063b-f99b-4fe4-a2ca-288bb15cd35d","description":"<p><code>Version 1.03</code></p>\n<p>You can retrieve a list of organizations or the details of a single organization from the <code>RS_ORGANIZATION_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new organization records or update existing organization information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well when available. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org</code>. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_org/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>STATUS=[]ACTIVE</strong> to select results where the STATUS contains ACTIVE.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","_postman_id":"175b063b-f99b-4fe4-a2ca-288bb15cd35d"},{"name":"Room/Event Scheduler Password Reset","item":[{"name":"Request Password Reset","id":"3466f676-aaac-4fb3-8797-ca7bbe43d7f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"<YOUR_USER_EMAIL>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_pwdreset","description":"<p>Request password reset. This will send a password reset email to the user's email address.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_pwdreset"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"325dce5e-58eb-458f-8ed9-b847bdcc13f1","name":"Request Password Reset","originalRequest":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"email\" : \"<YOUR_USER_EMAIL>\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_pwdreset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 29 Apr 2024 18:19:04 GMT"},{"key":"Content-Length","value":"57"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Please check your email for password reset.\"\n}"}],"_postman_id":"3466f676-aaac-4fb3-8797-ca7bbe43d7f3"},{"name":"Check code is valid","id":"b850216b-7140-4362-a692-2cd250b25497","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_pwdreset?USER_ID=MTAwMDI=&CODE=UU5Hb3hremU=","description":"<p>Use it to make sure that password reset code is still valid.<br />The reset password email contains a password reset link. This api checks to make sure that link is still valid.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_pwdreset"],"host":["https://api.megamation.com"],"query":[{"description":{"content":"<p>Base64 encoded user_id</p>\n","type":"text/plain"},"key":"USER_ID","value":"MTAwMDI="},{"description":{"content":"<p>Code genereated and included in reset link email</p>\n","type":"text/plain"},"key":"CODE","value":"UU5Hb3hremU="}],"variable":[]}},"response":[{"id":"13ec7036-8f9e-4bb5-90c7-ed6699d2f7ca","name":"Check code is valid","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_pwdreset?USER_ID=MTAwMDI=&CODE=UU5Hb3hremU=","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","rs_pwdreset"],"query":[{"key":"USER_ID","value":"MTAwMDI="},{"key":"CODE","value":"UU5Hb3hremU="}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 29 Apr 2024 18:23:16 GMT"},{"key":"Content-Length","value":"31"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Valid reset link.\"\n}"}],"_postman_id":"b850216b-7140-4362-a692-2cd250b25497"},{"name":"Reset User Password","id":"328e7a84-ef66-4b1e-9884-79910e1da0cc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"CODE\": \"<CODE_FROM_EMAIL_LINK>\",\r\n    \"USER_ID\": \"<USERID_FROM_EMAIL_LINK>\",\r\n    \"PASSWORD\": \"Base64(<YOUR_PASSWORD>)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_pwdreset","description":"<p>Update user's profile with new password. Make sure to use <code>CODE</code> and <code>USER_ID</code> as it has been sent to your email in the reset password link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_pwdreset"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4d63a8f3-66ea-401b-99af-5993b1ceea1f","name":"Rest User Password","originalRequest":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"CODE\": \"<CODE_FROM_EMAIL_LINK>\",\r\n    \"USER_ID\": \"<USERID_FROM_EMAIL_LINK>\",\r\n    \"PASSWORD\": \"Base64(<YOUR_PASSWORD>)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_pwdreset"},"status":"Not Acceptable","code":406,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/problem+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 29 Apr 2024 18:26:59 GMT"},{"key":"Content-Length","value":"101"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Password reset successful.\"\n}"}],"_postman_id":"328e7a84-ef66-4b1e-9884-79910e1da0cc"},{"name":"Update User Password","id":"62d4804d-331c-4ba4-a246-1d0f0fbddd5d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"USER_ID\": \"<YOUR_USER_ID>\",\r\n    \"PASSWORD\": \"Base64(<YOUR_CURRENT_PASSWORD>)\",\r\n    \"NEW_PASSWORD\": \"Base64(<YOUR_NEW_PASSWORD>)\",\r\n    \"CONFIRM\": \"Base64(<YOUR_CONFIRM_PASSWORD>)\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_pwdreset","description":"<p>Update User's password. You will need to provide your passwords in Base64 encryption. <code>USER_ID</code> should not be Base64 encrypted.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_pwdreset"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"bc24226e-62f9-4cf1-9f75-c19dd21d918a","name":"Update User Password","originalRequest":{"method":"PUT","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"USER_ID\": \"10002\",\r\n    \"PASSWORD\": \"TXBjbXNpMTExMQ==\",\r\n    \"NEW_PASSWORD\": \"TXBjbXNpMTExMQ==\",\r\n    \"CONFIRM\": \"TXBjbXNpMTExMQ==\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_pwdreset"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 29 Apr 2024 18:33:42 GMT"},{"key":"Content-Length","value":"41"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"detail\": \"Password update successful.\"\n}"}],"_postman_id":"62d4804d-331c-4ba4-a246-1d0f0fbddd5d"}],"id":"5f4f7f21-3cf0-4d96-9f89-05c8b92ff5f6","description":"<p><code>Version 1.03</code></p>\n<p>Request a user password reset or update a user password.<br />If an error occurs, the error returned will include information about how to rectify this issue. Please contact your account manager to discuss any specific requirements you might have.</p>\n","_postman_id":"5f4f7f21-3cf0-4d96-9f89-05c8b92ff5f6"},{"name":"Room/Event Scheduler Room Equipment","item":[{"name":"Get Labels","id":"5e46b55b-7a5f-43ab-84a3-f5daef5659a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_room_eqp","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"5eb836cf-30c5-4aa9-971c-79527664fba2","name":"Get Labels","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 18:54:15 GMT"},{"key":"Content-Length","value":"224"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"RS_ROOM_EQUIPMENT_MASTER\",\n    \"Usage\": \"To get, update, and create Room Scheduler Equipment records that will use the DirectLine System\",\n    \"ROOM_EQUIPMENT_CODE\": \"Equipment Code\",\n    \"ROOM_EQUIPMENT_DESCRIPTION\": \"Description\"\n}"}],"_postman_id":"5e46b55b-7a5f-43ab-84a3-f5daef5659a5"},{"name":"Get Schema","id":"8b5842f4-38f6-4d26-896a-c7be9a87844a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_room_eqp","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"a429b627-0024-49d1-8132-4977a66317b8","name":"Get Schema","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 18:55:10 GMT"},{"key":"Content-Length","value":"479"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/@SCHEMA\",\n    \"title\": \"RS_ROOM_EQP_API\",\n    \"description\": \"RS_ROOM_EQUIPMENT_MASTER table containing Room Scheduler Equipment information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"ROOM_EQUIPMENT_CODE\": {\n            \"description\": \"Equipment Code\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"ROOM_EQUIPMENT_DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR(255)\"\n        }\n    },\n    \"required\": [\n        \"ROOM_EQUIPMENT_CODE\"\n    ]\n}"}],"_postman_id":"8b5842f4-38f6-4d26-896a-c7be9a87844a"},{"name":"Get Criteria","id":"cfea71e7-68dc-4e54-8e38-04ddeb519675","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/@CRITERIA","description":"<p>Get the list of fields that are searchable for room equipment searches.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_room_eqp","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"0d0f4aac-65c2-4210-bedd-146e51fdef22","name":"Get Criteria","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 18:55:43 GMT"},{"key":"Content-Length","value":"166"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"RS_ROOM_EQUIPMENT_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\"\n}"}],"_postman_id":"cfea71e7-68dc-4e54-8e38-04ddeb519675"},{"name":"Get Room Equipment","id":"4c36635e-4f50-4bbb-9e7f-9610aee790f8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp","description":"<p>An example of getting room equipment information.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_room_eqp"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"f41bded7-b0d2-418b-8781-fb3bf0e8c14f","name":"Get Room Equipment","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 30 Apr 2024 16:37:59 GMT"},{"key":"Content-Length","value":"2220"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"room_eqp\": [\n            {\n                \"room_equipment_code\": \"001\",\n                \"room_equipment_description\": \"Flat screen TV\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/001\"\n                    }\n                }\n            },\n            {\n                \"room_equipment_code\": \"9\",\n                \"room_equipment_description\": \"Conference Phone \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/9\"\n                    }\n                }\n            },\n            {\n                \"room_equipment_code\": \"COFFEE-STATION\",\n                \"room_equipment_description\": \"Two coffee urns and one hot water urn\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/COFFEE-STATION\"\n                    }\n                }\n            },\n            {\n                \"room_equipment_code\": \"COMPUTER-WORKSTATION\",\n                \"room_equipment_description\": \"Computer Work-station and Monitor\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/COMPUTER-WORKSTATION\"\n                    }\n                }\n            },\n            {\n                \"room_equipment_code\": \"FILM-PROJECTOR\",\n                \"room_equipment_description\": \"Film Projector (and supporting accessories)\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/FILM-PROJECTOR\"\n                    }\n                }\n            },\n            {\n                \"room_equipment_code\": \"MICROPHONE\",\n                \"room_equipment_description\": \"Microphone (and supporting accessories)\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/MICROPHONE\"\n                    }\n                }\n            },\n            {\n                \"room_equipment_code\": \"OVERHEAD-PROJECTOR\",\n                \"room_equipment_description\": \"Overhead Projector (and supporting accessories)\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/OVERHEAD-PROJECTOR\"\n                    }\n                }\n            },\n            {\n                \"room_equipment_code\": \"PA-SYSTEM\",\n                \"room_equipment_description\": \"Public Address System (and supporting accessories)\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/PA-SYSTEM\"\n                    }\n                }\n            },\n            {\n                \"room_equipment_code\": \"PROJECTOR-MOUNTED\",\n                \"room_equipment_description\": \"Projector mounted in the Ceiling and Accesories\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/PROJECTOR-MOUNTED\"\n                    }\n                }\n            },\n            {\n                \"room_equipment_code\": \"TELEVISION-MONITOR\",\n                \"room_equipment_description\": \"Television 60 Inch\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/TELEVISION-MONITOR\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"progress\": \"10/10\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl\"\n        }\n    }\n}"}],"_postman_id":"4c36635e-4f50-4bbb-9e7f-9610aee790f8"},{"name":"Get a specific room equipment's details","id":"1b220eaf-cd7a-40fd-ae71-bf655c51bd10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/001","description":"<p>Get details of a specific room equipment record. This could include more information than the room equipment list.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_room_eqp","001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"6ff426e3-b631-4472-86df-dc2db6944a60","name":"Get a specific room equipment's details","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 30 Apr 2024 16:37:28 GMT"},{"key":"Content-Length","value":"232"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"room_equipment_code\": \"001\",\n    \"room_equipment_description\": \"Flat screen TV\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/001\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp\"\n        }\n    }\n}"}],"_postman_id":"1b220eaf-cd7a-40fd-ae71-bf655c51bd10"},{"name":"Create Room Equipment","id":"1a331bed-a733-41b1-8171-dad5a14d58dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"[{\r\n    \"room_equipment_code\": \"001\",\r\n    \"room_equipment_description\": \"Flat screen TV\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp","description":"<p>Create one or more room equipment.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_room_eqp"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"a4998b19-7cfd-4a22-bd3c-b1511b7971f8","name":"Create Room Equipment","originalRequest":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"[{\r\n    \"room_equipment_code\": \"001\",\r\n    \"room_equipment_description\": \"Flat screen TV\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 19:56:03 GMT"},{"key":"Content-Length","value":"17"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"001\"\n    ]\n}"}],"_postman_id":"1a331bed-a733-41b1-8171-dad5a14d58dd"},{"name":"Create a Room Equipment","id":"53ba09c1-8f4a-42a2-952e-f1c07b8160bb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"room_equipment_description\": \"Room Equipment Number 001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/RS_ROOM_EQP_001","description":"<p>Create new room equipment using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_room_eqp","RS_ROOM_EQP_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c2133070-bd6c-48a6-8781-e88d2d9133db","name":"Create a Room Equipment","originalRequest":{"method":"PUT","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"room_equipment_description\": \"Room Equipment Number 001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/RS_ROOM_EQP_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 19:59:05 GMT"},{"key":"Content-Length","value":"29"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"RS_ROOM_EQP_001\"\n    ]\n}"}],"_postman_id":"53ba09c1-8f4a-42a2-952e-f1c07b8160bb"},{"name":"Edit Room Equipment","id":"9b823297-8131-41e3-829e-2c4c2cc643f4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"room_equipment_description\": \"Room Equipment Number 001 Improved\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/RS_ROOM_EQP_001","description":"<p>Make updates to a room equipment. Only necessary to pass fields wanted to be updated and can only be done to existing room equipment.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_room_eqp","RS_ROOM_EQP_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"5b60ac96-10b9-4a4b-bcda-1b9372b20c21","name":"Edit Room Equipment","originalRequest":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"room_equipment_description\": \"Room Equipment Number 001 Improved\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/RS_ROOM_EQP_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 20:01:56 GMT"},{"key":"Content-Length","value":"29"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"RS_ROOM_EQP_001\"\n    ]\n}"}],"_postman_id":"9b823297-8131-41e3-829e-2c4c2cc643f4"},{"name":"Delete an existing Room Equipment","id":"096b1b0d-ed72-41b8-b2a5-eeeb4bdd30b7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/RS_ROOM_EQP_001","description":"<p>allows the deletion of an existing room equipment.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_room_eqp","RS_ROOM_EQP_001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"1cdf1ee3-30f3-4a32-a398-63ea0b6a9a22","name":"Delete an existing Room Equipment","originalRequest":{"method":"DELETE","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/RS_ROOM_EQP_001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 25 Apr 2024 20:03:01 GMT"},{"key":"Content-Length","value":"150"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/dev2022/dl/rs_room_eqp/RS_ROOM_EQP_001\"\n}"}],"_postman_id":"096b1b0d-ed72-41b8-b2a5-eeeb4bdd30b7"}],"id":"9a345a2a-376c-4c61-ad73-875c7f0ca03b","description":"<p><code>Version 1.03</code></p>\n<p>You can retrieve a list of room equipment or the details of a single room equipment from the <code>RS_ROOM_EQUIPMENT_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new room equipment records or update existing room equipment information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well when available. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp</code>. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_room_eqp/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>ROOM_EQUIPMENT_DESCRIPTION=[]COFFEE</strong> to select results where the ROOM_EQUIPMENT_DESCRIPTION contains COFFEE.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","_postman_id":"9a345a2a-376c-4c61-ad73-875c7f0ca03b"},{"name":"Room/Event Scheduler User","item":[{"name":"Get Schema","id":"68dc6084-6b17-4565-9858-0b957bcab681","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_signup","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"b818233d-ac62-4ab6-9da6-cc51fbeff4ef","name":"Get Schema","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 29 Apr 2024 18:43:39 GMT"},{"key":"Content-Length","value":"871"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/dev2022/dl/rs_signup/@SCHEMA\",\n    \"title\": \"RS_SIGNUP_API\",\n    \"description\": \"RS_USER_MASTER table containing Room Scheduler Users in DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"SURNAME\": {\n            \"description\": \"Surname\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"GIVEN_NAME\": {\n            \"description\": \"Given Name\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"EMAIL\": {\n            \"description\": \"Email\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"PASSWORD\": {\n            \"description\": \"Password\",\n            \"type\": null\n        },\n        \"PASSWORD_CONFIRM\": {\n            \"description\": \"Password Confirm\",\n            \"type\": null\n        },\n        \"TELEPHONE\": {\n            \"description\": \"Telephone\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"CELLPHONE\": {\n            \"description\": \"Cellphone\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"ADDRESS\": {\n            \"description\": \"Address\",\n            \"type\": \"VARCHAR(255)\"\n        },\n        \"ORGANIZATION\": {\n            \"description\": \"Organization\",\n            \"type\": \"VARCHAR(255)\"\n        }\n    },\n    \"required\": [\n        \"SURNAME\",\n        \"GIVEN_NAME\",\n        \"EMAIL\",\n        \"PASSWORD\",\n        \"PASSWORD_CONFIRM\"\n    ]\n}"}],"_postman_id":"68dc6084-6b17-4565-9858-0b957bcab681"},{"name":"Get a specific user's details","id":"131a2213-282c-46a0-8160-c28328fdf3bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup/10013","description":"<p>Get details of a specific user record.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_signup","10013"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"8e32a348-ec39-4bde-b3d0-cc449f8c2fb3","name":"Get a specific user's details","originalRequest":{"method":"GET","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup/10013"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 29 Apr 2024 18:53:57 GMT"},{"key":"Content-Length","value":"339"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"Main stree\\n\\nBedford\\nNS\\nB3B6B6\\nCA\",\n    \"cellphone\": \"\",\n    \"email\": \"new_user@megamation.com\",\n    \"given_name\": \"New\",\n    \"organization\": \"10004\",\n    \"surname\": \"User\",\n    \"telephone\": \"5556258547\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_signup/10013\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/dev2022/dl/rs_signup\"\n        }\n    }\n}"}],"_postman_id":"131a2213-282c-46a0-8160-c28328fdf3bc"},{"name":"Create New User","id":"2e9bbf0f-caf0-46a4-bb78-5c3457a47ab0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"SURNAME\": \"User\",\r\n    \"GIVEN_NAME\": \"New\",\r\n    \"EMAIL\": \"new_user@megamation.com\",\r\n    \"PASSWORD\": \"base64(<YOUR_PASSWORD>)\",\r\n    \"PASSWORD_CONFIRM\": \"base64(<YOUR_PASSWORD>)\",\r\n    \"TELEPHONE\": \"5556258547\",\r\n    \"CELLPHONE\": null,\r\n    \"ADDRESS\": \"Main stree,,Bedford,NS,B3B6B6,CA\",\r\n    \"ORGANIZATION\": [\r\n        \"10004\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup","description":"<p>Create a user account</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_signup"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9f6c6784-e893-4bf8-94b6-118dcbe3a8e8","name":"Create New User","originalRequest":{"method":"POST","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"SURNAME\": \"User\",\r\n    \"GIVEN_NAME\": \"New\",\r\n    \"EMAIL\": \"new_user@megamation.com\",\r\n    \"PASSWORD\": \"base64(<YOUR_PASSWORD>)\",\r\n    \"PASSWORD_CONFIRM\": \"base64(<YOUR_PASSWORD>)\",\r\n    \"TELEPHONE\": \"5556258547\",\r\n    \"CELLPHONE\": null,\r\n    \"ADDRESS\": \"Main stree,,Bedford,NS,B3B6B6,CA\",\r\n    \"ORGANIZATION\": [\r\n        \"10004\"\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 29 Apr 2024 18:53:14 GMT"},{"key":"Content-Length","value":"19"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"10013\"\n    ]\n}"}],"_postman_id":"2e9bbf0f-caf0-46a4-bb78-5c3457a47ab0"},{"name":"Update User's Info","id":"857bdafe-b2bd-419b-ac4c-22984a7b6c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"ADDRESS\": \"Main stree,,Toronto,NS,B3B 6B6,CA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup/10013","description":"<p>Make updates to a user profile. Only necessary to pass fields to be updated and can only be done to existing users.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_signup","10013"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"d75f6a52-6ed1-4033-8a89-26640e8f81d2","name":"Update User's Info","originalRequest":{"method":"PATCH","header":[{"key":"appid","value":"YOUR_APP_ID"}],"body":{"mode":"raw","raw":"{\r\n    \"ADDRESS\": \"Main stree,,Toronto,NS,B3B 6B6,CA\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup/10013"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 29 Apr 2024 18:56:36 GMT"},{"key":"Content-Length","value":"204"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"USER\": {\n        \"address\": \"Main stree,,Toronto,NS,B3B 6B6,CA\",\n        \"cellphone\": \"\",\n        \"email\": \"new_user@megamation.com\",\n        \"given_name\": \"New\",\n        \"organization\": \"10004\",\n        \"surname\": \"User\",\n        \"telephone\": \"5556258547\",\n        \"id\": \"10013\"\n    }\n}"}],"_postman_id":"857bdafe-b2bd-419b-ac4c-22984a7b6c76"},{"name":"Delete an existing User","id":"d4499a5d-289b-4e43-ac9c-e6b5985eaab8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup/10013","description":"<p>Allows the deletion of an existing user.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","rs_signup","10013"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4e3cf8c4-6f06-439a-a7ab-1edacec26333","name":"Delete an existing User","originalRequest":{"method":"DELETE","header":[{"key":"appid","value":"YOUR_APP_ID"}],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup/10013"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"Bearer realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Mon, 29 Apr 2024 18:57:51 GMT"},{"key":"Content-Length","value":"138"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1845525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/dev2022/dl/rs_signup/10013\"\n}"}],"_postman_id":"d4499a5d-289b-4e43-ac9c-e6b5985eaab8"}],"id":"6b992c0c-dc76-42a0-8235-9ad1def8fc4a","description":"<p><code>Version 1.03</code></p>\n<p>Create/read/update and delete users that have access to the room/event scheduler web interface.</p>\n<p>You will be required to adhere to existing logic from our base system (including validation and/or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/rs_signup/@SCHEMA</code></p>\n","_postman_id":"6b992c0c-dc76-42a0-8235-9ad1def8fc4a"},{"name":"Status","item":[{"name":"Get Labels","id":"eecf24b0-1d8e-4ce3-ada0-4a1c2fd28e35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","status","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"15f176a8-4a33-458e-b7b9-8792bbbbbc6d","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:02:28 GMT"},{"key":"Content-Length","value":"199"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"STATUS_CODE_MASTER\",\n    \"Usage\": \"To get, update, and create status records that will use the DirectLine System\",\n    \"STATUS\": \"Status\",\n    \"DESCRIPTION\": \"Description\",\n    \"AMPC_REQUIRED\": \"AMPC_Required\"\n}"}],"_postman_id":"eecf24b0-1d8e-4ce3-ada0-4a1c2fd28e35"},{"name":"Get Schema","id":"a29a9961-3636-4ef6-8179-83bd8fe4e737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","status","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"aa0f325a-ee46-41a4-a7e1-b681a8603d91","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:03:28 GMT"},{"key":"Content-Length","value":"457"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/status/@SCHEMA\",\n    \"title\": \"STATUS_API\",\n    \"description\": \"STATUS_CODE_MASTER table containing status information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"STATUS\": {\n            \"description\": \"Status\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"AMPC_REQUIRED\": {\n            \"description\": \"AMPC_Required - B\",\n            \"type\": \"BOOLEAN\"\n        }\n    },\n    \"required\": [\n        \"STATUS\"\n    ]\n}"}],"_postman_id":"a29a9961-3636-4ef6-8179-83bd8fe4e737"},{"name":"Get Criteria","id":"c4aeb06b-7f46-4bf4-b4ef-a59163ba1240","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/@CRITERIA","description":"<p>Get the list of fields that are searchable for requisition searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","status","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"7e770ae2-c3df-4ceb-82e4-23236709acaf","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:04:10 GMT"},{"key":"Content-Length","value":"163"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"STATUS_CODE_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\"\n}"}],"_postman_id":"c4aeb06b-7f46-4bf4-b4ef-a59163ba1240"},{"name":"Get status list","id":"8d822a60-6efe-47b8-bdad-823ef744ade5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status","description":"<p>An example of getting status information</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","status"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"350a3d17-5282-4fb5-a81c-8e3faf950ea0","name":"Get Statuses","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:05:55 GMT"},{"key":"Content-Length","value":"1621"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Status Code\": [\n            {\n                \"description\": \"Approved\",\n                \"status\": \"AP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/AP\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Cancelled\",\n                \"status\": \"CA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/CA\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Closed\",\n                \"status\": \"CL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/CL\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Initiated\",\n                \"status\": \"I\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/I\"\n                    }\n                }\n            },\n            {\n                \"description\": \"In Progress\",\n                \"status\": \"IP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/IP\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Open\",\n                \"status\": \"OPEN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/OPEN\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Planned or in Planning\",\n                \"status\": \"P\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/P\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Ready to Close\",\n                \"status\": \"RC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/RC\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Returned from Trade\",\n                \"status\": \"RT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/RT\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Scheduled\",\n                \"status\": \"S\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/S\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Waiting for Part\",\n                \"status\": \"WP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/WP\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Waiting for Trade\",\n                \"status\": \"WT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/status/WT\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/status\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"8d822a60-6efe-47b8-bdad-823ef744ade5"},{"name":"Get a specific status' details","id":"477f7462-a3ac-4795-92a7-439392710404","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/AP","description":"<p>Get details of a specific status record.  This typically includes more information than the status list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","status","AP"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e5044605-4d84-47ed-97df-37280755b352","name":"Get a specific status' details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/AP"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:07:11 GMT"},{"key":"Content-Length","value":"208"}],"cookie":[],"responseTime":null,"body":"{\n    \"ampc_required\": \"No\",\n    \"description\": \"Approved\",\n    \"status\": \"AP\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/status/AP\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/status\"\n        }\n    }\n}"}],"_postman_id":"477f7462-a3ac-4795-92a7-439392710404"},{"name":"Create status","id":"4b8543f6-6ebd-469b-b710-0aa595389646","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"description\": \"status 1\",\r\n    \"status\": \"ST1\"\r\n},{\r\n    \"status\": \"ST2\",\r\n    \"description\": \"status 2\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status","description":"<p>Create one or more status</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","status"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"a7a3116e-de0d-4353-aa69-e299d8c3c125","name":"Create Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"description\": \"status 1\",\r\n    \"status\": \"ST1\"\r\n},{\r\n    \"status\": \"ST2\",\r\n    \"description\": \"status 2\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:15:12 GMT"},{"key":"Content-Length","value":"26"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"ST1\",\n        \"ST2\"\n    ]\n}"}],"_postman_id":"4b8543f6-6ebd-469b-b710-0aa595389646"},{"name":"Create a specific status","id":"3ea3c00f-12ed-4a73-bc26-45fea26b32f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"status 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/ST1","description":"<p>Create new status using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","status","ST1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3cd68133-7088-4dd9-ae1c-860074b2f08a","name":"Create a specific Status","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"status 1\",\r\n    \"status\": \"ST1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/ST1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:18:14 GMT"},{"key":"Content-Length","value":"20"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"ST1\"\n    ]\n}"}],"_postman_id":"3ea3c00f-12ed-4a73-bc26-45fea26b32f7"},{"name":"Edit status","id":"476907cd-35b2-4263-b8f8-108f44e904b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"updated description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/ST1","description":"<p>Make updates to a status.  Only necessary to pass fields wanted to be updated and can only be done to existing statuses.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","status","ST1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"8c811a94-0a22-4b70-b448-b1cf11472a45","name":"Edit Status","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"description\": \"updated description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/ST1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:19:40 GMT"},{"key":"Content-Length","value":"20"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"ST1\"\n    ]\n}"}],"_postman_id":"476907cd-35b2-4263-b8f8-108f44e904b5"},{"name":"Delete an existing status","id":"7dc1eddc-de70-4a97-83f5-7d64cf8e2d96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/ST1","description":"<p>allows the deletion of an existing status.  This cannot be done to AMPC_REQUIRED flagged records.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","status","ST1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"2c99c93b-964a-48d9-af64-3dfa77696848","name":"Delete an existing status","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/ST1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:22:17 GMT"},{"key":"Content-Length","value":"135"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/status/ST1\"\n}"}],"_postman_id":"7dc1eddc-de70-4a97-83f5-7d64cf8e2d96"}],"id":"e01c6ac6-4a0a-4feb-848e-1d50f1a2c72b","description":"<p>You can retrieve a list of work order statuses or the details of a single status from the <code>STATUS_CODE_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new status records or update existing status information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/status?ALLFIELDS=1</code> where the data returned will include all the fields visible. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/status/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"79a7988e-d269-4e1b-9757-49bc04ec4ad7","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f9f12734-ca53-49df-aefa-e6108a278fb3","type":"text/javascript","exec":[""]}}],"_postman_id":"e01c6ac6-4a0a-4feb-848e-1d50f1a2c72b"},{"name":"Supplier","item":[{"name":"Get Labels","id":"227de40f-21f0-44eb-9833-1951654fab25","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","supplier","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4c559aed-61ad-43c8-828e-c7352e42b4da","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 17:25:03 GMT"},{"key":"Content-Length","value":"259"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"SUPPLIER_MASTER\",\n    \"Usage\": \"To get, update, and create suppliers that will use the DirectLine System\",\n    \"SUPPLIER\": \"Supplier#\",\n    \"STATUS\": \"Status\",\n    \"SUPPLIER_NAME\": \"Name\",\n    \"ADDRESS\": \"Information\",\n    \"TERMS\": \"Terms\",\n    \"FAX_NUMBER\": \"Fax#\",\n    \"CURRENCY\": \"Currency\"\n}"}],"_postman_id":"227de40f-21f0-44eb-9833-1951654fab25"},{"name":"Get Schema","id":"2047edb7-66db-4fe6-ad64-f87cee0a04ca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","supplier","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"a23543af-ada7-4591-bc68-2dbff0a897e5","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 17:26:03 GMT"},{"key":"Content-Length","value":"684"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/supplier/@SCHEMA\",\n    \"title\": \"SUPPLIER_API\",\n    \"description\": \"SUPPLIER_MASTER table containing supplier information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"SUPPLIER\": {\n            \"description\": \"Supplier#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"STATUS\": {\n            \"description\": \"Status\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SUPPLIER_NAME\": {\n            \"description\": \"Name\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ADDRESS\": {\n            \"description\": \"Information\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TERMS\": {\n            \"description\": \"Terms\",\n            \"type\": \"VARCHAR\"\n        },\n        \"FAX_NUMBER\": {\n            \"description\": \"Fax# - R(###)###-####\",\n            \"type\": \"VARCHAR\"\n        },\n        \"CURRENCY\": {\n            \"description\": \"Currency\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"SUPPLIER\",\n        \"STATUS\"\n    ]\n}"}],"_postman_id":"2047edb7-66db-4fe6-ad64-f87cee0a04ca"},{"name":"Get Criteria","id":"195093d3-544c-4003-9277-476828595ada","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/@CRITERIA","description":"<p>Get the list of fields that are searchable for supplier searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","supplier","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"778594bb-fab1-4d8b-a195-88a2b4b9477c","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 17:27:52 GMT"},{"key":"Content-Length","value":"201"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"SUPPLIER_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"STATUS\": \"Status\",\n    \"SUPPLIER_NAME\": \"Name\"\n}"}],"_postman_id":"195093d3-544c-4003-9277-476828595ada"},{"name":"Get suppliers","id":"502ea202-8d08-4518-809c-62adf95783a5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier?STATUS=ACTIVE","description":"<p>An example of getting supplier information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","supplier"],"host":["https://api.megamation.com"],"query":[{"key":"STATUS","value":"ACTIVE"}],"variable":[]}},"response":[{"id":"b590eb5d-3693-419f-b066-089898ed66bb","name":"Get Suppliers","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier?STATUS=ACTIVE","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","supplier"],"query":[{"key":"STATUS","value":"ACTIVE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 17:29:01 GMT"},{"key":"Content-Length","value":"100948"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Supplier\": [\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00\",\n                \"supplier_name\": \"M & I (REFER TO RICHARD W\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00002\",\n                \"supplier_name\": \"INTERMEC SYSTEMS CORP.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00002\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00003\",\n                \"supplier_name\": \"CANTECH CONTROLS DIVISION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00003\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00006\",\n                \"supplier_name\": \"REGIONAL HOSE & SUPPLY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00006\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00007\",\n                \"supplier_name\": \"ALLAN CANDY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00007\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00008\",\n                \"supplier_name\": \"BEPEX CORPORATION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00008\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00009\",\n                \"supplier_name\": \"ANDERSON MACHINE SALES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00009\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00010\",\n                \"supplier_name\": \"UNIROPE LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00010\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00011\",\n                \"supplier_name\": \"CARTER BROTHERS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00011\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00012\",\n                \"supplier_name\": \"PPG CANADA INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00012\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00015\",\n                \"supplier_name\": \"ROSEMOUNT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00015\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00016\",\n                \"supplier_name\": \"GE CANADA INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00016\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00020\",\n                \"supplier_name\": \"BERNARDS RUBBERS INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00020\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"00025\",\n                \"supplier_name\": \"ELMAR INDUSTRIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00025\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"04391\",\n                \"supplier_name\": \"BUTTERWORTHS CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/04391\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1000\",\n                \"supplier_name\": \"KENSCOTT LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1000\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10000\",\n                \"supplier_name\": \"CHRIS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10000\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10001\",\n                \"supplier_name\": \"Kendall Electric\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10001\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10002\",\n                \"supplier_name\": \"NSK Bearings\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10002\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10003\",\n                \"supplier_name\": \"Ernst David\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10003\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10004\",\n                \"supplier_name\": \"Motion industries\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10004\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10005\",\n                \"supplier_name\": \"ACE HARDWARE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10005\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10006\",\n                \"supplier_name\": \"ACME MOTORS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10006\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10007\",\n                \"supplier_name\": \"BETA PLUS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10007\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10008\",\n                \"supplier_name\": \"Prodo Pak\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10008\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10009\",\n                \"supplier_name\": \"GRAINGER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10009\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1001\",\n                \"supplier_name\": \"MCKERLIE STONEY CREEK\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1001\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10011\",\n                \"supplier_name\": \"Smith Anderson\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10011\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"10012\",\n                \"supplier_name\": \"Home Depot\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/10012\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1006\",\n                \"supplier_name\": \"NACAN PRODUCTS LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1006\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1011\",\n                \"supplier_name\": \"SLESSOR MOTORS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1011\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1014\",\n                \"supplier_name\": \"STERLING POWER SYSTEMS.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1014\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1016\",\n                \"supplier_name\": \"SUPERIOR PROPANE LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1016\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1017\",\n                \"supplier_name\": \"SWAN DUST CONTROL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1017\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1019\",\n                \"supplier_name\": \"UNION BOILER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1019\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1023\",\n                \"supplier_name\": \"WINONA EQUIPMENT SALES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1023\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1027\",\n                \"supplier_name\": \"GLOBALTECH PROCESS CONT.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1027\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1029\",\n                \"supplier_name\": \"CFF SPECIALTY METALS.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1029\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1030\",\n                \"supplier_name\": \"HARVEY'S INDUSTRIAL TIRE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1030\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1033\",\n                \"supplier_name\": \"OMEGA ENGINEERING INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1033\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1034\",\n                \"supplier_name\": \"JENSEN FITTING MFG LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1034\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1035\",\n                \"supplier_name\": \"CHARLES JONES INDUSTRIAL.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1035\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1054\",\n                \"supplier_name\": \"SCHREIBER BROTHERS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1054\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1066\",\n                \"supplier_name\": \"CANADIAN PIPELINE CLEAN.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1066\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1083\",\n                \"supplier_name\": \"McGOWAN INSULATIONS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1083\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1088\",\n                \"supplier_name\": \"HAMILTON HYDRONICS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1088\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1091\",\n                \"supplier_name\": \"HICKESON-LANGS SUPPLY CO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1091\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1099\",\n                \"supplier_name\": \"QUEENSTON RENT-ALLS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1099\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1104\",\n                \"supplier_name\": \"V.W. EIMICKE LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1104\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1107\",\n                \"supplier_name\": \"CROSBY ASSOC. CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1107\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1121\",\n                \"supplier_name\": \"CALORIFIC CONSTRUCTION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1121\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1128\",\n                \"supplier_name\": \"APV CREPACO OF CANADA LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1128\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1135\",\n                \"supplier_name\": \"WIRE MESH BELT CO.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1135\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1140\",\n                \"supplier_name\": \"PRAXAIR  (560-4110)\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1140\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1153\",\n                \"supplier_name\": \"NORTECH CONTROL EQUIPMENT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1153\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1159\",\n                \"supplier_name\": \"PUROLATOR COURIER LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1159\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1160\",\n                \"supplier_name\": \"KERNIC EQUIPMENT SALES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1160\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1164\",\n                \"supplier_name\": \"J. H. RYDER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1164\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1182\",\n                \"supplier_name\": \"CASHWAY LUMBER & BLDG SUP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1182\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1188\",\n                \"supplier_name\": \"CONSUMERS GLASS CO LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1188\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1189\",\n                \"supplier_name\": \"CROWN CORK & SEAL,CANADA.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1189\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1197\",\n                \"supplier_name\": \"ACE TIRE & SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1197\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1198\",\n                \"supplier_name\": \"ACKLANDS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1198\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1202\",\n                \"supplier_name\": \"STEEL CITY FIRE          \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1202\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1205\",\n                \"supplier_name\": \"BALL PACKAGING PRODUCTS.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1205\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1208\",\n                \"supplier_name\": \"ANCHOR CAP & CLOSURE CORP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1208\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1214\",\n                \"supplier_name\": \"LIFTOW LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1214\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1227\",\n                \"supplier_name\": \"MATHEWS CANADA LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1227\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1228\",\n                \"supplier_name\": \"BATTLEFIELD EQUIPMENT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1228\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1233\",\n                \"supplier_name\": \"CRAWFORD METAL CORP.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1233\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1238\",\n                \"supplier_name\": \"McRAE ENGINEERING EQUIP.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1238\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1240\",\n                \"supplier_name\": \"BENNETT SIGNS LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1240\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1250\",\n                \"supplier_name\": \"PNEUMATIC SCALE (FIGGIE)\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1250\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1259\",\n                \"supplier_name\": \"BROOKS,JOHN CANADA LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1259\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1272\",\n                \"supplier_name\": \"EMBREE INDUSTRIES LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1272\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1273\",\n                \"supplier_name\": \"GREEY LIGHTNIN LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1273\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1281\",\n                \"supplier_name\": \"DIVERSEY INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1281\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1286\",\n                \"supplier_name\": \"CANADIAN BEARINGS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1286\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1329\",\n                \"supplier_name\": \"CHISHOLM MACHINERY SALES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1329\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1340\",\n                \"supplier_name\": \"DEARBORN CHEMICALS CO.LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1340\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1362\",\n                \"supplier_name\": \"CRANE,JOHN CANADA INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1362\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1365\",\n                \"supplier_name\": \"CROWN PUMPS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1365\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1367\",\n                \"supplier_name\": \"CURTIS INDUSTRIES LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1367\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1374\",\n                \"supplier_name\": \"DUBOIS CHEMICAL CANADA.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1374\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1380\",\n                \"supplier_name\": \"EASTERN AUTO ELECTRIC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1380\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1402\",\n                \"supplier_name\": \"FISHER SCIENTIFIC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1402\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1403\",\n                \"supplier_name\": \"FLEXO PRODUCTS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1403\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1408\",\n                \"supplier_name\": \"G.T. FRENCH\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1408\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1413\",\n                \"supplier_name\": \"FULLER BRUSH CO.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1413\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1417\",\n                \"supplier_name\": \"NATIONAL PAINTING AND\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1417\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1426\",\n                \"supplier_name\": \"KREMCO LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1426\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1427\",\n                \"supplier_name\": \"GRIMSBY GLASS & MIRROR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1427\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1433\",\n                \"supplier_name\": \"HAMILTON BUILDER SUPPLY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1433\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1450\",\n                \"supplier_name\": \"HILTI (CANADA) LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1450\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1456\",\n                \"supplier_name\": \"AllWAy Parts and Service\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1456\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1468\",\n                \"supplier_name\": \"IPL INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1468\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1470\",\n                \"supplier_name\": \"ISECO SAFETY SHOES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1470\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1489\",\n                \"supplier_name\": \"KAUMEYER PAPER LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1489\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1500\",\n                \"supplier_name\": \"LADISH CO.OF CANADA LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1500\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1503\",\n                \"supplier_name\": \"LARRY'S WESTERN STAR INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1503\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1507\",\n                \"supplier_name\": \"LAWLOR & CO (HAMILTON)\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1507\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1508\",\n                \"supplier_name\": \"MIN-CHEM CANADA LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1508\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1518\",\n                \"supplier_name\": \"LILO PRODUCTS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1518\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1527\",\n                \"supplier_name\": \"PARKDALE AUTO PARTS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1527\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1529\",\n                \"supplier_name\": \"McKEOUGH & SONS CO.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1529\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1550\",\n                \"supplier_name\": \"MARSHALL REFRIDGERATION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1550\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1553\",\n                \"supplier_name\": \"MATHEWS CONVEYOR CO.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1553\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1570\",\n                \"supplier_name\": \"GERRIE ELECTRIC WHOLESALE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1570\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1582\",\n                \"supplier_name\": \"NEPTUNE METERS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1582\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1586\",\n                \"supplier_name\": \"TENAQUIP LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1586\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1589\",\n                \"supplier_name\": \"O'BRIEN INSTALLATIONS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1589\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1591\",\n                \"supplier_name\": \"STONEY CREEK HYDRO \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1591\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1597\",\n                \"supplier_name\": \"AIRTRON INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1597\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1599\",\n                \"supplier_name\": \"PALING SPRING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1599\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1602\",\n                \"supplier_name\": \"PENINSULA INDUSTRIAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1602\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1610\",\n                \"supplier_name\": \"PLASTIC & ALLIED BUILDING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1610\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1613\",\n                \"supplier_name\": \"PRESTON PHIPPS EQUIPMENT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1613\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1621\",\n                \"supplier_name\": \"OVERHEAD DOOR REPAIR LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1621\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1626\",\n                \"supplier_name\": \"GLOVER,R.E. LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1626\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1647\",\n                \"supplier_name\": \"SAFETY-KLEEN CANADA LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1647\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1648\",\n                \"supplier_name\": \"SAFETY SUPPLY CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1648\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1653\",\n                \"supplier_name\": \"SALTFLEET MACHINING LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1653\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1667\",\n                \"supplier_name\": \"S.B.SIMPSON LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1667\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1670\",\n                \"supplier_name\": \"SKYLIGHT WINDOW CLEANING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1670\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1673\",\n                \"supplier_name\": \"SMART-TURNER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1673\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1674\",\n                \"supplier_name\": \"ATLAS PACIFIC ENG.CO.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1674\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1675\",\n                \"supplier_name\": \"U.S.BOTTLERS MACHINERY CO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1675\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1704\",\n                \"supplier_name\": \"FRANK TAGGART & SONS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1704\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1706\",\n                \"supplier_name\": \"TECHNICAL ADHESIVES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1706\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1707\",\n                \"supplier_name\": \"ABSO BLUE PRINTS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1707\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1713\",\n                \"supplier_name\": \"THOMSON-GORDON LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1713\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1726\",\n                \"supplier_name\": \"TREASURER OF ONTARIO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1726\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1729\",\n                \"supplier_name\": \"UNION ELECTRIC SUPPLY LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1729\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1738\",\n                \"supplier_name\": \"VAN-WATER & ROGERS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1738\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1743\",\n                \"supplier_name\": \"WAINBEE LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1743\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1747\",\n                \"supplier_name\": \"3M INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1747\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1752\",\n                \"supplier_name\": \"GOODTURN BRAKE & ALIGNMT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1752\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1756\",\n                \"supplier_name\": \"MASDOM CORPORATION LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1756\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1790\",\n                \"supplier_name\": \"CONVAL EQUIPMENT LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1790\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1801\",\n                \"supplier_name\": \"ELECTRIC MOTOR SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1801\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1802\",\n                \"supplier_name\": \"PLASTIK BELT MFG.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1802\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1811\",\n                \"supplier_name\": \"HARWELL ELECTRIC SUPPLY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1811\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1815\",\n                \"supplier_name\": \"CANADIAN INKJET SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1815\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1829\",\n                \"supplier_name\": \"LIGHTFOOT MECHANICAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1829\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1841\",\n                \"supplier_name\": \"MILLS LIGHT HOUSE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1841\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1868\",\n                \"supplier_name\": \"ZEPF TECHNOLOGIES INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1868\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1886\",\n                \"supplier_name\": \"AHS CANLAB\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1886\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1887\",\n                \"supplier_name\": \"YEADON FABRIC STRUCTURES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1887\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1905\",\n                \"supplier_name\": \"FEDERAL EXPRESS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1905\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1916\",\n                \"supplier_name\": \"ZEP MFG. CO. OF CANADA \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1916\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1919\",\n                \"supplier_name\": \"STANDARD KNAPP INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1919\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1924\",\n                \"supplier_name\": \"BOCHEK FABRICATING LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1924\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1929\",\n                \"supplier_name\": \"SWECO CANADA INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1929\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1932\",\n                \"supplier_name\": \"CERTANIAM ALLOYS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1932\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1941\",\n                \"supplier_name\": \"RNG EQUIPMENT LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1941\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1945\",\n                \"supplier_name\": \"RONDAR INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1945\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1952\",\n                \"supplier_name\": \"SNOWDON RUBBER INDUSTRIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1952\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1962\",\n                \"supplier_name\": \"EVERY SCALE LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1962\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1968\",\n                \"supplier_name\": \"B & J ELECTRIC LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1968\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1971\",\n                \"supplier_name\": \"ROBBINS & MYERS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1971\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1972\",\n                \"supplier_name\": \"GILLIES GUY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1972\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1973\",\n                \"supplier_name\": \"J.B.REID INDUSTRIAL SALES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1973\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1978\",\n                \"supplier_name\": \"GRAND VIEW CHAIN & CABLE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1978\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"1997\",\n                \"supplier_name\": \"STEELTOWN BOXERS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/1997\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"20001\",\n                \"supplier_name\": \"Amazon Services\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/20001\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2002\",\n                \"supplier_name\": \"CANADAWIDE SCIENTIFIC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2002\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2007\",\n                \"supplier_name\": \"TOTAL POWER LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2007\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2012\",\n                \"supplier_name\": \"CENTENNIAL DECORATING CTR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2012\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2013\",\n                \"supplier_name\": \"B & T PACKAGING MACH.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2013\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2017\",\n                \"supplier_name\": \"URBAN GREEN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2017\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2032\",\n                \"supplier_name\": \"CIMCO LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2032\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2034\",\n                \"supplier_name\": \"ORLICK INDUSTRIES LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2034\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2066\",\n                \"supplier_name\": \"PHILADELPHIA PIPE BENDING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2066\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2087\",\n                \"supplier_name\": \"BAY CITY WELDING SUPPLIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2087\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2096\",\n                \"supplier_name\": \"BDH CHEMICALS CAN LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2096\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2102\",\n                \"supplier_name\": \"GARDEN CITY OXYGEN LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2102\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2104\",\n                \"supplier_name\": \"GRAND & TOY LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2104\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2118\",\n                \"supplier_name\": \"HI BEK PRECISION SPRING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2118\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2121\",\n                \"supplier_name\": \"APPOLLO TOOL REPAIR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2121\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2123\",\n                \"supplier_name\": \"GLANFORD IRON LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2123\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2149\",\n                \"supplier_name\": \"INDUSTRO-SERV/SPEC. LINES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2149\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2155\",\n                \"supplier_name\": \"WHE PROCESS SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2155\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2157\",\n                \"supplier_name\": \"JAMES G ARMOUR & CO.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2157\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2158\",\n                \"supplier_name\": \"ALEX E JONES & ASSOCIATES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2158\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2167\",\n                \"supplier_name\": \"BEARING SUPPLY CANADA LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2167\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2169\",\n                \"supplier_name\": \"L.A.RUBBER INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2169\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2182\",\n                \"supplier_name\": \"SMITH LABORATORY SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2182\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2185\",\n                \"supplier_name\": \"CRESCENT OIL CO.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2185\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2207\",\n                \"supplier_name\": \"STRECKER BROS.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2207\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2224\",\n                \"supplier_name\": \"MONTGOMERY-KONE ELEVATORS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2224\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2225\",\n                \"supplier_name\": \"HUBBARD AIR INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2225\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2229\",\n                \"supplier_name\": \"INDUSTRIAL TOOLING & MFG.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2229\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2239\",\n                \"supplier_name\": \"MOSUR MACHINE CO.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2239\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2256\",\n                \"supplier_name\": \"HAMILTON TRUCK SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2256\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2260\",\n                \"supplier_name\": \"VICKERS-WARNICK LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2260\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2261\",\n                \"supplier_name\": \"EASTGATE FORD HAMILTON\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2261\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2308\",\n                \"supplier_name\": \"DRY-CON INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2308\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2326\",\n                \"supplier_name\": \"KEN MARSHALL ELECTRIC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2326\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2345\",\n                \"supplier_name\": \"STONEY CREEK PRO HARDWARE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2345\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2359\",\n                \"supplier_name\": \"TRIAD MECHANICAL SERVICES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2359\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2367\",\n                \"supplier_name\": \"COTTRILL (CHGD TO PACE \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2367\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2371\",\n                \"supplier_name\": \"SORT PRODUCTION PRODUCTS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2371\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2372\",\n                \"supplier_name\": \"STACKPOLE PACKAGING LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2372\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2377\",\n                \"supplier_name\": \"TITANIC SHIPPING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2377\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2378\",\n                \"supplier_name\": \"GRIFFITH LABORATORIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2378\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2381\",\n                \"supplier_name\": \"E.N.TOOL SUPPLY LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2381\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2382\",\n                \"supplier_name\": \"BELDAM LASCAR PACKING LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2382\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2390\",\n                \"supplier_name\": \"PRENTICE HALL INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2390\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2397\",\n                \"supplier_name\": \"MAJOR PACKAGING MACHINERY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2397\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2412\",\n                \"supplier_name\": \"REDMOND J, ELEVATOR CO.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2412\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2417\",\n                \"supplier_name\": \"CHESTERTON,A.W.CO.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2417\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2418\",\n                \"supplier_name\": \"WILLARD INDUSTRIAL MTCE.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2418\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2419\",\n                \"supplier_name\": \"WELD TECH\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2419\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2422\",\n                \"supplier_name\": \"THE REGIONAL MUNICIPALITY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2422\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2432\",\n                \"supplier_name\": \"PALLETIZING SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2432\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2434\",\n                \"supplier_name\": \"WINONA CONCRETE PRODUCTS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2434\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2450\",\n                \"supplier_name\": \"INDUSTRIAL HOSE & HYDRAUL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2450\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2460\",\n                \"supplier_name\": \"DAVIS CONTROLS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2460\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2470\",\n                \"supplier_name\": \"IVON WELDING & MECHANICAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2470\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2471\",\n                \"supplier_name\": \"MAC LAWN SPRAY ,LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2471\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2479\",\n                \"supplier_name\": \"RESINA AUTOMATIC MACHINE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2479\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2481\",\n                \"supplier_name\": \"LINDY'S ELECTRIC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2481\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2483\",\n                \"supplier_name\": \"HARTNESS INTERNATIONAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2483\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2485\",\n                \"supplier_name\": \"GRAPHIC CONTROLS GC DATA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2485\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2503\",\n                \"supplier_name\": \"STONEY CREEK WELDING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2503\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2506\",\n                \"supplier_name\": \"GREEN BELTING INDUSTRIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2506\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2512\",\n                \"supplier_name\": \"TRAILER FIELD SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2512\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2521\",\n                \"supplier_name\": \"ECOLAB/KLENZADE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2521\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2522\",\n                \"supplier_name\": \"ACME-GUARANTY AUTOMOTIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2522\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2529\",\n                \"supplier_name\": \"MILLER FLUID POWER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2529\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2538\",\n                \"supplier_name\": \"QIP EQUIPMENT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2538\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2562\",\n                \"supplier_name\": \"SANFORD BATTERY MFG LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2562\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2593\",\n                \"supplier_name\": \"FRS INSTRUMENTATION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2593\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2594\",\n                \"supplier_name\": \"JOHN KENYON LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2594\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2604\",\n                \"supplier_name\": \"EVELEY ALIGNMENT & SPRING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2604\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2621\",\n                \"supplier_name\": \"STRECH PACKAGING SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2621\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2622\",\n                \"supplier_name\": \"BOLT AND NUT SUPPLY LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2622\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2624\",\n                \"supplier_name\": \"JOHNSON FLUID SYSTEMS INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2624\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2625\",\n                \"supplier_name\": \"CRANE SUPPLY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2625\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2627\",\n                \"supplier_name\": \"COM-TECH RADIO INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2627\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2638\",\n                \"supplier_name\": \"COMPLETE RENT-ALLS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2638\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2640\",\n                \"supplier_name\": \"IAN MARTIN LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2640\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2641\",\n                \"supplier_name\": \"SUPPLIES CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2641\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2643\",\n                \"supplier_name\": \"D M HARDWARE CORP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2643\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2649\",\n                \"supplier_name\": \"ELLIS & HOWARD LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2649\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2655\",\n                \"supplier_name\": \"BRANTECH CORP.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2655\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2662\",\n                \"supplier_name\": \"D & D PACKING & SEALS INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2662\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2675\",\n                \"supplier_name\": \"COM-TECH RADIO INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2675\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2676\",\n                \"supplier_name\": \"TYMATIC CONTROLS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2676\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2677\",\n                \"supplier_name\": \"BEACH ROAD METALS & EQUIP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2677\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2680\",\n                \"supplier_name\": \"BERTEK INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2680\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2681\",\n                \"supplier_name\": \"CANNERS MACHINE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2681\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2683\",\n                \"supplier_name\": \"SCOTIAN STAINLESS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2683\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2692\",\n                \"supplier_name\": \"D & D INDUSTRIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2692\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2699\",\n                \"supplier_name\": \"NEWMAPAK LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2699\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2702\",\n                \"supplier_name\": \"COLE PARMER INSTRUMENTS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2702\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2705\",\n                \"supplier_name\": \"PREMIER FASTENERS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2705\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2713\",\n                \"supplier_name\": \"CANADIAN DRIVES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2713\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2718\",\n                \"supplier_name\": \"ELECTRO SONIC INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2718\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2719\",\n                \"supplier_name\": \"EASTFLO INDUSTRIAL SALES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2719\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2721\",\n                \"supplier_name\": \"CONVAY SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2721\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2723\",\n                \"supplier_name\": \"ITM INSTRUMENTS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2723\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2728\",\n                \"supplier_name\": \"DAYTIMERS OF CANADA LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2728\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2730\",\n                \"supplier_name\": \"HEATH ENGINEERING LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2730\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2731\",\n                \"supplier_name\": \"WINONA TOOL & MOLD MFG.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2731\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2734\",\n                \"supplier_name\": \"BEVCO CONVEYING SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2734\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2737\",\n                \"supplier_name\": \"ARC & FLAME LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2737\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2740\",\n                \"supplier_name\": \"ARMOUR VALVE LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2740\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2748\",\n                \"supplier_name\": \"FRONTIER HYDRAULICS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2748\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2751\",\n                \"supplier_name\": \"SAMUEL STRAPPING SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2751\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2755\",\n                \"supplier_name\": \"LEWCO FIRE AND SAFETY PRD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2755\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2761\",\n                \"supplier_name\": \"STANCHEM LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2761\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2771\",\n                \"supplier_name\": \"BRAVO CEMENT CONTRACTING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2771\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2772\",\n                \"supplier_name\": \"FELL-FAB PRODUCTS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2772\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2776\",\n                \"supplier_name\": \"SARNIA PIPING SPECIALITY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2776\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2780\",\n                \"supplier_name\": \"BOND-COLLINS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2780\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2785\",\n                \"supplier_name\": \"W E S C O\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2785\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2829\",\n                \"supplier_name\": \"CABLE CONVEYOR SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2829\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2841\",\n                \"supplier_name\": \"CLAUDE NEON\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2841\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2842\",\n                \"supplier_name\": \"THE PRESCO CO LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2842\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2848\",\n                \"supplier_name\": \"FISHER-LUDLOW LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2848\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2851\",\n                \"supplier_name\": \"WESTBURNE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2851\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2853\",\n                \"supplier_name\": \"DOMINION REGALIA LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2853\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2871\",\n                \"supplier_name\": \"BOSS INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2871\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2885\",\n                \"supplier_name\": \"ATOCHEM CANADA INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2885\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2893\",\n                \"supplier_name\": \"HEXCO STAINLESS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2893\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2900\",\n                \"supplier_name\": \"PREMEIR FLUID SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2900\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2902\",\n                \"supplier_name\": \"STANDARD AUTO GLASS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2902\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2906\",\n                \"supplier_name\": \"SHELDON VALVE REPAIR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2906\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2908\",\n                \"supplier_name\": \"PEACE BRIDGE BROKERAGE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2908\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2932\",\n                \"supplier_name\": \"BLACK & McDONALD LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2932\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2933\",\n                \"supplier_name\": \"SCHULZ CONTROL DESIGNS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2933\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2941\",\n                \"supplier_name\": \"GUILLEVIN INTERNATIONAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2941\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2948\",\n                \"supplier_name\": \"V-B STEEL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2948\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2950\",\n                \"supplier_name\": \"SHELLEY,R.G.LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2950\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2952\",\n                \"supplier_name\": \"CONTROL MART LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2952\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2964\",\n                \"supplier_name\": \"NIAGARA VALVE & FITTINGS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2964\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2968\",\n                \"supplier_name\": \"TRANSAXLE PARTS (HAMILTON\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2968\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2976\",\n                \"supplier_name\": \"HAYWORD GORDON LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2976\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"2995\",\n                \"supplier_name\": \"IMO INDUSTRIES LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/2995\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3007\",\n                \"supplier_name\": \"BOONSTRA & REIDING LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3007\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3013\",\n                \"supplier_name\": \"EDWARD G ROBINSON LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3013\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3014\",\n                \"supplier_name\": \"PRIORITY ONE PACKAGING LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3014\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3034\",\n                \"supplier_name\": \"SCOTT'S DIRECTORIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3034\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3038\",\n                \"supplier_name\": \"LUCAS FLUID POWER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3038\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3044\",\n                \"supplier_name\": \"ARROW SPEED CONTROLS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3044\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3058\",\n                \"supplier_name\": \"JAMES KEMP CONSTRUCTION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3058\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3060\",\n                \"supplier_name\": \"HAMILTON ENGINE PACKING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3060\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3061\",\n                \"supplier_name\": \"HONEYWELL LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3061\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3063\",\n                \"supplier_name\": \"NELLA CUTLERY SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3063\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3066\",\n                \"supplier_name\": \"PNUEMATIC INDUSTRIAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3066\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3084\",\n                \"supplier_name\": \"PEST PREVENTION SYST. INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3084\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3088\",\n                \"supplier_name\": \"HARCO ENTERPRISES LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3088\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3090\",\n                \"supplier_name\": \"INDUSTRIAL TOOLS & EQUIP.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3090\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3092\",\n                \"supplier_name\": \"FELTON BRUSHES LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3092\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3112\",\n                \"supplier_name\": \"ICI/GLIDDEN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3112\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3113\",\n                \"supplier_name\": \"METAL SPRAY-ON LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3113\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3138\",\n                \"supplier_name\": \"RELIANCE PRODUCTS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3138\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3162\",\n                \"supplier_name\": \"SUTHERLAND STANLEY SALES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3162\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3174\",\n                \"supplier_name\": \"MURREY HYDRONICS LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3174\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3177\",\n                \"supplier_name\": \"KINGSLEY CORPORATION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3177\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3178\",\n                \"supplier_name\": \"BELOIT JONES DIVISION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3178\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3200\",\n                \"supplier_name\": \"ECKERT MACHINES/CHISHOLM\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3200\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3208\",\n                \"supplier_name\": \"TURKSTRA LUMBER CO LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3208\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3209\",\n                \"supplier_name\": \"AVALLON ASSOCIATES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3209\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3213\",\n                \"supplier_name\": \"COMBUSTION INSTRUMENT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3213\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3226\",\n                \"supplier_name\": \"MEGAMATION SYSTEMS INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3226\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3228\",\n                \"supplier_name\": \"AHVRO ELECTRONICS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3228\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3244\",\n                \"supplier_name\": \"FINNAN ENGINEERING PROD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3244\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3261\",\n                \"supplier_name\": \"VINELAND GROWERS CO-09\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3261\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3263\",\n                \"supplier_name\": \"I.A.P.A.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3263\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3281\",\n                \"supplier_name\": \"MONITARIO TECHNICAL SERV.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3281\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3287\",\n                \"supplier_name\": \"TUBEFIT INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3287\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3289\",\n                \"supplier_name\": \"SYSTEM PROQUIP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3289\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3299\",\n                \"supplier_name\": \"REVERE-SETON\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3299\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3301\",\n                \"supplier_name\": \"WENTWORTH TILE & TERRAZO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3301\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3309\",\n                \"supplier_name\": \"KRONES MACHINERY COMPANY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3309\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3316\",\n                \"supplier_name\": \"McMASTER-CARR SUPPLY CO.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3316\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3327\",\n                \"supplier_name\": \"DA-LEE EXCAVATING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3327\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3343\",\n                \"supplier_name\": \"AZTEC HYDRAULICS INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3343\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3344\",\n                \"supplier_name\": \"GENERAL CHEMICAL CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3344\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3353\",\n                \"supplier_name\": \"FLYGT CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3353\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3361\",\n                \"supplier_name\": \"UNIVERSAL DOOR & EQUIP.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3361\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3368\",\n                \"supplier_name\": \"ROBERT SOPER LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3368\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3382\",\n                \"supplier_name\": \"RIDDELL SHEET METAL.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3382\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3384\",\n                \"supplier_name\": \"RELIABLE DOCK LEVELER RPR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3384\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3410\",\n                \"supplier_name\": \"AVERY LABEL SYSTEM INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3410\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3425\",\n                \"supplier_name\": \"ACME STRAPPING INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3425\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3439\",\n                \"supplier_name\": \"PEPPER COMPRESSED AIR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3439\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3465\",\n                \"supplier_name\": \"BARTON EQUIPMENT RENTALS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3465\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3486\",\n                \"supplier_name\": \"CROWN PAPER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3486\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3497\",\n                \"supplier_name\": \"TOLEDO SCALE CANADA LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3497\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3532\",\n                \"supplier_name\": \"X-ERGON\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3532\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3553\",\n                \"supplier_name\": \"WISE WORK WEAR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3553\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3560\",\n                \"supplier_name\": \"QUALITY COLLEGE BOOKSTORE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3560\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3561\",\n                \"supplier_name\": \"TRADEMARK TOOLS LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3561\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3562\",\n                \"supplier_name\": \"ALLEN BRADLEY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3562\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3569\",\n                \"supplier_name\": \"MENTEC INDUSTRIAL EQUIP.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3569\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3575\",\n                \"supplier_name\": \"FULTON FEED MILL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3575\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3576\",\n                \"supplier_name\": \"PROMINENT FLUID CONTROL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3576\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3577\",\n                \"supplier_name\": \"V.W.R. SCIENTIFIC PRODS.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3577\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3583\",\n                \"supplier_name\": \"NEDCO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3583\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3609\",\n                \"supplier_name\": \"NELSON CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3609\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3632\",\n                \"supplier_name\": \"AHERN & SOPER INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3632\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3633\",\n                \"supplier_name\": \"GREG MORO \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3633\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3639\",\n                \"supplier_name\": \"HAMILTON STORE FIXTURES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3639\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3640\",\n                \"supplier_name\": \"INDUSTRIAL PROJECTS \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3640\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3641\",\n                \"supplier_name\": \"RADIGAN BROS. LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3641\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3652\",\n                \"supplier_name\": \"KILLAM,W.E.ENTERPRISES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3652\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3669\",\n                \"supplier_name\": \"SPARTAN HOME HARDWARE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3669\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3670\",\n                \"supplier_name\": \"FUEL APPLICATIONS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3670\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3692\",\n                \"supplier_name\": \"BAKER INSTRUMENTS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3692\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3693\",\n                \"supplier_name\": \"MICROAGE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3693\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3700\",\n                \"supplier_name\": \"HALTON PACKAGING LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3700\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3702\",\n                \"supplier_name\": \"MAGNETROL INTERNATIONAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3702\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3704\",\n                \"supplier_name\": \"ATLANTIC ULTRAVIOLET CORP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3704\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3717\",\n                \"supplier_name\": \"H.O. TRERICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3717\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3718\",\n                \"supplier_name\": \"STAR PACKAGING EQUIP LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3718\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3738\",\n                \"supplier_name\": \"NIAGARA FLUID POWER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3738\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3743\",\n                \"supplier_name\": \"TRI CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3743\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3744\",\n                \"supplier_name\": \"OUTFITS BY CHARLIE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3744\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3746\",\n                \"supplier_name\": \"BATTLEFIELD ADVERTISING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3746\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3748\",\n                \"supplier_name\": \"A.F. HALL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3748\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3749\",\n                \"supplier_name\": \"SPS BURLINGTON \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3749\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3771\",\n                \"supplier_name\": \"DUNCAN INSTRUMENTS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3771\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3802\",\n                \"supplier_name\": \"HOWARD MARTEN CO LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3802\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3803\",\n                \"supplier_name\": \"M.D. PACKAGING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3803\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3807\",\n                \"supplier_name\": \"CENTRAL FAB & WELDING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3807\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3811\",\n                \"supplier_name\": \"WHEEL & BRAKE LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3811\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3822\",\n                \"supplier_name\": \"V-QUIP \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3822\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3824\",\n                \"supplier_name\": \"WEESCO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3824\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3825\",\n                \"supplier_name\": \"TAGGART & SONS INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3825\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3838\",\n                \"supplier_name\": \"HARDINGE BROS. LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3838\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3842\",\n                \"supplier_name\": \"KLOCKNER-MOELLER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3842\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3858\",\n                \"supplier_name\": \"H.W. BICKLE CO. \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3858\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3862\",\n                \"supplier_name\": \"PIPING ACCESSORIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3862\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3869\",\n                \"supplier_name\": \"TIMMINCO IND. ADHESIVES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3869\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3873\",\n                \"supplier_name\": \"O'HARA MANUFACTURING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3873\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3874\",\n                \"supplier_name\": \"BOB'S SPORT & DIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3874\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3875\",\n                \"supplier_name\": \"DRKUMMOND MCCALL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3875\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3880\",\n                \"supplier_name\": \"GLOBAL MACHINERY CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3880\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3889\",\n                \"supplier_name\": \"COLES BOOK STORES LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3889\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3893\",\n                \"supplier_name\": \"ALARD EQUIPMENT CORP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3893\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3902\",\n                \"supplier_name\": \"H & K \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3902\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3908\",\n                \"supplier_name\": \"PACKHAM SHEET METAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3908\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3916\",\n                \"supplier_name\": \"GLASSWORKS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3916\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3917\",\n                \"supplier_name\": \"CHEM-ETCH & STAMP OF CAN.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3917\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3925\",\n                \"supplier_name\": \"MAJOR MEDICAL SUPPLIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3925\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3934\",\n                \"supplier_name\": \"L & L HAULAGE & EQUIPMENT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3934\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3943\",\n                \"supplier_name\": \"CANADAWIDE SCIENTIFIC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3943\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3944\",\n                \"supplier_name\": \"ONTARIO COMPRESSOR SUPPLY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3944\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3945\",\n                \"supplier_name\": \"QIP EQUIPMENT LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3945\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3946\",\n                \"supplier_name\": \"FLO-COMPONENTS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3946\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3951\",\n                \"supplier_name\": \"MANITARIO TECHNICAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3951\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3959\",\n                \"supplier_name\": \"ANCO CHEMICAL LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3959\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3970\",\n                \"supplier_name\": \"NARCO CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3970\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3971\",\n                \"supplier_name\": \"WESTINGHOUSE CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3971\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3981\",\n                \"supplier_name\": \"NORMAN WADE CO. LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3981\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3984\",\n                \"supplier_name\": \"CARLON INDUSTRIES LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3984\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3985\",\n                \"supplier_name\": \"HYDRO-FLEX INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3985\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3995\",\n                \"supplier_name\": \"PALL (CANADA) LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3995\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"3996\",\n                \"supplier_name\": \"GREENING DONALD CO. LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/3996\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4008\",\n                \"supplier_name\": \"ALDO & MURATORI FUELS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4008\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4011\",\n                \"supplier_name\": \"BENSON CHEMICALS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4011\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4012\",\n                \"supplier_name\": \"SERV-E-TRONIC LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4012\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4013\",\n                \"supplier_name\": \"DANAMARK LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4013\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4014\",\n                \"supplier_name\": \"CARTER TRUCK RENTAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4014\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4022\",\n                \"supplier_name\": \"WM E CRANOR PKG EQUIP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4022\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4036\",\n                \"supplier_name\": \"KINGSLEY CORPORATION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4036\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4037\",\n                \"supplier_name\": \"FMC OF CANADA LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4037\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4038\",\n                \"supplier_name\": \"SMART DRIVE SYSTEMS INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4038\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4040\",\n                \"supplier_name\": \"JOE NG ENGINEERING LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4040\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4044\",\n                \"supplier_name\": \"INTEC CONTROLS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4044\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4045\",\n                \"supplier_name\": \"HOERBIGER CANADA LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4045\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4050\",\n                \"supplier_name\": \"ELECTRON MACHINE CORP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4050\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4051\",\n                \"supplier_name\": \"ISG SAFETY GRATING PROD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4051\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4052\",\n                \"supplier_name\": \"THE FLOORING WAREHOUSE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4052\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4060\",\n                \"supplier_name\": \"NAMETRE COMPANY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4060\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4066\",\n                \"supplier_name\": \"DUPONT/CRYOVAC CANADA INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4066\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4067\",\n                \"supplier_name\": \"LAKESIDE CONTROLS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4067\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4070\",\n                \"supplier_name\": \"CORRECT MACHINE & TOOL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4070\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4071\",\n                \"supplier_name\": \"B. PHILLIPS CO 1987 LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4071\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4072\",\n                \"supplier_name\": \"TECHSTAR PLASTICS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4072\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4077\",\n                \"supplier_name\": \"RENT-O-KILL PEST MGMT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4077\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4081\",\n                \"supplier_name\": \"PATRIOT FLAG INSTALLATION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4081\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4084\",\n                \"supplier_name\": \"C.N. WEBER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4084\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4085\",\n                \"supplier_name\": \"C J WEBSTER OF CANADA LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4085\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4087\",\n                \"supplier_name\": \"KEMP CONSTRUCTION \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4087\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4090\",\n                \"supplier_name\": \"DYNAMIC STEEL INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4090\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4104\",\n                \"supplier_name\": \"LIGHTING UPGRADES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4104\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4106\",\n                \"supplier_name\": \"TRANSCAT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4106\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4107\",\n                \"supplier_name\": \"CURRENT CONTROL \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4107\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4108\",\n                \"supplier_name\": \"SUTHERLAND-SCHULTZ LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4108\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4109\",\n                \"supplier_name\": \"SHELL CANADA LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4109\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4110\",\n                \"supplier_name\": \"MURZAN SANITARY PUMPS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4110\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4113\",\n                \"supplier_name\": \"T T LIQUID HANDLING EQUIP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4113\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4114\",\n                \"supplier_name\": \"TEMPRITE INDUSTRIES LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4114\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4115\",\n                \"supplier_name\": \"FOXBORO CANADA INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4115\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4119\",\n                \"supplier_name\": \"SELECT EQUIPMENT RENTAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4119\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4122\",\n                \"supplier_name\": \"IDEAL PLUMBING GROUP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4122\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4123\",\n                \"supplier_name\": \"ALL TYFPE STORAGE SYSTEM\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4123\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4124\",\n                \"supplier_name\": \"MECHANICAL MAINTENANCE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4124\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4132\",\n                \"supplier_name\": \"PENCO WHOLESALE DIST.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4132\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4133\",\n                \"supplier_name\": \"INDEPENDENT DISPOSAL GRP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4133\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4134\",\n                \"supplier_name\": \"ABB ROBOTICS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4134\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4144\",\n                \"supplier_name\": \"EQUIPMENT CENTRE HAMILTON\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4144\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4146\",\n                \"supplier_name\": \"ANDERSON CONTROLS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4146\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4148\",\n                \"supplier_name\": \"INSTITUTE OF POWER ENG.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4148\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4149\",\n                \"supplier_name\": \"I.T.T. GRINNELL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4149\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4150\",\n                \"supplier_name\": \"RONCAN SERVICES INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4150\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4152\",\n                \"supplier_name\": \"TRANSDUCTION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4152\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4153\",\n                \"supplier_name\": \"AVH ASSOCIATES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4153\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4155\",\n                \"supplier_name\": \"COWPER ONTARIO DIVISION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4155\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4160\",\n                \"supplier_name\": \"SHERIDAN ELECTIC SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4160\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4162\",\n                \"supplier_name\": \"INMAC CORP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4162\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4163\",\n                \"supplier_name\": \"TOTAL METER SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4163\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4167\",\n                \"supplier_name\": \"HOFFMAN INDUSTRIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4167\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4168\",\n                \"supplier_name\": \"MILLTRONICS PROCESS INST.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4168\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4171\",\n                \"supplier_name\": \"CHARTWELL ELECTRONICS INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4171\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4172\",\n                \"supplier_name\": \"EAGLE SHIPPING SUPPLIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4172\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4173\",\n                \"supplier_name\": \"MISCO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4173\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4174\",\n                \"supplier_name\": \"PERFEX CORPORATION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4174\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4176\",\n                \"supplier_name\": \"SNAP-ON TOOLS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4176\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4178\",\n                \"supplier_name\": \"PDS INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4178\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4179\",\n                \"supplier_name\": \"NABISCO BRANDS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4179\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4185\",\n                \"supplier_name\": \"EDELSTEIN DIVERSIFIED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4185\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4194\",\n                \"supplier_name\": \"BATTERY WORLD INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4194\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4195\",\n                \"supplier_name\": \"LAIDLAW WASTE MANAGEMENT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4195\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4198\",\n                \"supplier_name\": \"SANIMAC LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4198\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4200\",\n                \"supplier_name\": \"PECKOVERS DIV OF VPK\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4200\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4218\",\n                \"supplier_name\": \"VALVE-INCHEM\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4218\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4224\",\n                \"supplier_name\": \"NUMATICS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4224\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4225\",\n                \"supplier_name\": \"TUBETECH\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4225\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4234\",\n                \"supplier_name\": \"LANGSENKAMP INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4234\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4235\",\n                \"supplier_name\": \"FRONTIER DIVISION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4235\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4236\",\n                \"supplier_name\": \"APPLIED EPOXIES ONTARIO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4236\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4247\",\n                \"supplier_name\": \"INDUSTRIAL METAL \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4247\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4248\",\n                \"supplier_name\": \"FRYSTON CANADA INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4248\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4251\",\n                \"supplier_name\": \"DUFF EQUIPMENT INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4251\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4252\",\n                \"supplier_name\": \"HARLUND INDUSTRIES LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4252\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4256\",\n                \"supplier_name\": \"HENRY MUSTE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4256\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4259\",\n                \"supplier_name\": \"TRILLIUM INDUSTRIAL SFTY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4259\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4263\",\n                \"supplier_name\": \"EASTERN REFRIGERATION \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4263\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4264\",\n                \"supplier_name\": \"EBRESKO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4264\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4265\",\n                \"supplier_name\": \"CONCRETE DRILLING AND\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4265\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4266\",\n                \"supplier_name\": \"QUADRO PROCESS INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4266\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4277\",\n                \"supplier_name\": \"MINI MIXER CONCRETE LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4277\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4279\",\n                \"supplier_name\": \"AMT MACHINE TOOLS LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4279\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4280\",\n                \"supplier_name\": \"MIURA BOILER CO LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4280\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4282\",\n                \"supplier_name\": \"H & D MECHANICAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4282\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4284\",\n                \"supplier_name\": \"STEELBASE INDUSTRIAL PROD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4284\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4288\",\n                \"supplier_name\": \"BATTLEFIELD AUTO GLASS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4288\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4292\",\n                \"supplier_name\": \"NEW MECHANICAL LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4292\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4303\",\n                \"supplier_name\": \"EXIDE CANADA INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4303\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4306\",\n                \"supplier_name\": \"NORDSON CANADA LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4306\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4311\",\n                \"supplier_name\": \"MACLEAN HUNTER LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4311\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4331\",\n                \"supplier_name\": \"FOSTER CONTROLS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4331\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4365\",\n                \"supplier_name\": \"POWER TECH INDUSTRIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4365\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4383\",\n                \"supplier_name\": \"SPECIALTY CHEMICALS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4383\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4384\",\n                \"supplier_name\": \"ATLAS PUMP AND MLACHINE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4384\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4390\",\n                \"supplier_name\": \"QUALITY BELT MAINENANCE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4390\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4401\",\n                \"supplier_name\": \"JOHN'S SCIENTIFIC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4401\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4402\",\n                \"supplier_name\": \"CANADIAN INDUSTRIAL NEWS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4402\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4406\",\n                \"supplier_name\": \"DIVERSIFIED CAPPING EQUIP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4406\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4420\",\n                \"supplier_name\": \"NATIONAL PAGETTE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4420\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4421\",\n                \"supplier_name\": \"INDUSTRIAL BREAKDOWN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4421\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4424\",\n                \"supplier_name\": \"PRINCESS AUTO LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4424\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4425\",\n                \"supplier_name\": \"JOHNSONS INDUSTRIAL \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4425\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4427\",\n                \"supplier_name\": \"CON MAC ENTERPRISES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4427\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4430\",\n                \"supplier_name\": \"CRONIN FIRE EQUIPMENT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4430\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4432\",\n                \"supplier_name\": \"BIGGARS KEY SHOP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4432\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4438\",\n                \"supplier_name\": \"LAWSON PRODUCTS INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4438\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4439\",\n                \"supplier_name\": \"R. JANTZ MECHANICAL SYS.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4439\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4441\",\n                \"supplier_name\": \"STILES RUBBER CO.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4441\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4442\",\n                \"supplier_name\": \"SPOTTON,JOHN CO. LTD.,\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4442\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4443\",\n                \"supplier_name\": \"SIKO PRODUCTS INC.,\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4443\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4444\",\n                \"supplier_name\": \"TRENTON MACHINE TOOL,\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4444\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4445\",\n                \"supplier_name\": \"TRENTON MACHINE TOOL,\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4445\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4448\",\n                \"supplier_name\": \"MILLAR-WILLIAMS HYDRONICS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4448\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4449\",\n                \"supplier_name\": \"UNITED DAIRY \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4449\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4457\",\n                \"supplier_name\": \"HI TECH MATERIAL HANDLING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4457\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4459\",\n                \"supplier_name\": \"APPLE INDUSTRIAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4459\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4461\",\n                \"supplier_name\": \"TEGS TOOLS & MACHIENERY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4461\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4462\",\n                \"supplier_name\": \"PELLET TOOLS & DRYWALL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4462\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4463\",\n                \"supplier_name\": \"GLANBOROUGH PUMPING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4463\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4476\",\n                \"supplier_name\": \"CRYOVAC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4476\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4485\",\n                \"supplier_name\": \"PLUMB-TECK\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4485\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4486\",\n                \"supplier_name\": \"MOBILE COMMUNICATION SERV\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4486\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4494\",\n                \"supplier_name\": \"DYNA SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4494\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4496\",\n                \"supplier_name\": \"FLOMETRICO (1979) LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4496\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4502\",\n                \"supplier_name\": \"PILLAR TECHNOLOGIES LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4502\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4503\",\n                \"supplier_name\": \"F.N. SHEPPARD & CO.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4503\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4506\",\n                \"supplier_name\": \"CHARLES LAPIERRE INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4506\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4511\",\n                \"supplier_name\": \"HAMILTON BRUSH CO.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4511\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4519\",\n                \"supplier_name\": \"A.L. SCHULYER AND ASSOC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4519\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4522\",\n                \"supplier_name\": \"ISOTHERM ENGINEERING LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4522\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4524\",\n                \"supplier_name\": \"K.S. MECHANICAL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4524\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4526\",\n                \"supplier_name\": \"COLLINS - THE SAFETY DEPOT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4526\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4530\",\n                \"supplier_name\": \"RICHARDS-WILCOX DOOR SYST\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4530\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4536\",\n                \"supplier_name\": \"H.W. LIFT TRUCK TIRE LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4536\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4537\",\n                \"supplier_name\": \"HAMILTON RADIATOR SERVICEHAMILTON RADIATOR SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4537\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4539\",\n                \"supplier_name\": \"ARTEL PKG. SYSTEMS LTD \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4539\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4543\",\n                \"supplier_name\": \"JLJ ENTERPRISES, INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4543\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4544\",\n                \"supplier_name\": \"ROMAR ELECTRICAL SERVICES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4544\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4557\",\n                \"supplier_name\": \"HASKIN STRAND\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4557\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4567\",\n                \"supplier_name\": \"SOUTHERN METAL PROCESSING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4567\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4570\",\n                \"supplier_name\": \"PNEUMATIC SCALE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4570\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4574\",\n                \"supplier_name\": \"CLIMAX BALER COMPANY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4574\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4579\",\n                \"supplier_name\": \"HENDLERS ENTERPRISES INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4579\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4588\",\n                \"supplier_name\": \"METAL SUPERMARKETS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4588\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4589\",\n                \"supplier_name\": \"RAYLEX ELECTRICAL DIST.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4589\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4605\",\n                \"supplier_name\": \"FMC CORP\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4605\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4609\",\n                \"supplier_name\": \"NEWARK ELECTRONICS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4609\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4669\",\n                \"supplier_name\": \"FINDLAY ADHESIVES INC.,\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4669\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4670\",\n                \"supplier_name\": \"B & J ROCKET CANADA LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4670\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4741\",\n                \"supplier_name\": \"DANFOSS MANUFACTURING LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4741\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4759\",\n                \"supplier_name\": \"MAPLE LEAF COMMERCIAL SER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4759\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4760\",\n                \"supplier_name\": \"I.K.G. INDUSTRIES LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4760\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4769\",\n                \"supplier_name\": \"M. TAKEDA TOOLS & MACHINE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4769\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4776\",\n                \"supplier_name\": \"ANACHEMIA SCIENCE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4776\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4780\",\n                \"supplier_name\": \"UNITED LABORATORIES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4780\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4798\",\n                \"supplier_name\": \"ANGELUS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4798\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4799\",\n                \"supplier_name\": \"ARKAY-FORD INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4799\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4816\",\n                \"supplier_name\": \"MRM-ELGIN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4816\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4826\",\n                \"supplier_name\": \"RICK NICHOLS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4826\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4839\",\n                \"supplier_name\": \"PRIMEMAX ENERGY INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4839\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4840\",\n                \"supplier_name\": \"LAROCHE UPHOLSTERY \",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4840\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4890\",\n                \"supplier_name\": \"THE SIGN SHOPPE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4890\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4897\",\n                \"supplier_name\": \"DONCASTER HOME HEALTH CTR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4897\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4939\",\n                \"supplier_name\": \"R. JANTZ MECHANICAL SYS.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4939\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4984\",\n                \"supplier_name\": \"WRIGHT FUELS NIAGARA INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4984\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"4992\",\n                \"supplier_name\": \"AVENUE INDUSTRIAL SUPPLY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/4992\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5082\",\n                \"supplier_name\": \"COMMERCIAL OIL CO. OF HAMILTON INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5082\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5089\",\n                \"supplier_name\": \"WIZARD DRUM TOOL CO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5089\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5127\",\n                \"supplier_name\": \"HELMUT MUZATKO INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5127\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5167\",\n                \"supplier_name\": \"ASSOCIATED SPRING\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5167\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5173\",\n                \"supplier_name\": \"MATRIX TECHNOLOGY LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5173\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5219\",\n                \"supplier_name\": \"MATEER BURT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5219\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5243\",\n                \"supplier_name\": \"LACKIE AUTOMATED MACHINER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5243\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5244\",\n                \"supplier_name\": \"SILESIA GRILL MACHINES LT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5244\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5266\",\n                \"supplier_name\": \"CDF CORPORATION\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5266\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5280\",\n                \"supplier_name\": \"WEPACKIT,INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5280\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5293\",\n                \"supplier_name\": \"ROPAK CANADA INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5293\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5299\",\n                \"supplier_name\": \"RECON AUTOMOTIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5299\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5306\",\n                \"supplier_name\": \"HACK'S APPLIANCE REPAIR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5306\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5397\",\n                \"supplier_name\": \"METRO INDUSTRIAL LINEN SUPPLYMETRO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5397\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5426\",\n                \"supplier_name\": \"B. BRAUN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5426\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5494\",\n                \"supplier_name\": \"CLAREMONT POLYMER SHAPES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5494\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5558\",\n                \"supplier_name\": \"ASSOCIATED PACKAGING EQUIPMENT CORP.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5558\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5591\",\n                \"supplier_name\": \"MULTI-GLASS INSULATION LTD\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5591\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5602\",\n                \"supplier_name\": \"GIROTTI MACHINE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5602\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5611\",\n                \"supplier_name\": \"CHADWICK'S APPLIANCE SALE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5611\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5612\",\n                \"supplier_name\": \"M & I DOOR SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5612\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5625\",\n                \"supplier_name\": \"BUDWISE BATTERY HANDLING SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5625\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5627\",\n                \"supplier_name\": \"BELL-PAC SYSTEMS INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5627\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5628\",\n                \"supplier_name\": \"REGIONAL RECYCLING OF NIAGARA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5628\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5662\",\n                \"supplier_name\": \"GRIMSBY LIFT TRUCK SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5662\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5672\",\n                \"supplier_name\": \"SHERMAN TREATER\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5672\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5676\",\n                \"supplier_name\": \"MTJ MANUFACTURING INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5676\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5690\",\n                \"supplier_name\": \"COMPLETE BATTERY SERVICE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5690\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5696\",\n                \"supplier_name\": \"EQUIPMENT SPECIALIST INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5696\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5707\",\n                \"supplier_name\": \"THE METAL STORE (1099738 ONT. INC.)\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5707\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5717\",\n                \"supplier_name\": \"HMA SYSTEMS DIV OF JANWOOD MACHINERY LIMITED\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5717\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5723\",\n                \"supplier_name\": \"WESCO\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5723\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5726\",\n                \"supplier_name\": \"WERNERS WHOLESALE GROUP INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5726\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5752\",\n                \"supplier_name\": \"HAMILTON REGION CONSERVATION AUTHORITY\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5752\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5758\",\n                \"supplier_name\": \"SLESSOR OUTDOOR POWER EQUIPMENT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5758\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5763\",\n                \"supplier_name\": \"FIELD & SONS INDUSTRIAL SALES\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5763\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5769\",\n                \"supplier_name\": \"INSTITUTE OF PACKAGING PROFESSIONALS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5769\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5774\",\n                \"supplier_name\": \"YALE INDUSTRIAL TRUCKS ONTARIO LTD.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5774\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"5789\",\n                \"supplier_name\": \"A & A EXHAUST SYSTEMS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/5789\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"8501\",\n                \"supplier_name\": \"ABELL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/8501\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"88734\",\n                \"supplier_name\": \"PRO HARDWARE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/88734\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"89066\",\n                \"supplier_name\": \"SUMMIT SAWS & TOOLS INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/89066\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"89554\",\n                \"supplier_name\": \"SMITH FUELS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/89554\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"89559\",\n                \"supplier_name\": \"GEORGE LENG MOTORS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/89559\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"89567\",\n                \"supplier_name\": \"REDIPAC RECYCLING INC\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/89567\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"89630\",\n                \"supplier_name\": \"ROGERS CANTEL SERVICE CTR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/89630\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"89637\",\n                \"supplier_name\": \"CABOT SAFETY CANADA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/89637\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"89709\",\n                \"supplier_name\": \"CANADIAN STANDARDS ASSOC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/89709\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"89848\",\n                \"supplier_name\": \"CHANDELIER PLACE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/89848\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"99999\",\n                \"supplier_name\": \"EURODRIVE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/99999\"\n                    }\n                }\n            },\n            {\n                \"status\": \"ACTIVE\",\n                \"supplier\": \"TEST\",\n                \"supplier_name\": \"Test Supplier\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/TEST\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/supplier?STATUS=ACTIVE\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"502ea202-8d08-4518-809c-62adf95783a5"},{"name":"Get a specific supplier's details","id":"71296b68-99f8-47be-8110-22d61c9cc05f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/00","description":"<p>Get details of a specific supplier record.  This typically includes more information than the record list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","supplier","00"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"31daf3e8-2841-40f6-9f1e-ad52afcacd1f","name":"Get a specific supplier's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/00"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 17:33:15 GMT"},{"key":"Content-Length","value":"308"}],"cookie":[],"responseTime":null,"body":"{\n    \"address\": \"ILCOX\",\n    \"currency\": \"\",\n    \"fax_number\": \"(905)844-0347\",\n    \"status\": \"ACTIVE\",\n    \"supplier\": \"00\",\n    \"supplier_name\": \"M & I (REFER TO RICHARD W\",\n    \"terms\": \"NET 30\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/supplier/00\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/supplier\"\n        }\n    }\n}"}],"_postman_id":"71296b68-99f8-47be-8110-22d61c9cc05f"},{"name":"Create supplier","id":"67cb9b55-856c-4404-a5b4-10d8690bcc61","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[   {\r\n        \"status\": \"ACTIVE\",\r\n        \"supplier\": \"SUP001\",\r\n        \"supplier_name\": \"Supplier 1\"\r\n    },\r\n    {\r\n        \"status\": \"ACTIVE\",\r\n        \"supplier\": \"SUP002\",\r\n        \"supplier_name\": \"Supplier 2\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier","description":"<p>Create one or more supplier</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","supplier"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"dced5e1a-6458-42dd-a123-519d445e9818","name":"Create Supplier","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[   {\r\n        \"status\": \"ACTIVE\",\r\n        \"supplier\": \"SUP001\",\r\n        \"supplier_name\": \"Supplier 1\"\r\n    },\r\n    {\r\n        \"status\": \"ACTIVE\",\r\n        \"supplier\": \"SUP002\",\r\n        \"supplier_name\": \"Supplier 2\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 18:42:39 GMT"},{"key":"Content-Length","value":"32"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"SUP001\",\n        \"SUP002\"\n    ]\n}"}],"_postman_id":"67cb9b55-856c-4404-a5b4-10d8690bcc61"},{"name":"Create specific supplier","id":"5779a085-80a8-4dce-bd8d-c726372432c1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n    \"status\": \"ACTIVE\",\r\n    \"supplier_name\": \"Supplier 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/SUP001","description":"<p>Create new supplier using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","supplier","SUP001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c7ea9669-da3d-42d4-a1df-ff075bab6944","name":"Create specific supplier","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":" {\r\n    \"status\": \"ACTIVE\",\r\n    \"supplier_name\": \"Supplier 1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/SUP001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 18:44:26 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"SUP001\"\n    ]\n}"}],"_postman_id":"5779a085-80a8-4dce-bd8d-c726372432c1"},{"name":"Edit supplier","id":"d4c584ac-7e7f-4942-9b89-db0fcc92b7c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"supplier_name\": \"Supplier 001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/SUP001","description":"<p>Make updates to a supplier.  Only necessary to pass fields wanted to be updated and can only be done to existing suppliers.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","supplier","SUP001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9209ffbe-6164-4a08-b3fa-7935b0e4f6ab","name":"Edit supplier","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"supplier_name\": \"Supplier 001\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/SUP001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 18:45:48 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"SUP001\"\n    ]\n}"}],"_postman_id":"d4c584ac-7e7f-4942-9b89-db0fcc92b7c9"},{"name":"Delete an existing supplier","id":"a78339f2-4028-4c75-8db9-a0e0e05175f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/SUP001","description":"<p>allows the deletion of an existing supplier.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","supplier","SUP001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4dee4805-d2e9-476e-942c-0ce8044630c9","name":"Delete an existing supplier","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/SUP001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 05 Nov 2020 18:46:49 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/supplier/SUP001\"\n}"}],"_postman_id":"a78339f2-4028-4c75-8db9-a0e0e05175f1"}],"id":"9e206e1b-cbac-46d7-9699-435e3a973847","description":"<p>You can retrieve a list of suppliers or the details of a single supplier from the <code>SUPPLIER_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new supplier records or update existing supplier information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier?STATUS=ACTIVE</code> where the data returned will only include values where the Trade is 'ELEC'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/supplier/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"0c2ded71-0e03-450e-9cd1-8f958bc25391","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8df3f863-b337-45b5-9684-5fcdcea5e85d","type":"text/javascript","exec":[""]}}],"_postman_id":"9e206e1b-cbac-46d7-9699-435e3a973847"},{"name":"Timecard","item":[{"name":"Get Labels","id":"c4660701-8845-4004-bffa-8a76d6f1d48d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","timecard","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"890280e4-b889-4c0f-a7e6-2276f24b5e11","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 16:30:47 GMT"},{"key":"Content-Length","value":"382"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"EMPLOYEE_TRANS_MASTER\",\n    \"Usage\": \"To get, update, and create Labor records that will use the DirectLine System\",\n    \"TRANS_NO\": \"Trans No\",\n    \"DATE\": \"Date\",\n    \"EMPLOYEE_NO\": \"Employee No\",\n    \"EQUIPMENT_NO\": \"Equipment No\",\n    \"TRADE\": \"Trade\",\n    \"WR_TR_NO\": \"Wr Tr No\",\n    \"SHIFT\": \"Shift\",\n    \"REG_HRS\": \"Regular Hours\",\n    \"HRS_1_5\": \"Time And A Half\",\n    \"HRS_2X\": \"Double Time\",\n    \"TOT_HRS\": \"Total Hours\",\n    \"GL\": \"Gl\"\n}"}],"_postman_id":"c4660701-8845-4004-bffa-8a76d6f1d48d"},{"name":"Get Schema","id":"50370a52-acae-470a-8e70-7a8692cd95c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","timecard","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4b8cbe15-f343-4877-be69-92143ef67d94","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 16:32:02 GMT"},{"key":"Content-Length","value":"1061"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/timecard/@SCHEMA\",\n    \"title\": \"TIMECARD_API\",\n    \"description\": \"EMPLOYEE_TRANS_MASTER table containing Labor information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"TRANS_NO\": {\n            \"description\": \"Trans No\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DATE\": {\n            \"description\": \"Date - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"EMPLOYEE_NO\": {\n            \"description\": \"Employee No\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EQUIPMENT_NO\": {\n            \"description\": \"Equipment No\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TRADE\": {\n            \"description\": \"Trade\",\n            \"type\": \"VARCHAR\"\n        },\n        \"WR_TR_NO\": {\n            \"description\": \"Wr Tr No\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SHIFT\": {\n            \"description\": \"Shift\",\n            \"type\": \"VARCHAR\"\n        },\n        \"REG_HRS\": {\n            \"description\": \"Regular Hours - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"HRS_1_5\": {\n            \"description\": \"Time And A Half - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"HRS_2X\": {\n            \"description\": \"Double Time - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"TOT_HRS\": {\n            \"description\": \"Total Hours - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"GL\": {\n            \"description\": \"Gl\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"TRANS_NO\",\n        \"DATE\",\n        \"EMPLOYEE_NO\",\n        \"EQUIPMENT_NO\",\n        \"TRADE\"\n    ]\n}"}],"_postman_id":"50370a52-acae-470a-8e70-7a8692cd95c6"},{"name":"Get Criteria","id":"31458394-d844-46b1-bd22-7ef8a579c4a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/@CRITERIA","description":"<p>Get the list of fields that are searchable for timecard searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","timecard","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ee06590e-3a06-42b7-b038-a6e08bdc6ca3","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 17:33:35 GMT"},{"key":"Content-Length","value":"468"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"EMPLOYEE_TRANS_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"WR_TR_NO\": \"Wr Tr No\",\n    \"EMPLOYEE_NO\": \"Employee No\",\n    \"EQUIPMENT_NO\": \"Equipment No\",\n    \"DATE\": \"Date\",\n    \"TRADE\": \"Trade\",\n    \"LIMIT\": \"The maximum number of records returned per request. The default for this field is 1000.\",\n    \"CURSOR\": \"Pass the cursor as a parameter to obtain additional record requests else is empty.\"\n}"}],"_postman_id":"31458394-d844-46b1-bd22-7ef8a579c4a9"},{"name":"Get Timecards","id":"9f6928d2-e3de-4451-9b19-7232ea82496e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard?TRADE=ELEC","description":"<p>An example of getting timecard information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","timecard"],"host":["https://api.megamation.com"],"query":[{"key":"TRADE","value":"ELEC"}],"variable":[]}},"response":[{"id":"4b3aef5f-4547-473c-9d34-cd9116057ae8","name":"Get Timecards","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard?TRADE=ELEC","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","timecard"],"query":[{"key":"TRADE","value":"ELEC"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 14:53:09 GMT"},{"key":"Content-Length","value":"42229"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"timecards\": [\n            {\n                \"date\": \"2005-01-09\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-1100\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100297\",\n                \"wr_tr_no\": \"17353\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100297\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-17\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"144.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101876\",\n                \"wr_tr_no\": \"21239\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101876\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-12-08\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0350\",\n                \"tot_hrs\": \".00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100762\",\n                \"wr_tr_no\": \"19959\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100762\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-08-04\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100775\",\n                \"wr_tr_no\": \"20157\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100775\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-07-06\",\n                \"employee_no\": \"0120\",\n                \"equipment_no\": \"4609002\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101579\",\n                \"wr_tr_no\": \"20583\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101579\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-12\",\n                \"employee_no\": \"0120\",\n                \"equipment_no\": \"4609002\",\n                \"tot_hrs\": \"-1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101580\",\n                \"wr_tr_no\": \"20583\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101580\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-12-25\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \".22\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100787\",\n                \"wr_tr_no\": \"20130\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100787\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2012-06-06\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"522020\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100602\",\n                \"wr_tr_no\": \"19400\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100602\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-17\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"133.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101874\",\n                \"wr_tr_no\": \"21239\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101874\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-11-30\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100783\",\n                \"wr_tr_no\": \"20157\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100783\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-10-31\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-BJTHEA-BJT101\",\n                \"tot_hrs\": \"3.75\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101347\",\n                \"wr_tr_no\": \"20015\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101347\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-07-10\",\n                \"employee_no\": \"AA\",\n                \"equipment_no\": \"GT-FR01\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100439\",\n                \"wr_tr_no\": \"18197\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100439\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0700\",\n                \"tot_hrs\": \"-3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101722\",\n                \"wr_tr_no\": \"20518\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101722\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-08-23\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"CHILLER1\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100451\",\n                \"wr_tr_no\": \"18251\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100451\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-07-08\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"522020\",\n                \"tot_hrs\": \".02\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100747\",\n                \"wr_tr_no\": \"19400\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100747\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-03-01\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"00005\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100768\",\n                \"wr_tr_no\": \"20084\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100768\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-07-25\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"XR1\",\n                \"tot_hrs\": \"1.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100446\",\n                \"wr_tr_no\": \"18046\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100446\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-10-07\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0900\",\n                \"tot_hrs\": \"4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100754\",\n                \"wr_tr_no\": \"19972\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100754\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-11-20\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100781\",\n                \"wr_tr_no\": \"20143\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100781\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2007-01-30\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"CHILLER009\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100509\",\n                \"wr_tr_no\": \"18547\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100509\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-11-02\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0350\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100755\",\n                \"wr_tr_no\": \"19959\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100755\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-07-04\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-BJTHEA-BJT101\",\n                \"tot_hrs\": \"3.75\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101524\",\n                \"wr_tr_no\": \"20015\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101524\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-05-14\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"455.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101881\",\n                \"wr_tr_no\": \"20797\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101881\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0200-LL\",\n                \"tot_hrs\": \"-6.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101754\",\n                \"wr_tr_no\": \"20618\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101754\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2004-11-02\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"XRAY\",\n                \"tot_hrs\": \"1.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100248\",\n                \"wr_tr_no\": \"17246\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100248\"\n                    }\n                }\n            },\n            {\n                \"date\": \"1995-07-13\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"4707\",\n                \"tot_hrs\": \"-1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100545\",\n                \"wr_tr_no\": \"14484\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100545\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2011-05-29\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100598\",\n                \"wr_tr_no\": \"19307\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100598\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2010-03-28\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100585\",\n                \"wr_tr_no\": \"18775\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100585\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2018-03-05\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-2500\",\n                \"tot_hrs\": \"-.25\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100882\",\n                \"wr_tr_no\": \"20452\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100882\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-06-19\",\n                \"employee_no\": \"00001\",\n                \"equipment_no\": \"BRS\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100433\",\n                \"wr_tr_no\": \"18163\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100433\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-04-10\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"ADMN\",\n                \"tot_hrs\": \".00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100769\",\n                \"wr_tr_no\": \"20110\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100769\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-04-11\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-101\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100770\",\n                \"wr_tr_no\": \"20112\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100770\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-09-11\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-BJTHEA-123\",\n                \"tot_hrs\": \"3.25\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101387\",\n                \"wr_tr_no\": \"20605\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101387\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-12-09\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0350\",\n                \"tot_hrs\": \".02\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100767\",\n                \"wr_tr_no\": \"19959\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100767\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-08\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100-102\",\n                \"tot_hrs\": \"-3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101715\",\n                \"wr_tr_no\": \"20658\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101715\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2007-04-17\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-BJTHEA-123\",\n                \"tot_hrs\": \"1.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100530\",\n                \"wr_tr_no\": \"18875\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100530\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-07-08\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-1000\",\n                \"tot_hrs\": \".00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100748\",\n                \"wr_tr_no\": \"19426\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100748\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-10-07\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0900\",\n                \"tot_hrs\": \".10\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100753\",\n                \"wr_tr_no\": \"19972\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100753\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-05-29\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0400-FOY\",\n                \"tot_hrs\": \"1.75\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101341\",\n                \"wr_tr_no\": \"20013\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101341\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-10-30\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"80000\",\n                \"tot_hrs\": \"1.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100374\",\n                \"wr_tr_no\": \"17507\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100374\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-05-19\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"4.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100774\",\n                \"wr_tr_no\": \"20117\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100774\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2017-12-05\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-103\",\n                \"tot_hrs\": \"6.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100826\",\n                \"wr_tr_no\": \"12345\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100826\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-15\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"-167.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101904\",\n                \"wr_tr_no\": \"21242\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101904\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-06-30\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"3108007\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100746\",\n                \"wr_tr_no\": \"19407\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100746\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-11-22\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100782\",\n                \"wr_tr_no\": \"20143\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100782\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-05-08\",\n                \"employee_no\": \"36913\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100419\",\n                \"wr_tr_no\": \"18063\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100419\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-BJTHEA-BJT101\",\n                \"tot_hrs\": \"-3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101721\",\n                \"wr_tr_no\": \"20505\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101721\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-04-20\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"PRESS01\",\n                \"tot_hrs\": \"2.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100417\",\n                \"wr_tr_no\": \"18044\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100417\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-07-28\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-BJTHEA-ELEC\",\n                \"tot_hrs\": \"6.25\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101334\",\n                \"wr_tr_no\": \"19949\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101334\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-10-10\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"HVAC-1-300\",\n                \"tot_hrs\": \"1.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100367\",\n                \"wr_tr_no\": \"17586\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100367\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-05-11\",\n                \"employee_no\": \"21147\",\n                \"equipment_no\": \"001-0100-202\",\n                \"tot_hrs\": \"4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100742\",\n                \"wr_tr_no\": \"19925\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100742\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-11-05\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0350\",\n                \"tot_hrs\": \".02\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100756\",\n                \"wr_tr_no\": \"19959\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100756\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-11-28\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"2401079\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100487\",\n                \"wr_tr_no\": \"18438\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100487\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2004-12-13\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"BOIL0002\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100289\",\n                \"wr_tr_no\": \"17311\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100289\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2011-02-18\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100584\",\n                \"wr_tr_no\": \"18770\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100584\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"HVAC888\",\n                \"tot_hrs\": \"-4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101723\",\n                \"wr_tr_no\": \"20654\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101723\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-12\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-1000\",\n                \"tot_hrs\": \"-3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101748\",\n                \"wr_tr_no\": \"20536\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101748\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-11\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"160.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101900\",\n                \"wr_tr_no\": \"21242\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101900\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-17\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"376.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101210\",\n                \"wr_tr_no\": \"21139\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101210\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-10-31\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-BJTHEA-BJT101\",\n                \"tot_hrs\": \"-3.75\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101525\",\n                \"wr_tr_no\": \"20015\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101525\"\n                    }\n                }\n            },\n            {\n                \"date\": \"1995-07-13\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"4707\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100544\",\n                \"wr_tr_no\": \"14484\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100544\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2018-03-05\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-2500\",\n                \"tot_hrs\": \".25\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100881\",\n                \"wr_tr_no\": \"20452\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100881\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-10-09\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"2401094\",\n                \"tot_hrs\": \"1.25\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100466\",\n                \"wr_tr_no\": \"16299\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100466\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2011-05-20\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100591\",\n                \"wr_tr_no\": \"18271\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100591\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2010-04-09\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100586\",\n                \"wr_tr_no\": \"18794\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100586\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-12-08\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0350\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100763\",\n                \"wr_tr_no\": \"19959\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100763\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-15\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"160.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101883\",\n                \"wr_tr_no\": \"21242\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101883\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2007-05-01\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"HVAC2222\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100534\",\n                \"wr_tr_no\": \"18942\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100534\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-04-26\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0900\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100772\",\n                \"wr_tr_no\": \"19972\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100772\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-08-30\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"1006003\",\n                \"tot_hrs\": \".50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100358\",\n                \"wr_tr_no\": \"16451\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100358\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-05-08\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"134.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100204\",\n                \"wr_tr_no\": \"20813\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100204\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-11-19\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100759\",\n                \"wr_tr_no\": \"19649\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100759\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2014-07-20\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"3109011\",\n                \"tot_hrs\": \"13.25\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100704\",\n                \"wr_tr_no\": \"19704\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100704\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2004-12-09\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"3108008\",\n                \"tot_hrs\": \"9.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100286\",\n                \"wr_tr_no\": \"17310\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100286\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2017-11-05\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-1600\",\n                \"tot_hrs\": \"14.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100831\",\n                \"wr_tr_no\": \"19826\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100831\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-BJTHEA-123\",\n                \"tot_hrs\": \"-4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101719\",\n                \"wr_tr_no\": \"19869\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101719\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"BD00-101\",\n                \"tot_hrs\": \"-4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101720\",\n                \"wr_tr_no\": \"20462\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101720\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-05-26\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"TRAY_DISPENSER\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100428\",\n                \"wr_tr_no\": \"18115\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100428\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-05-19\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \".00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100773\",\n                \"wr_tr_no\": \"20122\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100773\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-BJTHEA-B2\",\n                \"tot_hrs\": \"-3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101753\",\n                \"wr_tr_no\": \"20482\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101753\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-01-04\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"MOTOR0033\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100398\",\n                \"wr_tr_no\": \"17875\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100398\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2017-08-27\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100-HVAC\",\n                \"tot_hrs\": \"23.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100809\",\n                \"wr_tr_no\": \"20370\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100809\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2010-06-21\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100588\",\n                \"wr_tr_no\": \"18158\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100588\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-10-19\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100779\",\n                \"wr_tr_no\": \"20137\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100779\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2018-03-05\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-2500\",\n                \"tot_hrs\": \"13.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100885\",\n                \"wr_tr_no\": \"20452\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100885\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-15\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"145.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101885\",\n                \"wr_tr_no\": \"21242\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101885\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-11-26\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"XR1\",\n                \"tot_hrs\": \"1.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100484\",\n                \"wr_tr_no\": \"18432\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100484\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-05-30\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100786\",\n                \"wr_tr_no\": \"20130\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100786\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2018-12-11\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-101\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101522\",\n                \"wr_tr_no\": \"16497\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101522\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-12\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-BJTHEA-B1\",\n                \"tot_hrs\": \"-3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101746\",\n                \"wr_tr_no\": \"20480\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101746\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2010-08-24\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100589\",\n                \"wr_tr_no\": \"17534\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100589\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2011-01-31\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"5.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100590\",\n                \"wr_tr_no\": \"17928\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100590\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-05-10\",\n                \"employee_no\": \"0120\",\n                \"equipment_no\": \"MAINHVAC\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100422\",\n                \"wr_tr_no\": \"18077\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100422\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2007-02-26\",\n                \"employee_no\": \"3333\",\n                \"equipment_no\": \"XR1\",\n                \"tot_hrs\": \"1.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100521\",\n                \"wr_tr_no\": \"18586\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100521\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-11\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"145.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101902\",\n                \"wr_tr_no\": \"21242\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101902\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2018-09-26\",\n                \"employee_no\": \"165\",\n                \"equipment_no\": \"001-0750\",\n                \"tot_hrs\": \".23\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100898\",\n                \"wr_tr_no\": \"20514\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100898\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-10-30\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0700\",\n                \"tot_hrs\": \"-2.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101508\",\n                \"wr_tr_no\": \"20615\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101508\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-12-09\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0350\",\n                \"tot_hrs\": \"-.02\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100766\",\n                \"wr_tr_no\": \"19959\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100766\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-13\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-2500\",\n                \"tot_hrs\": \"-15.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101739\",\n                \"wr_tr_no\": \"20452\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101739\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-04-10\",\n                \"employee_no\": \"7048\",\n                \"equipment_no\": \"32452365236\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100415\",\n                \"wr_tr_no\": \"18032\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100415\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-08-14\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"001-BJTHEA-123\",\n                \"tot_hrs\": \"1.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101352\",\n                \"wr_tr_no\": \"20089\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101352\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-25\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0700\",\n                \"tot_hrs\": \"2.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101507\",\n                \"wr_tr_no\": \"20615\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101507\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-08-09\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-1000\",\n                \"tot_hrs\": \".75\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100752\",\n                \"wr_tr_no\": \"19426\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100752\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-08-14\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"RM101\",\n                \"tot_hrs\": \"-4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101323\",\n                \"wr_tr_no\": \"19315\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101323\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2011-02-14\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"2401010\",\n                \"tot_hrs\": \".50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100580\",\n                \"wr_tr_no\": \"18581\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100580\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-04-26\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100771\",\n                \"wr_tr_no\": \"20117\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100771\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"BD3\",\n                \"tot_hrs\": \"-3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101751\",\n                \"wr_tr_no\": \"20027\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101751\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-06-14\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"8989898989\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100336\",\n                \"wr_tr_no\": \"17457\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100336\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2017-12-05\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"PIT-143\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100828\",\n                \"wr_tr_no\": \"19214\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100828\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-11-29\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"CHILLER1\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100488\",\n                \"wr_tr_no\": \"18439\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100488\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-07-09\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0700-212\",\n                \"tot_hrs\": \"2.75\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101310\",\n                \"wr_tr_no\": \"20624\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101310\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-08-30\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-101\",\n                \"tot_hrs\": \"3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101863\",\n                \"wr_tr_no\": \"0653\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101863\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-07-08\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-1000\",\n                \"tot_hrs\": \".00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100751\",\n                \"wr_tr_no\": \"19426\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100751\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2007-02-04\",\n                \"employee_no\": \"0120\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100512\",\n                \"wr_tr_no\": \"17265\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100512\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-11-18\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-1000\",\n                \"tot_hrs\": \".25\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100757\",\n                \"wr_tr_no\": \"20042\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100757\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-10-12\",\n                \"employee_no\": \"0120\",\n                \"equipment_no\": \"4609002\",\n                \"tot_hrs\": \"-1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101809\",\n                \"wr_tr_no\": \"20607\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101809\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2010-05-23\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100587\",\n                \"wr_tr_no\": \"18109\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100587\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-10-30\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0700\",\n                \"tot_hrs\": \"2.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101303\",\n                \"wr_tr_no\": \"20615\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101303\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-12\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0700-212\",\n                \"tot_hrs\": \"-3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101717\",\n                \"wr_tr_no\": \"20479\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101717\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2018-03-05\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-2500\",\n                \"tot_hrs\": \"1.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100876\",\n                \"wr_tr_no\": \"20452\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100876\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-05-08\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"134.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100203\",\n                \"wr_tr_no\": \"20813\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100203\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-12-08\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0350\",\n                \"tot_hrs\": \"-2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100764\",\n                \"wr_tr_no\": \"19959\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100764\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-09-21\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100777\",\n                \"wr_tr_no\": \"20157\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100777\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-07-12\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"3108011\",\n                \"tot_hrs\": \"3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100441\",\n                \"wr_tr_no\": \"18049\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100441\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2014-02-02\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"CHILLER1\",\n                \"tot_hrs\": \"4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100617\",\n                \"wr_tr_no\": \"18403\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100617\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-10-03\",\n                \"employee_no\": \"13573\",\n                \"equipment_no\": \"CRANE1\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100363\",\n                \"wr_tr_no\": \"17560\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100363\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2007-02-25\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"3491\",\n                \"tot_hrs\": \".50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100520\",\n                \"wr_tr_no\": \"18584\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100520\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2009-08-31\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"1059004\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100546\",\n                \"wr_tr_no\": \"17290\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100546\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-07-18\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"327.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101211\",\n                \"wr_tr_no\": \"21139\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101211\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2017-09-04\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100-HVAC\",\n                \"tot_hrs\": \"22.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100814\",\n                \"wr_tr_no\": \"20377\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100814\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-05-23\",\n                \"employee_no\": \"0120\",\n                \"equipment_no\": \"BOILER_HOUSE\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100427\",\n                \"wr_tr_no\": \"18113\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100427\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-BJTHEA-123\",\n                \"tot_hrs\": \"-3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101752\",\n                \"wr_tr_no\": \"20089\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101752\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-12-13\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100784\",\n                \"wr_tr_no\": \"20253\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100784\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-08-13\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"-3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101302\",\n                \"wr_tr_no\": \"19649\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101302\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-05-24\",\n                \"employee_no\": \"1002\",\n                \"equipment_no\": \"CYL0001\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100317\",\n                \"wr_tr_no\": \"17397\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100317\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2017-11-20\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"BD16\",\n                \"tot_hrs\": \"3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100837\",\n                \"wr_tr_no\": \"20389\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100837\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-06-30\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"MULN\",\n                \"tot_hrs\": \"4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100745\",\n                \"wr_tr_no\": \"19943\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100745\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-15\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"-160.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101903\",\n                \"wr_tr_no\": \"21242\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101903\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2020-10-01\",\n                \"employee_no\": \"0120\",\n                \"equipment_no\": \"P3\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"102003\",\n                \"wr_tr_no\": \"21314\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/102003\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2007-03-07\",\n                \"employee_no\": \"36913\",\n                \"equipment_no\": \"001.0500\",\n                \"tot_hrs\": \".25\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100524\",\n                \"wr_tr_no\": \"18610\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100524\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-08-15\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"MULN\",\n                \"tot_hrs\": \"-4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101333\",\n                \"wr_tr_no\": \"19943\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101333\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-08-13\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"157.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101880\",\n                \"wr_tr_no\": \"21240\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101880\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-12\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0100-102\",\n                \"tot_hrs\": \"-3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101749\",\n                \"wr_tr_no\": \"20656\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101749\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0100-202\",\n                \"tot_hrs\": \"-4.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101750\",\n                \"wr_tr_no\": \"19916\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101750\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-12\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0700-212\",\n                \"tot_hrs\": \"-3.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101747\",\n                \"wr_tr_no\": \"20491\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101747\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2004-11-22\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"MT0033\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100265\",\n                \"wr_tr_no\": \"17276\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100265\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-07-05\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"77777\",\n                \"tot_hrs\": \"4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100344\",\n                \"wr_tr_no\": \"17484\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100344\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-10-11\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"WHITEHOUSE\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100368\",\n                \"wr_tr_no\": \"17611\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100368\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2004-12-08\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"001-0700\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100281\",\n                \"wr_tr_no\": \"17308\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100281\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-12\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-1000\",\n                \"tot_hrs\": \"-4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101716\",\n                \"wr_tr_no\": \"20451\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101716\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-14\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"RM101\",\n                \"tot_hrs\": \"-4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101718\",\n                \"wr_tr_no\": \"19315\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101718\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-06-18\",\n                \"employee_no\": \"0120\",\n                \"equipment_no\": \"001-0700\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100432\",\n                \"wr_tr_no\": \"18154\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100432\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-06-14\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"8989898989\",\n                \"tot_hrs\": \"2.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100337\",\n                \"wr_tr_no\": \"17457\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100337\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-15\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"-145.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101905\",\n                \"wr_tr_no\": \"21242\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101905\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2004-12-07\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"CON0001\",\n                \"tot_hrs\": \"8.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100276\",\n                \"wr_tr_no\": \"16895\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100276\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-11-08\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100-102\",\n                \"tot_hrs\": \"-4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101714\",\n                \"wr_tr_no\": \"20657\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101714\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-05-29\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"A100\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100429\",\n                \"wr_tr_no\": \"18118\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100429\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-05-08\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"-134.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100205\",\n                \"wr_tr_no\": \"20813\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100205\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-05-16\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"-455.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101882\",\n                \"wr_tr_no\": \"20797\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101882\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-11-09\",\n                \"employee_no\": \"21238\",\n                \"equipment_no\": \"CHILLER0002\",\n                \"tot_hrs\": \"4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100379\",\n                \"wr_tr_no\": \"17625\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100379\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-11-09\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"POT1\",\n                \"tot_hrs\": \"4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100380\",\n                \"wr_tr_no\": \"17689\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100380\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-10-19\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100778\",\n                \"wr_tr_no\": \"20137\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100778\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-08-17\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"315.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101212\",\n                \"wr_tr_no\": \"21139\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101212\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-11\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"BD00-101\",\n                \"tot_hrs\": \"2.25\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101342\",\n                \"wr_tr_no\": \"20014\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101342\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-05-16\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"455.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100146\",\n                \"wr_tr_no\": \"20797\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100146\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-12-08\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-0350\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100765\",\n                \"wr_tr_no\": \"19959\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100765\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2011-02-13\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"3108007\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100576\",\n                \"wr_tr_no\": \"18581\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100576\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-03-09\",\n                \"employee_no\": \"7048\",\n                \"equipment_no\": \"AHU-01\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100405\",\n                \"wr_tr_no\": \"17950\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100405\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-05-03\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001.1200\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100308\",\n                \"wr_tr_no\": \"16510\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100308\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-17\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"134.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101875\",\n                \"wr_tr_no\": \"21239\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101875\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-11\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"167.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101901\",\n                \"wr_tr_no\": \"21242\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101901\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2007-01-31\",\n                \"employee_no\": \"36913\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100511\",\n                \"wr_tr_no\": \"18550\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100511\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-09-24\",\n                \"employee_no\": \"32748\",\n                \"equipment_no\": \"ZELLERS\",\n                \"tot_hrs\": \".50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100458\",\n                \"wr_tr_no\": \"18298\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100458\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-07-08\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-1000\",\n                \"tot_hrs\": \"4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100749\",\n                \"wr_tr_no\": \"19426\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100749\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2015-07-08\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-1000\",\n                \"tot_hrs\": \"-4.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100750\",\n                \"wr_tr_no\": \"19426\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100750\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-05-23\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"5.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100315\",\n                \"wr_tr_no\": \"17394\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100315\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-06-24\",\n                \"employee_no\": \"0120\",\n                \"equipment_no\": \"4609002\",\n                \"tot_hrs\": \"1.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101808\",\n                \"wr_tr_no\": \"20607\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101808\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2016-08-30\",\n                \"employee_no\": \"1234\",\n                \"equipment_no\": \"001-BJTHEA\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100776\",\n                \"wr_tr_no\": \"20157\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100776\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-01-05\",\n                \"employee_no\": \"0120\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100399\",\n                \"wr_tr_no\": \"17877\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100399\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2017-11-16\",\n                \"employee_no\": \"\",\n                \"equipment_no\": \"BD00-101\",\n                \"tot_hrs\": \"3.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100835\",\n                \"wr_tr_no\": \"20350\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100835\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2007-02-19\",\n                \"employee_no\": \"7777\",\n                \"equipment_no\": \"HVAC1\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100513\",\n                \"wr_tr_no\": \"18177\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100513\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-07-18\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"159.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101877\",\n                \"wr_tr_no\": \"21240\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101877\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-09-25\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"P1\",\n                \"tot_hrs\": \"10.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100362\",\n                \"wr_tr_no\": \"16318\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100362\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2006-11-27\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"CONTRILL\",\n                \"tot_hrs\": \"1.50\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100485\",\n                \"wr_tr_no\": \"18433\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100485\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-03-08\",\n                \"employee_no\": \"21238\",\n                \"equipment_no\": \"555555\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100302\",\n                \"wr_tr_no\": \"17375\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100302\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-06-15\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0100\",\n                \"tot_hrs\": \"167.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101884\",\n                \"wr_tr_no\": \"21242\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101884\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2005-05-03\",\n                \"employee_no\": \"23853\",\n                \"equipment_no\": \"PLINE1\",\n                \"tot_hrs\": \"6.25\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100306\",\n                \"wr_tr_no\": \"1\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100306\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2019-04-01\",\n                \"employee_no\": \"2500\",\n                \"equipment_no\": \"001-0100-102\",\n                \"tot_hrs\": \"3.75\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"101308\",\n                \"wr_tr_no\": \"20439\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/101308\"\n                    }\n                }\n            },\n            {\n                \"date\": \"2004-12-07\",\n                \"employee_no\": \"39701\",\n                \"equipment_no\": \"001-102\",\n                \"tot_hrs\": \"2.00\",\n                \"trade\": \"ELEC\",\n                \"trans_no\": \"100278\",\n                \"wr_tr_no\": \"17306\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100278\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/timecard?TRADE=ELEC\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"9f6928d2-e3de-4451-9b19-7232ea82496e"},{"name":"Get a specific timecard's details","id":"662e5f4f-2689-4a23-a241-ab233aa52c9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/100297","description":"<p>Get details of a specific timecard record.  This typically includes more information than the issue list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","timecard","100297"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c99b6c90-0e28-4839-8cf3-3794304b46d1","name":"Get a specific timecard's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/100297"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 16:36:15 GMT"},{"key":"Content-Length","value":"362"}],"cookie":[],"responseTime":null,"body":"{\n    \"date\": \"2005-01-09\",\n    \"employee_no\": \"23853\",\n    \"equipment_no\": \"001-1100\",\n    \"gl\": \"\",\n    \"hrs_1_5\": \".00\",\n    \"hrs_2x\": \".00\",\n    \"reg_hrs\": \"3.00\",\n    \"shift\": \"\",\n    \"tot_hrs\": \"3.00\",\n    \"trade\": \"ELEC\",\n    \"trans_no\": \"100297\",\n    \"wr_tr_no\": \"17353\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/timecard/100297\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/timecard\"\n        }\n    }\n}"}],"_postman_id":"662e5f4f-2689-4a23-a241-ab233aa52c9a"},{"name":"Create Timecard","id":"316c3a1b-c63b-4491-aba1-69aa67939138","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"date\": \"2020-10-01\",\r\n        \"employee_no\": \"2501\",\r\n        \"equipment_no\": \"P3\",\r\n        \"reg_hrs\": \"3.25\",\r\n        \"trade\": \"MTM\",\r\n        \"wr_tr_no\": \"21314\"\r\n    },\r\n    {\r\n        \"date\": \"2020-10-01\",\r\n        \"employee_no\": \"0120\",\r\n        \"equipment_no\": \"P3\",\r\n        \"reg_hrs\": \"1.00\",\r\n        \"trade\": \"ELEC\",\r\n        \"wr_tr_no\": \"21314\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard","description":"<p>Create one or more timecard</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","timecard"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"28743007-6c8a-4c75-8aac-736793343b6c","name":"Create Timecard","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"date\": \"2020-10-01\",\r\n        \"employee_no\": \"2501\",\r\n        \"equipment_no\": \"P3\",\r\n        \"reg_hrs\": \"3.25\",\r\n        \"trade\": \"MTM\",\r\n        \"wr_tr_no\": \"21314\"\r\n    },\r\n    {\r\n        \"date\": \"2020-10-01\",\r\n        \"employee_no\": \"0120\",\r\n        \"equipment_no\": \"P3\",\r\n        \"reg_hrs\": \"1.00\",\r\n        \"trade\": \"ELEC\",\r\n        \"wr_tr_no\": \"21314\"\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 16:48:25 GMT"},{"key":"Content-Length","value":"32"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"102002\",\n        \"102003\"\n    ]\n}"}],"_postman_id":"316c3a1b-c63b-4491-aba1-69aa67939138"},{"name":"Create specific timecard","id":"4c964bc1-c1e4-410a-8308-f27650342dab","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2020-10-01\",\r\n    \"employee_no\": \"0120\",\r\n    \"equipment_no\": \"P3\",\r\n    \"reg_hrs\": \"1.00\",\r\n    \"trade\": \"ELEC\",\r\n    \"wr_tr_no\": \"21314\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/B10001","description":"<p>Create new timecard using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","timecard","B10001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"1964ac56-ff7f-4f5e-a5c1-f6458fd022b4","name":"Create specific timecard","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2020-10-01\",\r\n    \"employee_no\": \"0120\",\r\n    \"equipment_no\": \"P3\",\r\n    \"reg_hrs\": \"1.00\",\r\n    \"trade\": \"ELEC\",\r\n    \"wr_tr_no\": \"21314\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/B10001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 16:51:20 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"B10001\"\n    ]\n}"}],"_postman_id":"4c964bc1-c1e4-410a-8308-f27650342dab"},{"name":"Edit timecard","id":"677510e9-e038-49c2-ba6b-15b7a618dd79","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2020-09-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/B10001","description":"<p>Make updates to a timecard.  Only necessary to pass fields wanted to be updated and can only be done to existing timcards.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","timecard","B10001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c92d76a2-78ae-4e4a-b672-135dd8d9c309","name":"Edit timecard","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"date\": \"2020-09-30\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/B10001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 16:53:28 GMT"},{"key":"Content-Length","value":"23"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"B10001\"\n    ]\n}"}],"_postman_id":"677510e9-e038-49c2-ba6b-15b7a618dd79"},{"name":"Delete an existing timecard","id":"8174d628-8de7-4d9f-b7de-74ede50f6dfb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/B10001","description":"<p>allows the deletion of an existing timecard</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","timecard","B10001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"ff4749b3-cede-4435-a0f5-fa142036a970","name":"Delete an existing timecard","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/B10001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 16:54:13 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/timecard/B10001\"\n}"}],"_postman_id":"8174d628-8de7-4d9f-b7de-74ede50f6dfb"}],"id":"7f0b9656-3a53-4242-949d-243638d28068","description":"<p>You can retrieve a list of timecards or the details of a single timecard from the <code>EMPLOYEE_TRANS_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new timecard records or update existing timecard information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard?TRADE=ELEC</code> where the data returned will only include values where the Trade is 'ELEC'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/timecard/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"9ee65b1d-7610-4c12-9e3c-531b0b18dbdd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"472efa6e-0cf7-42ea-8d6d-0855ae837e8e","type":"text/javascript","exec":[""]}}],"_postman_id":"7f0b9656-3a53-4242-949d-243638d28068"},{"name":"Trade","item":[{"name":"Get Labels","id":"72f41c63-18e7-4ac7-adfb-d0f149fb8e0e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","trade","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"5b25eb1c-6d58-4779-9a61-65b6295d3c60","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 30 Oct 2020 13:35:09 GMT"},{"key":"Content-Length","value":"211"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"TRADES_MASTER\",\n    \"Usage\": \"To get, update, and create trade records that will use the DirectLine System\",\n    \"TRADE_CODE\": \"Trade Code\",\n    \"TRADE_DESCRIPTION\": \"Description\",\n    \"DEPARTMENT_CODE\": \"Department Code\"\n}"}],"_postman_id":"72f41c63-18e7-4ac7-adfb-d0f149fb8e0e"},{"name":"Get Schema","id":"8a07a659-9d68-4740-80d8-52b1d932783a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","trade","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"0ca96a1a-3c90-4481-a05f-416f6843c3e9","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 30 Oct 2020 13:38:43 GMT"},{"key":"Content-Length","value":"467"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/trade/@SCHEMA\",\n    \"title\": \"TRADE_API\",\n    \"description\": \"TRADES_MASTER table containing trade information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"TRADE_CODE\": {\n            \"description\": \"Trade Code\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TRADE_DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DEPARTMENT_CODE\": {\n            \"description\": \"Department Code\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"TRADE_CODE\"\n    ]\n}"}],"_postman_id":"8a07a659-9d68-4740-80d8-52b1d932783a"},{"name":"Get Criteria","id":"28591a75-9290-4b91-a701-d6f92491da62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/@CRITERIA","description":"<p>Get the list of fields that are searchable for trade searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","trade","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"6f2677d6-378b-4560-8f07-886da62bddd4","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 30 Oct 2020 13:41:21 GMT"},{"key":"Content-Length","value":"194"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"TRADES_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"DEPARTMENT_CODE\": \"Department Code\"\n}"}],"_postman_id":"28591a75-9290-4b91-a701-d6f92491da62"},{"name":"Get Trades","id":"91ce1581-7a7d-41c0-af9b-0766b9cc5c80","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade?DEPARTMENT_CODE=MAINT","description":"<p>An example of getting trade information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","trade"],"host":["https://api.megamation.com"],"query":[{"key":"DEPARTMENT_CODE","value":"MAINT"}],"variable":[]}},"response":[{"id":"9319d2bc-5751-4170-a40a-9780bd2856c4","name":"Get Trades","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade?DEPARTMENT_CODE=MAINT","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","trade"],"query":[{"key":"DEPARTMENT_CODE","value":"MAINT"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 30 Oct 2020 13:49:32 GMT"},{"key":"Content-Length","value":"654"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Trade\": [\n            {\n                \"department_code\": \"MAINT\",\n                \"trade_code\": \"CARP\",\n                \"trade_description\": \"Carpenter\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/trade/CARP\"\n                    }\n                }\n            },\n            {\n                \"department_code\": \"MAINT\",\n                \"trade_code\": \"ELEC\",\n                \"trade_description\": \"Electricians\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/trade/ELEC\"\n                    }\n                }\n            },\n            {\n                \"department_code\": \"MAINT\",\n                \"trade_code\": \"PL\",\n                \"trade_description\": \"Plumber\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/trade/PL\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/trade?DEPARTMENT_CODE=MAINT\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"91ce1581-7a7d-41c0-af9b-0766b9cc5c80"},{"name":"Get a specific trade's details","id":"d3b9173f-6bec-4b61-a015-98c861533abd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/ELEC","description":"<p>Get details of a specific trade record.  This could include more information than the trade list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","trade","ELEC"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"01d36876-25b6-4123-8e2d-a91e915e23e8","name":"Get a specific trade's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/ELEC"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 30 Oct 2020 13:52:00 GMT"},{"key":"Content-Length","value":"229"}],"cookie":[],"responseTime":null,"body":"{\n    \"department_code\": \"MAINT\",\n    \"trade_code\": \"ELEC\",\n    \"trade_description\": \"Electricians\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/trade/ELEC\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/trade\"\n        }\n    }\n}"}],"_postman_id":"d3b9173f-6bec-4b61-a015-98c861533abd"},{"name":"Create Trades","id":"22ff7ebd-0c4b-4165-b72f-eec385287b07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"trade_code\": \"NEWTRADE\",\r\n    \"department_code\": \"MAINT\",\r\n    \"trade_description\": \"This is for new employees on probabtion\"\r\n},{\r\n    \"trade_code\": \"NEWTRADE2\",\r\n    \"department_code\": \"MAINT\",\r\n    \"trade_description\": \"This is for employees on probation ending evaluation\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade","description":"<p>Create one or more Trade</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","trade"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e573e138-17b3-4a03-8f54-da94fa58340f","name":"Create Trades","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n    \"trade_code\": \"NEWTRADE\",\r\n    \"department_code\": \"MAINT\",\r\n    \"trade_description\": \"This is for new employees on probabtion\"\r\n},{\r\n    \"trade_code\": \"NEWTRADE2\",\r\n    \"department_code\": \"MAINT\",\r\n    \"trade_description\": \"This is for employees on probation ending evaluation\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 30 Oct 2020 14:36:50 GMT"},{"key":"Content-Length","value":"37"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"NEWTRADE\",\n        \"NEWTRADE2\"\n    ]\n}"}],"_postman_id":"22ff7ebd-0c4b-4165-b72f-eec385287b07"},{"name":"Create a specific Trade","id":"d5635f74-c113-4c58-ae08-8a16b3f7945d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"trade_code\": \"NEWTRADE\",\r\n    \"department_code\": \"MAINT\",\r\n    \"trade_description\": \"This is for new employees on probabtion\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/NewTrade","description":"<p>Create new trade using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","trade","NewTrade"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3379d955-0395-4aad-a476-400394424b4c","name":"Create a specific Trade","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"trade_code\": \"NEWTRADE\",\r\n    \"department_code\": \"MAINT\",\r\n    \"trade_description\": \"This is for new employees on probabtion\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/NewTrade"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 30 Oct 2020 14:48:37 GMT"},{"key":"Content-Length","value":"25"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"NEWTRADE\"\n    ]\n}"}],"_postman_id":"d5635f74-c113-4c58-ae08-8a16b3f7945d"},{"name":"Edit Trade","id":"2238ac98-0e19-440d-a2b1-826f3b982736","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"trade_description\": \"probation trade\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/NEWTRADE","description":"<p>Make updates to a trade.  Only necessary to pass fields wanted to be updated and can only be done to existing trades.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","trade","NEWTRADE"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"2ab0f00e-a316-4b08-b762-90f092482388","name":"Edit Trade","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"trade_description\": \"probation trade\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/NEWTRADE"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 30 Oct 2020 15:47:16 GMT"},{"key":"Content-Length","value":"25"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"NEWTRADE\"\n    ]\n}"}],"_postman_id":"2238ac98-0e19-440d-a2b1-826f3b982736"},{"name":"Delete an existing trade","id":"f273fe81-2e40-45be-89b3-34777a7b27d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/NEWTRADE","description":"<p>allows the deletion of an existing trade</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","trade","NEWTRADE"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4b2b2ba0-a4eb-4ba6-8b4a-41c0f8776cec","name":"Delete an existing trade","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/NEWTRADE"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 30 Oct 2020 15:50:20 GMT"},{"key":"Content-Length","value":"139"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/trade/NEWTRADE\"\n}"}],"_postman_id":"f273fe81-2e40-45be-89b3-34777a7b27d7"}],"id":"32672160-6837-455a-9eb4-e04c56e51a94","description":"<p>You can retrieve a list of trades or the details of a trade from the <code>TRADES_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new trade records or update existing trade information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade?DEPARTMENT_CODE=MECH</code> where the data returned will only include values where the department code on the trade is 'MECH'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/trade/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"7a92d8ce-6ad4-4ace-a62c-03e7ad04c8f4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"370e0472-fed9-44e9-9983-76098adbcdfd","type":"text/javascript","exec":[""]}}],"_postman_id":"32672160-6837-455a-9eb4-e04c56e51a94"},{"name":"UOM","item":[{"name":"Get Labels","id":"799cd307-87b4-431e-b600-c012f9e56c16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","uom","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"379eb19a-d3b8-4574-9a6d-f7c54a361029","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 15:52:55 GMT"},{"key":"Content-Length","value":"176"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"UOM_MASTER\",\n    \"Usage\": \"To get, update, and create unit of measure records that will use the DirectLine System\",\n    \"UNITS\": \"Unit of Measure\",\n    \"DESCRIPTION\": \"Description\"\n}"}],"_postman_id":"799cd307-87b4-431e-b600-c012f9e56c16"},{"name":"Get Schema","id":"40cc3d83-610e-46b0-840e-1d2c22519a91","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","uom","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"a214217b-a657-4411-ab87-63ea2ed83403","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 15:54:31 GMT"},{"key":"Content-Length","value":"390"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/uom/@SCHEMA\",\n    \"title\": \"UOM_API\",\n    \"description\": \"UOM_MASTER table containing unit of measure information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"UNITS\": {\n            \"description\": \"Unit of Measure\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"UNITS\"\n    ]\n}"}],"_postman_id":"40cc3d83-610e-46b0-840e-1d2c22519a91"},{"name":"Get Criteria","id":"3046e58f-e7b8-4bcb-870f-85fb96e91487","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/@CRITERIA","description":"<p>Get the list of fields that are searchable for unit of measure searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","uom","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"b0725a06-aebb-4688-83f6-49503db0d0ec","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 15:55:28 GMT"},{"key":"Content-Length","value":"81"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"UOM_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\"\n}"}],"_postman_id":"3046e58f-e7b8-4bcb-870f-85fb96e91487"},{"name":"Get unit of measures","id":"2eab7304-554a-4e35-b783-4dd2e171f966","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom","description":"<p>An example of getting unit of measure information.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","uom"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"f311921a-4dd6-438b-b0b6-a9a60fa0a76f","name":"Get unit of measures","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 15:56:29 GMT"},{"key":"Content-Length","value":"3616"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Unit of Measure\": [\n            {\n                \"description\": \"Pack of six.\",\n                \"units\": \"6-PACK\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/6-PACK\"\n                    }\n                }\n            },\n            {\n                \"description\": \"BOLT\",\n                \"units\": \"BOLT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/BOLT\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Box of 12\",\n                \"units\": \"BOX\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/BOX\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Box of 50\",\n                \"units\": \"BOX50\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/BOX50\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Box\",\n                \"units\": \"BX\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/BX\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Box of 10\",\n                \"units\": \"BX10\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/BX10\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Box of 100\",\n                \"units\": \"BX100\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/BX100\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Can\",\n                \"units\": \"CAN\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/CAN\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Cylinder\",\n                \"units\": \"CYL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/CYL\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Drum\",\n                \"units\": \"DRUM\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/DRUM\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Each\",\n                \"units\": \"EA\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/EA\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Feet\",\n                \"units\": \"FT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/FT\"\n                    }\n                }\n            },\n            {\n                \"description\": \"20 FT Reel\",\n                \"units\": \"FT20\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/FT20\"\n                    }\n                }\n            },\n            {\n                \"description\": \"3 Feet\",\n                \"units\": \"FT3\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/FT3\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Grams\",\n                \"units\": \"GRAM\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/GRAM\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Gros\",\n                \"units\": \"GROS\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/GROS\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Kilograms\",\n                \"units\": \"KG\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/KG\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Pounds\",\n                \"units\": \"LB\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/LB\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Length\",\n                \"units\": \"LGTH\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/LGTH\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Litres\",\n                \"units\": \"LITRE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/LITRE\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Lot Purchase\",\n                \"units\": \"LOT\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/LOT\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Meters\",\n                \"units\": \"MTRE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/MTRE\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Ounce\",\n                \"units\": \"OZ\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/OZ\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Pail\",\n                \"units\": \"PAIL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/PAIL\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Package\",\n                \"units\": \"PKGE\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/PKGE\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Pair\",\n                \"units\": \"PR\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/PR\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Pallet of 300\",\n                \"units\": \"PX300\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/PX300\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Reel of Cable\",\n                \"units\": \"REEL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/REEL\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Roll\",\n                \"units\": \"ROLL\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/ROLL\"\n                    }\n                }\n            },\n            {\n                \"description\": \"Set\",\n                \"units\": \"SET\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/uom/SET\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/uom\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"2eab7304-554a-4e35-b783-4dd2e171f966"},{"name":"Get a specific unit of measure's details","id":"71ca0dec-b3b7-4d03-8a22-08f2ae468381","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/BOLT","description":"<p>Get details of a specific unit of measure record.  This typically includes more information than the record list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","uom","BOLT"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"14eb5847-aebe-4be9-9ed4-2ce857d27c21","name":"Get a specific unit of measure's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/BOLT"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 15:57:52 GMT"},{"key":"Content-Length","value":"180"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"BOLT\",\n    \"units\": \"BOLT\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/uom/BOLT\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/uom\"\n        }\n    }\n}"}],"_postman_id":"71ca0dec-b3b7-4d03-8a22-08f2ae468381"},{"name":"Create unit of measure","id":"6a713862-c5b3-405b-82d9-2f56765bafa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n\t\"description\": \"a unit of measure\",\r\n\t\"units\": \"UOM_1\"\r\n},{\r\n\t\"description\": \"another unit of measure\",\r\n\t\"units\": \"UOM_2\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom","description":"<p>Create one or more unit of measure</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","uom"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"75c7fa0a-a19c-4b15-a81e-b75adb1382f3","name":"Create unit of measure","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[{\r\n\t\"description\": \"a unit of measure\",\r\n\t\"units\": \"UOM_1\"\r\n},{\r\n\t\"description\": \"another unit of measure\",\r\n\t\"units\": \"UOM_2\"\r\n}]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 18:04:45 GMT"},{"key":"Content-Length","value":"30"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"UOM_1\",\n        \"UOM_2\"\n    ]\n}"}],"_postman_id":"6a713862-c5b3-405b-82d9-2f56765bafa1"},{"name":"Create specific unit of measure","id":"f50de467-bec2-46e2-b0d3-b21fb611c93a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"description\": \"a unit of measure\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/UOM_1","description":"<p>Create new unit of measure using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","uom","UOM_1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9cdff5ad-973c-467f-9968-1bb5fe27a125","name":"Create specific unit of measure","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"description\": \"a unit of measure\",\r\n\t\"units\": \"UOM_1\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/UOM_1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 18:06:13 GMT"},{"key":"Content-Length","value":"22"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"UOM_1\"\n    ]\n}"}],"_postman_id":"f50de467-bec2-46e2-b0d3-b21fb611c93a"},{"name":"Edit unit of measure","id":"044ed597-7fe2-4775-bd21-a63819bb471e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"description\": \"updated description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/UOM_1","description":"<p>Make updates to a unit of measure.  Only necessary to pass fields wanted to be updated and can only be done to existing unit of measures.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","uom","UOM_1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"f390933f-1d81-495f-9643-538840b9f78b","name":"Edit unit of measure","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n\t\"description\": \"updated description\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/UOM_1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 18:09:27 GMT"},{"key":"Content-Length","value":"22"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"UOM_1\"\n    ]\n}"}],"_postman_id":"044ed597-7fe2-4775-bd21-a63819bb471e"},{"name":"Delete an existing unit of measure","id":"9aeede11-a653-4f9b-af26-ba1fdfa9f5fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/UOM_1","description":"<p>allows the deletion of an existing unit of measure.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","uom","UOM_1"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"8b213f96-e72d-44de-91db-d06aa2faab5d","name":"Delete an existing unit of measure","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/UOM_1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 13 Nov 2020 18:15:35 GMT"},{"key":"Content-Length","value":"134"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/uom/UOM_1\"\n}"}],"_postman_id":"9aeede11-a653-4f9b-af26-ba1fdfa9f5fa"}],"id":"5be93235-c08a-4bea-be65-d8235f69e9ce","description":"<p>You can retrieve a list of unit of measures or the details of a single unit of measure from the <code>UOM_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new unit of measure records or update existing unit of measure information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom?ALLFIELDS=1</code> where the data returned will only include all available data. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/uom/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n","event":[{"listen":"prerequest","script":{"id":"4d14530b-88bf-4ddd-96d8-146833b363b2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"be652f9c-e76b-4d6e-87c7-4f88b89f2c92","type":"text/javascript","exec":[""]}}],"_postman_id":"5be93235-c08a-4bea-be65-d8235f69e9ce"},{"name":"Work Order","item":[{"name":"Get Labels","id":"dd583228-e57a-45d1-8130-de80ea52018d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorder","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"5a75301b-1b84-4afc-b0db-2d164ec31190","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:19:20 GMT"},{"key":"Content-Length","value":"548"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"WORK_ORDER_MASTER\",\n    \"Usage\": \"To get, update, and create work orders that will use the DirectLine System\",\n    \"WO_NO\": \"W/O#\",\n    \"TYPE\": \"Type\",\n    \"STATUS\": \"Status\",\n    \"DATE\": \"Date\",\n    \"SUBMITTED_BY\": \"Submitted By\",\n    \"PRIORITY\": \"Priority\",\n    \"JOB_TYPE\": \"Job Type\",\n    \"BUILDING_ID\": \"Building\",\n    \"BUILDING_NAME\": \"Building Name\",\n    \"EQP_NO\": \"Equipment#\",\n    \"WORK_REQUEST_DESCRIPTION\": \"Work Description\",\n    \"CLOSING_COMMENTS\": \"Closing Comments\",\n    \"ASSIGN_TO\": \"Assign To\",\n    \"ISSUE_TO\": \"Issue To\",\n    \"PLANNED_BY\": \"Planned By\",\n    \"PLANNED_DATE\": \"Planned Date\",\n    \"DATE_DUE\": \"Date Due/Required\"\n}"}],"_postman_id":"dd583228-e57a-45d1-8130-de80ea52018d"},{"name":"Get Schema","id":"41625c83-eecb-485b-a2b1-cf748282f6d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorder","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"b44411ee-bc77-4c1c-8560-bafa7c36870b","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:19:41 GMT"},{"key":"Content-Length","value":"1362"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/workorder/@SCHEMA\",\n    \"title\": \"WORKORDER_API\",\n    \"description\": \"WORK_ORDER_MASTER table containing work order information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"WO_NO\": {\n            \"description\": \"W/O#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TYPE\": {\n            \"description\": \"Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"STATUS\": {\n            \"description\": \"Status\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DATE\": {\n            \"description\": \"Date - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"SUBMITTED_BY\": {\n            \"description\": \"Submitted By\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PRIORITY\": {\n            \"description\": \"Priority\",\n            \"type\": \"VARCHAR\"\n        },\n        \"JOB_TYPE\": {\n            \"description\": \"Job Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_ID\": {\n            \"description\": \"Building\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_NAME\": {\n            \"description\": \"Building Name\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EQP_NO\": {\n            \"description\": \"Equipment#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"WORK_REQUEST_DESCRIPTION\": {\n            \"description\": \"Work Description\",\n            \"type\": \"TEXT\"\n        },\n        \"CLOSING_COMMENTS\": {\n            \"description\": \"Closing Comments\",\n            \"type\": \"TEXT\"\n        },\n        \"ASSIGN_TO\": {\n            \"description\": \"Assign To\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ISSUE_TO\": {\n            \"description\": \"Issue To\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PLANNED_BY\": {\n            \"description\": \"Planned By\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PLANNED_DATE\": {\n            \"description\": \"Planned Date - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"DATE_DUE\": {\n            \"description\": \"Date Due/Required - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        }\n    },\n    \"required\": [\n        \"WO_NO\",\n        \"TYPE\",\n        \"STATUS\",\n        \"DATE\",\n        \"SUBMITTED_BY\"\n    ]\n}"}],"_postman_id":"41625c83-eecb-485b-a2b1-cf748282f6d7"},{"name":"Get Criteria","id":"5db2bf51-be7d-45f4-8980-d25b8671b992","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@CRITERIA","description":"<p>Get the list of fields that are searchable for work order searches</p>\n<p><strong>Incremental API data retrievals:</strong> <code>version 1.06</code></p>\n<p>Added criteria for better selecting data changed or created as following:</p>\n<ul>\n<li><p>LAST_MODIFIED_DATE: data changed or created since this date</p>\n</li>\n<li><p>LAST_MODIFIED_TIME: for more accurate selection you can add the time of the day in combination with date.</p>\n</li>\n<li><p>LAST_MODIFIED_USER: data changed or created by this user.</p>\n</li>\n</ul>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorder","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"3660dda8-42fa-4b8c-b12b-26332e4ed976","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/json","description":""},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"PHP/7.4.30"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 17 Dec 2025 15:35:32 GMT"},{"key":"Content-Length","value":"566"},{"key":"Set-Cookie","value":"NSC_ESNS=0035c4ab-cdc4-1942-9678-00155da52b16_3227221599_1893015947_00000000008592798507; Path=/; Expires=Wed, 17-Dec-2025 15:35:47 GMT"},{"key":"Set-Cookie","value":"NSC_MCWJQ-EMXFC-TTM=ffffffffc3a01d1945525d5f4f58455e445a4a42378b;Version=1;Max-Age=28800;path=/;secure;httponly"},{"key":"Strict-Transport-Security","value":"max-age=157680000"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"WORK_ORDER_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"TYPE\": \"Type\",\n    \"STATUS\": \"Status\",\n    \"DATE\": \"Date\",\n    \"SUBMITTED_BY\": \"Submitted By\",\n    \"PRIORITY\": \"Priority\",\n    \"BUILDING_ID\": \"Building\",\n    \"EQP_NO\": \"Equipment#\",\n    \"ASSIGN_TO\": \"Assign To\",\n    \"ISSUE_TO\": \"Issue To\",\n    \"LIMIT\": \"Limit\",\n    \"CURSOR\": \"Cursor\",\n    \"INTERFACE_JSP_OUTSTANDING\": \"Interface Jsp Outstanding\",\n    \"LAST_MODIFIED_DATE\": \"Last Modified Date\",\n    \"LAST_MODIFIED_TIME\": \"Last Modified Time\",\n    \"LAST_MODIFIED_USER\": \"Last Modified User\"\n}"}],"_postman_id":"5db2bf51-be7d-45f4-8980-d25b8671b992"},{"name":"Get Work Orders","id":"24ef779c-f848-4511-8fb3-047c1deb5151","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder?STATUS=S&TYPE=PM","description":"<p>An example of getting work order information using search criteria.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorder"],"host":["https://api.megamation.com"],"query":[{"key":"STATUS","value":"S"},{"key":"TYPE","value":"PM"}],"variable":[]}},"response":[{"id":"294f492f-e820-4b5e-a72f-bacca76d897f","name":"Get Work Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder?STATUS=S&TYPE=PM","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","workorder"],"query":[{"key":"STATUS","value":"S"},{"key":"TYPE","value":"PM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 14:31:55 GMT"},{"key":"Content-Length","value":"3303"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"WorkOrder\": [\n            {\n                \"building_id\": \"001-0100\",\n                \"date\": \"2020-02-03\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21308\",\n                \"work_request_description\": \"Pump PM - Annual \\ufffd** Closing comments from last work order **\\ufffdCompleted checklist - No issues\\r\\n\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"P1\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21308\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"MCAMPUS\",\n                \"date\": \"2020-02-03\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21309\",\n                \"work_request_description\": \"Weekly Inspection Cardboard Baler\\ufffd** Closing comments from last work order **\\ufffdCompleted checklist - No issues\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"4609002\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21309\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"MCAMPUS\",\n                \"date\": \"2020-02-03\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21310\",\n                \"work_request_description\": \"Monthly Boiler Inspection Using Checklist\\ufffd** Closing comments from last work order **\\ufffdDelayed on vacation - Completed checklists - No issues\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"3108002\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21310\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"BL-CORE\",\n                \"date\": \"2020-02-03\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21311\",\n                \"work_request_description\": \"Air Conditioner  Monthly Inspection\\ufffd** Closing comments from last work order **\\ufffdCompleted checklists - No issues\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"BL-CORE-AC-01\"\n                    },\n                    {\n                        \"eqp_no\": \"001-0100-RS01\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21311\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"BL-CORE\",\n                \"date\": \"2020-02-03\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21319\",\n                \"work_request_description\": \"Air Conditioner  Monthly Inspection\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"BL-CORE-AC-01\"\n                    },\n                    {\n                        \"eqp_no\": \"001-0100-RS01\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21319\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"001-0100\",\n                \"date\": \"2020-09-29\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21320\",\n                \"work_request_description\": \"Pump PM - Monthly\\ufffd\\ufffd\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"P1\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21320\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"001-0100\",\n                \"date\": \"2020-09-29\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21321\",\n                \"work_request_description\": \"Pump PM - Monthly\\ufffd\\ufffd\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"P1\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21321\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"001-0100\",\n                \"date\": \"2020-09-29\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21326\",\n                \"work_request_description\": \"Pump PM - Monthly\\ufffd\\ufffd\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"P1\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21326\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"001-0100\",\n                \"date\": \"2020-09-29\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21327\",\n                \"work_request_description\": \"Pump PM - Monthly\\ufffd\\ufffd\\ufffd** Closing comments from last work order **\\ufffdCompleted checklists - No issues\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"P2\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21327\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/workorder?STATUS=S&TYPE=PM\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"24ef779c-f848-4511-8fb3-047c1deb5151"},{"name":"Get a specific work order's details","id":"e828c657-f3d1-45f4-8b51-4b2c7f4f27bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/21307","description":"<p>Get details of a specific work order record.  This typically includes more information than the work order list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorder","21307"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"1c599c86-8841-4e20-b1c0-c04a6181b66f","name":"Get a specific work order's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/21307"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:22:22 GMT"},{"key":"Content-Length","value":"623"}],"cookie":[],"responseTime":null,"body":"{\n    \"assign_to\": \"MAINT\",\n    \"building_id\": \"001-0100\",\n    \"building_name\": \"Math Building\",\n    \"date\": \"2020-02-03\",\n    \"date_due\": \"2020-02-06\",\n    \"job_type\": \"\",\n    \"planned_by\": \"PM SCHEDULER\",\n    \"planned_date\": \"2020-02-01\",\n    \"priority\": \"5\",\n    \"status\": \"S\",\n    \"submitted_by\": \"PM SCHEDULER\",\n    \"type\": \"PM\",\n    \"wo_no\": \"21307\",\n    \"work_request_description\": \"Pump PM - Monthly\\ufffd\\ufffd\\ufffd** Closing comments from last work order **\\ufffdCompleted checklists - No issues\",\n    \"equipment\": [\n        {\n            \"eqp_no\": \"P3\"\n        }\n    ],\n    \"issue to\": [\n        {\n            \"issue_to\": \"2501\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21307\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/workorder\"\n        }\n    }\n}"}],"_postman_id":"e828c657-f3d1-45f4-8b51-4b2c7f4f27bf"},{"name":"Create Work Orders","id":"1d8b5441-fdef-4a04-a8dd-da8b5f4582b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"building_id\": \"001-0100\",\r\n        \"date\": \"2020-09-29\",\r\n        \"status\": \"S\",\r\n        \"submitted_by\": \"Brad Haughn\",\r\n        \"type\": \"DIN\",\r\n        \"work_request_description\": \"Please replace the lights outside the front door.  Entrance is too dark at night.\",\r\n        \"equipment\": [\r\n            {\r\n                \"eqp_no\": \"001-0100\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"building_id\": \"001\",\r\n        \"date\": \"2020-09-29\",\r\n        \"status\": \"I\",\r\n        \"submitted_by\": \"Mihyar Al Masalma\",\r\n        \"type\": \"REG\",\r\n        \"work_request_description\": \"Rear entrance lock fused shut.  Please replace lock.\",\r\n        \"equipment\": [\r\n            {\r\n                \"eqp_no\": \"001\"\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder","description":"<p>Create one or more Work Order</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorder"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c8b741c5-9934-4fb6-b7dd-6cc8bf95be18","name":"Create Work Orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"[\r\n    {\r\n        \"building_id\": \"001-0100\",\r\n        \"date\": \"2020-09-29\",\r\n        \"status\": \"S\",\r\n        \"submitted_by\": \"Brad Haughn\",\r\n        \"type\": \"DIN\",\r\n        \"work_request_description\": \"Please replace the lights outside the front door.  Entrance is too dark at night.\",\r\n        \"equipment\": [\r\n            {\r\n                \"eqp_no\": \"001-0100\"\r\n            }\r\n        ]\r\n    },\r\n    {\r\n        \"building_id\": \"001\",\r\n        \"date\": \"2020-09-29\",\r\n        \"status\": \"I\",\r\n        \"submitted_by\": \"Mihyar Al Masalma\",\r\n        \"type\": \"REG\",\r\n        \"work_request_description\": \"Rear entrance lock fused shut.  Please replace lock.\",\r\n        \"equipment\": [\r\n            {\r\n                \"eqp_no\": \"001\"\r\n            }\r\n        ]\r\n    }\r\n]","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:34:15 GMT"},{"key":"Content-Length","value":"30"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"21330\",\n        \"21331\"\n    ]\n}"}],"_postman_id":"1d8b5441-fdef-4a04-a8dd-da8b5f4582b0"},{"name":"Create a specific work order","id":"5d1bb8b4-0351-49f8-ab3a-d37ba6667d39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"building_id\": \"001-0100\",\r\n    \"date\": \"2020-09-29\",\r\n    \"status\": \"S\",\r\n    \"submitted_by\": \"Brad Haughn\",\r\n    \"type\": \"DIN\",\r\n    \"work_request_description\": \"Please replace the lights outside the front door.  Entrance is too dark at night.\",\r\n    \"equipment\": [\r\n        {\r\n            \"eqp_no\": \"001-0100\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/B100001","description":"<p>Create new work order using id specific link.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorder","B100001"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"51a071fa-65b9-4ed8-9c41-4d9e9050a886","name":"Crate a specific work order","originalRequest":{"method":"PUT","header":[],"body":{"mode":"raw","raw":"{\r\n    \"building_id\": \"001-0100\",\r\n    \"date\": \"2020-09-29\",\r\n    \"status\": \"S\",\r\n    \"submitted_by\": \"Brad Haughn\",\r\n    \"type\": \"DIN\",\r\n    \"work_request_description\": \"Please replace the lights outside the front door.  Entrance is too dark at night.\",\r\n    \"equipment\": [\r\n        {\r\n            \"eqp_no\": \"001-0100\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/B100001"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 01 Oct 2020 15:45:28 GMT"},{"key":"Content-Length","value":"24"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"B100001\"\n    ]\n}"}],"_postman_id":"5d1bb8b4-0351-49f8-ab3a-d37ba6667d39"},{"name":"Edit Work Order","id":"6ec23689-45af-4cff-9ad3-81b88bb44475","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"assign_to\": \"ELEC\",\r\n    \"status\": \"AP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/21307","description":"<p>Make updates to a work order.  Only necessary to pass fields wanted to be updated and can only be done to existing work orders.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorder","21307"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"b720ac24-5b0e-46bf-961e-d89a2818c344","name":"Edit Work Order","originalRequest":{"method":"PATCH","header":[],"body":{"mode":"raw","raw":"{\r\n    \"assign_to\": \"ELEC\",\r\n    \"status\": \"AP\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/21307"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:38:30 GMT"},{"key":"Content-Length","value":"22"}],"cookie":[],"responseTime":null,"body":"{\n    \"IDs\": [\n        \"21307\"\n    ]\n}"}],"_postman_id":"6ec23689-45af-4cff-9ad3-81b88bb44475"},{"name":"Delete an existing work order","id":"ccb69a1e-11db-4227-b6b7-65cefd29510e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/21307","description":"<p>allows the deletion of an existing work order (which cancels the work order in our system)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorder","21307"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"f82d6098-313b-4501-9472-b72a6fb2c0dd","name":"Delete an existing work order","originalRequest":{"method":"DELETE","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/21307"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:40:16 GMT"},{"key":"Content-Length","value":"140"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": 200,\n    \"phrase\": \"OK\",\n    \"method\": \"DELETE\",\n    \"URL\": \"https://api.megamation.com/mpcdev/dl/workorder/21307\"\n}"}],"_postman_id":"ccb69a1e-11db-4227-b6b7-65cefd29510e"}],"id":"b56f0568-6df9-44cd-b48e-1ae5c911e8f4","description":"<p>You can retrieve a list of work orders or the details of a single work order from the <code>WORK_ORDER_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new work order records or update existing work order information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder?STATUS=S&amp;TYPE=PM</code> where the data returned will only include values where the status is 'S' and the work order's type is 'PM'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"70373ab1-5818-4ad8-9f2d-f40dce1af349","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4261073b-95ec-4ae9-b1f1-fe82ff92437f","type":"text/javascript","exec":[""]}}],"_postman_id":"b56f0568-6df9-44cd-b48e-1ae5c911e8f4"},{"name":"Work Order History","item":[{"name":"Get Labels","id":"df04f239-0626-4b33-b028-be8061aace60","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorderhistory/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorderhistory","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"dc8e336d-f66d-44cb-8a63-5c3136f382ee","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:19:20 GMT"},{"key":"Content-Length","value":"548"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"WORK_ORDER_MASTER\",\n    \"Usage\": \"To get, update, and create work orders that will use the DirectLine System\",\n    \"WO_NO\": \"W/O#\",\n    \"TYPE\": \"Type\",\n    \"STATUS\": \"Status\",\n    \"DATE\": \"Date\",\n    \"SUBMITTED_BY\": \"Submitted By\",\n    \"PRIORITY\": \"Priority\",\n    \"JOB_TYPE\": \"Job Type\",\n    \"BUILDING_ID\": \"Building\",\n    \"BUILDING_NAME\": \"Building Name\",\n    \"EQP_NO\": \"Equipment#\",\n    \"WORK_REQUEST_DESCRIPTION\": \"Work Description\",\n    \"CLOSING_COMMENTS\": \"Closing Comments\",\n    \"ASSIGN_TO\": \"Assign To\",\n    \"ISSUE_TO\": \"Issue To\",\n    \"PLANNED_BY\": \"Planned By\",\n    \"PLANNED_DATE\": \"Planned Date\",\n    \"DATE_DUE\": \"Date Due/Required\"\n}"}],"_postman_id":"df04f239-0626-4b33-b028-be8061aace60"},{"name":"Get Schema","id":"4e5242fa-f86e-4bb2-9e7f-d4df1f0b1686","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorderhistory/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorderhistory","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"75e89f71-f34c-4fdc-b433-e815dd6bdf03","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:19:41 GMT"},{"key":"Content-Length","value":"1362"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/workorder/@SCHEMA\",\n    \"title\": \"WORKORDER_API\",\n    \"description\": \"WORK_ORDER_MASTER table containing work order information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"WO_NO\": {\n            \"description\": \"W/O#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"TYPE\": {\n            \"description\": \"Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"STATUS\": {\n            \"description\": \"Status\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DATE\": {\n            \"description\": \"Date - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"SUBMITTED_BY\": {\n            \"description\": \"Submitted By\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PRIORITY\": {\n            \"description\": \"Priority\",\n            \"type\": \"VARCHAR\"\n        },\n        \"JOB_TYPE\": {\n            \"description\": \"Job Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_ID\": {\n            \"description\": \"Building\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BUILDING_NAME\": {\n            \"description\": \"Building Name\",\n            \"type\": \"VARCHAR\"\n        },\n        \"EQP_NO\": {\n            \"description\": \"Equipment#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"WORK_REQUEST_DESCRIPTION\": {\n            \"description\": \"Work Description\",\n            \"type\": \"TEXT\"\n        },\n        \"CLOSING_COMMENTS\": {\n            \"description\": \"Closing Comments\",\n            \"type\": \"TEXT\"\n        },\n        \"ASSIGN_TO\": {\n            \"description\": \"Assign To\",\n            \"type\": \"VARCHAR\"\n        },\n        \"ISSUE_TO\": {\n            \"description\": \"Issue To\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PLANNED_BY\": {\n            \"description\": \"Planned By\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PLANNED_DATE\": {\n            \"description\": \"Planned Date - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        },\n        \"DATE_DUE\": {\n            \"description\": \"Date Due/Required - [Year][Month][Day]\",\n            \"type\": \"DATE\"\n        }\n    },\n    \"required\": [\n        \"WO_NO\",\n        \"TYPE\",\n        \"STATUS\",\n        \"DATE\",\n        \"SUBMITTED_BY\"\n    ]\n}"}],"_postman_id":"4e5242fa-f86e-4bb2-9e7f-d4df1f0b1686"},{"name":"Get Criteria","id":"aa52937f-a6fe-4d77-86ab-876a4f0c3ad3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorderhistory/@CRITERIA","description":"<p>Get the list of fields that are searchable for work order searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorderhistory","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"c8f0588c-02f7-4d9b-868a-0836b5cc8cb1","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 17:25:11 GMT"},{"key":"Content-Length","value":"545"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"WORK_ORDER_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"TYPE\": \"Type\",\n    \"STATUS\": \"Status\",\n    \"DATE\": \"Date\",\n    \"SUBMITTED_BY\": \"Submitted By\",\n    \"PRIORITY\": \"Priority\",\n    \"BUILDING_ID\": \"Building\",\n    \"EQP_NO\": \"Equipment#\",\n    \"ASSIGN_TO\": \"Assign To\",\n    \"ISSUE_TO\": \"Issue To\",\n    \"LIMIT\": \"The maximum number of records returned per request. The default for this field is 1000.\",\n    \"CURSOR\": \"Pass the cursor as a parameter to obtain additional record requests else is empty.\"\n}"}],"_postman_id":"aa52937f-a6fe-4d77-86ab-876a4f0c3ad3"},{"name":"Get Work Orders","id":"e3ef2be5-4267-4b2c-91ab-5167f18aad6a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorderhistory?STATUS=S&TYPE=PM","description":"<p>An example of getting work order information using search criteria.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorderhistory"],"host":["https://api.megamation.com"],"query":[{"key":"STATUS","value":"S"},{"key":"TYPE","value":"PM"}],"variable":[]}},"response":[{"id":"9b7b5db0-c060-43bc-ba12-39c2c5baf667","name":"Get Work Orders","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder?STATUS=S&TYPE=PM","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","workorder"],"query":[{"key":"STATUS","value":"S"},{"key":"TYPE","value":"PM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 14:31:55 GMT"},{"key":"Content-Length","value":"3303"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"WorkOrder\": [\n            {\n                \"building_id\": \"001-0100\",\n                \"date\": \"2020-02-03\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21308\",\n                \"work_request_description\": \"Pump PM - Annual \\ufffd** Closing comments from last work order **\\ufffdCompleted checklist - No issues\\r\\n\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"P1\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21308\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"MCAMPUS\",\n                \"date\": \"2020-02-03\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21309\",\n                \"work_request_description\": \"Weekly Inspection Cardboard Baler\\ufffd** Closing comments from last work order **\\ufffdCompleted checklist - No issues\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"4609002\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21309\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"MCAMPUS\",\n                \"date\": \"2020-02-03\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21310\",\n                \"work_request_description\": \"Monthly Boiler Inspection Using Checklist\\ufffd** Closing comments from last work order **\\ufffdDelayed on vacation - Completed checklists - No issues\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"3108002\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21310\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"BL-CORE\",\n                \"date\": \"2020-02-03\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21311\",\n                \"work_request_description\": \"Air Conditioner  Monthly Inspection\\ufffd** Closing comments from last work order **\\ufffdCompleted checklists - No issues\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"BL-CORE-AC-01\"\n                    },\n                    {\n                        \"eqp_no\": \"001-0100-RS01\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21311\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"BL-CORE\",\n                \"date\": \"2020-02-03\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21319\",\n                \"work_request_description\": \"Air Conditioner  Monthly Inspection\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"BL-CORE-AC-01\"\n                    },\n                    {\n                        \"eqp_no\": \"001-0100-RS01\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21319\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"001-0100\",\n                \"date\": \"2020-09-29\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21320\",\n                \"work_request_description\": \"Pump PM - Monthly\\ufffd\\ufffd\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"P1\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21320\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"001-0100\",\n                \"date\": \"2020-09-29\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21321\",\n                \"work_request_description\": \"Pump PM - Monthly\\ufffd\\ufffd\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"P1\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21321\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"001-0100\",\n                \"date\": \"2020-09-29\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21326\",\n                \"work_request_description\": \"Pump PM - Monthly\\ufffd\\ufffd\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"P1\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21326\"\n                    }\n                }\n            },\n            {\n                \"building_id\": \"001-0100\",\n                \"date\": \"2020-09-29\",\n                \"status\": \"S\",\n                \"submitted_by\": \"PM SCHEDULER\",\n                \"type\": \"PM\",\n                \"wo_no\": \"21327\",\n                \"work_request_description\": \"Pump PM - Monthly\\ufffd\\ufffd\\ufffd** Closing comments from last work order **\\ufffdCompleted checklists - No issues\",\n                \"equipment\": [\n                    {\n                        \"eqp_no\": \"P2\"\n                    }\n                ],\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21327\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/workorder?STATUS=S&TYPE=PM\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"e3ef2be5-4267-4b2c-91ab-5167f18aad6a"},{"name":"Get a specific work order's details","id":"a587fbdf-1246-4280-b7ed-89b229bdf38d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorderhistory/21307","description":"<p>Get details of a specific work order record.  This typically includes more information than the work order list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","workorderhistory","21307"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"54329240-6958-473b-a974-f2e8d59c394a","name":"Get a specific work order's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorder/21307"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Tue, 29 Sep 2020 18:22:22 GMT"},{"key":"Content-Length","value":"623"}],"cookie":[],"responseTime":null,"body":"{\n    \"assign_to\": \"MAINT\",\n    \"building_id\": \"001-0100\",\n    \"building_name\": \"Math Building\",\n    \"date\": \"2020-02-03\",\n    \"date_due\": \"2020-02-06\",\n    \"job_type\": \"\",\n    \"planned_by\": \"PM SCHEDULER\",\n    \"planned_date\": \"2020-02-01\",\n    \"priority\": \"5\",\n    \"status\": \"S\",\n    \"submitted_by\": \"PM SCHEDULER\",\n    \"type\": \"PM\",\n    \"wo_no\": \"21307\",\n    \"work_request_description\": \"Pump PM - Monthly\\ufffd\\ufffd\\ufffd** Closing comments from last work order **\\ufffdCompleted checklists - No issues\",\n    \"equipment\": [\n        {\n            \"eqp_no\": \"P3\"\n        }\n    ],\n    \"issue to\": [\n        {\n            \"issue_to\": \"2501\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/workorder/21307\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/workorder\"\n        }\n    }\n}"}],"_postman_id":"a587fbdf-1246-4280-b7ed-89b229bdf38d"}],"id":"687cc4f0-174f-45fc-9935-af69a0eba085","description":"<p><code>Version 1.05</code></p>\n<p>You can retrieve a list of work orders or the details of a single work order from the <code>WORK_ORDER_HISTORY</code> table.<br />You are also able to pass the same information retrieved as a way to create new work order records or update existing work order information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if an error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorderhistory/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorderhistory/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorderhistory?STATUS=CA&amp;TYPE=PM</code> where the data returned will only include values where the status is 'CA' and the work order's type is 'PM'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/workorderhistory/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"70373ab1-5818-4ad8-9f2d-f40dce1af349","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4261073b-95ec-4ae9-b1f1-fe82ff92437f","type":"text/javascript","exec":[""]}}],"_postman_id":"687cc4f0-174f-45fc-9935-af69a0eba085"},{"name":"Work Order Type","item":[{"name":"Get Labels","id":"875daa45-83e9-45d7-9c8c-3a0e0a59b75f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","WorkOrderType","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"4765f4bf-6176-4797-b375-37f60d8ec065","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:27:09 GMT"},{"key":"Content-Length","value":"210"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"WORK_ORDER_TYPE_MASTER\",\n    \"Usage\": \"To get, update, and create Work Order Type that will use the DirectLine System\",\n    \"WORK_ORDER_TYPE\": \"Work Order Type\",\n    \"PM_TYPE\": \"Type of PM\",\n    \"DESCRIPTION\": \"Description\"\n}"}],"_postman_id":"875daa45-83e9-45d7-9c8c-3a0e0a59b75f"},{"name":"Get Schema","id":"a1cbc72f-af14-4843-98e3-355c33a73fac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","WorkOrderType","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"0de18207-5f56-4a84-9c70-5f3ae35e7c31","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:31:44 GMT"},{"key":"Content-Length","value":"494"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/WorkOrderType/@SCHEMA\",\n    \"title\": \"WORKORDERTYPE_API\",\n    \"description\": \"WORK_ORDER_TYPE_MASTER table containing work order types information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"WORK_ORDER_TYPE\": {\n            \"description\": \"Work Order Type\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PM_TYPE\": {\n            \"description\": \"Type of PM\",\n            \"type\": null\n        },\n        \"DESCRIPTION\": {\n            \"description\": \"Description\",\n            \"type\": \"VARCHAR\"\n        }\n    },\n    \"required\": [\n        \"WORK_ORDER_TYPE\"\n    ]\n}"}],"_postman_id":"a1cbc72f-af14-4843-98e3-355c33a73fac"},{"name":"Get Criteria","id":"bbdd0882-8e9e-402f-8196-b587a2442c35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/@CRITERIA","description":"<p>Get the list of fields that are searchable for work order type searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","WorkOrderType","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"249fbc52-ca32-45f1-945e-8f8056b69a74","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:32:34 GMT"},{"key":"Content-Length","value":"190"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"WORK_ORDER_TYPE_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"PM_TYPE\": \"Type of PM\"\n}"}],"_postman_id":"bbdd0882-8e9e-402f-8196-b587a2442c35"},{"name":"Get Work Order Types","id":"5fc23ba1-d94b-485e-8556-f499c1cfdea7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType?PM_TYPE=PM","description":"<p>An example of getting work order type information using search criteria</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","WorkOrderType"],"host":["https://api.megamation.com"],"query":[{"key":"PM_TYPE","value":"PM"}],"variable":[]}},"response":[{"id":"084ba653-6c68-463d-b8a2-1d55b15d2ff2","name":"Get Work Order Types","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType?PM_TYPE=PM","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","WorkOrderType"],"query":[{"key":"PM_TYPE","value":"PM"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:45:47 GMT"},{"key":"Content-Length","value":"348"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"WorkOrderType\": [\n            {\n                \"description\": \"Prev. Maintenance\",\n                \"pm_type\": \"PM\",\n                \"work_order_type\": \"PM\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/WorkOrderType/PM\"\n                    }\n                }\n            }\n        ]\n    },\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/WorkOrderType?PM_TYPE=PM\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"5fc23ba1-d94b-485e-8556-f499c1cfdea7"},{"name":"Get a specific work order Type's details","id":"e46e907b-fe13-4018-ad37-a4ffd824301b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/DIN","description":"<p>Get details of a specific work order type record.  This typically includes more information than the work order type list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","WorkOrderType","DIN"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"f7002b24-497a-4807-886b-54736db5b3be","name":"Get a specific work order Type's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/DIN"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 12 Nov 2020 14:43:47 GMT"},{"key":"Content-Length","value":"229"}],"cookie":[],"responseTime":null,"body":"{\n    \"description\": \"Do It Now\",\n    \"pm_type\": \"PMI\",\n    \"work_order_type\": \"DIN\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/WorkOrderType/DIN\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/WorkOrderType\"\n        }\n    }\n}"}],"_postman_id":"e46e907b-fe13-4018-ad37-a4ffd824301b"}],"id":"c3c349f3-89e5-4a84-a8cb-e7876a3a3318","description":"<p>You can retrieve a list of work order types or the details of a single work order type from the <code>WORK_ORDER_TYPE_MASTER</code> table. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType?PM_TYPE=PM</code> where the data returned will only include values where the work order's type with PM_TYPE is 'PM'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/WorkOrderType/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>PM_TYPE=[]PM</strong> to select results where the TYPE contains PM.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n","event":[{"listen":"prerequest","script":{"id":"58da1ec1-2158-4f2a-8514-a3c513e762b3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3987d4bc-ac13-4878-bd5e-4b7ce579a128","type":"text/javascript","exec":[""]}}],"_postman_id":"c3c349f3-89e5-4a84-a8cb-e7876a3a3318"},{"name":"Version","item":[{"name":"Get Version","id":"b3e2f628-fd00-4e14-be7f-550baabfc174","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Version","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Version"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"e4280add-1948-4e4b-976e-88e342caca0f","name":"Get Version","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Version"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Wed, 10 Nov 2021 13:51:15 GMT"},{"key":"Content-Length","value":"163"}],"cookie":[],"responseTime":null,"body":"{\n    \"API Version\": \"1.02\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/Version\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"b3e2f628-fd00-4e14-be7f-550baabfc174"}],"id":"ac45223f-f4e0-4c08-b21f-5ad3519a7f11","description":"<p>You can retrieve the API's current version.  This is useful for determining which functions are available to be enabled in your installation.</p>\n","auth":{"type":"noauth","isInherited":false},"event":[{"listen":"prerequest","script":{"id":"bc4774b6-8c59-4061-a5da-71a6476216c3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d5e58459-df7f-4f92-a33f-a96b5b1027ec","type":"text/javascript","exec":[""]}}],"_postman_id":"ac45223f-f4e0-4c08-b21f-5ad3519a7f11"},{"name":"Voucher","item":[{"name":"Get Labels","id":"7cc7ee08-61c1-495a-8ee5-43d3e9ae6787","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/@LABELS","description":"<p>Get the list of fields and their real world names (if different)</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Voucher","@LABELS"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9301429b-621d-41e5-aea4-4bea83f0657d","name":"Get Labels","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/@LABELS"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 04 Dec 2020 19:59:26 GMT"},{"key":"Content-Length","value":"644"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"VOUCHER_MASTER\",\n    \"Usage\": \"To get, update, and create Voucher that will use the DirectLine System\",\n    \"RECEIVING_NO\": \"Receiving No\",\n    \"PURCHASE_ORDER\": \"P/O#\",\n    \"RELEASE_NO\": \"Release\",\n    \"RECEIVER\": \"Received By\",\n    \"BILL_OF_LADING\": \"Invoice#\",\n    \"DATE_RECEIVED\": \"Date\",\n    \"SUPPLIER_NO\": \"Supplier #\",\n    \"SUPPLIER_NAME\": \"Supplier Name\",\n    \"PART_NUMBER\": \"Part #\",\n    \"WAREHOUSE\": \"Whs\",\n    \"PART_DESCRIPTION\": \"Part Description\",\n    \"UOM\": \"UOM\",\n    \"QTY_ORDERED\": \"Order Qty\",\n    \"UNIT_COST\": \"Unit Price\",\n    \"QTY_RECEIVED\": \"Voucher Qty\",\n    \"V_REAL_COST\": \"Real Cost\",\n    \"V_COST_ADDITIONAL\": \"Added Costs\",\n    \"V_COST\": \"Avg. Voucher Cost\",\n    \"VOUCHER_PENDING_FLAG\": \"Save as a Pending Voucher Transation\"\n}"}],"_postman_id":"7cc7ee08-61c1-495a-8ee5-43d3e9ae6787"},{"name":"Get Schema","id":"7bcc2077-46b0-4543-b57c-7ca63d0df8d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/@SCHEMA","description":"<p>Get the details of the data being sent and received</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Voucher","@SCHEMA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"9b7a0311-c3a5-4ab1-9d3d-2c777251a9c8","name":"Get Schema","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/@SCHEMA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 04 Dec 2020 20:04:03 GMT"},{"key":"Content-Length","value":"1619"}],"cookie":[],"responseTime":null,"body":"{\n    \"$schema\": \"http://json-schema.org/draft-07/schema#\",\n    \"$id\": \"https://api.megamation.com/mpcdev/dl/Voucher/@SCHEMA\",\n    \"title\": \"VOUCHER_API\",\n    \"description\": \"VOUCHER_MASTER table containing voucher information for DirectLine\",\n    \"type\": \"object\",\n    \"properties\": {\n        \"RECEIVING_NO\": {\n            \"description\": \"Receiving No\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PURCHASE_ORDER\": {\n            \"description\": \"P/O#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"RELEASE_NO\": {\n            \"description\": \"Release\",\n            \"type\": \"VARCHAR\"\n        },\n        \"RECEIVER\": {\n            \"description\": \"Received By\",\n            \"type\": \"VARCHAR\"\n        },\n        \"BILL_OF_LADING\": {\n            \"description\": \"Invoice#\",\n            \"type\": \"VARCHAR\"\n        },\n        \"DATE_RECEIVED\": {\n            \"description\": \"Date - [DATE_OUTPUT]\",\n            \"type\": \"DATE\"\n        },\n        \"SUPPLIER_NO\": {\n            \"description\": \"Supplier #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"SUPPLIER_NAME\": {\n            \"description\": \"Supplier Name\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PART_NUMBER\": {\n            \"description\": \"Part #\",\n            \"type\": \"VARCHAR\"\n        },\n        \"WAREHOUSE\": {\n            \"description\": \"Whs\",\n            \"type\": \"VARCHAR\"\n        },\n        \"PART_DESCRIPTION\": {\n            \"description\": \"Part Description\",\n            \"type\": \"VARCHAR\"\n        },\n        \"UOM\": {\n            \"description\": \"UOM\",\n            \"type\": \"VARCHAR\"\n        },\n        \"QTY_ORDERED\": {\n            \"description\": \"Order Qty - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"UNIT_COST\": {\n            \"description\": \"Unit Price - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"QTY_RECEIVED\": {\n            \"description\": \"Voucher Qty - [COST.OUTPUT2]\",\n            \"type\": \"FLOAT\"\n        },\n        \"V_REAL_COST\": {\n            \"description\": \"Real Cost - [COST.OUTPUT4]\",\n            \"type\": \"FLOAT\"\n        },\n        \"V_COST_ADDITIONAL\": {\n            \"description\": \"Added Costs - [COST.OUTPUT4]\",\n            \"type\": \"FLOAT\"\n        },\n        \"V_COST\": {\n            \"description\": \"Avg. Voucher Cost - [COST.OUTPUT4]\",\n            \"type\": \"FLOAT\"\n        },\n        \"VOUCHER_PENDING_FLAG\": {\n            \"description\": \"Save as a Pending Voucher Transation\",\n            \"type\": \"BOOLEAN\"\n        }\n    },\n    \"required\": [\n        \"RECEIVING_NO\",\n        \"PURCHASE_ORDER\",\n        \"RELEASE_NO\",\n        \"RECEIVER\",\n        \"BILL_OF_LADING\",\n        \"DATE_RECEIVED\"\n    ]\n}"}],"_postman_id":"7bcc2077-46b0-4543-b57c-7ca63d0df8d2"},{"name":"Get Criteria","id":"b3b9ad68-9418-4c6a-bf89-3ce6f1e35f42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/@CRITERIA","description":"<p>Get the list of fields that are searchable for Voucher searches</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Voucher","@CRITERIA"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"d8ce19eb-8b37-4693-9808-6aee718657d2","name":"Get Criteria","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/@CRITERIA"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 17:39:01 GMT"},{"key":"Content-Length","value":"460"}],"cookie":[],"responseTime":null,"body":"{\n    \"Table\": \"VOUCHER_MASTER\",\n    \"Criteria\": \"Columns Available to search/filter results\",\n    \"ALLFIELDS\": \"Set to 1 to see all available fields.  Useful for reporting\",\n    \"PURCHASE_ORDER\": \"P/O#\",\n    \"PART_NUMBER\": \"Part #\",\n    \"LIMIT\": \"The maximum number of records returned per request. The default for this field is 1000.\",\n    \"CURSOR\": \"Pass the cursor as a parameter to obtain additional record requests else is empty.\",\n    \"VOUCHER_PENDING_FLAG\": \"Save as a Pending Voucher Transation\"\n}"}],"_postman_id":"b3b9ad68-9418-4c6a-bf89-3ce6f1e35f42"},{"name":"Get Voucher","id":"11592663-e5dc-460a-adec-e9c206fbe3bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher?PURCHASE_ORDER=10000","description":"<p>An example of getting Voucher using search criteria.</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Voucher"],"host":["https://api.megamation.com"],"query":[{"key":"PURCHASE_ORDER","value":"10000"}],"variable":[]}},"response":[{"id":"a0655245-a08a-42c9-bc24-503cc2e9536a","name":"Get Voucher","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher?PURCHASE_ORDER=10000","host":["https://api.megamation.com"],"path":["CLIENT_ID","DATABASE_ID","Voucher"],"query":[{"key":"PURCHASE_ORDER","value":"10000"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/7.4.19"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Fri, 09 Jul 2021 15:01:23 GMT"},{"key":"Content-Length","value":"1003"}],"cookie":[],"responseTime":null,"body":"{\n    \"_embedded\": {\n        \"Voucher\": [\n            {\n                \"bill_of_lading\": \"1888\",\n                \"date_received\": \"2000-09-28\",\n                \"purchase_order\": \"10000\",\n                \"receiver\": \"wendy\",\n                \"receiving_no\": \"10060\",\n                \"release_no\": \"HC000\",\n                \"supplier_name\": \"Test Supplier\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Voucher/10060\"\n                    }\n                }\n            },\n            {\n                \"bill_of_lading\": \"1889\",\n                \"date_received\": \"2000-09-28\",\n                \"purchase_order\": \"10000\",\n                \"receiver\": \"wendy\",\n                \"receiving_no\": \"10061\",\n                \"release_no\": \"HC000\",\n                \"supplier_name\": \"Test Supplier\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Voucher/10061\"\n                    }\n                }\n            },\n            {\n                \"bill_of_lading\": \"1001001\",\n                \"date_received\": \"2021-01-15\",\n                \"purchase_order\": \"10000\",\n                \"receiver\": \"Mihyar\",\n                \"receiving_no\": \"10278\",\n                \"release_no\": \"HC000\",\n                \"supplier_name\": \"AIRTRON INC.\",\n                \"_links\": {\n                    \"self\": {\n                        \"href\": \"https://api.megamation.com/mpcdev/dl/Voucher/10278\"\n                    }\n                }\n            }\n        ]\n    },\n    \"has_more\": \"False\",\n    \"cursor\": \"\",\n    \"next_page\": \"\",\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/Voucher?PURCHASE_ORDER=10000\"\n        },\n        \"apiEntryPoint\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl\"\n        }\n    }\n}"}],"_postman_id":"11592663-e5dc-460a-adec-e9c206fbe3bc"},{"name":"Get a specific Voucher's details","id":"43ee35dd-1c62-4853-9803-96ac5438f425","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/10060","description":"<p>Get details of a specific Voucher record.  This typically includes more information than the Voucher list</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","Voucher","10060"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[{"id":"1266f1d0-2a05-4a20-ab29-0dec2b2c8941","name":"Get a specific Voucher's details","originalRequest":{"method":"GET","header":[],"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/10060"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache, no-store, must-revalidate"},{"key":"Content-Type","value":"application/hal+json"},{"key":"Server","value":"Microsoft-IIS/8.5"},{"key":"X-Powered-By","value":"PHP/5.6.22"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"WWW-Authenticate","value":"xBasic realm=\"DirectLine API\""},{"key":"X-Robots-Tag","value":"noindex"},{"key":"Date","value":"Thu, 03 Dec 2020 17:15:00 GMT"},{"key":"Content-Length","value":"597"}],"cookie":[],"responseTime":null,"body":"{\n    \"bill_of_lading\": \"1888\",\n    \"date_received\": \"2000-09-28\",\n    \"purchase_order\": \"10000\",\n    \"receiver\": \"wendy\",\n    \"receiving_no\": \"10060\",\n    \"release_no\": \"HC000\",\n    \"supplier_name\": \"Test Supplier\",\n    \"supplier_no\": \"10000\",\n    \"voucher details\": [\n        {\n            \"part_description\": \"Test part for vouchering\",\n            \"part_number\": \"WENDY\",\n            \"qty_ordered\": \"9.00\",\n            \"qty_received\": \"8.00\",\n            \"unit_cost\": \"1.00\",\n            \"uom\": \"EA\",\n            \"v_cost\": \"1.5000\",\n            \"v_cost_additional\": \".0000\",\n            \"v_real_cost\": \"1.5000\",\n            \"warehouse\": \"MT\"\n        }\n    ],\n    \"_links\": {\n        \"self\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/Voucher/10060\"\n        },\n        \"collection\": {\n            \"href\": \"https://api.megamation.com/mpcdev/dl/Voucher\"\n        }\n    }\n}"}],"_postman_id":"43ee35dd-1c62-4853-9803-96ac5438f425"},{"name":"Create Voucher","id":"f8bc2cbf-16ef-4009-b324-65f2d3a6a0cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"avg_cost\": \"173.8000\",\r\n    \"category\": \"A\",\r\n    \"class\": \"BOLT\",\r\n    \"cost\": \"173.8000\",\r\n    \"inv_uom\": \"EA\",\r\n    \"part_no\": \"BOLT000020\",\r\n    \"qty_on_order\": \".00\",\r\n    \"type\": \"ST\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.megamation.com/CLIENT_ID/DATABASE_ID/INVHeader","description":"<p>Create one or more Voucher</p>\n","urlObject":{"path":["CLIENT_ID","DATABASE_ID","INVHeader"],"host":["https://api.megamation.com"],"query":[],"variable":[]}},"response":[],"_postman_id":"f8bc2cbf-16ef-4009-b324-65f2d3a6a0cf"}],"id":"a7b72ef9-13b4-4a2e-ada8-fb47c9c708fd","description":"<p>You can retrieve a list of Vouchers or the details of a single Voucher from the <code>VOUCHER_MASTER</code> table.<br />You are also able to pass the same information retrieved as a way to create new Voucher records or update existing Voucher information. You will be required to adhere to existing logic from our base system (including validation or making sure required fields are filled in) and if error occurs, the error returned will include information about how to rectify this issue. Any field available in DirectLine for this table can be made available to this endpoint. Please contact your account manager to discuss your specific requirements.</p>\n<p>The list of fields returned is a subset of all fields returned. To get a list of all fields returned you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/@LABELS</code>.</p>\n<p>Fields are truncated to 1000 characters by default.</p>\n<p>Detailed information of the fields returned including field types can be obtained using the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/@SCHEMA</code></p>\n<p>You can filter the returned results by available criteria as well. An example would be to use a link such as: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher?PURCHASE_ORDER=10000</code> where the data returned will only include values where the purchase order is '10000'. To get a full list of filterable fields you can use the link: <code>https://api.megamation.com/CLIENT_ID/DATABASE_ID/Voucher/@CRITERIA</code></p>\n<p>Additional filtering can be done by using filter modifiers on the value passed.</p>\n<p>These modifiers include:</p>\n<p><strong>[]</strong> for containing</p>\n<p><strong>!!</strong> for not equal</p>\n<p><strong>&gt;&gt;</strong> for greater than</p>\n<p><strong>&lt;&lt;</strong> for less than</p>\n<p><strong>&lt;&gt;</strong> for between.</p>\n<p>Use each of these by adding them to the front of any value such as: <strong>CLASS=[]BO</strong> to select results where the CLASS contains BO.</p>\n<p>You can send muliple values using comma(,) as delimiter <code>Version 1.06</code></p>\n<p>Between is useful for dates where you would use <strong>DATE=&lt;&gt;2020-01-01,2020-12-31</strong> for results between 2020-01-01 and 2020-12-31. Between is inclusive so the results will include records when the date is 2020-01-01 and 2020-12-31. Your system's date format may be different than the examples here as it is a setting in DirectLine. The @SCHEMA example (above) will show the date format being used for any date validated field for the endpoint being viewed.</p>\n<p><strong>LIMIT</strong>: The maximum number of records returned per request. The default for this field is 1000.</p>\n<p><em>Response has the following additional fields</em>:</p>\n<ul>\n<li><p><strong>has_more</strong>: Is true if there are additional records that have not been returned yet. An additional call can retrieve them.</p>\n</li>\n<li><p><strong>cursor</strong>: Pass the cursor as a parameter into next call to obtain additional record requests else is empty.</p>\n</li>\n<li><p><strong>next_page</strong>: A Link for the next request else is empty.</p>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"022d7f20-9818-45b4-9db9-6a399c833ef5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4f7c597c-49d5-497e-ab23-ee1ba0932f4f","type":"text/javascript","exec":[""]}}],"_postman_id":"a7b72ef9-13b4-4a2e-ada8-fb47c9c708fd"}],"event":[{"listen":"prerequest","script":{"id":"ee55a997-ae7e-4f48-8f3b-ace88bf09c70","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e907f3b7-7612-4e2f-b33f-e83404376077","type":"text/javascript","exec":[""]}}],"variable":[{"id":"7952b4cd-0e6a-4893-8812-48f8f32d677a","key":"baseUrl","value":"https://api.megamation.com"},{"id":"4619b7b3-932c-4855-98ce-6ec96e9ceffe","key":"client_name","value":"CLIENT_ID"},{"id":"5b6fddb3-6672-4d81-8d37-15bf3e6d9062","key":"database","value":"DATABASE_ID"},{"id":"bbca50c7-d060-4c3b-9a92-e33b8e8731ee","key":"appid","value":"YOUR_APP_ID"}]}