{"info":{"_postman_id":"1c5fc097-1fa2-aa5c-da84-9ae4f65e4228","name":"MODERN Partner API - Documentation","description":"<html><head></head><body><h2 id=\"authentication\">Authentication</h2>\n<blockquote>\n<p>All requests require bearer token authentication. <em>Authorization: Bearer <code>token</code></em></p>\n<p>To get an access token, exchange the provided username and password via basic authentication to the /token endpoint. <em>Authorization: Basic <code>credentials</code></em></p>\n</blockquote>\n<ul>\n<li>Access tokens are valid for 24 hours</li>\n<li>Access tokens will give you access to a single franchise's data.</li>\n<li>You will receive a username and password for each franchise that authorizes you to perform actions on their behalf.</li>\n</ul>\n<h3 id=\"base-url\">Base URL</h3>\n<blockquote>\n<ul>\n<li><strong>Production</strong>: <a href=\"https://connect.modernis.com\">https://connect.modernis.com</a></li>\n</ul>\n</blockquote>\n<h3 id=\"support\">Support</h3>\n<blockquote>\n<p><strong>Modern-Request-Log-ID</strong> Is a header that's returned on every request. You will need to store this value in order to receive support on specific requests.</p>\n</blockquote>\n<h3 id=\"parameters\">Parameters</h3>\n<p>All parameters available are used in the request examples below. This does not necessarily mean they're all required.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"1530425","collectionId":"1c5fc097-1fa2-aa5c-da84-9ae4f65e4228","publishedId":"RWEgreaJ","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2023-01-31T23:37:00.000Z"},"item":[{"name":"Federation","item":[{"name":"Request Access Token","id":"7874f759-84c1-4084-bedb-9ad2c417b37a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{user_name}}"},{"key":"password","value":"{{password}}"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/token","description":"<blockquote>\n<p>Retrieve a 24 hour access token. (If you need a longer token life, please contact <a href=\"mailto:devs@modernis.com\">devs@modernis.com</a>)</p>\n</blockquote>\n<ul>\n<li>Returns an object.</li>\n</ul>\n","urlObject":{"path":["token"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"28cc3c00-867b-2fdd-9a96-d4039bbc301b","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic <base64 encoded credentials here>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/token"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 20 Jun 2018 23:17:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"dca8f5eb1586c94b271824aadb55c629\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.1.12","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"bfd77010-679b-44a7-b12d-2e5c20f364ff","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":"146","body":"{\n\t\"franchise\": \"Example Franchise Name\",\n    \"access_token\": \"example_token_f2af9da18057f166fec0d6fe2cf15846f2af9da18057f166fec0d6fe2cf15846f2af9da18057f166fec0d6fe2cf15846f2af9da18057f166fec0d6fe2cf15846f2af9da18057f166fec0d6fe2cf15846f2af9da18057f166fe\",\n    \"token_type\": \"Bearer\",\n    \"expires_in\": {\n        \"unit\": \"seconds\",\n        \"value\": 79595\n    }\n}"},{"id":"9a368b34-2f79-a4f1-0407-864762bb653d","name":"401 Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic <credentials here>"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/token"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 20 Jun 2018 23:17:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"dca8f5eb1586c94b271824aadb55c629\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.1.12","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"bfd77010-679b-44a7-b12d-2e5c20f364ff","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":"146","body":"{\n    \"error\": \"invalid_credentials\",\n    \"error_msg\": \"Invalid client or client credentials\"\n}"}],"_postman_id":"7874f759-84c1-4084-bedb-9ad2c417b37a"}],"id":"50598700-519a-cc8d-1168-8649219503ce","event":[{"listen":"prerequest","script":{"id":"d4360356-baea-447f-aa00-48bcc33bd196","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"90a41579-4a0c-41b2-870e-a53678e6cf38","type":"text/javascript","exec":[""]}}],"_postman_id":"50598700-519a-cc8d-1168-8649219503ce","description":""},{"name":"Dashboards","item":[{"name":"List Dashboards","id":"1f86b167-f981-40da-8f79-27c104406d84","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/dashboards","description":"<blockquote>\n<p>Retreive a list of active MODERN dashboards.</p>\n</blockquote>\n<ul>\n<li>Returns an array of objects.</li>\n<li>The same work order number can live on multiple MODERN dashboards, though it is rare.</li>\n</ul>\n<blockquote>\n<p>If you're unsure about what dashboard type you're looking for, you can request a list of active dashboard types for your franchise with the List Dashboard Types endpoint.</p>\n</blockquote>\n<blockquote>\n<p>Examples of possible dashboard types:</p>\n</blockquote>\n<ul>\n<li>field_service</li>\n<li>shop_service</li>\n<li>component_rebuilt</li>\n<li>fabrication</li>\n</ul>\n","urlObject":{"path":["v1","dashboards"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2c2487be-c2c4-4081-a9af-23100674821e","name":"200 OK - With Work Order Number","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/v1/dashboards?wo_number=56289","host":["{{base_url}}"],"path":["v1","dashboards"],"query":[{"key":"wo_number","value":"56289","description":"String (optional) - Rather than a list of ALL dashboards, only the dashboard(s) where work orders containing the provided work order number were opened, will be returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"8734b5f45ef5f92f420f9eec6901988c\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"dac0c853-1cc4-4201-a2bb-992bd7f3a2d7","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"MODERN Equipment Field Service\",\n        \"id\": \"Hc6srS-G-p2WVFc1KOt77A\",\n        \"type\": \"field_service\"\n    }\n]"},{"id":"6aceeead-663d-49bf-be9c-ca15bbda08f9","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"","value":"","warning":"","disabled":true}],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/v1/dashboards"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"8734b5f45ef5f92f420f9eec6901988c\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"b9d4ba98-16a3-4f18-9fd2-cd386dc3b6bc","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"MODERN Equipment Shop Service\",\n        \"id\": \"nlsJlOMIxntgu-CTw0d-Ew\",\n        \"type\": \"shop_service\"\n    },\n    {\n        \"name\": \"MODERN Equipment Field Service\",\n        \"id\": \"Hc6srS-G-p2WVFc1KOt77A\",\n        \"type\": \"field_service\"\n    },\n    {\n        \"name\": \"MODERN Equipment Component Rebuild\",\n        \"id\": \"26A8CDJNuzzYj_9RSZUZEg\",\n        \"type\": \"component_rebuild\"\n    },\n    {\n        \"name\": \"MODERN Equipment Fabrication\",\n        \"id\": \"EkqWRRdzwBvo8SAhWCfSKw\",\n        \"type\": \"fabrication\"\n    }\n]"},{"id":"8507a55d-52bd-49fd-8c49-95eafd83f14f","name":"200 OK - With Dashboard Type","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/v1/dashboards?dashboard_type=field_service","host":["{{base_url}}"],"path":["v1","dashboards"],"query":[{"key":"wo_number","value":"56289","description":"String (optional) - Rather than a list of ALL dashboards, only the dashboard(s) where work orders containing the provided work order number, will be returned.","disabled":true},{"key":"dashboard_type","value":"field_service"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"7e95dadcd32cd7bcc4c8f79cdbb562f1\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"S1-xODv6iDIMnFULIyTvLg","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"70c7dab9-a3c5-41cc-a9c6-82410fc6103f","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"MDS Field Service Loc\",\n        \"id\": \"Hc6srS-G-p2WVFc1KOt77A\",\n        \"type\": \"field_service\"\n    }\n]"},{"id":"e2808473-3b71-4c80-95a0-2c929e521288","name":"200 OK - Work Order Not Found","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/v1/dashboards?wo_number=56289D","host":["{{base_url}}"],"path":["v1","dashboards"],"query":[{"key":"wo_number","value":"56289D","description":"String (optional) - Rather than a list of ALL dashboards, only the dashboard(s) where work orders containing the provided work order number, will be returned."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"4f53cda18c2baa0c0354bb5f9a3ecbe5\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"09b21d76-d8a2-47dd-ad2f-e2151149df41","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[]"}],"_postman_id":"1f86b167-f981-40da-8f79-27c104406d84"},{"name":"List Dashboard Types","id":"edb9e1b7-ce08-47b5-a819-0f0a4bb3d8fb","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/v1/dashboards/types","description":"<blockquote>\n<p>Retreive a list of active dashboard types for your franchise.</p>\n</blockquote>\n<ul>\n<li>Returns an array of objects.</li>\n</ul>\n","urlObject":{"path":["v1","dashboards","types"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"273e0668-0123-43b3-8e16-ad7609bd59bd","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/v1/dashboards/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"cf95bfa96f4f9e2ea747c2076f560bd9\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"dqz8yYrpyQxiz9li1_TXfA","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"0be3bc51-53c3-494e-9c14-73ac4393412e","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[{\"name\":\"field_service\"},{\"name\":\"sales_and_rental\"},{\"name\":\"component_rebuild\"},{\"name\":\"fabrication\"}]"}],"_postman_id":"edb9e1b7-ce08-47b5-a819-0f0a4bb3d8fb"}],"id":"05e64bab-6e2c-4e26-8078-48f37efbb82e","_postman_id":"05e64bab-6e2c-4e26-8078-48f37efbb82e","description":""},{"name":"Events","item":[{"name":"List Event Types","id":"aa8780fc-54da-4791-b151-6f74bf2d6a55","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/event_types?dashboard_id=eSOwKY_A0kcpoy5ZSaAM2Q","description":"<blockquote>\n<p>Retrieve a list of all available event types.</p>\n</blockquote>\n<ul>\n<li>Returns an array of objects.</li>\n</ul>\n","urlObject":{"path":["v1","event_types"],"host":["{{base_url}}"],"query":[{"description":{"content":"<p>String (required) - Used to lookup the dashboard that an events list will be returned for.</p>\n","type":"text/plain"},"key":"dashboard_id","value":"eSOwKY_A0kcpoy5ZSaAM2Q"}],"variable":[]}},"response":[{"id":"1786b845-dd98-4fa2-929a-0e8aa818f0f2","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/v1/event_types?dashboard_id=Hc6srS-G-p2WVFc1KOt77A","host":["{{base_url}}"],"path":["v1","event_types"],"query":[{"key":"dashboard_id","value":"Hc6srS-G-p2WVFc1KOt77A","description":"String (required) - Used to lookup the dashboard that an events list will be returned for."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"031549476ea3b8d8c89d830e6dda500d\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"e2edd580-056f-46f3-8fb7-b08aefbb5f43","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Checked In\",\n        \"message\": \"MDS Equipment: Your vehicle has been checked in.  View status here -> {{status_link}}\",\n        \"step\": 1,\n        \"id\": 431,\n        \"code\": \"CHKN\"\n    },\n    {\n        \"name\": \"Diagnostic\",\n        \"message\": \"MDS Equipment: Your vehicle is currently in the diagnostic process.\",\n        \"step\": 2,\n        \"id\": 432,\n        \"code\": \"DIAG\"\n    },\n    {\n        \"name\": \"Approval Pending\",\n        \"message\": \"MDS Equipment: We have prepared your estimate and would like to speak with you.\",\n        \"step\": 3,\n        \"id\": 433,\n        \"code\": \"APEN\"\n    },\n    {\n        \"name\": \"Parts Pending\",\n        \"message\": \"MDS Equipment: We are waiting on a parts order for your vehicle.\",\n        \"step\": 4,\n        \"id\": 434,\n        \"code\": \"PPEN\"\n    },\n    {\n        \"name\": \"Repair\",\n        \"message\": \"MDS Equipment: Your vehicle is currently in the repair process.\",\n        \"step\": 5,\n        \"id\": 435,\n        \"code\": \"REP\"\n    },\n    {\n        \"name\": \"Finished\",\n        \"message\": \"MDS Equipment: Your vehicle is finished and is ready to be picked up.\",\n        \"step\": 6,\n        \"id\": 436,\n        \"code\": \"FIN\"\n    }\n]"},{"id":"6f112bb9-3f82-44f4-8a9c-9b5d2a834485","name":"404 Not Found","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/v1/event_types?dashboard_id=tnuq_v8a2vD_y1sMy-_2PA","host":["{{base_url}}"],"path":["v1","event_types"],"query":[{"key":"dashboard_id","value":"tnuq_v8a2vD_y1sMy-_2PA","description":"String (required) - Used to lookup the dashboard that an events list will be returned for."}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 27 Jun 2018 22:04:16 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"031549476ea3b8d8c89d830e6dda500d\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.1.12","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"dc88dca7-cdc0-451e-a834-d32ed659e97d","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_found\",\n    \"error_msg\": \"Could not find a Business with dashboard_id: tnuq_v8a2vD_ysMy-_2PA.\"\n}"},{"id":"860aea53-a0b5-4b30-95a4-86d90a5c3815","name":"422 Unprocessable Entity","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/v1/event_types"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Wed, 27 Jun 2018 22:17:22 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"422 Unprocessable Entity","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.1.12","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"26fab022-9b0c-4530-b7f4-8fee45fe586d","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"error\":\"missing_required_params\",\"error_msg\":\"Missing required parameters: dashboard_id.\"}"}],"_postman_id":"aa8780fc-54da-4791-b151-6f74bf2d6a55"},{"name":"Create Event","id":"7ac2cc3a-2cc4-4e2d-99a0-a22c23723e28","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"work_order_number\":\"WO645\",\n   \"work_order_id\": \"3d85d110-d425-0133-6b3b-0a9527c2bae6\",\n   \"event_type_id\": 433,\n   \"send_notification\": true,\n   \"notification\": \"{{service_employee}} will have your equipment completed {{etc}}. Thank you.\",\n   \"notification_tags\": {\n\t\t\"etc\": \"Tomorrow at 3pm\",\n\t\t\"service_employee\": \"Dr Chim Richalds\"\n   },\n   \"technician\":{\n\t    \"first_name\": \"Daniel\",\n\t    \"last_name\": \"Logan\",\n\t    \"tech_id\": \"A123A21D2\"\n\t}\n}"},"url":"{{base_url}}/v1/events","description":"<blockquote>\n<p>Change a work orders active event type and send notifications.</p>\n</blockquote>\n<ul>\n<li>Returns an object.</li>\n<li>If send_notification is true and notification is left empty, the default message will be sent for the event.</li>\n<li>You can pass a notification_tags object with replacement values for any tags contained in the message string.</li>\n<li>You can pass a technician object to assign a technician to the job. If the technician doesn't exist, it will be created.</li>\n<li>If the event type you send is the same as what the work order is already set to, an event wont be created. You'll receive status: not_changed in the response object.</li>\n<li>Only one of event_type_id or event_type_code is required. If both are sent, event_type_id will receive priority.</li>\n<li>Only one of work_order_id or work_order_number is required. If both are sent, work_order_id will receive priority.</li>\n<li>Make sure you have the Content-Type: application/json header.</li>\n<li>The business name will be prepended to all messages.</li>\n</ul>\n","urlObject":{"path":["v1","events"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"5e4a8954-db30-4a0c-9642-b1b71e620c77","name":"200 OK - Created","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","warning":"","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"work_order_id\": \"dcf92350-30eb-0134-660e-0a9527c2bae6\",\n\t\"event_type_id\": 492,\n\t\"send_notification\": false\n}"},"url":"{{base_url}}/v1/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"fac58b21256c96b712ae0ae3410ac13c\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"be12bd0d-0547-4b0f-bc04-d12fb971c3c0","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_status\": \"created\",\n    \"event_id\": 9443\n}"},{"id":"65c6f54e-7f1c-4227-9995-beccd9403c98","name":"200 OK - Send Custom Message","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"work_order_id\": \"dcf92350-30eb-0134-660e-0a9527c2bae6\",\n\t\"event_type_id\": 492,\n\t\"send_notification\": true,\n\t\"notification\": \"{{service_employee}} will have your equipment completed {{etc}}. Thank you.\",\n\t\"notification_tags\": {\n\t\t\"etc\": \"Tomorrow at 3pm\",\n\t\t\"service_employee\": \"Dr Chim Richalds\"\n     }\n}"},"url":"{{base_url}}/v1/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"eacab5cc5cb4219c69e33cbb373f8909\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"t6qzBug1cBanK-ObOIBjPA","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"dffa4d48-a5c4-4401-a3b6-e69eddf251c9","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_status\": \"created\",\n    \"event_id\": 956315,\n    \"notification_status\": \"created\",\n    \"notification_id\": 513684\n}"},{"id":"74b29735-6572-4847-829a-d0da80944173","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"work_order_id\": \"dcf92350-30eb-0134-660e-0a9527c2bae6\",\n\t\"event_type_id\": 492,\n\t\"send_notification\": true\n}"},"url":"{{base_url}}/v1/events"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 29 Jun 2018 00:09:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Modern-Request-Log-ID","value":"4m_9-f4932f_lNfAJGAA6g","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"404 Not Found","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.1.12","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"b482ebef-010f-4b8b-b842-7902584f2f83","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"error\":\"not_found\",\"error_msg\":\"Could not find a Work Order with work_order_id: dcf92350-30eb-0134-660e-0a9527c2bae6.\"}"},{"id":"7f46b232-6a01-418e-bd76-fbef25a99c42","name":"200 OK - Not Changed","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"work_order_id\": \"dcf92350-30eb-0134-660e-0a9527c2bae6\",\n\t\"event_type_id\": 492,\n\t\"send_notification\": false\n}"},"url":"{{base_url}}/v1/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"eacab5cc5cb4219c69e33cbb373f8909\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"GBn4e2-CL2LcrGMTYwNRGQ","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"a47a25ab-58e7-4896-b446-a9b753c43a4e","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"event_status\": \"not_changed\",\n    \"event_id\": null,\n    \"notification_status\": \"not_sent\",\n    \"notification_id\": null\n}"},{"id":"fb4fe842-2179-41c2-a99e-c4b10de78bd9","name":"200 OK - Assign Technician","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \"work_order_number\":\"WO645\",\n   \"work_order_id\": \"3d85d110-d425-0133-6b3b-0a9527c2bae6\",\n   \"event_type_id\": 433,\n   \"send_notification\": true,\n   \"notification\": \"{{service_employee}} will have your equipment completed {{etc}}. Thank you.\",\n   \"notification_tags\": {\n\t\t\"etc\": \"Tomorrow at 3pm\",\n\t\t\"service_employee\": \"Dr Chim Richalds\"\n   },\n   \"technician\":{\n    \"first_name\": \"Daniel\",\n    \"last_name\": \"Logan\",\n    \"tech_id\": \"A123A21D2\",\n    \"status\": \"created\"\n\t}\n}"},"url":"{{base_url}}/v1/events"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"d7d5a66598b0b7f40afcf7c358660ea8\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"v_6gADrGF1G_Uc9c23lASA","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"234865a0-5926-443c-8214-45ae1785547b","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"event_status\":\"not_changed\",\"notification_status\":\"created\",\"technician_status\":\"assigned\"}"}],"_postman_id":"7ac2cc3a-2cc4-4e2d-99a0-a22c23723e28"}],"id":"15bdb015-55f1-4472-83ee-349afaafd459","_postman_id":"15bdb015-55f1-4472-83ee-349afaafd459","description":""},{"name":"Work Orders","item":[{"name":"List Work Orders","id":"46b3aa9e-6625-40c7-8283-c83cbcf97a9a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":""},"url":"{{base_url}}/v1/work_orders?dashboard_id=zj7etaRLMltSK3v8GVaHHg","description":"<blockquote>\n<p>Retreive a list of work orders for a dashboard.</p>\n</blockquote>\n<ul>\n<li>Returns an array of objects.</li>\n</ul>\n","urlObject":{"path":["v1","work_orders"],"host":["{{base_url}}"],"query":[{"disabled":true,"description":{"content":"<p>String (optional) - Used to filter returned work orders based on their status. Defaults to 'open'.</p>\n","type":"text/plain"},"key":"status","value":"open"},{"key":"dashboard_id","value":"zj7etaRLMltSK3v8GVaHHg"}],"variable":[]}},"response":[{"id":"38c39435-7d06-4666-ba1e-c532d28e11f1","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/work_orders?dashboard_id=Hc6srS-G-p2WVFc1KOt77A&status=open","host":["{{base_url}}"],"path":["v1","work_orders"],"query":[{"key":"dashboard_id","value":"Hc6srS-G-p2WVFc1KOt77A","description":"String (required) - Used to lookup the dashboard that contains the work orders."},{"key":"status","value":"open","description":"String (optional) - Used to filter returned work orders based on their status. Defaults to 'open'."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"681255b869ff44af2c86d3a0fb7ab260\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"036d8519-2ffb-4988-87af-c54a1154f100","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"wo_number\": \"45646\",\n        \"created\": \"2016-03-24T19:33:42.329Z\",\n        \"last_customer_update\": \"2016-03-24T19:33:42.329Z\",\n        \"status\": \"active\",\n        \"id\": \"3d85d110-d425-0133-6b3b-0a9527c2bae6\",\n        \"last_event\": {\n            \"name\": \"Diagnostic\",\n            \"step\": 2,\n            \"id\": 432,\n            \"code\": \"DIS\"\n        },\n        \"advisor\": {\n            \"name\": \"Daniel Logan\",\n            \"erp_id\": \"200\",\n            \"user_id\": \"123\"\n        },\n        \"closed_time\": null,\n        \"promise_time\": \"2018-12-09 12:33:24 UTC\"\n    },\n    {\n        \"wo_number\": \"2356\",\n        \"created\": \"2016-03-24T19:35:58.396Z\",\n        \"last_customer_update\": \"2016-03-24T19:35:58.396Z\",\n        \"status\": \"active\",\n        \"id\": \"8e9fe900-d425-0133-6b3f-0a9527c2bae6\",\n        \"last_event\": {\n            \"name\": \"Finished\",\n            \"step\": 6,\n            \"id\": 436,\n            \"code\": \"RTE\"\n        },\n        \"advisor\": {\n            \"name\": \"Daniel Logan\",\n            \"erp_id\": \"200\",\n            \"user_id\": \"123\"\n        },\n        \"closed_time\": null,\n        \"promise_time\": \"2018-12-09 12:33:24 UTC\"\n    },\n    {\n        \"wo_number\": \"\",\n        \"created\": \"2016-03-24T20:19:51.804Z\",\n        \"last_customer_update\": \"2016-03-24T20:19:51.804Z\",\n        \"status\": \"active\",\n        \"id\": \"b0426180-d42b-0133-6b69-0a9527c2bae6\",\n        \"last_event\": {\n            \"name\": \"Finished\",\n            \"step\": 3,\n            \"id\": 434,\n            \"code\": \"OAH\"\n        },\n        \"advisor\": {\n            \"name\": \"Daniel Logan\",\n            \"erp_id\": \"200\",\n            \"user_id\": \"123\"\n        },\n        \"closed_time\": null,\n        \"promise_time\": \"2018-12-09 12:33:24 UTC\"\n    }\n]"},{"id":"5f2d7c34-8810-40d3-8347-8113511f9daf","name":"422 Unprocessable Entity","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n\t\"todo\" : \"implement\"\n}"},"url":{"raw":"{{base_url}}/v1/work_orders?status=open","host":["{{base_url}}"],"path":["v1","work_orders"],"query":[{"key":"dashboard_id","value":"Hc6srS-G-p2WVFc1KOt77A","description":"String (required) - Used to lookup the dashboard that contains the work orders.","disabled":true},{"key":"status","value":"open","description":"String (optional) - Used to filter returned work orders based on their status. Defaults to 'open'."}]}},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"2b6c39f2-a90e-4cec-b0bd-b60abdec4495","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"error\":\"missing_required_params\",\"error_msg\":\"Missing required parameters: dashboard_id.\"}"}],"_postman_id":"46b3aa9e-6625-40c7-8283-c83cbcf97a9a"},{"name":"Get Work Order","id":"a34b985f-c3fb-4c74-b407-e63171424bb7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/work_orders/wo_119434","description":"<blockquote>\n<p>Find work order(s) based on work order number.</p>\n</blockquote>\n<ul>\n<li>Returns an array of objects.</li>\n<li>If you don't provide a dashboard_id, this will search all dashboards. Because it's possible for the same work okrder number to exist on multiple dashboards, this endpoint returns an array.</li>\n</ul>\n","urlObject":{"path":["v1","work_orders","wo_119434"],"host":["{{base_url}}"],"query":[{"disabled":true,"key":"dashboard_id","value":""},{"disabled":true,"key":"dashboard_id","value":"bu0tBJPkefHYa0NfLKYPQw"}],"variable":[]}},"response":[{"id":"55613206-0263-4c15-8591-d53a479a15aa","name":"200 OK - With Dashboard ID","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","disabled":true}],"url":{"raw":"{{base_url}}/v1/work_orders/wo_119434?dashboard_id=bu0tBJPkefHYa0NfLKYPQw","host":["{{base_url}}"],"path":["v1","work_orders","wo_119434"],"query":[{"key":"dashboard_id","value":"","disabled":true},{"key":"dashboard_id","value":"bu0tBJPkefHYa0NfLKYPQw"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Modern Partner API"},{"key":"X-Powered-By","value":"Modernis"},{"key":"X-Runtime","value":"v1"},{"key":"Modern-Request-Log-ID","value":"ontJ8OKWMhltv1X_nwKjyQ"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Authorization, Content-Type"},{"key":"Access-Control-Allow-Methods","value":"GET, PUT, POST, DELETE"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"8f989e4a3c29dfa15a4326c35ab4397a\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"25842ddc-d6eb-4ef9-b254-b11fb4e31204"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"number\": \"wo_119434\",\n        \"created\": \"2020-07-27T17:22:00.244Z\",\n        \"last_customer_update\": \"2020-07-27T17:22:00.210Z\",\n        \"status\": \"active\",\n        \"id\": \"Ued6yCW-OJF_DmWukI8GTA\",\n        \"last_event\": {\n            \"name\": \"Work Order Created\",\n            \"step\": 1,\n            \"id\": 769,\n            \"code\": null\n        },\n        \"advisor\": {\n            \"name\": \"Steve Wilkinson\",\n            \"erp_id\": null,\n            \"user_id\": \"yj0bc0V28toYmVR-_Y-Mxg\"\n        },\n        \"closed_time\": null,\n        \"promise_time\": null\n    }\n]"},{"id":"e2d2f53f-cc6e-44da-aa38-24ac673255ee","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/v1/work_orders/wo_119434"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"681255b869ff44af2c86d3a0fb7ab260\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"036d8519-2ffb-4988-87af-c54a1154f100","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"number\": \"wo_119434\",\n        \"created\": \"2020-07-27T17:22:00.244Z\",\n        \"last_customer_update\": \"2020-07-27T17:22:00.210Z\",\n        \"status\": \"active\",\n        \"id\": \"Ued6yCW-OJF_DmWukI8GTA\",\n        \"last_event\": {\n            \"name\": \"Work Order Created\",\n            \"step\": 1,\n            \"id\": 769,\n            \"code\": null\n        },\n        \"advisor\": {\n            \"name\": \"Steve Wilkinson\",\n            \"erp_id\": null,\n            \"user_id\": \"yj0bc0V28toYmVR-_Y-Mxg\"\n        },\n        \"closed_time\": null,\n        \"promise_time\": null\n    }\n]"}],"_postman_id":"a34b985f-c3fb-4c74-b407-e63171424bb7"},{"name":"Create Work Orders","id":"2b7211bc-52c7-48ac-b23c-21545270c3e5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"dashboard_id\": \"WQ7ZVaPHPD6kLNSge12T7g\",\n    \"advisor\": {\n        \"id\": \"57381\",\n        \"email_address\": \"driewaldt.cat+acwiz2@gmail.com\"\n    },\n    \"work_order\": {\n        \"number\": \"BUG1026786-D\",\n        \"overview\": \"\",\n        \"internal_overview\": \"\",\n        \"dashboard_indicator\": \"Cash\",\n        \"promise_time\": {\n            \"date_time\": \"\",\n            \"visible_to_customer\": false\n        },\n        \"priority\": \"1\",\n        \"dupe_check\": {\n            \"enabled\": \"true\",\n            \"statuses\": [\n                \"open\",\n                \"closed\",\n                \"deleted\"\n            ]\n        }\n    },\n    \"customer_business\": {\n        \"id\": \"4564\",\n        \"name\": \"Big Rock Digging\"\n    },\n    \"customer_contact\": {\n        \"first_name\": \"John\",\n        \"last_name\": \"Doe\",\n        \"phone_number\": \"5555555555\",\n        \"email_address\": \"driewaldt.cat+john@gmail.com\",\n        \"id\": \"60638\"\n    },\n    \"asset\": {\n        \"id\": \"EQ002017\",\n        \"serial_number\": \"291492UGI21\",\n        \"description\": \"\",\n        \"year\": \"0\",\n        \"make\": \"CAT MA\",\n        \"model\": \"CAT MO123\",\n        \"hours\": \"0\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/work_orders","description":"<blockquote>\n<p>Create new work order(s)</p>\n</blockquote>\n<ul>\n<li>Accepts a single work order object or an array of work order objects (up to 50 at a time)</li>\n<li>Returns an object.</li>\n</ul>\n<h3 id=\"parameters\">Parameters</h3>\n<blockquote>\n<p><strong>root level</strong></p>\n<ul>\n<li><strong>dashboard_id</strong> ::String - (required) Determines which dashboard a work order will open up on.</li>\n<li><strong>store_id</strong> ::String - The store or warehouse number/id. Will be used to filter unwanted work orders.</li>\n<li><strong>order_date</strong> ::String - When the work order was created in the ERP. Will be used to filter unwanted older work orders. (any parsable format is OK)</li>\n</ul>\n</blockquote>\n<blockquote>\n<p><strong>advisor</strong> - Assigns an advisor to the work order. Though this is optional, it's highly recommended. If you don't pass advisor data, a random admin advisor will be selected.</p>\n<ul>\n<li><strong>id</strong> ::String - Unique identifier. This can be anything unique and is configurable by the account owner within Modern.</li>\n<li><strong>email_address</strong> ::String - Email address the advisor uses to log in. This can be used in lieu of the ID.</li>\n</ul>\n</blockquote>\n<blockquote>\n<p><strong>work_order</strong> (required) - Object containing all of the relevant work order information</p>\n<ul>\n<li><strong>number</strong> ::String (required) - The work order number. This is used as a unique identifier with dupe checking.</li>\n<li><strong>overview</strong> ::String - A place to put customer complaint or other repair related information that's visible to the asset owner.</li>\n<li><strong>internal_overview</strong> ::String - Same as the overview, only not visible to the asset owner.</li>\n<li><strong>dashboard_indicator</strong> ::String - Will select a dashboard indicator if one matches this value. Example of dashboard indicators are Cash, Credit and Warranty.</li>\n<li><strong>promise_time</strong> ::String or Object - Either a date time string or an object containing the below paramaters. Used to set an estimated time of completion value. The format of all date time strings must be yyyy/mm/dd hh:mm:ss. Example: 2018/12/09 12:33:24. <ul>\n<li><strong>date_time</strong> ::String - A date time string. This will be the promise time.</li>\n<li><strong>visible_to_customer</strong> ::Boolean - This defaults to false. Pass true if you want the promise time to be visible to customers.</li>\n</ul>\n</li>\n<li><strong>priority</strong> ::String - A value of either \"0\", \"1\" or \"2\" that indicates the priority of the work order. 0 being normal priority, 1 being medium priority and 2 being high priority.</li>\n<li><strong>dupe_check</strong> - Used to turn on or off work order number duplication checks and the statuses checked against. <ul>\n<li><strong>enabled</strong> ::Bolean - This defaults to true. If you don't want to perform any duplication checking on work orders, set this to false.</li>\n<li><strong>statuses</strong> :Array of Strings - This defaults to open, closed, deleted. If you only want to perform duplication checking on open work orders, set this to [\"open\"].</li>\n</ul>\n</li>\n</ul>\n</blockquote>\n<blockquote>\n<p><strong>customer_business</strong> - The asset owner company information</p>\n<ul>\n<li><strong>id</strong> ::String -  (required) The unique identifier for the customer business. If an existing customer business for the current dashboard is found with the ID, it will be used. If one cannot be found, it will be created.</li>\n<li><strong>name</strong> ::String - (required) The name of the customer business.</li>\n</ul>\n</blockquote>\n<blockquote>\n<p><strong>customer_contact</strong> - (required) The asset owner contact information</p>\n<ul>\n<li><strong>id</strong> ::String -  (required) The unique identifier for the customer contact. If an existing customer contact for the current dashboard is found with the ID, it will be used. If one cannot be found, it will be created.</li>\n<li><strong>first_name</strong> ::String - (required) The first name of the customer contact.</li>\n<li><strong>last_name</strong> ::String - (required) The last name of the customer contact.</li>\n<li><strong>mobile_phone</strong> ::String - The phone number that updates will will be texted to.</li>\n<li><strong>email_address</strong> ::String - The email address that updates will be sent to..</li>\n</ul>\n</blockquote>\n<blockquote>\n<p><strong>asset</strong> (required) - Object containing all of the relevant equipment information.</p>\n<ul>\n<li><strong>id</strong> ::String - (required if serial_number is blank) The unique identifier for the equipment. If an existing equipment record for the current dashboard is found with this ID, it will be used. If one cannot be found, it will be created.</li>\n<li><strong>serial_number</strong> ::String - (required if ID is blank) The equipment serial number and secondary unique identifier. If an ID is not provided, the serial number will be used as the unique ID.</li>\n<li><strong>stock_number</strong> ::String - Internal stock number.</li>\n<li><strong>description</strong> ::String - Equipment description.</li>\n<li><strong>year</strong> :String - Equipment year. </li>\n<li><strong>make</strong> ::String - Equipment make.</li>\n<li><strong>model</strong> ::String - Equipment model.</li>\n<li><strong>hours</strong> ::String - Equipment hours.</li>\n</ul>\n</blockquote>\n<blockquote>\n<p><strong>technician</strong> - Assigns a technician to  a work order</p>\n<ul>\n<li><strong>id</strong> :String - (required) The unique identifier for the technician. If an existing technician record for the current dashboard is found with this ID, it will be used. If one cannot be found, it will be created.</li>\n<li><strong>first_name</strong> :String - First name of the technician</li>\n<li><strong>last_name</strong> :String - Last name of the technician</li>\n</ul>\n</blockquote>\n<blockquote>\n<p><strong>department</strong> - Assigns a department to  a work order</p>\n<ul>\n<li><strong>name</strong> :String - (required)  Will select a department if one matches this value. Example of departments are Field Service, Component Rebuild, etc.</li>\n</ul>\n</blockquote>\n<blockquote>\n<p><strong>survey</strong> - Used for integration with survey companies. This is just meta data, if you don't see a value you know is required for your survey integration, please add it.</p>\n<ul>\n<li><strong>wo_type</strong> ::String - (required) Example: \"Internal\"</li>\n<li><strong>machine_line</strong> ::String - (required) Example: \"Wheel Loader\"</li>\n<li><strong>customer_street</strong> ::String - Example: \"123 Broadway\"</li>\n<li><strong>customer_street2</strong> ::String - Example: \"Suite 102\"</li>\n<li><strong>customer_city</strong> ::String - Example: \"Denver\"</li>\n<li><strong>customer_state_province</strong> ::String - (required) Example: \"CO\"</li>\n<li><strong>customer_postal_code</strong> ::String - Example: \"80203\"</li>\n<li><strong>customer_country</strong> ::String - Example: \"US\"</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v1","work_orders"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"abad401c-53b9-48fe-9f2c-b190f89fd570","name":"200 OK - With Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"dashboard_id\": \"Test-G-p2WVFc1KOt77A\",\n    \"advisor\": {\n      \"id\": \"989\",\n      \"email_address\": \"dan@example.com\"\n    },\n    \"work_order\": {\n      \"number\": \"dWd18d9\",\n      \"overview\": \"An overview that the customer can see.\",\n      \"internal_overview\": \"An overview that customers cannot see.\",\n      \"dashboard_indicator\": \"Cash\",\n      \"promise_time\": {\n        \"date_time\": \"2018/12/09 12:33:24\",\n        \"visible_to_customer\": true\n      },\n      \"priority\": \"1\",\n      \"dupe_check\": {\n        \"enabled\": true,\n        \"statuses\": [\n          \"open\",\n          \"closed\",\n          \"deleted\"\n        ]\n      }\n    },\n    \"customer_business\": {\n      \"id\": \"ABC123\",\n      \"name\": \"Big Digger Incs\"\n    },\n    \"customer_contact\": {\n      \"id\": \"Dan-1\",\n      \"first_name\": \"Daniel\",\n      \"last_name\": \"Logan\",\n      \"mobile_phone\": \"4068386634\",\n      \"email_address\": \"dlogan21@example.com\"\n    },\n    \"asset\": {\n      \"id\": \"ID-3\",\n      \"serial_number\": \"ABCSERIAL\",\n      \"stock_number\": \"BCASTOCK\",\n      \"description\": \"This is my asset\",\n      \"year\": \"1998\",\n      \"make\": \"Make\",\n      \"model\": \"Model\",\n      \"hours\": \"12\"\n    },\n    \"technician\": {\n      \"id\": \"John Masterson\",\n      \"first_name\": \"Aron\",\n      \"last_name\": \"Johnson\"\n    },\n    \"department\": {\n      \"name\": \"Fabrication\"\n    },\n    \"survey\": {\n      \"wo_type\": \"internal\",\n      \"machine_line\": \"wheel loader\",\n      \"customer_street\": \"123 Broadway\",\n      \"customer_street2\": \"suite 102\",\n      \"customer_city\": \"Denver\",\n      \"customer_state_province\": \"CO\",\n      \"customer_postal_code\": \"80203\",\n      \"customer_country\": \"US\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/work_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 28 Sep 2018 17:50:44 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"5ad1478cedf6673773cfd5dcf4a84d21\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"cvd6-IaiFoZnOFJ5VmeIwQ","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.1.12","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"3fc87e97-16a1-44c0-ba29-66e7de94e626","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"0 work orders processed out of 1.\",\"result\":{\"total\":1,\"successful\":0,\"failed\":1,\"failing_records\":[\"W1237d89: Work Order: Could not find dashboard with provided dashboard ID: Ad51684524-VJoVo7eSQvKA\"]}}"},{"id":"d1ee0b89-d778-4c2f-8ca5-d06d27838e27","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n  {\n    \"dashboard_id\": \"Test-G-p2WVFc1KOt77A\",\n    \"advisor\": {\n      \"id\": \"989\",\n      \"email_address\": \"dan@example.com\"\n    },\n    \"work_order\": {\n      \"number\": \"dWd18d9\",\n      \"overview\": \"An overview that the customer can see.\",\n      \"internal_overview\": \"An overview that customers cannot see.\",\n      \"dashboard_indicator\": \"Cash\",\n      \"promise_time\": {\n        \"date_time\": \"2018/12/09 12:33:24\",\n        \"visible_to_customer\": true\n      },\n      \"priority\": \"1\",\n      \"dupe_check\": {\n        \"enabled\": true,\n        \"statuses\": [\n          \"open\",\n          \"closed\",\n          \"deleted\"\n        ]\n      }\n    },\n    \"customer_business\": {\n      \"id\": \"ABC123\",\n      \"name\": \"Big Digger Incs\"\n    },\n    \"customer_contact\": {\n      \"id\": \"Dan-1\",\n      \"first_name\": \"Daniel\",\n      \"last_name\": \"Logan\",\n      \"mobile_phone\": \"4068386634\",\n      \"email_address\": \"dlogan21@example.com\"\n    },\n    \"asset\": {\n      \"id\": \"ID-3\",\n      \"serial_number\": \"ABCSERIAL\",\n      \"stock_number\": \"BCASTOCK\",\n      \"description\": \"This is my asset\",\n      \"year\": \"1998\",\n      \"make\": \"Make\",\n      \"model\": \"Model\",\n      \"hours\": \"12\"\n    },\n    \"technician\": {\n      \"id\": \"John Masterson\",\n      \"first_name\": \"Aron\",\n      \"last_name\": \"Johnson\"\n    },\n    \"department\": {\n      \"name\": \"Fabrication\"\n    },\n    \"survey\": {\n      \"wo_type\": \"internal\",\n      \"machine_line\": \"wheel loader\",\n      \"customer_street\": \"123 Broadway\",\n      \"customer_street2\": \"suite 102\",\n      \"customer_city\": \"Denver\",\n      \"customer_state_province\": \"CO\",\n      \"customer_postal_code\": \"80203\",\n      \"customer_country\": \"US\"\n    }\n  }\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/work_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 28 Sep 2018 17:39:50 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"041c2f23eebaf62df3df56e3964b6879\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"PJ6Hs1wVelLB6TCv2YMASg","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.1.12","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"c11b8fcc-b685-40c2-bd94-3e311c41405c","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"1 work orders processed out of 1.\",\"result\":{\"total\":1,\"successful\":1,\"failed\":0,\"failing_records\":[]}}"},{"id":"f5a35a3b-8811-4188-9588-1ac185e18d8b","name":"200 OK - Duplicate Work Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\n    {\n\t    \"dashboard_id\": \"Test-G-p2WVFc1KOt77A\",\n\t    \"advisor\": {\n\t        \"id\": \"989\",\n\t        \"email_address\": \"dan@example.com\"\n\t    },\n\t    \"work_order\": {\n\t        \"number\": \"dWd18d9\",\n\t        \"overview\": \"An overview that the customer can see.\",\n\t        \"internal_overview\": \"An overview that customers cannot see.\",\n\t        \"dashboard_indicator\": \"Cash\",\n\t        \"promise_time\": \"2018/12/09 12:33:24\",\n\t        \"priority\": \"1\",\n\t        \"dupe_check\": {\n\t            \"enabled\": true,\n\t            \"statuses\": [\"open\", \"closed\", \"deleted\"]\n\t        }\n\t    },\n\t    \"customer_business\": {\n\t        \"id\": \"ABC123\",\n\t        \"name\": \"Big Digger Incs\"\n\t    },\n\t    \"customer_contact\": {\n\t        \"id\": \"Dan-1\",\n\t        \"first_name\": \"Daniel\",\n\t        \"last_name\": \"Logan\",\n\t        \"mobile_phone\": \"4068386634\",\n\t        \"email_address\": \"dlogan21@example.com\"\n\t    },\n\t    \"asset\": {\n\t        \"id\": \"ID-3\",\n\t        \"serial_number\": \"ABCSERIAL\",\n\t        \"stock_number\": \"BCASTOCK\",\n\t        \"description\": \"This is my asset\",\n\t        \"year\": \"1998\",\n\t        \"make\": \"Make\",\n\t        \"model\": \"Model\",\n\t        \"hours\": \"12\"\n\t    },\n\t    \"technician\": {\n\t        \"id\": \"John Masterson\",\n\t        \"first_name\": \"Aron\",\n\t        \"last_name\": \"Johnson\"\n\t    },\n\t    \"department\": {\n\t        \"name\": \"Fabrication\"\n\t    },\n\t    \"survey\": {\n\t\t    \"wo_type\": \"internal\",\n\t\t    \"machine_line\": \"wheel loader\",\n\t\t    \"customer_street\": \"123 Broadway\",\n\t\t    \"customer_street2\": \"suite 102\",\n\t\t    \"customer_city\": \"Denver\",\n\t\t    \"customer_state_province\": \"CO\",\n\t\t    \"customer_postal_code\": \"80203\",\n\t\t    \"customer_country\": \"US\"\n\t\t}\n\t}\n]","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/work_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 28 Sep 2018 17:51:27 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"6173de2ea8d5bf905ea330007414cf25\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"okoSeiJB6xDVxBSKCnwsdg","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.1.12","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"37dcc550-107d-4cc9-8747-d7f5aab61e98","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"0 work orders processed out of 1.\",\"result\":{\"total\":1,\"successful\":0,\"failed\":1,\"failing_records\":[\"W1237d89: Tried to create duplicate work order.\"]}}"}],"_postman_id":"2b7211bc-52c7-48ac-b23c-21545270c3e5"},{"name":"Close Work Order","id":"ac76d31d-3ff3-48a8-90bc-b7eec5f926b0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n    \t\"work_order\": {\n    \t\t \"number\": \"WO123456\"\n    \t}\n\t}\n]"},"url":"{{base_url}}/v1/work_orders/rXalCutJE-Cncd08qJKy","description":"<blockquote>\n<p>Close a work order</p>\n</blockquote>\n<ul>\n<li>Accepts a single work order object or an array of work order objects (up to 50 at a time)</li>\n<li>Work orders can also be deleted individually by passing the ID in the URL rather than an object in the body.</li>\n<li>Returns an object</li>\n</ul>\n","urlObject":{"path":["v1","work_orders","rXalCutJE-Cncd08qJKy"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"348eb099-0ddd-4722-83b9-81a5f138840c","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[\n    {\n    \t\"dashboard_id\": \"Hc6srS-G-p2WVFc1KOt77A\",\n    \t\"work_order\": {\n    \t\t \"number\": \"WO123456\"\n    \t}\n\t}\n]"},"url":"{{base_url}}/v1/work_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"041c2f23eebaf62df3df56e3964b6879\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"ZuZnL1DDeM0YCeYaw0FDsg","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"f8ac0fbe-ec9b-458f-95c8-22a16154a31e","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"1 work orders processed out of 1.\",\"result\":{\"total\":1,\"successful\":1,\"failed\":0,\"failing_records\":[]}}"},{"id":"fe33cf49-b660-49f3-b9cb-cb56ac4c1cfe","name":"200 OK - With Error","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[\n    {\n    \t\"dashboard_id\": \"Hc6srS-G-p2WVFc1KOt77A\",\n    \t\"work_order\": {\n    \t\t \"number\": \"WO123456\"\n    \t}\n\t}\n]"},"url":"{{base_url}}/v1/work_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"b8e6f962e7f68321f64135d7d43c05e0\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"Lwy7_EvgmIwhZpRINoqSJg","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"2a452698-9032-4a53-b729-e7f3c07f6e46","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"0 work orders processed out of 1.\",\"result\":{\"total\":1,\"successful\":0,\"failed\":1,\"failing_records\":[\"WO123456: Job not found with dashboard id: Hc6srS-G-p2WVFc1KOt77A\"]}}"}],"_postman_id":"ac76d31d-3ff3-48a8-90bc-b7eec5f926b0"},{"name":"Update Work Order","id":"e5fe1654-4522-449a-9e87-21225adbc313","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"[\n    {\n\t    \"dashboard_id\": \"f8w\",\n\t    \"work_order\": {\n\t    \t\"number\": \"DMS021\",\n            \"priority\": \"2\",\n\t        \"overview\": \"An overview that the customer can see.\"\n\t    }\n\t}\n]"},"url":"{{base_url}}/v1/work_orders","description":"<blockquote>\n<p>Update a work order</p>\n</blockquote>\n<ul>\n<li>Accepts a single work order object or an array of work order objects (up to 50 at a time)</li>\n<li>Returns an object</li>\n<li>If you're trying to update a customer business a new customer contact will also have to be provided as well.</li>\n<li>You cannot update the work order number as it's the primary lookup value.</li>\n</ul>\n<h3 id=\"required-parameters\">Required Parameters</h3>\n<p>The update parameters are the same as the create work order endpoint, so, only the required ones are listed below.</p>\n<blockquote>\n<p><strong>dashboard_id</strong> - (required) Determines which dashboard the work order can be found.</p>\n</blockquote>\n<blockquote>\n<p><strong>work_order</strong> (required) - Object containing all of the relevant work order information</p>\n<ul>\n<li><strong>number</strong> (required) - The work order number. This is used to lookup the work order you're trying to update.</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v1","work_orders"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"0ac74f4d-0754-4bd1-afdf-c93be94adb43","name":"200 OK - Work Order Not Found","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[\n    {\n\t    \"dashboard_id\": \"xQ-DNBxUrUHShm99i-xC2g\",\n\t    \"work_order\": {\n\t    \t\"number\": \"AAAAA\",\n\t        \"overview\": \"An overview that the customer can see.\",\n\t        \"internal_overview\": \"An overview that customers cannot see.\",\n\t        \"dashboard_indicator\": \"Cash\",\n\t        \"promise_time\": \"2018/12/09 12:33:24\",\n\t        \"priority\": \"1\"\n\t    },\n\t    \"advisor\": {\n\t        \"id\": \"989\",\n\t        \"email_address\": \"dan@example.com\"\n\t    },\n\t    \"customer_business\": {\n\t        \"id\": \"ABC123\",\n\t        \"name\": \"Big Digger Incs\"\n\t    },\n\t    \"customer_contact\": {\n\t        \"id\": \"Dan-1\",\n\t        \"first_name\": \"Daniel\",\n\t        \"last_name\": \"Logan\",\n\t        \"mobile_phone\": \"4068386634\",\n\t        \"email_address\": \"dlogan21@example.com\"\n\t    },\n\t    \"asset\": {\n\t        \"id\": \"ID-3\",\n\t        \"serial_number\": \"ABCSERIAL\",\n\t        \"stock_number\": \"BCASTOCK\",\n\t        \"description\": \"This is my asset\",\n\t        \"year\": \"1998\",\n\t        \"make\": \"Make\",\n\t        \"model\": \"Model\",\n\t        \"hours\": \"12\"\n\t    },\n\t    \"technician\": {\n\t        \"id\": \"Dan Masterson\",\n\t        \"first_name\": \"Aron\",\n\t        \"last_name\": \"Johnson\"\n\t    },\n\t    \"department\": {\n\t        \"name\": \"Component Rebuild\"\n\t    }\n\t}\n]"},"url":"{{base_url}}/v1/work_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 30 Oct 2018 22:29:00 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"5f38c97e41939a635bc65bfb4a73a75b\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"851FLiXU6ug3VOWED18TRw","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"270f0193-aac3-4df6-acae-8843bbb3c1ff","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"0 work orders processed out of 1.\",\"result\":{\"total\":1,\"successful\":0,\"failed\":1,\"failing_records\":[\"AAAAA: Job not found with dashboard id: xQ-DNBxUrUHShm99i-xC2g\"]}}"},{"id":"29a5c887-404d-4bf5-933a-acb212f75043","name":"200 OK - Minimal Example","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[\n    {\n\t    \"dashboard_id\": \"xQ-DNBxUrUHShm99i-xC2g\",\n\t    \"work_order\": {\n\t    \t\"number\": \"WO1D23D456\",\n\t        \"overview\": \"An overview that the customer can see.\"\n\t    }\n\t}\n]"},"url":"{{base_url}}/v1/work_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 30 Oct 2018 22:38:58 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"041c2f23eebaf62df3df56e3964b6879\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"PC5OyMECTP3xfrZfZPbHuQ","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"f6e642a0-0d70-4da0-98c9-c8a8f7cae96b","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"1 work orders processed out of 1.\",\"result\":{\"total\":1,\"successful\":1,\"failed\":0,\"failing_records\":[]}}"},{"id":"633d5285-ef7b-439c-a52a-47ca04d3042a","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"[\n    {\n\t    \"dashboard_id\": \"xQ-DNBxUrUHShm99i-xC2g\",\n\t    \"work_order\": {\n\t    \t\"number\": \"WO1D23D456\",\n\t        \"overview\": \"An overview that the customer can see.\",\n\t        \"internal_overview\": \"An overview that customers cannot see.\",\n\t        \"dashboard_indicator\": \"Cash\",\n\t        \"promise_time\": \"2018/12/09 12:33:24\",\n\t        \"priority\": \"1\"\n\t    },\n\t    \"advisor\": {\n\t        \"id\": \"989\",\n\t        \"email_address\": \"dan@example.com\"\n\t    },\n\t    \"customer_business\": {\n\t        \"id\": \"ABC123\",\n\t        \"name\": \"Big Digger Incs\"\n\t    },\n\t    \"customer_contact\": {\n\t        \"id\": \"Dan-1\",\n\t        \"first_name\": \"Daniel\",\n\t        \"last_name\": \"Logan\",\n\t        \"mobile_phone\": \"4068386634\",\n\t        \"email_address\": \"dlogan21@example.com\"\n\t    },\n\t    \"asset\": {\n\t        \"id\": \"ID-3\",\n\t        \"serial_number\": \"ABCSERIAL\",\n\t        \"stock_number\": \"BCASTOCK\",\n\t        \"description\": \"This is my asset\",\n\t        \"year\": \"1998\",\n\t        \"make\": \"Make\",\n\t        \"model\": \"Model\",\n\t        \"hours\": \"12\"\n\t    },\n\t    \"technician\": {\n\t        \"id\": \"Dan Masterson\",\n\t        \"first_name\": \"Aron\",\n\t        \"last_name\": \"Johnson\"\n\t    },\n\t    \"department\": {\n\t        \"name\": \"Component Rebuild\"\n\t    }\n\t}\n]"},"url":"{{base_url}}/v1/work_orders"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Tue, 30 Oct 2018 22:28:12 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"ETag","value":"W/\"041c2f23eebaf62df3df56e3964b6879\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"R8yF16Vaz4m-B1F8ut4K2Q","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Status","value":"200 OK","name":"Status","description":"Custom header"},{"key":"Strict-Transport-Security","value":"max-age=15552000","name":"Strict-Transport-Security","description":"A HSTS Policy informing the HTTP client how long to cache the HTTPS only policy and whether this applies to subdomains."},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Powered-By","value":"Phusion Passenger 5.3.5","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"5b3d6306-7374-487a-908a-ab3dec60a573","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"message\":\"1 work orders processed out of 1.\",\"result\":{\"total\":1,\"successful\":1,\"failed\":0,\"failing_records\":[]}}"}],"_postman_id":"e5fe1654-4522-449a-9e87-21225adbc313"}],"id":"6064cd4c-a044-46c8-a03a-1e82cafd7962","_postman_id":"6064cd4c-a044-46c8-a03a-1e82cafd7962","description":""},{"name":"Notifications","item":[{"name":"Send a Notification","id":"72bc321f-17c2-4ac7-b608-92e0ad145e55","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"work_order_number\": \"45646\",\n\t\"notification\" : \"Check out this cool API! It's {{key1}}.\",\n\t\"notification_tags\": {\n\t\t\"key1\": \"legit!\"\n\t}\n}"},"url":"{{base_url}}/v1/notifications","description":"<blockquote>\n<p>Send stand alone SMS or Email notifications</p>\n</blockquote>\n<ul>\n<li>Returns an object.</li>\n<li>If the recipients contact preference is set to phone call, you'll receive a 403 Forbidden response code.</li>\n</ul>\n","urlObject":{"path":["v1","notifications"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"46d39f35-8923-4cc0-90bb-8d884e6efecb","name":"403 Forbidden","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"work_order_id\": \"610e4a30-d425-0133-6b3d-0a9527c2bae6\",\n\t\"notification\" : \"Check out this cool API!\"\n}"},"url":"{{base_url}}/v1/notifications"},"status":"Forbidden","code":403,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Modern-Request-Log-ID","value":"G12IOxJT2v3Jieof0jL9HQ","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"8938bdf9-e981-4a6d-9dcd-8f41ae5ba47f","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"error\":\"notification_not_delivered\",\"error_msg\":\"The recipients contact preference is set to phone call.\"}"},{"id":"c12eafbf-01ee-4928-97bb-9430a2d304cc","name":"404 Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"work_order_id\": \"610e4a30-d425-0133-6b3d-0a952d7c2bae6\",\n\t\"notification\" : \"Check out this cool API!\"\n}"},"url":"{{base_url}}/v1/notifications"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Modern-Request-Log-ID","value":"F2PW5T0w1JtvYF6aGuBxlA","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"31c0b0bd-ce97-4a54-a5dc-f8ce7ae1dd73","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"error\":\"not_found\",\"error_msg\":\"Could not find a Work Order with work_order_id: 610e4a30-d425-0133-6b3d-0a952d7c2bae6.\"}"},{"id":"cba57c28-1adc-490c-b7ff-c91cc14eebd6","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"work_order_number\": \"45646\",\n\t\"notification\" : \"Check out this cool API! It's {{key1}}.\",\n\t\"notification_tags\": {\n\t\t\"key1\": \"legit!\"\n\t}\n}"},"url":"{{base_url}}/v1/notifications"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"9f9f5f40eb362dc67e311cd576c450a1\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"qfyMgAiKHFCoPMagzeVVhA","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"915fc151-6787-4934-98ec-8689d0841297","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"notification_status\":\"created\",\"notification_id\":4014}"}],"_postman_id":"72bc321f-17c2-4ac7-b608-92e0ad145e55"},{"name":"Get Notifications","id":"646a0e75-ceee-485a-b4fd-2e85683299f2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/notifications?dashboard_id=AhfnpuV2_yct1F0SI4Xtyw","urlObject":{"path":["v1","notifications"],"host":["{{base_url}}"],"query":[{"key":"dashboard_id","value":"AhfnpuV2_yct1F0SI4Xtyw"}],"variable":[]}},"response":[],"_postman_id":"646a0e75-ceee-485a-b4fd-2e85683299f2"}],"id":"04bad306-fada-4688-acdf-746b3f8103c2","_postman_id":"04bad306-fada-4688-acdf-746b3f8103c2","description":""},{"name":"Technicians","item":[{"name":"Notes","item":[{"name":"List Notes","id":"abb2ea40-70be-4990-b7f2-defa08406fbe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/notes?work_order_number=WO123d71","description":"<blockquote>\n<p>Retreive a list of notes for a work order.</p>\n</blockquote>\n<ul>\n<li>Returns an array of objects.</li>\n</ul>\n<h3 id=\"parameters\">Parameters</h3>\n<blockquote>\n<ul>\n<li><strong>work_order_number</strong> - (required) The work order in which the notes can be found. (Alternately, you can use work_order_id from the Work Orders / List Work Orders end point)</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v1","notes"],"host":["{{base_url}}"],"query":[{"key":"work_order_number","value":"WO123d71"}],"variable":[]}},"response":[{"id":"1d75aa92-d0c6-4b28-b611-a954c875cbc0","name":"422 Unprocessable Entity","originalRequest":{"method":"GET","header":[],"url":"{{base_url}}/v1/notes"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"422 Unprocessable Entity"},{"key":"X-Powered-By","value":"Modernis"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"Modern-Request-Log-ID","value":"fUp5u9WPqd7iGJKFhmohHQ"},{"key":"Cache-Control","value":"no-cache"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"X-Runtime","value":"v1"},{"key":"Server","value":"Modern Partner API"},{"key":"X-Request-Id","value":"e45afa0a-6039-4783-9c83-4408dab2e6e4"},{"key":"Date","value":"Sat, 12 Oct 2019 00:14:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"missing_required_params\",\n    \"error_msg\": \" You must provide one of work_order_id or work_order_number.\"\n}"},{"id":"e9a39125-a9b5-4d64-9f54-1859e9259d47","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{base_url}}/v1/notes?work_order_number=WO123d71","host":["{{base_url}}"],"path":["v1","notes"],"query":[{"key":"work_order_number","value":"WO123d71"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"X-Powered-By","value":"Modernis"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"Modern-Request-Log-ID","value":"Qpx4dEiuTRM5zqOV520iWg"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"X-Runtime","value":"v1"},{"key":"ETag","value":"W/\"81866f9f882cc95a5019c8ea12a35fbc\""},{"key":"Server","value":"Modern Partner API"},{"key":"X-Request-Id","value":"c696b6c8-fb1c-49fd-af66-66d566f5e8d0"},{"key":"Date","value":"Sat, 12 Oct 2019 00:14:12 GMT"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"note\": \"Here's a note that you'll like\",\n        \"status\": \"redacted\",\n        \"can_be_deleted\": false,\n        \"type\": \"manual\",\n        \"created\": \"2019-10-11T22:08:51.195Z\",\n        \"id\": \"t84GvDg65zdN0iadN5NQ-Q\"\n    },\n    {\n        \"note\": \"Here's a note that you'll like 2\",\n        \"status\": \"redacted\",\n        \"can_be_deleted\": false,\n        \"type\": \"manual\",\n        \"created\": \"2019-10-11T22:09:57.944Z\",\n        \"id\": \"uk6IGrrGOx4Z8OkJC2fgIg\"\n    }\n]"}],"_postman_id":"abb2ea40-70be-4990-b7f2-defa08406fbe"},{"name":"Create Note","id":"473cffb3-b8dc-4219-bae6-d533541f14b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n \"work_order_number\":\"WO123d71\",\n \"note_text\": \"How aboutfda this nfdafdasumeral 9?\",\n \"user_id\": \"fdas\"\n}"},"url":"{{base_url}}/v1/notes","description":"<blockquote>\n<p>Create user and system notes</p>\n</blockquote>\n<ul>\n<li>Returns an object.</li>\n</ul>\n<h3 id=\"parameters\">Parameters</h3>\n<blockquote>\n<ul>\n<li><strong>work_order_number</strong> - (required) Determines which work order a note will be applied.</li>\n<li><strong>note_text</strong> - (required) The text you wish to display in the notes section of the work order details.</li>\n<li><strong>user_id</strong> - If this value is passed in, and an advisor object can be found, the note will be authored by the found advisor. If this is left blank or an advisor object can't be found, the note will appear as a system generated note. (please see the Users / List Users end point for these ID's)</li>\n<li><strong>dupe_check</strong> - This defaults to true. Prevents you from creating the same note twice.</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v1","notes"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"033ed4f7-890b-4f1c-ad93-bdd8da4a510c","name":"422 - Dupe Prevention","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"work_order_number\":\"8438697152A\",\n \"note_text\": \"Here's a note that you'll like 2\",\n \"user_id\": \"_38Fhdks_28adsf901928\",\n \"dupe_check\": true\n}"},"url":"{{base_url}}/v1/notes"},"status":"Unprocessable Entity","code":422,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Modern Partner API"},{"key":"X-Powered-By","value":"Modernis"},{"key":"X-Runtime","value":"v1"},{"key":"Modern-Request-Log-ID","value":"dICVN-kWLednOrrU_nB4xg"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Cache-Control","value":"no-cache"},{"key":"X-Request-Id","value":"f8aabe4f-1feb-4a0a-bc55-df968e178400"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"prevented_duplicate_record\",\n    \"error_msg\": \"Tried to create duplicate Note with value: Here's a note that you'll like 2\"\n}"},{"id":"8296cdbd-fc47-4acb-bf8e-1191e793e7a4","name":"404 - Work Order Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"work_order_number\":\"D0SN7-EX157\",\n \"note_text\": \"How aboutfda this number 6?\",\n \"user_id\": \"ID01\"\n}","options":{"raw":{"language":"json"}}},"url":"{{base_url}}/v1/notes"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"not_found\",\n    \"error_msg\": \"Could not find a Work Order with work_order_number: D0SN7-EX157.\"\n}"},{"id":"a871185a-7e6d-412c-88a0-99c4beec1dd7","name":"200 OK - User Not Found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"work_order_number\":\"8438697152A\",\n \"note_text\": \"Here's a note that you'll like 2\",\n \"user_id\": \"_38Fhdks_28adsf901928\",\n \"dupe_check\": true\n}"},"url":"{{base_url}}/v1/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"Modern Partner API"},{"key":"X-Powered-By","value":"Modernis"},{"key":"X-Runtime","value":"v1"},{"key":"Modern-Request-Log-ID","value":"V5JzZRBjXlLdPcnDEfLj4Q"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"a888eaea1f04d61b561b9053bf7b0c8d\""},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"X-Request-Id","value":"8a665ddc-b31c-47aa-9f91-e9d2bcdded4c"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"created\",\n    \"warning\": \"User record not found with provided ID: _38Fhdks_28adsf901928. The note will appears as system generated.\"\n}"},{"id":"ad27f452-764e-4088-8e85-1e848c814c34","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n \"work_order_number\":\"WO123d71\",\n \"note_text\": \"Here's a note that you'll like 2\",\n \"dupe_check\": true\n}"},"url":"{{base_url}}/v1/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"X-Powered-By","value":"Modernis"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"Modern-Request-Log-ID","value":"escD8hyZ5yVsWNdU1ff3bQ"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"X-Runtime","value":"v1"},{"key":"ETag","value":"W/\"5c15461069e69109955c72671ffc465d\""},{"key":"Server","value":"Modern Partner API"},{"key":"X-Request-Id","value":"006921b1-a13a-4015-95d7-974069c8e603"},{"key":"Date","value":"Fri, 11 Oct 2019 22:14:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"created\"\n}"}],"_postman_id":"473cffb3-b8dc-4219-bae6-d533541f14b2"},{"name":"Delete / Redact Note","id":"b0a40b32-f6eb-48b2-9222-213e521ccef7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"DELETE","header":[],"url":"{{base_url}}/v1/notes/vhf1-T3m_dln9PU-f5CE5Q","description":"<blockquote>\n<p>Deletes or redacts an existing note.</p>\n</blockquote>\n<ul>\n<li>If a note is older than 15 minutes, this end point will redact the note, otherwise, it will be deleted.</li>\n<li>Returns an object.</li>\n</ul>\n<h3 id=\"parameters\">Parameters</h3>\n<blockquote>\n<ul>\n<li><strong>id</strong> - (required) The note ID obtained from the Notes / List Notes end point.</li>\n</ul>\n</blockquote>\n","urlObject":{"path":["v1","notes","vhf1-T3m_dln9PU-f5CE5Q"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"a0c08539-69fb-4c45-b798-3e04cc9b48a0","name":"200 - OK","originalRequest":{"method":"DELETE","header":[],"url":"{{base_url}}/v1/notes/TQj5kEiPewlG31ikRHNnMQ"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Status","value":"200 OK"},{"key":"X-Powered-By","value":"Modernis"},{"key":"X-Powered-By","value":"Phusion Passenger 6.0.2"},{"key":"Modern-Request-Log-ID","value":"bVGF6cPj6QowDltGxn8l7g"},{"key":"Cache-Control","value":"max-age=0, private, must-revalidate"},{"key":"Strict-Transport-Security","value":"max-age=15552000"},{"key":"X-Runtime","value":"v1"},{"key":"ETag","value":"W/\"4df20f95e824b2af44a61642d88daaf0\""},{"key":"Server","value":"Modern Partner API"},{"key":"X-Request-Id","value":"293ea18e-2cba-4805-b791-3881276403dc"},{"key":"Date","value":"Fri, 11 Oct 2019 22:14:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"deleted\"\n}"}],"_postman_id":"b0a40b32-f6eb-48b2-9222-213e521ccef7"}],"id":"73dd617c-ade9-419e-bcee-a843a3d00d98","event":[{"listen":"prerequest","script":{"id":"00ed5670-681d-4ea9-a326-b86018608b37","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"3c4303a2-3d6c-4f81-9e2f-3b52cb3fc60c","type":"text/javascript","exec":[""]}}],"_postman_id":"73dd617c-ade9-419e-bcee-a843a3d00d98","description":""},{"name":"List Technicians","id":"5ec53669-535a-433d-8e4e-fbd6d62e4683","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[{"key":"","value":""}],"body":{"mode":"formdata","formdata":[]},"url":"{{base_url}}/v1/technicians?dashboard_id=xQ-DNBxUrUHShm99i-xC2g","description":"<blockquote>\n<p>Retrive a list of all active technicians.</p>\n</blockquote>\n<ul>\n<li>Returns an array of objects.</li>\n</ul>\n","urlObject":{"path":["v1","technicians"],"host":["{{base_url}}"],"query":[{"key":"dashboard_id","value":"xQ-DNBxUrUHShm99i-xC2g"}],"variable":[]}},"response":[{"id":"332afa86-47c6-4166-be18-9f125e4c14fd","name":"200 OK","originalRequest":{"method":"GET","header":[{"key":"","value":"","disabled":false}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/v1/technicians?dashboard_id=Hc6srS-G-p2WVFc1KOt77A","host":["{{base_url}}"],"path":["v1","technicians"],"query":[{"key":"dashboard_id","value":"Hc6srS-G-p2WVFc1KOt77A"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"3fbba185247dee45520b70a72f58d28e\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"Er8mpKDyt-MtcfCLQ98iAA","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"f2347d87-fddc-40a0-8c48-da6cd9d3a8e2","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"[{\"first_name\":\"Dave\",\"last_name\":\"Marks\",\"tech_id\":\"B15129A\"},{\"first_name\":\"Daniel\",\"last_name\":\"Logan\",\"tech_id\":\"A12321D2\"}]"},{"id":"4801df17-6c2c-4799-b65b-939310464be4","name":"404 Not Found","originalRequest":{"method":"GET","header":[{"key":"","value":""}],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{base_url}}/v1/technicians?dashboard_id=123456","host":["{{base_url}}"],"path":["v1","technicians"],"query":[{"key":"dashboard_id","value":"123456"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"Modern-Request-Log-ID","value":"9McP2wCxOPyxxuxlds6T1g","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"aab7bcb2-7612-42af-a765-8a9bcad812d6","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"error\":\"not_found\",\"error_msg\":\"Could not find a Dashboard with dashboard_id: 'Hc6srS-G-p2WVFc1KO77A'.\"}"}],"_postman_id":"5ec53669-535a-433d-8e4e-fbd6d62e4683"},{"name":"Create Technician","id":"ff2641af-cd66-407d-98c9-c9a69615c999","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"dashboard_id\": \"Hc6srS-G-p2WVFc1KOt77A\",\n\t\"tech_id\": \"A12321D2\",\n\t\"first_name\": \"Dan\",\n\t\"last_name\": \"logan\"\n}"},"url":"{{base_url}}/v1/technicians","description":"<blockquote>\n<p>Create a new technician record.</p>\n</blockquote>\n<ul>\n<li>Returns an object.</li>\n<li>First and last name are optional but highly recomended.</li>\n<li>tech_id is required because it's used as the primary key for updates and deletes.</li>\n</ul>\n","urlObject":{"path":["v1","technicians"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"191c015a-2ae3-4492-b2e4-8f7268592e6c","name":"200 OK","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"dashboard_id\": \"Hc6srS-G-p2WVFc1KOt77A\",\n\t\"tech_id\": \"A12321D2\",\n\t\"first_name\": \"Dan\",\n\t\"last_name\": \"logan\"\n}"},"url":"{{base_url}}/v1/technicians"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"54079d69adbb7e7945666c6238d4ca13\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"YTDktHGojw-RTyOPWnWhFA","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"a5701907-47c2-4733-9819-947b71d40a4b","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"first_name\": \"Daniel\",\n    \"last_name\": \"Logan\",\n    \"tech_id\": \"A12321D2\",\n    \"status\": \"created\"\n}"}],"_postman_id":"ff2641af-cd66-407d-98c9-c9a69615c999"},{"name":"Update Technician","id":"8887af90-fd54-401f-999d-7d133e07a78c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"PUT","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"dashboard_id\": \"0nV5kBAuMG4zRLDRBA6U6A\",\n\t\"new_tech_id\": \"w3r22\",\n\t\"first_name\": \"Daniel\",\n\t\"last_name\": \"logan\"\n}"},"url":"{{base_url}}/v1/technicians/w3r22","description":"<blockquote>\n<p>Update an existing technician record.</p>\n</blockquote>\n<ul>\n<li>Returns an object.</li>\n<li>Please note the current tech_id needs to be in the URL as the ID.</li>\n<li>All data elements are optional except dashboard_id.</li>\n</ul>\n","urlObject":{"path":["v1","technicians","w3r22"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"ca774beb-656d-4e03-934a-4a99b524282c","name":"200 OK","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","disabled":false}],"body":{"mode":"raw","raw":"{\n\t\"dashboard_id\": \"Hc6srS-G-p2WVFc1KOt77A\",\n\t\"tech_id\": \"A12321D2\",\n\t\"first_name\": \"Daniel\",\n\t\"last_name\": \"logan\"\n}"},"url":"{{base_url}}/v1/technicians/A12321D2"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"0610564639c33ea3af1d260e27bd3bd2\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"svQY26Pfpb4grG3dzmmXwQ","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"e0757634-c8eb-453c-97cd-5fbe0bd7c4de","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"first_name\":\"Daniel\",\"last_name\":\"logan\",\"tech_id\":\"A12321D2\",\"status\":\"updated\"}"}],"_postman_id":"8887af90-fd54-401f-999d-7d133e07a78c"},{"name":"Delete Technician","id":"1059bc1f-2228-4155-8ac7-0c032aacb13d","request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"DELETE","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"dashboard_id\": \"Hc6srS-G-p2WVFc1KOt77A\"\n}"},"url":"{{base_url}}/v1/technicians/A12321","description":"<blockquote>\n<p>Delete a technician record.</p>\n</blockquote>\n<ul>\n<li>Returns an object.</li>\n<li>Please note the tech_id needs to be in the URL as the ID.</li>\n</ul>\n","urlObject":{"path":["v1","technicians","A12321"],"host":["{{base_url}}"],"query":[],"variable":[]}},"response":[{"id":"2dc98bf1-3429-4363-8317-b80d98f65861","name":"200 OK","originalRequest":{"method":"DELETE","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"dashboard_id\": \"Hc6srS-G-p2WVFc1KOt77A\"\n}"},"url":"{{base_url}}/v1/technicians/A12321"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"max-age=0, private, must-revalidate","name":"Cache-Control","description":"Tells all caching mechanisms from server to client whether they may cache this object. It is measured in seconds"},{"key":"Content-Type","value":"application/json; charset=utf-8","name":"Content-Type","description":"The mime type of this content"},{"key":"ETag","value":"W/\"4df20f95e824b2af44a61642d88daaf0\"","name":"ETag","description":"An identifier for a specific version of a resource, often a message digest"},{"key":"Modern-Request-Log-ID","value":"Z0o7VJGZsou3SzT5c40RZQ","name":"Modern-Request-Log-ID","description":"Custom header"},{"key":"Server","value":"Modern Partner API","name":"Server","description":"A name for the server"},{"key":"Transfer-Encoding","value":"chunked","name":"Transfer-Encoding","description":"The form of encoding used to safely transfer the entity to the user. Currently defined methods are: chunked, compress, deflate, gzip, identity."},{"key":"X-Powered-By","value":"Modernis","name":"X-Powered-By","description":"Specifies the technology (ASP.NET, PHP, JBoss, e.g.) supporting the web application (version details are often in X-Runtime, X-Version, or X-AspNet-Version)"},{"key":"X-Request-Id","value":"dfbc37a4-6389-4cd8-abf4-8ad9280e1a3d","name":"X-Request-Id","description":"Custom header"},{"key":"X-Runtime","value":"v1","name":"X-Runtime","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"status\":\"deleted\"}"}],"_postman_id":"1059bc1f-2228-4155-8ac7-0c032aacb13d"}],"id":"ad2871f0-c084-4368-9ef8-15cd5d2b3268","_postman_id":"ad2871f0-c084-4368-9ef8-15cd5d2b3268","description":""},{"name":"Users","item":[{"name":"List Users","id":"ff6bef1c-0d6d-48bd-9947-94b8f3d94c50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"{{bearer_token}}"}]},"isInherited":false},"method":"GET","header":[],"url":"{{base_url}}/v1/users?dashboard_id=buZoQHOSm-pdDDtJPTUZuQ","description":"<blockquote>\n<p>Retrieve a list of all active service advisors.</p>\n</blockquote>\n<ul>\n<li>Returns an array of objects.</li>\n</ul>\n","urlObject":{"path":["v1","users"],"host":["{{base_url}}"],"query":[{"key":"dashboard_id","value":"buZoQHOSm-pdDDtJPTUZuQ"}],"variable":[]}},"response":[],"_postman_id":"ff6bef1c-0d6d-48bd-9947-94b8f3d94c50"}],"id":"5f3deaab-4838-4a6f-90b8-d9350a37c05b","_postman_id":"5f3deaab-4838-4a6f-90b8-d9350a37c05b","description":""}],"event":[{"listen":"prerequest","script":{"id":"e24b11cf-2515-4330-abc5-9252d7092b6e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4c20b50a-4a5c-4586-8e59-ce199784bc57","type":"text/javascript","exec":[""]}}]}