{"info":{"_postman_id":"a5bf5c58-b387-47a0-aeea-ec11ab1aadc9","name":"F|STAFF API","description":"<html><head></head><body><p>The F|STAFF API provides a suite of RESTful API's to access F|STAFF products.</p>\n<h2>Call Basics</h2>\n\n<p>All calls made to the API are <strong>POST</strong> calls.</p>\n<p>Each endpoint URL must be prefixed with the version of the API being called. The current version is v4.1</p>\n<p>The optional body of each request is JSON formatted text</p>\n\n<h3>Authentication</h3>\n<p>To use the API's you must provide your API key in the header of your POST call, or as a parameter in the query string. Always keep your API key secret!</p>\n<p>All requests must be made over an encrypted <a href=\"http://en.wikipedia.org/wiki/HTTP_Secure\">HTTPS</a> connection.</p>\n\n<pre>POST /v4.1/profile/get/ HTTPS/1.1\nHost: api.fstaff.com\napikey: 11111-22222-33333-44444-55555\nContent-Type: application/json\nAccept: application/json\nCache-Control: no-cache</pre>\n\n<h3>Successful Response</h3>\n<p>The API's successful response is a JSON payload. The payload consists of two hashes: a ticket detailing the request, and the results of the request.</p>\n<p><strong>Example:</strong></p>\n<pre>{\n    \"ticket\":{\n        \"endpoint\":\"/v4.1/profile/get/\",\n        \"apikey\":\"11111-22222-33333-44444-55555\",\n        \"elapsed\":\"0.1234\",\n        \"api-version\":\"1.1\"\n    },\n    \"results\":{\n        \"status\":\"ok\",\n        \"xstatus\":{\"en-US\":\"\"},\n        \"data\":\"[]\"\n    }\n}\n</pre>\n\n<p>For endpoints that return a paged list, there will be a paging object.</p>\n<ul>\n<li><p>Request Properties</p>\n<ul>\n<li>first - the first item to return, 0 based</li>\n<li>perPage - how many items to return</li>\n</ul>\n</li>\n<li><p>Response Properties</p>\n<ul>\n<li>next - the next item to request in the subsequent call as \"first\"</li>\n<li>count - the total number of items</li>\n<li>first - the position of the first item returned</li>\n<li>perPage - how many items to return</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"paging\": {\n                \"next\": 0, \n                \"count\": \"9\",\n                \"first\": \"0\",\n                \"perPage\": \"10\"\n            },\n</code></pre><h3>Error Reporting</h3>\n\n<p><strong>Example of the API Error:</strong></p>\n\n<pre>{\n    \"ticket\":{\n        \"endpoint\":\"/v4.1/profile/get\",\n        \"apikey\":\"11111-22222-33333-44444-55555\",\n        \"elapsed\":\"0.1234\",\n        \"api-version\":\"1.1\"\n    },\n    \"results\":{\n        \"status\":\"error\",\n        \"xstatus\":{\"en-US\":\"Unable to connect\"},\n        \"data\":\"\"\n    }\n}\n</pre></body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"11430536","collectionId":"a5bf5c58-b387-47a0-aeea-ec11ab1aadc9","publishedId":"T17J7m6g","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2020-10-15T19:38:11.000Z"},"item":[{"name":"Attachments","item":[{"name":"Attachment Set","id":"8a40fd42-fffd-4235-9bd5-679ac41caec2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"create\":\"1\",\n\t\"label\":\"test image\",\n\t\"contentLength\":\"30910\",\n\t\"mediaType\":\"image/png\"\n}"},"url":"{{url}}/{{apiversion}}/media/set/","description":"<p>Set Attachment Info</p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer, optional) - required to create</li>\n<li>id (integer, optiona) - media id, required for an update</li>\n<li>ownerId (integer, optional) - default is the apikey ownerId</li>\n<li>label (file,optional)</li>\n<li>description (string, optional)</li>\n<li>contentLength (integer) - the size of the media being uploaded in bytes</li>\n<li>attachmentType (string) - mime-type<ul>\n<li>allowed mime-types<ul>\n<li>image/gif</li>\n<li>image/png</li>\n<li>image/jpeg</li>\n<li>application/msword (.doc)</li>\n<li>application/pdf</li>\n<li>application/vnd.ms-excel (.xls)</li>\n<li>application/vnd.ms-powerpoint (.ppt)</li>\n<li>application/vnd.openxmlformats-officedocument.presentationml.presentation (.pptx)</li>\n<li>application/vnd.openxmlformats-officedocument.spreadsheetml.sheet (.xlsx)</li>\n<li>application/vnd.openxmlformats-officedocument.wordprocessingml.document (.docx)</li>\n<li>application/zip</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>finalize (integer, optional) - 0|1<ul>\n<li>update to 1 when all media chunks have been uploaded</li>\n<li>unfinalized uploads are removed after 12 hours</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Media object</p>\n","urlObject":{"path":["{{apiversion}}","media","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3dc4cd27-d562-4cb8-a007-bd1b43cd8668","name":"Media Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"create\":\"1\",\n\t\"label\":\"test image\",\n\t\"contentLength\":\"30910\",\n\t\"mediaType\":\"image/png\"\n}"},"url":"{{url}}/{{apiversion}}/media/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 20:33:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"419"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1246000"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"a3c0eac66a004678a37e2f00ffb04368"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/media/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/media/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.047115\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"date\": \"2019-06-05 20:33:07\",\n            \"uuid\": \"8BB7A19C-A60C-3DAF-971D-CDFAD76078FA\",\n            \"downloadUrl\": \"https://cdn.netsocialapp.com/images/uploads/84DE9B50-12FB-3422-A123-25A6ADFA8FF7/8BB7A19C-A60C-3DAF-971D-CDFAD76078FA.png\",\n            \"contentLength\": \"30910\",\n            \"mediaType\": \"image/png\",\n            \"parts\": \"0\",\n            \"finalized\": \"0\",\n            \"label\": \"test image\",\n            \"directoryUuid\": \"84DE9B50-12FB-3422-A123-25A6ADFA8FF7\",\n            \"id\": \"1\",\n            \"ownerId\": \"4265\",\n            \"accountType\": \"personal\"\n        }\n    }\n}"}],"_postman_id":"8a40fd42-fffd-4235-9bd5-679ac41caec2"},{"name":"Attachment Get","id":"3f75e18b-8ca0-4798-92ce-1f32770716fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ownerId\":\"\",\n\t\"accountType\":\"\",\n\t\"primaryColor\":\"#391d81\",\n\t\"secondaryColor\":\"#5e9942\"\n}"},"url":"{{url}}/{{apiversion}}/media/get/","description":"<p>Get Attachment Info</p>\n<ul>\n<li>Parameters<ul>\n<li>id (string) - the attachment id</li>\n</ul>\n</li>\n</ul>\n<p>Returns an Attachment object</p>\n","urlObject":{"path":["{{apiversion}}","media","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3f75e18b-8ca0-4798-92ce-1f32770716fa"},{"name":"Attachment Delete","id":"aa0f545a-69d9-4331-a430-5bc95d3e5006","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ownerId\":\"\",\n\t\"accountType\":\"\",\n\t\"primaryColor\":\"#391d81\",\n\t\"secondaryColor\":\"#5e9942\"\n}"},"url":"{{url}}/{{apiversion}}/media/get/","description":"<p>Delete Attachment</p>\n<ul>\n<li>Parameters<ul>\n<li>id (string) - the attachment id</li>\n</ul>\n</li>\n</ul>\n<p>Returns a status object</p>\n","urlObject":{"path":["{{apiversion}}","media","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"aa0f545a-69d9-4331-a430-5bc95d3e5006"},{"name":"Attachment Upload","id":"6bbefe58-0f56-49b3-b7f1-59e1701cbeea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"file","file":{"src":"/Users/rbush/Downloads/image.png"}},"url":"{{url}}/{{apiversion}}/media/upload/","description":"<p>Upload a File</p>\n<p><strong>Requests should be formatted as a multipart/form-data POST</strong></p>\n<ul>\n<li>Parameters<ul>\n<li>uuid (string) - the media UUID</li>\n<li>segmentIndex (integer) - 0 based</li>\n<li>attachment (string) - the raw binary file content being uploaded<ul>\n<li>Maximum chunk size is 5MB</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Attachment object</p>\n","urlObject":{"path":["{{apiversion}}","media","upload",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bbefe58-0f56-49b3-b7f1-59e1701cbeea"}],"id":"030b42ee-b44d-4bc1-aaf4-a85ca6ca665b","description":"<p>Attachments are uploaded in chunks. For chunked uploads, you must:</p>\n<ul>\n<li>Initialize the upload using the Attachment Set endpoint<ul>\n<li>this returns a mediaId you will need to subsequently upload chunks of data</li>\n</ul>\n</li>\n<li>Upload each chunk of bytes using the Attachment Upload endpoint</li>\n<li>When all your chucks have been successfully uploaded, using the Attachment Set endpoint, set finalize to 1<ul>\n<li>this causes the chunks to be verified and joined on the server</li>\n<li>the final attachment url is returned</li>\n</ul>\n</li>\n</ul>\n<p>Max chunk size is 5MB.</p>\n<p>Media Object</p>\n<ul>\n<li>Properties<ul>\n<li>id</li>\n<li>uuid (string) - UUID of the media file</li>\n<li>ownerId</li>\n<li>label</li>\n<li>description</li>\n<li>date</li>\n<li>contentLength</li>\n<li>attachmentType</li>\n<li>status</li>\n<li>downloadURL</li>\n<li>parts (integer) - number of parts uploaded, will be 0 if finalized</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"d829cae3-07a4-4d0c-b46d-d3c17dce84c8","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b4943882-d454-4892-b4ad-bea4802f08cd","type":"text/javascript","exec":[""]}}],"_postman_id":"030b42ee-b44d-4bc1-aaf4-a85ca6ca665b"},{"name":"Attributes","item":[{"name":"Attributes Get","id":"942cfc4c-c00a-4a1a-bbc9-0e96daa8cc42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeSelectedFor\": {\"type\":\"driver\", \"id\":5}\n}"},"url":"{{url}}/{{apiversion}}/attributes/get/","description":"<p>Lookup list of Attributes</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (string, optional) - limit by attributeId</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>label (string, optional) - attribute label</li>\n<li>categoryId (integer, optional) - attribute categoryId</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>includeSelectedFor (object, optional) - will include selected status of each attribute<ul>\n<li>type (string) - driver|job</li>\n<li>id (integer) - driverId|jobId</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Attribute Objects</p>\n","urlObject":{"path":["{{apiversion}}","attributes","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8ca2424e-8252-4f6a-be8b-184ddb06670e","name":"Attributes Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeSelectedFor\": {\"type\":\"driver\", \"id\":5}\n}"},"url":"{{url}}/{{apiversion}}/attributes/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 18:04:36 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"235"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"557312"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/attributes/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/attributes/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.073543\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"categoryId\": \"14\",\n                \"includeSelectedFor\": {\n                    \"isSelected\": 0\n                },\n                \"value\": \"a\",\n                \"label\": \"A\",\n                \"id\": \"47\"\n            },\n            {\n                \"categoryId\": \"11\",\n                \"includeSelectedFor\": {\n                    \"isSelected\": 0\n                },\n                \"value\": \"b\",\n                \"label\": \"B\",\n                \"id\": \"43\"\n            }\n        ]\n    }\n}"}],"_postman_id":"942cfc4c-c00a-4a1a-bbc9-0e96daa8cc42"},{"name":"Attributes Delete","id":"e4d03b41-2977-468b-9ff1-0cbeebf10b6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"6\"]\n}"},"url":"{{url}}/{{apiversion}}/attributes/delete/","description":"<p>Delete a list of Attributes</p>\n<p><em>Admin Only</em></p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of attributeIds to delete</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","attributes","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"907c14f1-5ef5-46cb-a7b8-8037eef5a2c9","name":"Attributes Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"6\"]\n}"},"url":"{{url}}/{{apiversion}}/attributes/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 20:57:21 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"159"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"377640"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/attributes/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/attributes/delete/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.009234\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"e4d03b41-2977-468b-9ff1-0cbeebf10b6c"},{"name":"Attribute Set","id":"994c27fc-d96c-400e-b0a0-d251062aa577","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"New Attribute\",\n    \"create\":1,\n    \"categoryId\":1\n}"},"url":"{{url}}/{{apiversion}}/attribute/set/","description":"<p>Create or Update an Attribute</p>\n<p><em>Admin Only</em></p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer, optional) - required to create a new attribute</li>\n<li>id (integer, optional) - the attributeId required for an update, in the url or in the post body</li>\n<li>label (string, required)</li>\n<li>value (string, required) - category label</li>\n<li>categoryId (integer, required)</li>\n</ul>\n</li>\n</ul>\n<p>Returns an Attribute object</p>\n","urlObject":{"path":["{{apiversion}}","attribute","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"83360953-0d51-49b5-90ff-66ab3e34c674","name":"Attribute Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"New Attribute\",\n    \"create\":1,\n    \"categoryId\":1,\n    \"value\": \"This is a test\"\n}"},"url":"{{url}}/{{apiversion}}/attribute/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Jul 2020 16:08:20 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"204"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"790132"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/attribute/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/attribute/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.010181\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"categoryId\": \"1\",\n            \"value\": \"This is a test\",\n            \"label\": \"New Attribute\",\n            \"id\": \"8\"\n        }\n    }\n}"},{"id":"a46f4cd5-a912-42ca-9d67-2124ce8d00dc","name":"Attribute Set - Update","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 8,\n    \"label\":\"New Attribute to test update\",\n    \"categoryId\":1,\n    \"value\": \"This is an update\"\n}"},"url":"{{url}}/{{apiversion}}/attribute/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Jul 2020 16:13:16 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"216"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"922835"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/attribute/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/attribute/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.009743\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"categoryId\": \"1\",\n            \"value\": \"This is an update\",\n            \"label\": \"New Attribute to test update\",\n            \"id\": \"8\"\n        }\n    }\n}"}],"_postman_id":"994c27fc-d96c-400e-b0a0-d251062aa577"}],"id":"3a673dde-1703-4db3-8553-9997393158cc","description":"<p>Attributes are specific skills or qualifications possessed by a Driver that can be required, or desired, for a Job created by a Carrier.</p>\n<p>Properties</p>\n<ul>\n<li>id (integer) - the attribute id</li>\n<li>categoryId (integer) - the attribute categoryId</li>\n<li>label (string) - the label to display</li>\n<li>value (string) - the value of the attribute</li>\n<li>isSelected (integer) - based on context of call</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"8e3a1136-715d-4a3d-b5cc-7f1685f54721","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"11c34599-8622-4246-99ed-08faf9eb20a5","type":"text/javascript","exec":[""]}}],"_postman_id":"3a673dde-1703-4db3-8553-9997393158cc"},{"name":"Attribute Categories","item":[{"name":"Attribute Category Set","id":"3e048e7c-776d-448e-ab7f-e9bccff7cea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"label\":\"Another attribute to test\",\r\n    \"id\":7\r\n}"},"url":"{{url}}/{{apiversion}}/attributeCategory/set/","description":"<p>Create or Update an Attribute Category</p>\n<p><em>Admin Only</em></p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>create (integer, optional) - required to create a new attribute category</li>\n<li>id (integer, optional) - the attributeCategoryId required for an update, in the url or in the post body</li>\n<li>label (string, optional) - category label<ul>\n<li>Required on create</li>\n</ul>\n</li>\n<li>isRequired (integer, optional)<ul>\n<li>Defaults to 0 on create</li>\n</ul>\n</li>\n<li>setAttributes (array[integer], optional) - list of attributeIds to set (removes previous attributeIds)</li>\n<li>addAttributes (array[integer], optional) - list of attributeIds to add</li>\n<li>removeAttributes (array[integer], optional) - list of attributeIds to remove</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>includeAttributes (integer, optional) - 0|1<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns an Attribute Category object</p>\n","urlObject":{"path":["{{apiversion}}","attributeCategory","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"533964c0-0a70-4810-bb54-4672b0b9a92e","name":"Attribute Category Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"New Attribute\",\n    \"create\":\"1\",\n    \"addAttributes\":[\"7\"],\n    \"includeAttributes\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/attributeCategory/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 18:52:27 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"233"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"408971"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/attributeCategory/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/attributeCategory/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.010156\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"categoryId\": \"7\",\n            \"attributeCategories\": [\n                \"7\"\n            ],\n            \"categoryLabel\": \"New Attribute\",\n            \"attributes\": [\n                {\n                    \"status\": \"ok\",\n                    \"data\": {\n                        \"categoryId\": \"7\",\n                        \"value\": \"\",\n                        \"label\": \"\",\n                        \"id\": \"7\"\n                    },\n                    \"xstatus\": \"\"\n                }\n            ]\n        }\n    }\n}"},{"id":"7c6b04da-f01d-4401-87a5-f53c58852954","name":"Attribute Category Set - Set Attribute","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"label\":\"New Attribute to test\",\r\n    \"create\":1,\r\n    \"setAttributes\":[\"2\"],\r\n    \"includeAttributes\":1\r\n}"},"url":"{{url}}/{{apiversion}}/attributeCategory/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 21:02:56 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"240"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"377658"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/attributeCategory/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/attributeCategory/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.014755\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"categoryId\": \"8\",\n            \"attributeCategories\": [\n                \"2\"\n            ],\n            \"categoryLabel\": \"New Attribute to test\",\n            \"attributes\": [\n                {\n                    \"status\": \"ok\",\n                    \"data\": {\n                        \"categoryId\": \"8\",\n                        \"value\": \"\",\n                        \"label\": \"\",\n                        \"id\": \"2\"\n                    },\n                    \"xstatus\": \"\"\n                }\n            ]\n        }\n    }\n}"},{"id":"85a2ceb5-375e-44b1-9041-4e944895689c","name":"Attribute Category Set - Remove Attribute","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"label\":\"New Attribute to test\",\r\n    \"create\":1,\r\n    \"removeAttributes\":[\"1\"],\r\n    \"includeAttributes\":1\r\n}"},"url":"{{url}}/{{apiversion}}/attributeCategory/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 21:03:49 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"210"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"377663"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/attributeCategory/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/attributeCategory/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.011105\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"categoryId\": \"9\",\n            \"attributeCategories\": [],\n            \"categoryLabel\": \"New Attribute to test\",\n            \"attributes\": []\n        }\n    }\n}"},{"id":"a5544300-4aa7-4f67-8218-c3a01aeaba4e","name":"Attribute Category Set - Update Attribute","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"label\":\"Another attribute to test\",\r\n    \"id\":7\r\n}"},"url":"{{url}}/{{apiversion}}/attributeCategory/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 21:05:13 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"211"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"409267"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/attributeCategory/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/attributeCategory/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.013076\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"categoryId\": \"7\",\n            \"attributeCategories\": [],\n            \"categoryLabel\": \"Another attribute to test\",\n            \"attributes\": []\n        }\n    }\n}"}],"_postman_id":"3e048e7c-776d-448e-ab7f-e9bccff7cea1"},{"name":"Attribute Categories Get","id":"0a126cf8-8157-410d-afbc-6117ae66fe64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeAttributes\":1,\n    \"includeSelectedFor\": {\"type\":\"driver\", \"id\":3}\n}"},"url":"{{url}}/{{apiversion}}/attributeCategories/get/","description":"<p>Lookup list of Attribute Categories</p>\n<ul>\n<li>Parameters<ul>\n<li>id (string, optional) - attributeCategoryId</li>\n</ul>\n</li>\n<li>Filters<ul>\n<li>label (string, optional) - attribute category label</li>\n</ul>\n</li>\n<li>Options<ul>\n<li>includeAttributes (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeSelectedFor (object, optional) - will include selected status of each attribute<ul>\n<li>type (string) - driver|job</li>\n<li>id (integer) - driverId|jobId</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Attribute Category Objects</p>\n","urlObject":{"path":["{{apiversion}}","attributeCategories","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3f76fe14-b883-48c5-bafc-9388c4b32344","name":"Attribute Categories Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":7,\n    \"includeAttributes\":1,\n    \"includeSelectedFor\": {\"type\":\"driver\", \"id\":5}\n}"},"url":"{{url}}/{{apiversion}}/attributeCategories/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 18:08:36 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"229"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"557369"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/attributeCategories/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/attributeCategories/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.072921\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"categoryId\": \"7\",\n                \"includeSelectedFor\": {\n                    \"isSelected\": 0\n                },\n                \"categoryLabel\": \"Testing update\",\n                \"attributes\": []\n            }\n        ]\n    }\n}"}],"_postman_id":"0a126cf8-8157-410d-afbc-6117ae66fe64"},{"name":"Attribute Categories Delete","id":"25b8ca67-d27a-411c-8373-7876a8f091cf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"2\"]\n}"},"url":"{{url}}/{{apiversion}}/attributeCategories/delete/","description":"<p>Delete a list of Attribute Categories</p>\n<p><em>Admin Only</em></p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of attributeCategoryIds to delete</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","attributeCategories","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a179b482-89fe-4ce7-a129-34dbc96277fa","name":"Attribute Categories Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"2\"]\n}"},"url":"{{url}}/{{apiversion}}/attributeCategories/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 21:01:13 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"166"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"377651"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/attributeCategories/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/attributeCategories/delete/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.008973\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"25b8ca67-d27a-411c-8373-7876a8f091cf"}],"id":"11c84b6b-3b2c-4426-9080-80b59b215d7d","description":"<p>Attributes Categories are groupings of Attributes</p>\n<ul>\n<li>This is an F|STAFF Admin Only Call</li>\n</ul>\n<p>Properties</p>\n<ul>\n<li>id (integer) - the attribute categoiry id</li>\n<li>label (string) - the label to display</li>\n<li>isRequired (integer) - 0|1</li>\n<li>attributes (array[objects]) - a list of arttributes in the Attribute Category</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"ad6f0dad-269c-4ffd-873d-cfb8e46305c9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4b43f576-68d4-45c5-a4db-f5999e7e3119","type":"text/javascript","exec":[""]}}],"_postman_id":"11c84b6b-3b2c-4426-9080-80b59b215d7d"},{"name":"Authentication","item":[{"name":"F|STAFF Authenticate","id":"da22ab83-613b-420c-a8b3-6cbd907ca260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{appkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"rbush@cooltheory.com\",\n    \"password\":\"mypassword\",\n    \"clientId\":\"2500\"\n}"},"url":"{{url}}/{{apiversion}}/fstaff/authenticate/","description":"<p>If result status is 'ok', returns a teamMember object and the teamMember apikey for subsequent requests.</p>\n<p>If result status is 'fail', returns details in xstatus.</p>\n<p>If result status is 'fail' and xstatus is 'emailvalidmultiple', returns a list of matching clients to select from and resubmit.</p>\n<ul>\n<li><p>apikey must be an application key, not a personal or company apikey</p>\n</li>\n<li><p>Parameters</p>\n<ul>\n<li>email (string) - user email</li>\n<li>password (string) - password</li>\n<li>clientId (string, optional) - client id</li>\n</ul>\n</li>\n<li><p>OR</p>\n<ul>\n<li>accessToken (string) - access token</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","fstaff","authenticate",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f9c80c76-26da-439f-8852-fbbe9f27ed23","name":"NetSocial Authenticate","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{appkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"rbush@cooltheory.com\",\n    \"password\":\"mypassword\",\n    \"clientId\":\"2500\"\n}"},"url":"{{url}}/{{apiversion}}/netsocial/authenticate/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"214","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 28 Sep 2018 12:09:29 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/netsocial/authenticate/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1952750","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/netsocial/authenticate/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.326224\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"loggedin\",\n        \"data\": {\n            \"client\": {\n                \"list\": []\n            },\n            \"user\": {\n                \"id\": \"6\"\n            },\n            \"apikey\": \"an-api-key\"\n        }\n    }\n}"}],"_postman_id":"da22ab83-613b-420c-a8b3-6cbd907ca260"},{"name":"F|STAFF Switch Account","id":"acd73f82-02ba-4415-a45a-df21a5ad282b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"first\":0,\n\t\"perPage\":10,\n\t\"sort\":\"lastName\",\n\t\"order\":\"DESC\"\n}"},"url":"{{url}}/{{apiversion}}/netsocial/switchaccount/","description":"<p>Returns a list of Team Member Objects with ssoTokens for all teamMembers sharing the email address of the current user.</p>\n<ul>\n<li>Parameters<ul>\n<li><p>ownerId (integer, optional)</p>\n<ul>\n<li>defaults to the apikey owner</li>\n</ul>\n</li>\n<li><p>email (string, optional)</p>\n<ul>\n<li>if no email is provided, defaults to ownerId or apikey owner lookup</li>\n</ul>\n</li>\n<li><p>Options:</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - one of 'id'|'firstName'|'email'|'lastName'<ul>\n<li>defaults to 'lastName'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","netsocial","switchaccount",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"acd73f82-02ba-4415-a45a-df21a5ad282b"},{"name":"Regenerate APIKey","id":"54490dcd-7a91-4189-9e4e-acc337261208","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{appkey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ownerId\":\"\",\n    \"accountType\":\"\"\n}"},"url":"{{url}}/{{apiversion}}/apikey/regenerate","description":"<p>Regenerate an APIKey</p>\n<p>When an APIKey is replaced, the previous APIKey is invalidated. This will log the user out of all devices using the previous key.</p>\n<ul>\n<li>Parameters<ul>\n<li>ownerId (string) - team member or client Id<ul>\n<li>defaults to the APIKey owner</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a new APIKey</p>\n","urlObject":{"path":["{{apiversion}}","apikey","regenerate"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"54490dcd-7a91-4189-9e4e-acc337261208"},{"name":"Send Magc Link","id":"eb5ae9f3-dc98-4c0d-a431-f62a9b8fdf6d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","type":"text","value":"{{appkey}}"},{"key":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\":\"peter.petabyte@socialfeedr.com\",\n\t\"clientId\":\"\",\n\t\"template\":\"login\"\n}"},"url":"{{url}}/{{apiversion}}/magicLink/send","description":"<p>Send a magic login link</p>\n<p>If result status is 'fail', returns details in xstatus.</p>\n<p>If result status is 'fail' and xstatus is 'emailvalidmultiple', returns a list of matching clients to select from and resubmit.</p>\n<ul>\n<li>Parameters<ul>\n<li>email (string) - the email to generate a link</li>\n<li>clientId (integer, optional) - the clientId of the user; required if the email matches multiple clients</li>\n<li>template (string) - one of login|password_reset|email_validate<ul>\n<li>defaults to login</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object.</p>\n","urlObject":{"path":["{{apiversion}}","magicLink","send"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"eb5ae9f3-dc98-4c0d-a431-f62a9b8fdf6d"}],"id":"5917e12a-f4d2-481b-baea-ca56cc4b1957","description":"<p>If result status is 'ok', returns a teamMember object and the teamMember apikey for subsequent requests.</p>\n<p>If result status is 'fail', returns details in xstatus.</p>\n<p>If result status is 'fail' and xstatus is 'emailvalidmultiple', returns a list of matching clients to select from and resubmit.</p>\n","event":[{"listen":"prerequest","script":{"id":"fd819dbc-614a-429c-b3b8-e13dec136ac4","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"46948ebc-9cf9-45a7-9211-555fd729fc8e","type":"text/javascript","exec":[""]}}],"_postman_id":"5917e12a-f4d2-481b-baea-ca56cc4b1957"},{"name":"Availability","item":[{"name":"Availability Get","id":"b0e38dde-9f5b-4f77-a32e-17c53601ebd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"driverId\": 168,\n    \"startTime\": \"2020-08-21 09:00:00\",\n    \"endTime\": \"2020-08-28 17:00:00\"    \n}"},"url":"{{url}}/{{apiversion}}/availability/get/","description":"<p>Lookup list of Availability Records</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - limit by availability record id</li>\n<li>driverId (integer)</li>\n<li>startTime (YYYY-MM-DD HH:MM:SS, optional if timeRecordId is passed)</li>\n<li>endTime (YYYY-MM-DD HH:MM:SS, optional if timeRecordId is passed)</li>\n<li>timeRecordId (integer, optional)</li>\n<li>returnedTimezone (string, optional)<ul>\n<li>defaults to APIKEY timezone</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Availability Objects</p>\n","urlObject":{"path":["{{apiversion}}","availability","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"05cc220a-5e78-45d1-a08b-08864e7377c8","name":"Availability Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"driverId\": 168,\n    \"startTime\": \"2020-08-27 09:00:00\",\n    \"endTime\": \"2020-08-27 17:00:00\"    \n}"},"url":"{{url}}/{{apiversion}}/availability/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Sep 2020 18:03:01 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"244"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"726407"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/availability/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/availability/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.094011\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"timeRecordId\": \"0\",\n                \"endDate\": \"2020-08-27 17:00:00\",\n                \"id\": \"40\",\n                \"teamMemberId\": \"168\",\n                \"duration\": \"480\",\n                \"type\": \"sleeper\",\n                \"startDate\": \"2020-08-27 09:00:00\"\n            }\n        ]\n    }\n}"}],"_postman_id":"b0e38dde-9f5b-4f77-a32e-17c53601ebd3"},{"name":"Availability Schedule Get","id":"c5bc2c70-55da-4057-8559-ad191efaad08","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"driverId\": 168,\n     \"startTime\": \"2020-08-21 00:00:00\",\n    \"endTime\": \"2020-08-28 10:00:00\"    \n}"},"url":"{{url}}/{{apiversion}}/availabilitySchedule/get/","description":"<p>Lookup Driver Schedule</p>\n<ul>\n<li>Parameters<ul>\n<li>driverId (integer)</li>\n<li>startTime (YYYY-MM-DD HH:MM:SS) in same timezone as returnedTimeZone</li>\n<li>endTime (YYYY-MM-DD HH:MM:SS) in same timezone as returnedTimeZone</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Availability and Shift Objects</p>\n","urlObject":{"path":["{{apiversion}}","availabilitySchedule","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"61d95cac-a5be-4db9-b828-30821d2df2b3","name":"Availability Schedule Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"driverId\": 168,\n    \"startTime\": \"2020-08-27 08:00:00\",\n    \"endTime\": \"2020-08-31 17:00:00\"    \n}"},"url":"{{url}}/{{apiversion}}/availabilitySchedule/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Sep 2020 14:20:11 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"1032"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"986160"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/availabilitySchedule/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/availabilitySchedule/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.761995\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"timeBlockId\": 1,\n                \"endTime\": \"2020-08-27 09:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-27 08:00:00\"\n            },\n            {\n                \"timeBlockId\": 2,\n                \"endTime\": \"2020-08-27 10:00:00\",\n                \"type\": \"sleeper\",\n                \"startTime\": \"2020-08-27 09:00:00\"\n            },\n            {\n                \"timeBlockId\": 3,\n                \"endTime\": \"2020-08-27 11:00:00\",\n                \"type\": \"sleeper\",\n                \"startTime\": \"2020-08-27 10:00:00\"\n            },\n            {\n                \"timeBlockId\": 4,\n                \"endTime\": \"2020-08-27 12:00:00\",\n                \"type\": \"sleeper\",\n                \"startTime\": \"2020-08-27 11:00:00\"\n            },\n            {\n                \"timeBlockId\": 5,\n                \"endTime\": \"2020-08-27 13:00:00\",\n                \"type\": \"sleeper\",\n                \"startTime\": \"2020-08-27 12:00:00\"\n            },\n            {\n                \"timeBlockId\": 6,\n                \"endTime\": \"2020-08-27 14:00:00\",\n                \"type\": \"sleeper\",\n                \"startTime\": \"2020-08-27 13:00:00\"\n            },\n            {\n                \"timeBlockId\": 7,\n                \"endTime\": \"2020-08-27 15:00:00\",\n                \"type\": \"sleeper\",\n                \"startTime\": \"2020-08-27 14:00:00\"\n            },\n            {\n                \"timeBlockId\": 8,\n                \"endTime\": \"2020-08-27 16:00:00\",\n                \"type\": \"sleeper\",\n                \"startTime\": \"2020-08-27 15:00:00\"\n            },\n            {\n                \"timeBlockId\": 9,\n                \"endTime\": \"2020-08-27 17:00:00\",\n                \"type\": \"sleeper\",\n                \"startTime\": \"2020-08-27 16:00:00\"\n            },\n            {\n                \"timeBlockId\": 10,\n                \"endTime\": \"2020-08-27 18:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-27 17:00:00\"\n            },\n            {\n                \"timeBlockId\": 11,\n                \"endTime\": \"2020-08-27 19:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-27 18:00:00\"\n            },\n            {\n                \"timeBlockId\": 12,\n                \"endTime\": \"2020-08-27 20:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-27 19:00:00\"\n            },\n            {\n                \"timeBlockId\": 13,\n                \"endTime\": \"2020-08-27 21:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-27 20:00:00\"\n            },\n            {\n                \"timeBlockId\": 14,\n                \"endTime\": \"2020-08-27 22:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-27 21:00:00\"\n            },\n            {\n                \"timeBlockId\": 15,\n                \"endTime\": \"2020-08-27 23:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-27 22:00:00\"\n            },\n            {\n                \"timeBlockId\": 16,\n                \"endTime\": \"2020-08-28 00:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-27 23:00:00\"\n            },\n            {\n                \"timeBlockId\": 17,\n                \"endTime\": \"2020-08-28 01:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 00:00:00\"\n            },\n            {\n                \"timeBlockId\": 18,\n                \"endTime\": \"2020-08-28 02:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 01:00:00\"\n            },\n            {\n                \"timeBlockId\": 19,\n                \"endTime\": \"2020-08-28 03:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 02:00:00\"\n            },\n            {\n                \"timeBlockId\": 20,\n                \"endTime\": \"2020-08-28 04:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 03:00:00\"\n            },\n            {\n                \"timeBlockId\": 21,\n                \"endTime\": \"2020-08-28 05:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 04:00:00\"\n            },\n            {\n                \"timeBlockId\": 22,\n                \"endTime\": \"2020-08-28 06:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 05:00:00\"\n            },\n            {\n                \"timeBlockId\": 23,\n                \"endTime\": \"2020-08-28 07:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 06:00:00\"\n            },\n            {\n                \"timeBlockId\": 24,\n                \"endTime\": \"2020-08-28 08:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 07:00:00\"\n            },\n            {\n                \"timeBlockId\": 25,\n                \"endTime\": \"2020-08-28 09:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 08:00:00\"\n            },\n            {\n                \"timeBlockId\": 26,\n                \"endTime\": \"2020-08-28 10:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 09:00:00\"\n            },\n            {\n                \"timeBlockId\": 27,\n                \"endTime\": \"2020-08-28 11:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 10:00:00\"\n            },\n            {\n                \"timeBlockId\": 28,\n                \"endTime\": \"2020-08-28 12:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 11:00:00\"\n            },\n            {\n                \"timeBlockId\": 29,\n                \"endTime\": \"2020-08-28 13:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 12:00:00\"\n            },\n            {\n                \"timeBlockId\": 30,\n                \"endTime\": \"2020-08-28 14:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 13:00:00\"\n            },\n            {\n                \"timeBlockId\": 31,\n                \"endTime\": \"2020-08-28 15:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 14:00:00\"\n            },\n            {\n                \"timeBlockId\": 32,\n                \"endTime\": \"2020-08-28 16:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 15:00:00\"\n            },\n            {\n                \"timeBlockId\": 33,\n                \"endTime\": \"2020-08-28 17:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 16:00:00\"\n            },\n            {\n                \"timeBlockId\": 34,\n                \"endTime\": \"2020-08-28 18:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 17:00:00\"\n            },\n            {\n                \"timeBlockId\": 35,\n                \"endTime\": \"2020-08-28 19:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 18:00:00\"\n            },\n            {\n                \"timeBlockId\": 36,\n                \"endTime\": \"2020-08-28 20:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 19:00:00\"\n            },\n            {\n                \"timeBlockId\": 37,\n                \"endTime\": \"2020-08-28 21:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 20:00:00\"\n            },\n            {\n                \"timeBlockId\": 38,\n                \"endTime\": \"2020-08-28 22:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 21:00:00\"\n            },\n            {\n                \"timeBlockId\": 39,\n                \"endTime\": \"2020-08-28 23:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 22:00:00\"\n            },\n            {\n                \"timeBlockId\": 40,\n                \"endTime\": \"2020-08-29 00:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-28 23:00:00\"\n            },\n            {\n                \"timeBlockId\": 41,\n                \"endTime\": \"2020-08-29 01:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 00:00:00\"\n            },\n            {\n                \"timeBlockId\": 42,\n                \"endTime\": \"2020-08-29 02:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 01:00:00\"\n            },\n            {\n                \"timeBlockId\": 43,\n                \"endTime\": \"2020-08-29 03:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 02:00:00\"\n            },\n            {\n                \"timeBlockId\": 44,\n                \"endTime\": \"2020-08-29 04:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 03:00:00\"\n            },\n            {\n                \"timeBlockId\": 45,\n                \"endTime\": \"2020-08-29 05:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 04:00:00\"\n            },\n            {\n                \"timeBlockId\": 46,\n                \"endTime\": \"2020-08-29 06:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 05:00:00\"\n            },\n            {\n                \"timeBlockId\": 47,\n                \"endTime\": \"2020-08-29 07:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 06:00:00\"\n            },\n            {\n                \"timeBlockId\": 48,\n                \"endTime\": \"2020-08-29 08:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 07:00:00\"\n            },\n            {\n                \"timeBlockId\": 49,\n                \"endTime\": \"2020-08-29 09:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 08:00:00\"\n            },\n            {\n                \"timeBlockId\": 50,\n                \"endTime\": \"2020-08-29 10:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 09:00:00\"\n            },\n            {\n                \"timeBlockId\": 51,\n                \"endTime\": \"2020-08-29 11:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 10:00:00\"\n            },\n            {\n                \"timeBlockId\": 52,\n                \"endTime\": \"2020-08-29 12:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 11:00:00\"\n            },\n            {\n                \"timeBlockId\": 53,\n                \"endTime\": \"2020-08-29 13:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 12:00:00\"\n            },\n            {\n                \"timeBlockId\": 54,\n                \"endTime\": \"2020-08-29 14:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 13:00:00\"\n            },\n            {\n                \"timeBlockId\": 55,\n                \"endTime\": \"2020-08-29 15:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 14:00:00\"\n            },\n            {\n                \"timeBlockId\": 56,\n                \"endTime\": \"2020-08-29 16:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 15:00:00\"\n            },\n            {\n                \"timeBlockId\": 57,\n                \"endTime\": \"2020-08-29 17:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 16:00:00\"\n            },\n            {\n                \"timeBlockId\": 58,\n                \"endTime\": \"2020-08-29 18:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 17:00:00\"\n            },\n            {\n                \"timeBlockId\": 59,\n                \"endTime\": \"2020-08-29 19:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 18:00:00\"\n            },\n            {\n                \"timeBlockId\": 60,\n                \"endTime\": \"2020-08-29 20:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 19:00:00\"\n            },\n            {\n                \"timeBlockId\": 61,\n                \"endTime\": \"2020-08-29 21:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 20:00:00\"\n            },\n            {\n                \"timeBlockId\": 62,\n                \"endTime\": \"2020-08-29 22:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 21:00:00\"\n            },\n            {\n                \"timeBlockId\": 63,\n                \"endTime\": \"2020-08-29 23:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 22:00:00\"\n            },\n            {\n                \"timeBlockId\": 64,\n                \"endTime\": \"2020-08-30 00:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-29 23:00:00\"\n            },\n            {\n                \"timeBlockId\": 65,\n                \"endTime\": \"2020-08-30 01:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 00:00:00\"\n            },\n            {\n                \"timeBlockId\": 66,\n                \"endTime\": \"2020-08-30 02:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 01:00:00\"\n            },\n            {\n                \"timeBlockId\": 67,\n                \"endTime\": \"2020-08-30 03:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 02:00:00\"\n            },\n            {\n                \"timeBlockId\": 68,\n                \"endTime\": \"2020-08-30 04:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 03:00:00\"\n            },\n            {\n                \"timeBlockId\": 69,\n                \"endTime\": \"2020-08-30 05:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 04:00:00\"\n            },\n            {\n                \"timeBlockId\": 70,\n                \"endTime\": \"2020-08-30 06:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 05:00:00\"\n            },\n            {\n                \"timeBlockId\": 71,\n                \"endTime\": \"2020-08-30 07:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 06:00:00\"\n            },\n            {\n                \"timeBlockId\": 72,\n                \"endTime\": \"2020-08-30 08:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 07:00:00\"\n            },\n            {\n                \"timeBlockId\": 73,\n                \"endTime\": \"2020-08-30 09:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 08:00:00\"\n            },\n            {\n                \"timeBlockId\": 74,\n                \"endTime\": \"2020-08-30 10:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 09:00:00\"\n            },\n            {\n                \"timeBlockId\": 75,\n                \"endTime\": \"2020-08-30 11:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 10:00:00\"\n            },\n            {\n                \"timeBlockId\": 76,\n                \"endTime\": \"2020-08-30 12:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 11:00:00\"\n            },\n            {\n                \"timeBlockId\": 77,\n                \"endTime\": \"2020-08-30 13:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 12:00:00\"\n            },\n            {\n                \"timeBlockId\": 78,\n                \"endTime\": \"2020-08-30 14:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 13:00:00\"\n            },\n            {\n                \"timeBlockId\": 79,\n                \"endTime\": \"2020-08-30 15:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 14:00:00\"\n            },\n            {\n                \"timeBlockId\": 80,\n                \"endTime\": \"2020-08-30 16:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 15:00:00\"\n            },\n            {\n                \"timeBlockId\": 81,\n                \"endTime\": \"2020-08-30 17:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 16:00:00\"\n            },\n            {\n                \"timeBlockId\": 82,\n                \"endTime\": \"2020-08-30 18:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 17:00:00\"\n            },\n            {\n                \"timeBlockId\": 83,\n                \"endTime\": \"2020-08-30 19:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 18:00:00\"\n            },\n            {\n                \"timeBlockId\": 84,\n                \"endTime\": \"2020-08-30 20:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 19:00:00\"\n            },\n            {\n                \"timeBlockId\": 85,\n                \"endTime\": \"2020-08-30 21:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 20:00:00\"\n            },\n            {\n                \"timeBlockId\": 86,\n                \"endTime\": \"2020-08-30 22:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 21:00:00\"\n            },\n            {\n                \"timeBlockId\": 87,\n                \"endTime\": \"2020-08-30 23:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 22:00:00\"\n            },\n            {\n                \"timeBlockId\": 88,\n                \"endTime\": \"2020-08-31 00:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-30 23:00:00\"\n            },\n            {\n                \"timeBlockId\": 89,\n                \"endTime\": \"2020-08-31 01:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 00:00:00\"\n            },\n            {\n                \"timeBlockId\": 90,\n                \"endTime\": \"2020-08-31 02:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 01:00:00\"\n            },\n            {\n                \"timeBlockId\": 91,\n                \"endTime\": \"2020-08-31 03:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 02:00:00\"\n            },\n            {\n                \"timeBlockId\": 92,\n                \"endTime\": \"2020-08-31 04:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 03:00:00\"\n            },\n            {\n                \"timeBlockId\": 93,\n                \"endTime\": \"2020-08-31 05:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 04:00:00\"\n            },\n            {\n                \"timeBlockId\": 94,\n                \"endTime\": \"2020-08-31 06:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 05:00:00\"\n            },\n            {\n                \"timeBlockId\": 95,\n                \"endTime\": \"2020-08-31 07:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 06:00:00\"\n            },\n            {\n                \"timeBlockId\": 96,\n                \"endTime\": \"2020-08-31 08:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 07:00:00\"\n            },\n            {\n                \"timeBlockId\": 97,\n                \"endTime\": \"2020-08-31 09:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 08:00:00\"\n            },\n            {\n                \"timeBlockId\": 98,\n                \"endTime\": \"2020-08-31 10:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 09:00:00\"\n            },\n            {\n                \"timeBlockId\": 99,\n                \"endTime\": \"2020-08-31 11:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 10:00:00\"\n            },\n            {\n                \"timeBlockId\": 100,\n                \"endTime\": \"2020-08-31 12:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 11:00:00\"\n            },\n            {\n                \"timeBlockId\": 101,\n                \"endTime\": \"2020-08-31 13:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 12:00:00\"\n            },\n            {\n                \"timeBlockId\": 102,\n                \"endTime\": \"2020-08-31 14:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 13:00:00\"\n            },\n            {\n                \"timeBlockId\": 103,\n                \"endTime\": \"2020-08-31 15:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 14:00:00\"\n            },\n            {\n                \"timeBlockId\": 104,\n                \"endTime\": \"2020-08-31 16:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 15:00:00\"\n            },\n            {\n                \"timeBlockId\": 105,\n                \"endTime\": \"2020-08-31 17:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 16:00:00\"\n            },\n            {\n                \"timeBlockId\": 106,\n                \"endTime\": \"2020-08-31 18:00:00\",\n                \"type\": \"open\",\n                \"startTime\": \"2020-08-31 17:00:00\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c5bc2c70-55da-4057-8559-ad191efaad08"},{"name":"Availability Delete","id":"e23bc325-39a9-4d8f-ab85-94e3deff598a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[36]\n}"},"url":"{{url}}/{{apiversion}}/availability/delete/","description":"<p>Delete a list of Availability Blocks</p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of availability block ids to delete</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","availability","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1bc42d7a-a2b6-4c9f-84bd-27277ae3a473","name":"Availability Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,25,26]\n}"},"url":"{{url}}/{{apiversion}}/availability/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Aug 2020 14:15:19 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"158"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"708506"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/availability/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/availability/delete/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.074655\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"e23bc325-39a9-4d8f-ab85-94e3deff598a"},{"name":"Availability Set","id":"8f71ada8-a416-470a-bf12-453119ece958","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"driverId\": 168,\n    \"create\": 1,\n    \"startTime\": \"2020-09-18 09:00:00\",\n    \"endTime\": \"2020-09-18 17:00:00\",\n    \"type\": \"off\"\n}"},"url":"{{url}}/{{apiversion}}/availability/set/","description":"<p>Create or Update Availabilty</p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer, optional) - required to create a new block of availability</li>\n<li>driverId (integer)</li>\n<li>startTime (YYYY-MM-DD HH:MM:SS)<ul>\n<li>in the same timezone as returnedTimeZone (defaults to the APIKEY timezone)</li>\n</ul>\n</li>\n<li>endTime (YYYY-MM-DD HH:MM:SS)<ul>\n<li>in the same timezone as returnedTimeZone (defaults to the APIKEY timezone)</li>\n</ul>\n</li>\n<li>type (string, optional on update) - off|driving|sleeper|on</li>\n<li>timeRecordId (integer, optional)</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns an Availability object</p>\n","urlObject":{"path":["{{apiversion}}","availability","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"02aed1c1-3fca-4c15-a0eb-cc1e90c3f9ca","name":"Availability Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"driverId\": 3,\n    \"create\": 1,\n    \"startTime\": \"2020-11-30 23:20:00\",\n    \"endTime\": \"2020-12-01 07:00:00\",\n    \"type\": \"sleeper\"\n}"},"url":"{{url}}/{{apiversion}}/availability/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 26 Aug 2020 13:40:22 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"242"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"869256"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/availability/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/availability/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.081634\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"timeRecordId\": \"0\",\n            \"endDate\": \"2020-12-01 07:00:00\",\n            \"id\": \"23\",\n            \"teamMemberId\": \"3\",\n            \"duration\": \"460\",\n            \"type\": \"sleeper\",\n            \"startDate\": \"2020-11-30 23:20:00\"\n        }\n    }\n}"}],"_postman_id":"8f71ada8-a416-470a-bf12-453119ece958"}],"id":"b45693e8-61f4-4412-92a7-f9ba4a17fce5","description":"<p>Properties</p>\n<ul>\n<li>create (integer, optional) - required to create a new block of availability</li>\n<li>driverId (integer)</li>\n<li>startTime (YYYY-MM-DD HH:MM:SS)</li>\n<li>endTime (YYYY-MM-DD HH:MM:SS)</li>\n<li>type (string) - off|driving|sleeper|on</li>\n<li>timeRecordId (integer, optional)</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"38cc0eda-46ac-4a06-a01f-0948f1762309","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"14d5a626-28df-4322-9108-cf37ce46c9f6","type":"text/javascript","exec":[""]}}],"_postman_id":"b45693e8-61f4-4412-92a7-f9ba4a17fce5"},{"name":"Availability Preferences","item":[{"name":"Availability Preferences Set","id":"f492b143-cc30-4fac-8ba6-93fa1f2bfbde","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"day\": \"thursday\",\n    \"available\": 0,\n    \"anytime\": 1,\n\t\"teamMemberId\": 3\n}\n"},"url":"{{url}}/{{apiversion}}/availabilityPreference/set/","description":"<p>Update a Team Member's Availability Preferences</p>\n<ul>\n<li>Parameters<ul>\n<li>id</li>\n<li>day (string) - sunday|monday|tuesday|wednesday|thursday|friday|saturday</li>\n<li>available (integer) 0|1</li>\n<li>anytime (integer) 0|1</li>\n<li>startTime (optional) - required if anytime = 0</li>\n<li>endTime (optional) - required if anytime = 0</li>\n<li>teamMemberId (integer)</li>\n</ul>\n</li>\n</ul>\n<p>Returns an Availability Preference object</p>\n","urlObject":{"path":["{{apiversion}}","availabilityPreference","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e64a8041-3b5c-4ec1-a2cd-2af6ea64b516","name":"Availability Preferences Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"day\": \"thursday\",\n    \"available\": 0,\n    \"anytime\": 1,\n\t\"teamMemberId\": 3\n}\n"},"url":"{{url}}/{{apiversion}}/availabilityPreference/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Sep 2020 19:43:39 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"254"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"867541"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/availabilityPreference/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/availabilityPreference/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.099685\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"sunday\": {\n                    \"availabilityPreference\": \"anytime\"\n                },\n                \"saturday\": {\n                    \"availabilityPreference\": \"available,anytime\"\n                },\n                \"friday\": {\n                    \"availabilityPreference\": \"available,anytime\"\n                },\n                \"wednesday\": {\n                    \"availabilityPreference\": \"08:00:00-12:00:00\"\n                },\n                \"thursday\": {\n                    \"availabilityPreference\": \"anytime\"\n                },\n                \"tuesday\": {\n                    \"availabilityPreference\": \"11:00:00-15:00:00\"\n                },\n                \"monday\": {\n                    \"availabilityPreference\": \"08:55:00-12:00:00\"\n                }\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"f492b143-cc30-4fac-8ba6-93fa1f2bfbde"},{"name":"Availability Preferences Get","id":"e9c85f93-a011-4211-b2bd-0a52858d7c05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"teamMemberId\": 3\n}"},"url":"{{url}}/{{apiversion}}/availabilityPreferences/get/","description":"<p>Get a Team Member's Availability Preferences</p>\n<ul>\n<li>Filters<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>Defaults to apikey teamMemberId</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns an Availability Preference object</p>\n","urlObject":{"path":["{{apiversion}}","availabilityPreferences","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"168e43f2-0052-42e4-ab77-c115704a8566","name":"Availability Preferences Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"teamMemberId\": 3\n}"},"url":"{{url}}/{{apiversion}}/availabilityPreferences/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Sep 2020 19:42:42 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"253"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"867536"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/availabilityPreferences/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/availabilityPreferences/get/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.097694\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"sunday\": {\n                    \"availabilityPreference\": \"anytime\"\n                },\n                \"saturday\": {\n                    \"availabilityPreference\": \"available,anytime\"\n                },\n                \"friday\": {\n                    \"availabilityPreference\": \"available,anytime\"\n                },\n                \"wednesday\": {\n                    \"availabilityPreference\": \"08:00:00-12:00:00\"\n                },\n                \"thursday\": {\n                    \"availabilityPreference\": \"available,anytime\"\n                },\n                \"tuesday\": {\n                    \"availabilityPreference\": \"11:00:00-15:00:00\"\n                },\n                \"monday\": {\n                    \"availabilityPreference\": \"08:55:00-12:00:00\"\n                }\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"},{"id":"7ad1a3fa-ca49-44d9-8d27-e6c9cbaa018e","name":"Availability Preferences Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"teamMemberId\": 3\n}"},"url":"{{url}}/{{apiversion}}/availabilityPreferences/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 09 Sep 2020 19:33:00 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"239"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"867417"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/availabilityPreferences/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/availabilityPreferences/get/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.0951\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"sunday\": \"anytime\",\n                \"saturday\": \"available,anytime\",\n                \"friday\": \"available,anytime\",\n                \"wednesday\": \"available,anytime\",\n                \"thursday\": \"available,anytime\",\n                \"tuesday\": \"11:00:00-15:00:00\",\n                \"monday\": \"08:55:00-12:00:00\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"e9c85f93-a011-4211-b2bd-0a52858d7c05"}],"id":"e29877b0-2bde-4edc-bf54-9e6708137f4b","description":"<p>Store and retrieve general driver availability preferences</p>\n<ul>\n<li>Properties<ul>\n<li>id</li>\n<li>day (string) - sunday|monday|tuesday|wednesday|thursday|friday|saturday</li>\n<li>available (integer) 0|1</li>\n<li>anytime (integer) 0|1</li>\n<li>startTime (optional) - required if anytime = 0</li>\n<li>endTime (optional) - required if anytime = 0</li>\n<li>teamMemberId (integer)</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"58360006-4600-4a05-be05-56f3766959ed","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"80c5f6da-2091-4c35-b412-78b5d802e94b","type":"text/javascript","exec":[""]}}],"_postman_id":"e29877b0-2bde-4edc-bf54-9e6708137f4b"},{"name":"Clients","item":[{"name":"Client Avatar Set","id":"7adec662-d2a5-4fd1-8ecc-6cc85c95f08a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\",\n\t\"url\":\"http://cdn.stable.netsocialapp.com/uploads/avatar.jpg?1\"\n}"},"url":"{{url}}/{{apiversion}}/clientAvatar/set/","description":"<p>Set a Team Member's Avatar</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - the ClientId, in the url or in the post body<ul>\n<li>defaults to the APIKEY ownerId</li>\n</ul>\n</li>\n<li>url (string, required) - a url to an avatar image</li>\n</ul>\n</li>\n</ul>\n<p>Returns an AvatarUrls object</p>\n","urlObject":{"path":["{{apiversion}}","clientAvatar","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d5850c5c-bbf0-41ac-baf7-fc65c52b6486","name":"Team Member Avatar Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\",\n\t\"url\":\"http://cdn.stable.netsocialapp.com/uploads/avatar.jpg?1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberAvatar/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 May 2019 19:46:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"324"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"961046"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMemberAvatar/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMemberAvatar/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"4.621896\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"teammember_thumb2x\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb2x-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small_square\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small_square-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small2x_square\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small2x_square-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_square2x\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_square2x-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_square\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_square-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small2x\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small2x-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            }\n        }\n    }\n}"}],"_postman_id":"7adec662-d2a5-4fd1-8ecc-6cc85c95f08a"},{"name":"Client Avatar Delete","id":"01c764dd-77c9-4420-a38f-33003fc0cd76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\"\n}"},"url":"{{url}}/{{apiversion}}/clientAvatar/delete/","description":"<p>Delete a Team Member's Avatar</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, required) - the ClientId, in the url or in the post body</li>\n</ul>\n</li>\n</ul>\n<p>Returns an success object</p>\n","urlObject":{"path":["{{apiversion}}","clientAvatar","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fd3b27b4-867a-4c4d-ba28-946c1a050bf0","name":"Team Member Avatar Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberAvatar/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 May 2019 20:01:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"167"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"808089"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMemberAvatar/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMemberAvatar/delete/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.013563\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"01c764dd-77c9-4420-a38f-33003fc0cd76"},{"name":"Client Get","id":"1646adf2-9cb9-4737-810f-2e3ae8eae5d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 5397\n}"},"url":"{{url}}/{{apiversion}}/client/get/","description":"<p>Returns Client details associated with APIKEY</p>\n<ul>\n<li>Parameters<ul>\n<li>fields (array[string], optional) - fields to return  <pre>\n  Options: [\n      accidentNumber  \n      active\n      approvalStatus\n      avatarUrls\n      description\n      branding\n      defaultContactId\n      description\n      franchiseParentClientId\n      franchiseParentClientName\n      id\n      isOnboarded\n      isMasterFranchiseAccount\n      locationId\n      locationInfo\n      maintenanceNumber\n      name\n      notes\n      ratings\n      url\n  ]\n      Default: [  accidentNumber\n                      active\n                      avatarUrls\n                      branding\n                      description\n                      id\n                      isOnboarded\n                      isMasterFranchiseAccount\n                      name\n                      url\n                      locationId\n                      locationInfo\n                      maintenanceNumber\n                      ]\n  </pre></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","client","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"93b9b25b-1725-44d7-bac1-773d14f9178e","name":"Client Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"authtoken\": \"aFGURWUBFWB\",\n        \"authtoken-expiration\": \"7928758471\",\n        \"endpoint\": \"/v1.1/client/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"elapsed\": \"0.1234\",\n        \"api-version\": \"1.1\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1234\"\n        }\n    }\n}"}],"_postman_id":"1646adf2-9cb9-4737-810f-2e3ae8eae5d9"},{"name":"Client Get By Id","id":"ef07f06c-2cdb-4cbc-b2a1-a5898e5f80c4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"*\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/[id]","description":"<p>Returns Client details</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - clientId, in the url or in the body</li>\n<li>fields (array[string], optional) - fields to return  <pre>\n      Options: [  \"active\",\n                  \"location\",\n                  \"description\",\n                  \"defaultContactId\",\n                  \"franchiseParentClientId\",\n                  \"franchiseParentClientName\",\n                  \"id\",\n                  \"isMasterFranchiseAccount\",\n                  \"name\",\n                  \"notes\",\n                  \"url\"]\n      Default: [  \"location\",\n                  \"description\",\n                  \"id\",\n                  \"name\",\n                  \"url\"]\n  </pre></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","client","get","[id]"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f42ac63b-f9c6-42a2-b40e-6ca7885366f7","name":"Client Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"authtoken\": \"aFGURWUBFWB\",\n        \"authtoken-expiration\": \"7928758471\",\n        \"endpoint\": \"/v1.1/client/get/1234\",\n        \"apikey\": \"{{apikey}}\",\n        \"elapsed\": \"0.1234\",\n        \"api-version\": \"1.1\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1234\"\n        }\n    }\n}"}],"_postman_id":"ef07f06c-2cdb-4cbc-b2a1-a5898e5f80c4"},{"name":"Client Onboard","id":"6bd32d23-7685-4eb9-8415-3a12519d0539","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 4346\n}"},"url":"{{url}}/{{apiversion}}/client/onboard/","description":"<p>Mark a Client as onboarded.</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - the clientId</li>\n</ul>\n</li>\n</ul>\n<p>Return a status object</p>\n","urlObject":{"path":["{{apiversion}}","client","onboard",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6bd32d23-7685-4eb9-8415-3a12519d0539"},{"name":"Client Set","id":"7d5beca2-f243-4e33-a7b8-8ca12d32750a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"timezone\": \"America/New_York\",\n  \"label\":\"home\",\n  \"id\": \"5199\",\n  \"country\":\"US\",\n  \"contactId\": 5,\n  \"notes\": \"notes\",\n  \"fields\":[\"id\",\"locationInfo\",\"notes\"]\n}"},"url":"{{url}}/{{apiversion}}/client/set/","description":"<p>Update a Client associated with APIKEY</p>\n\n<ul>\n<li><p>Client Parameters</p>\n<ul>\n<li>id (integer, optional) <ul>\n<li>note: updating a clientId other than that of the APIKEY is only allowed for Franchise Parents and F|STAFF Admins</li>\n</ul>\n</li>\n<li>defaultContactId (integer, optional) - default contact for client communication</li>\n<li>description (string, optional)</li>\n<li>name (string)</li>\n<li>timezone (string, optional) - see Lookup: Timezones Get</li>\n<li>language (string, optional) - default is en-us - see lookup Languages Get</li>\n<li>url (string, optional)</li>\n<li>maintenanceNumber (string, optional) - Number to call if the trucks break down. </li>\n<li>accidentNumber (string, optional) - Number to call if there is an accident, after 911.</li>\n</ul>\n</li>\n<li><p>Location Parameters</p>\n<ul>\n<li>label (string, optional) - Label for the Address Location</li>\n<li>address1 (string, optional)</li>\n<li>address2 (string, optional)</li>\n<li>contactId (integer, optional) - Contact associated with the location information</li>\n<li>city (string, optional)</li>\n<li>state (string, optional) - 2 letter abbreviation</li>\n<li>zipcode (string, optional)</li>\n<li>country (string, optional) - 2 letter abbreviation</li>\n</ul>\n</li>\n<li><p>Admin Only Options</p>\n<ul>\n<li>active</li>\n<li>approvalStatus (string) - pending|approved|denied</li>\n<li>notes</li>\n<li>franchiseParentClientId</li>\n<li>isMasterFranchiseAccount</li>\n<li>internalName</li>\n</ul>\n</li>\n<li><p>Franchise Parent Options</p>\n<ul>\n<li>active</li>\n<li>franchiseParentClientId</li>\n<li>internalName</li>\n</ul>\n</li>\n<li><p>fields (array[string], optional) - fields to return</p>\n  <pre>\n      Options: [  \n          active\n          approvalStatus\n          branding\n          defaultOwnerId\n          description\n          franchiseParentClientId\n          id\n          isOnboarded\n          isMasterFranchiseAccount\n          locationId\n          locationInfo\n          name\n          notes\n          ratings\n          url\n          maintenanceNumber\n          accidentNumber \n      ]\n          Default: [id]\n  </pre></li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","client","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"31df4732-7061-420d-9985-449c50af9e44","name":"Client Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"authtoken\": \"aFGURWUBFWB\",\n        \"authtoken-expiration\": \"7928758471\",\n        \"endpoint\": \"/v1.1/client/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"elapsed\": \"0.1234\",\n        \"api-version\": \"1.1\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1234\"\n        }\n    }\n}"}],"_postman_id":"7d5beca2-f243-4e33-a7b8-8ca12d32750a"},{"name":"Client Set By Id","id":"1d251514-caf2-48b2-90bf-0cbcd369dd31","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/set/[id]","description":"<p>Admin or Franchise Owner Only\nCreate or Update a Client</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - required for an update, in the url or body</li>\n<li>create (integer, optional) - required to create a new client record - '1'</li>\n<li>active (integer) - 0|1, default 1</li>\n<li>isMasterFranchiseAccount (integer,optional) - 0|1</li>\n<li>franchiseParentClientId (integer, optional)</li>\n<li>label (string, optional) - location label</li>\n<li>contactId (integer, optional) - contact assocaited with the location</li>\n<li>address1 (string, optional)</li>\n<li>address2 (string, optional)</li>\n<li>city (string, optional)</li>\n<li>state (string, optional) - 2 letter abbreviation</li>\n<li>zip (string, optional)</li>\n<li>country (string, optional) - 2 letter abbreviation</li>\n<li>defaultContactId (integer, optional)</li>\n<li>description (string, optional)</li>\n<li>franchiseParentClientId (integer, optional)</li>\n<li>internalName (string, optional)</li>\n<li>name (string)</li>\n<li>notes (string, optional) - private notes about the client</li>\n<li>timezone (string, optional) - see Lookup: Timezones Get, default America/New_York</li>\n<li>url (string, optional)</li>\n<li>fields (array[string], optional) - fields to return  <pre>\n  Options: [  \n      active\n      approvalStatus\n      contactId\n      description\n      branding\n      defaultOwnerId\n      description\n      franchiseParentClientId\n      id\n      isOnboarded\n      isMasterFranchiseAccount\n      locationId\n      locationInfo\n      name\n      notes\n      ratings\n      url\n  ]\n      Default: [id]\n  </pre></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","client","set","[id]"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4a2aaaf1-b931-4799-bea6-692049e908a2","name":"Client Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":\"id\"\n}"},"url":"{{url}}/{{apiversion}}/client/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"authtoken\": \"aFGURWUBFWB\",\n        \"authtoken-expiration\": \"7928758471\",\n        \"endpoint\": \"/v1.1/client/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"elapsed\": \"0.1234\",\n        \"api-version\": \"1.1\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": {\n            \"id\": \"1234\"\n        }\n    }\n}"}],"_postman_id":"1d251514-caf2-48b2-90bf-0cbcd369dd31"},{"name":"Clients Get","id":"39eb6890-9efd-463a-abda-dd0bbae4c6ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\": [\n    \"active\",\n    \"description\",\n    \"defaultContactId\",\n    \"franchiseParentClientId\",\n    \"franchiseParentClientName\",\n    \"id\",\n    \"isMasterFranchiseAccount\",\n    \"locationId\",\n    \"locationInfo\",\n    \"name\",\n    \"notes\",\n    \"timezone\",\n    \"url\"\n  ],\n  \"id\": 5,\n  \"first\": \"0\",\n  \"perPage\": \"10\"\n}"},"url":"{{url}}/{{apiversion}}/clients/get/","description":"<p>Admin or Franchise Parent Only</p>\n<p>For Franchise Parent, returns a list of Client Objects that are children of the supplied clientId</p>\n<ul>\n<li>Parameters<ul>\n<li>clientId (integer, optional) - the agency or franchise id<ul>\n<li>defaults to the api key's clientId</li>\n<li>for admin, defaults to all clients</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Filters<ul>\n<li>ids (array(integer)) - limit to only these clientIds</li>\n<li>name (string, optional) - returns clients with names that contain 'name'</li>\n<li>notFranchiseChild (integer, optional) - 1|0</li>\n<li>defaults to 0</li>\n<li>childOfClientId (integer, optional)</li>\n<li>returns only franchise children of the clientId</li>\n<li>approvalStatus (string,optional)</li>\n<li>fields (array[string], optional) - fields to return  <pre>\n  Options: [\n      accidentNumber\n      active\n      approvalStatus\n      city\n      contactId\n      country\n      description\n      branding\n      defaultOwnerId\n      description\n      franchiseParentClientId\n      franchiseParentClientName\n      id\n      isOnboarded\n      isMasterFranchiseAccount\n      locationId\n      locationInfo\n      maintenanceNumber\n      name\n      notes\n      ratings\n      url\n  ]\n      Default: [\"locationInfo\",\n                  \"description\",\n                  \"id\",\n                  \"isOnboarded\",\n                  \"name\",\n                  \"url\"]\n  </pre></li>\n</ul>\n</li>\n<li>Options<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - order of results may be id|name. Default is \"name\"</li>\n<li>order (string, optional) - \"ASC\" or \"DESC\", default is \"ASC\"</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Paging Object and a list of Client Objects</p>\n","urlObject":{"path":["{{apiversion}}","clients","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"72297a42-6eb7-47bd-b24d-3df8783f05a3","name":"Clients Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\": [\n    \"active\",\n    \"address\",\n    \"address2\",\n    \"city\",\n    \"country\",\n    \"description\",\n    \"defaultContactId\",\n    \"franchiseParentClientId\",\n    \"id\",\n    \"isMasterFranchiseAccount\",\n    \"name\",\n    \"notes\",\n    \"state\",\n    \"timezone\",\n    \"url\",\n    \"zip\"\n  ]\n}"},"url":"{{url}}/{{apiversion}}/clients/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Aug 2020 19:37:33 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"643"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"667354"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/clients/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/clients/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.067023\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"paging\": {\n                \"next\": 100,\n                \"count\": \"243\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            },\n            \"clients\": [\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5105\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5106\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5107\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5108\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5109\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5110\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5111\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5115\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"ADSasdas\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5283\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Another Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5199\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Another Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5205\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"asdas\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5116\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"asdas\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5117\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"asdas\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5118\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"asdas\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5119\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"asdas\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5120\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"asdas\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5213\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"asdasdass\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5298\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5195\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5197\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5200\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5201\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5202\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5203\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5206\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5207\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5208\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5211\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5241\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5242\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5243\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5244\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5245\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5246\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5248\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5249\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5250\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5251\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5252\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5253\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5254\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5255\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5256\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5257\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5258\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5259\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5260\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5261\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5262\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5263\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5264\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5265\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5266\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5267\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5268\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5269\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5270\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5271\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5272\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5273\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5274\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5275\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5276\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5278\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5279\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5280\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5281\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5282\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5284\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5285\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5286\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5287\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5288\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5289\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5290\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5291\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5292\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5293\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5294\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5295\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5297\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5299\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5300\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5301\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5302\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5303\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5304\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5305\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5306\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5307\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5308\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5309\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5310\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5311\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5312\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5313\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5314\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5315\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5316\",\n                    \"description\": \"\"\n                },\n                {\n                    \"url\": \"http://\",\n                    \"name\": \"Carrier\",\n                    \"franchiseParentClientId\": \"0\",\n                    \"active\": \"1\",\n                    \"isMasterFranchiseAccount\": \"0\",\n                    \"id\": \"5317\",\n                    \"description\": \"\"\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"39eb6890-9efd-463a-abda-dd0bbae4c6ed"}],"id":"5e83187d-f202-4460-8172-190cce74d5f8","description":"<p>Clients are the business entities using the NetSocial platform.</p>\n<p>The Client Object</p>\n<ul>\n<li>Properties<ul>\n<li>active (integer, read only, except for admin users) - 0|1</li>\n<li>approvalStatus (string) - pending|approved|denied</li>\n<li>defaultOwnerId (integer, optional)</li>\n<li>description (string, optional)</li>\n<li>franchiseParentClientId (integer, optional)</li>\n<li>franchiseParentClientName (string, read-only)</li>\n<li>id (integer, read only)</li>\n<li>isOnboarded (integer, read only) - 0|1</li>\n<li>isMasterFranchiseAccount (integer) - 0|1</li>\n<li>locationId (integer)</li>\n<li>locationInfo<ul>\n<li>label (string, optional)</li>\n<li>address (string, optional)</li>\n<li>address2 (string, optional)</li>\n<li>city (string, optional)</li>\n<li>state (string, optional) - 2 letter abbreviation</li>\n<li>zip (string, optional)</li>\n<li>country (string, optional) - 2 letter abbreviation</li>\n</ul>\n</li>\n<li>name (string)</li>\n<li>notes (string, optional) - private notes about the client</li>\n<li>ratings<ul>\n<li>id - clientId</li>\n<li>type - carrier</li>\n<li>reviews - count of reviews</li>\n<li>rating - average rating</li>\n</ul>\n</li>\n<li>timezone (string, optional) - see timezone lookup</li>\n<li>url (string, optional)</li>\n<li>maintenanceNumber (string, optional) - Number to call if the trucks break down.</li>\n<li>accidentContactName (string, optional)</li>\n<li>accidentContactTitle (string, optional)</li>\n<li>accidentContactNumber (string, optional)</li>\n<li>accidentContactEmail (string, optional)</li>\n<li>accidentNumber (string, optional) - Number displayed in App to call if there is an accident, after 911.</li>\n<li>billingContactName (string, optional)</li>\n<li>billingContactTitle (string, optional)</li>\n<li>billingContactNumber (string, optional)</li>\n<li>billingContactEmail (string, optional)</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"9e036157-b9db-41d4-9b68-e9791bd49f5d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"1298c07f-f7de-44a5-9baf-847e0b137978","type":"text/javascript","exec":[""]}}],"_postman_id":"5e83187d-f202-4460-8172-190cce74d5f8"},{"name":"DriverReach","item":[{"name":"DriverReach Hook","id":"b719068f-1294-4f2c-9142-b7115e5c5aa1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"{{url}}/{{apiversion}}/driverReach/hook/","urlObject":{"path":["{{apiversion}}","driverReach","hook",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b719068f-1294-4f2c-9142-b7115e5c5aa1"}],"id":"63a2920a-f7c1-4fb2-988d-6e267ed9c8b4","description":"<p>Accept Web Hooks from DriverReach</p>\n","event":[{"listen":"prerequest","script":{"id":"92e4fb38-933d-47a2-aea1-18b323981fda","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6b52c110-04b9-4a0a-98d1-030a6b42084d","type":"text/javascript","exec":[""]}}],"_postman_id":"63a2920a-f7c1-4fb2-988d-6e267ed9c8b4"},{"name":"Favorites","item":[{"name":"Favorite Set","id":"2bb6af55-593c-4e72-aef0-a9e86e4e038f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"what\": \"driver\",\n    \"byId\": 5,\n    \"status\": \"none\",\n    \"onId\": 3\n}"},"url":"{{url}}/{{apiversion}}/favorite/set/","description":"<p>Create or Update a Team Member's Favorite Status</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional)</li>\n<li>what (string) - what is being favorited? carrier|driver</li>\n<li>byId (integer) - who is setting the status? carrierId|teamMemberId</li>\n<li>status (string) - favorite|hide|none</li>\n<li>onId (integer) - who is being favorited? carrierId|teamMemberId</li>\n</ul>\n</li>\n</ul>\n<p>NOTE: what, byId, and onId are a primary key. Multiple sets to the same fields will update the status, rather than create a new record. This means that directly updating a record by id is only required to change the values of what, byId, and onId.</p>\n<p>Returns a Favorite status object</p>\n","urlObject":{"path":["{{apiversion}}","favorite","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"be43d620-7277-44cf-a75a-a14051f7143f","name":"Favorite Set - Update","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 2,\n    \"what\": \"driver\",\n    \"status\": \"hide\"\n}"},"url":"{{url}}/{{apiversion}}/favorite/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Aug 2020 23:21:37 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"214"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"398623"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/favorite/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/favorite/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.104617\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"byId\": \"138\",\n                \"what\": \"driver\",\n                \"status\": \"hide\",\n                \"date\": \"2020-08-31 23:02:32\",\n                \"onId\": \"0\",\n                \"id\": \"2\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"},{"id":"ddae8fa3-3866-4e3a-b2d1-10a0986bdcb1","name":"Favorite Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"what\": \"driver\",\n    \"byId\": 138,\n    \"status\": \"none\",\n    \"onId\": 3\n}"},"url":"{{url}}/{{apiversion}}/favorite/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Aug 2020 23:03:49 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"215"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"398534"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/favorite/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/favorite/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.101959\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"byId\": \"138\",\n                \"what\": \"driver\",\n                \"status\": \"none\",\n                \"date\": \"2020-08-31 23:03:49\",\n                \"onId\": \"3\",\n                \"id\": \"3\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"2bb6af55-593c-4e72-aef0-a9e86e4e038f"},{"name":"Favorites Get","id":"8ef57008-f178-4104-a919-19bcd3e3e61d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 4\n}"},"url":"{{url}}/{{apiversion}}/favorites/get/","description":"<p>Get a Team Member's Favorites</p>\n<ul>\n<li>Filters<ul>\n<li>id (integer)</li>\n<li>what (string)</li>\n<li>status (string)</li>\n<li>byId (integer)</li>\n<li>onId (integer)</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Favorite status object</p>\n","urlObject":{"path":["{{apiversion}}","favorites","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"92b14567-50b3-428f-aa5f-eec965345ae9","name":"Favorites Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 4\n}"},"url":"{{url}}/{{apiversion}}/favorites/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Aug 2020 23:15:48 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"218"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"330345"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/favorites/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/favorites/get/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.095652\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"byId\": \"3\",\n                \"what\": \"carrier\",\n                \"status\": \"favorite\",\n                \"date\": \"2020-08-31 23:04:29\",\n                \"onId\": \"138\",\n                \"id\": \"4\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8ef57008-f178-4104-a919-19bcd3e3e61d"}],"id":"6a174407-40ea-4412-9a5e-f87a7d834800","description":"<p>Set/Get favorite status for a driver or carrier</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer)</li>\n<li>what (string) - what is being favorited? carrier|driver</li>\n<li>by (integer) - who is setting the status? carrierId|teamMemberId</li>\n<li>status (string) - favorite|hide|none</li>\n<li>on (integer) - who is being favorited? carrierId|teamMemberId</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"0e4fcab3-7766-496d-930c-1276d8dadfdb","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ed03889a-3e49-420c-a815-9a2741f204e4","type":"text/javascript","exec":[""]}}],"_postman_id":"6a174407-40ea-4412-9a5e-f87a7d834800"},{"name":"HOS","item":[{"name":"Hours of Service Get","id":"eee2bbb6-cebe-42f1-98d3-5425419754c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"driverId\": 168,\n    \"startTime\": \"2020-08-21 09:00:00\",\n    \"endTime\": \"2020-08-28 17:00:00\"    \n}"},"url":"{{url}}/{{apiversion}}/hoursOfService/get/","description":"<p>Lookup Hours of Service</p>\n<ul>\n<li>Parameters<ul>\n<li>driverId (integer)</li>\n<li>startTime (YYYY-MM-DD HH:MM:SS)</li>\n<li>endTime (YYYY-MM-DD HH:MM:SS)</li>\n<li>returnedTimezone (string, optional)<ul>\n<li>defaults to APIKEY timezone</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns an Hours of Service Object</p>\n","urlObject":{"path":["{{apiversion}}","hoursOfService","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6b74f022-052c-4f01-9b1a-aef64bf0893a","name":"Availability Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"driverId\": 168,\n    \"startTime\": \"2020-08-27 09:00:00\",\n    \"endTime\": \"2020-08-27 17:00:00\"    \n}"},"url":"{{url}}/{{apiversion}}/availability/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 04 Sep 2020 18:03:01 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"244"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"726407"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/availability/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/availability/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.094011\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"timeRecordId\": \"0\",\n                \"endDate\": \"2020-08-27 17:00:00\",\n                \"id\": \"40\",\n                \"teamMemberId\": \"168\",\n                \"duration\": \"480\",\n                \"type\": \"sleeper\",\n                \"startDate\": \"2020-08-27 09:00:00\"\n            }\n        ]\n    }\n}"}],"_postman_id":"eee2bbb6-cebe-42f1-98d3-5425419754c7"}],"id":"b2112e27-f644-4871-884e-8d45363cbb3b","description":"<p>Hours Of Service</p>\n<ul>\n<li>Properties<ul>\n<li>driverId (integer)</li>\n<li>startDate (datetime)</li>\n<li>endDate (datetime)</li>\n<li>duty (object)<ul>\n<li>hoursUsed (time)</li>\n<li>hoursRemaining (time)</li>\n<li>periods (array)<ul>\n<li>startDate (datetime)</li>\n<li>endDate (datetime)</li>\n<li>duration (time)</li>\n<li>inViolation (integer)</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>driving (object)<ul>\n<li>hoursUsed (time)</li>\n<li>hoursRemaining (time)</li>\n<li>periods (array)<ul>\n<li>startDate (datetime)</li>\n<li>endDate (datetime)</li>\n<li>duration (time)</li>\n<li>inViolation (integer)</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>berth (object)<ul>\n<li>hoursUsed (time)</li>\n<li>hoursRemaining (time)</li>\n<li>periods (array)<ul>\n<li>startDate (datetime)</li>\n<li>endDate (datetime)</li>\n<li>duration (time)</li>\n<li>inViolation (integer)</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>off (object)<ul>\n<li>hoursUsed (time)</li>\n<li>hoursRemaining (time)</li>\n<li>periods (array)<ul>\n<li>startDate (datetime)</li>\n<li>endDate (datetime)</li>\n<li>duration (time)</li>\n<li>inViolation (integer)</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"cb112b1d-f091-4a39-b614-30b38c1bd369","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"4685a50a-530a-4e7d-8c77-357ff904ddad","type":"text/javascript","exec":[""]}}],"_postman_id":"b2112e27-f644-4871-884e-8d45363cbb3b"},{"name":"Job Applications","item":[{"name":"Job Application Set","id":"671c2041-7fd3-4a25-ad7b-20f5a9fdedf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"create\": 1,\n\t\"teamMemberId\": 3,\n\t\"jobIds\": [121],\n    \"shiftIds\": [27,30,31]\n}"},"url":"{{url}}/{{apiversion}}/jobApplication/set/","description":"<p>Create or Update a Job Application</p>\n<p>NOTE: Only parameters included are updated.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>create (integer, optional) - required to create a job application</li>\n<li>id (integer, optional) - the applicationId required for an update, in the url or in the post body</li>\n<li>teamMemberId (integer) - who is applying - this is a driverId</li>\n<li>shiftIds (array[integer])<ul>\n<li>on create only</li>\n</ul>\n</li>\n<li>response (string, optional) - accept|decline - this is the carrier's response<ul>\n<li>carrier or admin only</li>\n</ul>\n</li>\n<li>status (string, optional) - open|closed|withdrawn<ul>\n<li>default is open</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Returns a result object </p>\n<ul>\n<li>errors - a list of errors</li>\n<li>bookings - a list of booking objects</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","jobApplication","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"112ab938-d234-4a99-8251-788c4b213093","name":"Job Application Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"create\": 1,\n\t\"teamMemberId\": 168,\n\t\"jobIds\": [117],\n    \"shiftIds\": [28,29]\n}"},"url":"{{url}}/{{apiversion}}/jobApplication/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Sep 2020 21:25:55 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"411"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1820251"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/jobApplication/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/jobApplication/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.284194\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"shifts\": [\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    }\n                ],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-29 21:25:55\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"117\",\n                \"driverApplicationStatus\": {\n                    \"driverId\": 168,\n                    \"status\": \"applied\",\n                    \"type\": \"application\",\n                    \"id\": \"170\"\n                },\n                \"shiftId\": \"28\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-29 21:25:55\",\n                \"action\": \"application\",\n                \"teamMemberId\": \"168\",\n                \"id\": \"170\"\n            },\n            {\n                \"shifts\": [\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    }\n                ],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-29 21:25:55\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"117\",\n                \"driverApplicationStatus\": {\n                    \"driverId\": 168,\n                    \"status\": \"applied\",\n                    \"type\": \"application\",\n                    \"id\": \"171\"\n                },\n                \"shiftId\": \"29\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-29 21:25:55\",\n                \"action\": \"application\",\n                \"teamMemberId\": \"168\",\n                \"id\": \"171\"\n            }\n        ]\n    }\n}"},{"id":"d768c7a9-4b65-4aff-8d2e-98ec1144e6b3","name":"Job Application Set - Update","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 171,\n\t\"teamMemberId\": 3,\n    \"response\": \"accept\" \n}"},"url":"{{url}}/{{apiversion}}/jobApplication/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Sep 2020 21:30:54 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"416"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1198968"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/jobApplication/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/jobApplication/set/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.149551\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"shifts\": [\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 08:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 17:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 08:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 17:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 08:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 17:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 08:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 17:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 08:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 17:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    }\n                ],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-29 21:30:54\",\n                \"status\": \"open\",\n                \"response\": \"accept\",\n                \"jobId\": \"117\",\n                \"driverApplicationStatus\": {\n                    \"driverId\": \"168\",\n                    \"status\": \"invite-accepted (no application on file)\",\n                    \"type\": \"application\",\n                    \"id\": \"170\"\n                },\n                \"shiftId\": \"29\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-29 21:25:55\",\n                \"action\": \"offer\",\n                \"teamMemberId\": \"168\",\n                \"id\": \"171\"\n            }\n        ]\n    }\n}"}],"_postman_id":"671c2041-7fd3-4a25-ad7b-20f5a9fdedf4"}],"id":"1b02338e-3e06-44ec-be3c-3a6c92caa241","description":"<p>Create or Update a Job Application</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer, optional) - the applicationId required for an update, in the url or in the post body</li>\n<li>teamMemberId (integer) - who is applying</li>\n<li>jobIds (array[integer]) - list of jobIds to add</li>\n<li>shiftIds (array[integer]) - list of shiftIds to add</li>\n<li>response (string, optional) - accept|decline</li>\n<li>status (string, optional) - open|closed|withdrawn</li>\n<li>driverApplicationStatus (object)</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"8639906e-e58e-4558-9100-8b20dc01bd1c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f696fa2a-5e09-4195-a6db-9af56829bbb5","type":"text/javascript","exec":[""]}}],"_postman_id":"1b02338e-3e06-44ec-be3c-3a6c92caa241"},{"name":"Job Bookings","item":[{"name":"Job Bookings Get","id":"ecfaa7a9-09bc-4530-8917-6cd8e53ea3ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>apikey</p>\n","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite\",\n    \"order\": \"ASC\",\n    \"sortBy\": \"date\"\n}"},"url":"{{url}}/{{apiversion}}/bookingDetails/get/","description":"<p>Lookup a List of Job Bookings</p>\n<ul>\n<li><p>Filters</p>\n<ul>\n<li>action (string) - invite|offer|application</li>\n<li>teamMemberId (integer, optional)</li>\n<li>jobId (integer, optional)</li>\n<li>shiftIds (array[integer], optional)</li>\n<li>response (string, optional) - accept|decline</li>\n<li>status (string, optional) - open|closed</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>order (string, optional) - \"ASC\" or \"DESC\"</li>\n<li>sortBy (string, optional) - date|response<ul>\n<li>Defaults to date</li>\n</ul>\n</li>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Paging Object and a list of Booking Objects</p>\n","urlObject":{"path":["{{apiversion}}","bookingDetails","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"98897ac7-7aa0-4ba4-9a1e-a54c85e7766b","name":"Job Invites Get","originalRequest":{"method":"POST","header":[{"description":"apikey","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"action\": \"invite\",\n    \"order\": \"ASC\",\n    \"sortBy\": \"date\"\n}"},"url":"{{url}}/{{apiversion}}/bookingDetails/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Sep 2020 22:02:54 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"660"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1199152"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/bookingDetails/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/bookingDetails/get/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.106715\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-04 19:02:43\",\n                \"status\": \"open\",\n                \"response\": \"accept\",\n                \"jobId\": \"4\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-03 22:53:35\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"3\",\n                \"id\": \"1\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-04 15:46:50\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"5\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 13:36:04\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"3\",\n                \"id\": \"14\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-04 15:58:55\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"4\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 15:58:55\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"7\",\n                \"id\": \"20\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-04 16:01:47\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"5\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:01:47\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"7\",\n                \"id\": \"21\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-04 16:06:51\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"5\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:06:51\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"197\",\n                \"id\": \"24\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-04 16:25:22\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"4\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:25:22\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"213\",\n                \"id\": \"30\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-04 16:26:08\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"4\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:26:08\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"207\",\n                \"id\": \"31\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-04 16:26:30\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"6\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:26:30\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"202\",\n                \"id\": \"32\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-04 16:27:14\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"4\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:27:14\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"200\",\n                \"id\": \"33\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-04 16:27:47\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"8\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:27:47\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"207\",\n                \"id\": \"34\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-04 16:28:15\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"5\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:28:15\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"198\",\n                \"id\": \"35\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-04 16:30:03\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"4\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:30:03\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"198\",\n                \"id\": \"37\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-04 16:31:25\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"7\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:31:25\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"202\",\n                \"id\": \"38\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-04 16:45:55\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"4\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:45:55\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"203\",\n                \"id\": \"40\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-04 16:46:23\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"4\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 16:46:23\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"228\",\n                \"id\": \"41\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-04 19:01:07\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"5\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 19:01:07\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"1\",\n                \"id\": \"73\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-04 19:01:07\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"5\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 19:01:07\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"9\",\n                \"id\": \"74\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-04 19:01:07\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"5\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-04 19:01:07\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"4\",\n                \"id\": \"75\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-08 17:00:28\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"46\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-08 17:00:28\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"210\",\n                \"id\": \"112\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-09 20:30:05\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"77\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-09 20:30:05\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"1\",\n                \"id\": \"125\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-09 20:30:05\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"77\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-09 20:30:05\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"9\",\n                \"id\": \"126\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-09 20:30:05\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"77\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-09 20:30:05\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"4\",\n                \"id\": \"127\"\n            },\n            {\n                \"shifts\": [],\n                \"clientId\": \"5277\",\n                \"updateDate\": \"2020-09-09 21:43:17\",\n                \"status\": \"open\",\n                \"response\": \"decline\",\n                \"jobId\": \"77\",\n                \"shiftId\": \"0\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-09 20:30:05\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"3\",\n                \"id\": \"129\"\n            }\n        ]\n    }\n}"}],"_postman_id":"ecfaa7a9-09bc-4530-8917-6cd8e53ea3ce"}],"id":"a1aefb05-3dd2-48ba-a677-85dc0410d134","description":"<p>Booking</p>\n<ul>\n<li>id</li>\n<li>action</li>\n<li>clientId</li>\n<li>createDate</li>\n<li>jobId</li>\n<li>response</li>\n<li>returnedTimeZone</li>\n<li>shiftId</li>\n<li>status</li>\n<li>teamMemberId</li>\n<li>updateDate</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"28d06bed-b082-469a-b442-2ef99f397722","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"17ca4504-67d9-4406-b4df-85edc12cf59b","type":"text/javascript","exec":[""]}}],"_postman_id":"a1aefb05-3dd2-48ba-a677-85dc0410d134"},{"name":"Job Invites","item":[{"name":"Job Invites Set","id":"d6ddce8c-8047-4f7a-8c83-b08d2084d375","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"create\": 1,\n\t\t\"shiftIds\": [19],\n        \"teamMemberIds\": [5]\n}"},"url":"{{url}}/{{apiversion}}/jobInvite/set/","description":"<p>Create or Update a Job Invite</p>\n<p>NOTE: Only parameters included are updated.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>create (integer, optional) - required to create a job invite</li>\n<li>id (integer, optional) - the jobInviteId required for an update, in the url or in the post body</li>\n<li>teamMemberIds (array[integer]) - list of teamMemberIds being invited - these are driverIds<ul>\n<li>on create only</li>\n</ul>\n</li>\n<li>driverId (integer) - required to update an invite<ul>\n<li>default is apikey userId</li>\n<li>on update only</li>\n</ul>\n</li>\n<li>shiftIds (array[integer])</li>\n<li>response (string, optional) - accept|decline</li>\n<li>status (string, optional) - open|closed|withdrawn<ul>\n<li>default is open</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Returns a result object </p>\n<ul>\n<li>errors - a list of errors</li>\n<li>bookings - a list of booking objects</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","jobInvite","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"da0b6c6b-abfc-4ae3-9bcf-1d9c82101d79","name":"Job Invites Set - Update","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"id\": 175,\n        \"jobId\": 19,\n        \"teamMemberIds\": [168],\n        \"response\": \"accept\"\n}"},"url":"{{url}}/{{apiversion}}/jobInvite/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Sep 2020 22:01:33 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"341"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1199145"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/jobInvite/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/jobInvite/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.10239\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-29 22:01:33\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"19\",\n                \"driverApplicationStatus\": {\n                    \"driverId\": \"168\",\n                    \"status\": \"invite-accepted (no application on file)\",\n                    \"type\": \"application\",\n                    \"id\": \"175\"\n                },\n                \"shiftId\": \"29\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-29 21:36:37\",\n                \"action\": \"application\",\n                \"teamMemberId\": \"168\",\n                \"id\": \"175\"\n            }\n        ]\n    }\n}"},{"id":"df70fe0c-1e75-48fd-91fa-aedb9eabc4a7","name":"Job Invites Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n        \"create\": 1,\n\t\t\"jobId\": 19,\n        \"shiftIds\": [29],\n        \"teamMemberIds\": [168]\n}"},"url":"{{url}}/{{apiversion}}/jobInvite/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Sep 2020 21:36:37 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"314"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1199004"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/jobInvite/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/jobInvite/set/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.126719\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-29 21:36:37\",\n                \"status\": \"open\",\n                \"response\": \"\",\n                \"jobId\": \"19\",\n                \"driverApplicationStatus\": {\n                    \"driverId\": \"168\",\n                    \"status\": \"invited\",\n                    \"type\": \"invite\",\n                    \"id\": \"175\"\n                },\n                \"shiftId\": \"29\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-29 21:36:37\",\n                \"action\": \"invite\",\n                \"teamMemberId\": \"168\",\n                \"id\": \"175\"\n            }\n        ]\n    }\n}"}],"_postman_id":"d6ddce8c-8047-4f7a-8c83-b08d2084d375"}],"id":"414f6213-cbe0-43b8-a4eb-2b806efb7c8b","description":"<p>Create or Update a Job Invitation</p>\n<ul>\n<li>Properties<ul>\n<li>id</li>\n<li>teamMemberId (integer) - who is being invited</li>\n<li>JobId (integer)</li>\n<li>shiftIds (array[integer])</li>\n<li>response (string) - accept|decline</li>\n<li>status (string) - open|closed|withdrawn</li>\n<li>driverApplicationStatus (object)</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"5ad9d642-fd9b-40e3-a5e8-fea221cf6930","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"ccdf9269-6dd6-4238-a3dd-e012fe91886f","type":"text/javascript","exec":[""]}}],"_postman_id":"414f6213-cbe0-43b8-a4eb-2b806efb7c8b"},{"name":"Job Offers","item":[{"name":"Job Offers Set","id":"026b73a9-a6d1-45a6-85b8-75a4b4999bac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\t\"id\": 34,\n\t\t\"response\": \"accept\"\n}"},"url":"{{url}}/{{apiversion}}/jobOffer/set/","description":"<p>Create or Update a Job Offer</p>\n<p>NOTE: Only parameters included are updated.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>create (integer, optional) - required to create a job offer</li>\n<li>id (integer, optional) - the jobOfferId <ul>\n<li>required for an update, in the url or in the post body</li>\n</ul>\n</li>\n<li>teamMemberIds (array[integer]) - list of teamMemberIds being offered a job - these are driverIds<ul>\n<li>on create only</li>\n</ul>\n</li>\n<li>driverId (integer) - required to update an offer<ul>\n<li>default is apikey userId</li>\n<li>on update only</li>\n</ul>\n</li>\n<li>shiftIds (array[integer])<ul>\n<li>on create, on update if a carrier is making an update</li>\n</ul>\n</li>\n<li>response (string, optional) - accept|decline - this is the driver's response</li>\n<li>status (string, optional) - open|closed|withdrawn|rescinded|booked</li>\n</ul>\n</li>\n<li><p>Returns a result object </p>\n<ul>\n<li>errors - a list of errors</li>\n<li>bookings - a list of booking objects</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","jobOffer","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7bd2e9a1-79c2-48e8-b3af-a99ee74e6aac","name":"Job Offers Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\t\"create\": 1,\n\t\t\"teamMemberIds\": [3],\n\t\t\"response\": \"accept\",\n\t\t\"jobId\": 120,\n        \"shiftIds\": [31]\n}"},"url":"{{url}}/{{apiversion}}/jobOffer/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Sep 2020 22:09:59 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"310"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1447489"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/jobOffer/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/jobOffer/set/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.111096\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"shifts\": [],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-29 22:09:59\",\n                \"status\": \"\",\n                \"response\": \"\",\n                \"jobId\": \"120\",\n                \"driverApplicationStatus\": {\n                    \"driverId\": \"3\",\n                    \"status\": \"offered\",\n                    \"type\": \"offer\",\n                    \"id\": \"176\"\n                },\n                \"shiftId\": \"31\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-29 22:09:59\",\n                \"action\": \"offer\",\n                \"teamMemberId\": \"3\",\n                \"id\": \"176\"\n            }\n        ]\n    }\n}"},{"id":"f42adaef-0603-4c54-940c-4ef6856de6e7","name":"Job Offers Set - Update","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\t\"id\": 171,\n\t\t\"teamMemberIds\": [168],\n\t\t\"response\": \"accept\",\n\t\t\"jobId\": 117\n}"},"url":"{{url}}/{{apiversion}}/jobOffer/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Sep 2020 22:07:09 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"418"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1447465"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/jobOffer/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/jobOffer/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.16847\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"shifts\": [\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    },\n                    {\n                        \"shiftStartDateTime\": \"2020-09-28 04:00:00\",\n                        \"timeRecords\": [],\n                        \"shiftEndDateTime\": \"2020-09-28 13:00:00\",\n                        \"shiftStatus\": \"interest\",\n                        \"shiftDuration\": \"540\"\n                    }\n                ],\n                \"clientId\": \"5104\",\n                \"updateDate\": \"2020-09-29 21:30:54\",\n                \"status\": \"open\",\n                \"response\": \"accept\",\n                \"jobId\": \"117\",\n                \"driverApplicationStatus\": {\n                    \"driverId\": \"168\",\n                    \"status\": \"invite-accepted (no application on file)\",\n                    \"type\": \"application\",\n                    \"id\": \"170\"\n                },\n                \"shiftId\": \"29\",\n                \"returnedTimeZone\": \"UTC\",\n                \"createDate\": \"2020-09-29 21:25:55\",\n                \"action\": \"offer\",\n                \"teamMemberId\": \"168\",\n                \"id\": \"171\"\n            }\n        ]\n    }\n}"}],"_postman_id":"026b73a9-a6d1-45a6-85b8-75a4b4999bac"}],"id":"9bbeabae-29e0-40fe-872b-3b58e722f95a","description":"<p>Create or Update a Job Offer</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer, optional) - the jobOfferId required for an update, in the url or in the post body</li>\n<li>teamMemberIds (array[integer]) - list of teamMemberIds being offered a job</li>\n<li>jobId (integer) - jobId</li>\n<li>shiftIds (array[integer])</li>\n<li>response (string, optional) - accept|decline</li>\n<li>status (string, optional) - open|closed|booked|withdrawn|rescinded</li>\n<li>driverApplicationStatus (object)</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"70c8f95d-aed9-4deb-b925-eaaeff5a2f8c","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7e55f6fa-3ea9-4869-bfb4-2dc911bb72a0","type":"text/javascript","exec":[""]}}],"_postman_id":"9bbeabae-29e0-40fe-872b-3b58e722f95a"},{"name":"Jobs","item":[{"name":"Job Duplicate","id":"ed936bc1-35a4-4bd0-aed7-3ca79b052f02","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 4,\n\t\"asChild\": 0\n}"},"url":"{{url}}/{{apiversion}}/job/duplicate/","description":"<p>Duplicate a Job</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - the jobId to be duplicated</li>\n<li>asChild (integer, optional) - 0|1<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a new Job object</p>\n","urlObject":{"path":["{{apiversion}}","job","duplicate",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"2315caec-a5c5-413e-901b-d497c6df54e4","name":"Job Duplicate","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 4,\n\t\"asChild\": 0\n}"},"url":"{{url}}/{{apiversion}}/job/duplicate/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Aug 2020 14:21:10 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"1675"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"853596"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/job/duplicate/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/job/duplicate/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"2.789123\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"locationId\": \"4\",\n            \"status\": \"draft\",\n            \"batchMasterRecordId\": \"\",\n            \"payRate\": \"0.00\",\n            \"useAsTemplate\": \"0\",\n            \"batchChildInfo\": [\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"56\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"57\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"58\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"59\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"60\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"61\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"62\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"63\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"64\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"65\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"66\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"67\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"68\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"69\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"70\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"71\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"72\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"73\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"74\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"75\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"76\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"77\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"78\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"79\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"80\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"81\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"82\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"83\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"84\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"85\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"86\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"87\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"88\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"89\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"90\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"91\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"92\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"93\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"94\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"95\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"96\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"97\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"98\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"99\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"100\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"101\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"102\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"103\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"104\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"105\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"106\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"107\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"108\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"109\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"110\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"111\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"112\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"113\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"114\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"115\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"116\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"117\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"118\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"119\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"120\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"121\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"122\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"123\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"124\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"125\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"126\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"127\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"128\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"129\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"130\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"131\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"132\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"133\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"134\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"135\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"136\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"137\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"138\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"139\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"140\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"141\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"142\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"143\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"144\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"145\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"146\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"147\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"148\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"149\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"150\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"151\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"152\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"153\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"154\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"155\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"156\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"157\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"158\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"159\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"160\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"161\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"162\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"163\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"164\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"165\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"166\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"167\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"168\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"169\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"170\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"171\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"172\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"173\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"174\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"175\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"176\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"177\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"178\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"179\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"180\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"181\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"182\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"183\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"184\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"185\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"186\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"187\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"188\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"189\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"190\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"191\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"192\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"193\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"194\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"195\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"196\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"197\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"198\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"199\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"200\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"201\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"202\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"203\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"204\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"205\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"206\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"207\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"208\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"209\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"210\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"211\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"212\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"213\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"214\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"215\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"216\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"217\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"218\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"219\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"220\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"221\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"222\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"223\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"224\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"225\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"226\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"227\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"228\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"229\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"230\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"231\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"232\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"233\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"234\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"235\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"236\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"237\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"238\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"239\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"240\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"241\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"242\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"243\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"244\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"245\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"246\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"247\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"248\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"249\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"250\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"251\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"252\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"253\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"254\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"255\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"256\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"257\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"258\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"259\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"260\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"261\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"262\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"263\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"264\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"265\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"266\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"267\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"268\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"269\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"270\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"271\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"272\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"273\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"274\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"275\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"276\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"277\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"278\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"279\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"280\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"281\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"282\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"283\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"284\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"285\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"286\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"287\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"288\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"289\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"290\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"291\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"292\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"293\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"294\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"295\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"296\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-05 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"297\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"298\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"299\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"300\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"301\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"302\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"303\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"304\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"305\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"306\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"307\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"308\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"309\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"310\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"311\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-07 00:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-04 00:00:00\"\n                }\n            ],\n            \"id\": \"40\",\n            \"additionalContactId\": \"\",\n            \"suggestedPayRateLow\": \"\",\n            \"clientId\": \"5277\",\n            \"description\": \"A Local Driver\",\n            \"suggestedPayRateHigh\": \"\",\n            \"isBatchMasterRecord\": \"1\",\n            \"locationInfo\": {\n                \"country\": \"US\",\n                \"timezone\": \"America/New_York\",\n                \"clientId\": \"5104\",\n                \"contactId\": \"\",\n                \"phone\": \"+17163937539\",\n                \"zipcode\": \"40515\",\n                \"address2\": \"\",\n                \"state\": \"KY\",\n                \"city\": \"Tes\",\n                \"notes\": \"\",\n                \"address1\": \"523 Test Street\",\n                \"label\": \"East Coast\",\n                \"id\": \"4\"\n            },\n            \"returnedTimeZone\": \"UTC\",\n            \"endDate\": \"2020-08-05 00:00:00\",\n            \"title\": \"Local Driver\",\n            \"payType\": \"hourly\",\n            \"startDate\": \"2020-08-03 00:00:00\"\n        }\n    }\n}"},{"id":"531d619f-4e34-414d-8d9a-4e0b8bc0f152","name":"Job Duplicate","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 2\n}"},"url":"{{url}}/{{apiversion}}/job/duplicate/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 20:43:25 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"503"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"14348"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/job/duplicate/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/job/duplicate/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.089445\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"locationId\": \"4\",\n            \"status\": \"draft\",\n            \"batchMasterRecordId\": \"\",\n            \"payRate\": \"0.00\",\n            \"useAsTemplate\": \"0\",\n            \"id\": \"21\",\n            \"additionalContactId\": \"\",\n            \"suggestedPayRateLow\": \"\",\n            \"clientId\": \"5104\",\n            \"description\": \"Driver with combat experience preferred\",\n            \"suggestedPayRateHigh\": \"\",\n            \"isBatchMasterRecord\": \"0\",\n            \"locationInfo\": {\n                \"country\": \"US\",\n                \"timezone\": \"America/New_York\",\n                \"clientId\": \"5104\",\n                \"contactId\": \"\",\n                \"phone\": \"+17163937539\",\n                \"zipcode\": \"40515\",\n                \"address2\": \"\",\n                \"state\": \"KY\",\n                \"city\": \"Tes\",\n                \"notes\": \"\",\n                \"address1\": \"523 Test Street\",\n                \"label\": \"East Coast\",\n                \"id\": \"4\"\n            },\n            \"returnedTimeZone\": \"UTC\",\n            \"endDate\": \"2020-08-03 00:00:00\",\n            \"title\": \"Armored Truck Driver\",\n            \"payType\": \"hourly\",\n            \"startDate\": \"2020-08-02 00:00:00\"\n        }\n    }\n}"}],"_postman_id":"ed936bc1-35a4-4bd0-aed7-3ca79b052f02"},{"name":"Job Get","id":"40bba8c7-c7a8-4b08-8444-473f59951f15","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>apikey</p>\n","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeBatchChildInfo\":1,\n    \"noChildren\": 0,\n    \"perPage\": 400,\n    \"keywords\": \"local\"\n}"},"url":"{{url}}/{{apiversion}}/job/get/","description":"<p>Lookup a Job</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer, required) - a jobId</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>startDate (YYYY-MM-DD)<ul>\n<li>return jobs that start at or after startDate</li>\n<li>dates are considered to be in the returnedTimeZone<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>endDate (YYYY-MM-DD)<ul>\n<li>return jobs that start at or before endDate</li>\n<li>dates are considered to be in the returnedTimeZone<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>relativeDate (integer)</li>\n<li>status (array[strings]) - draft|open|ﬁlled|closed|cancelled|closed-unfilled</li>\n<li>locationIds (array[integer])</li>\n<li>driverIds (array[integer])</li>\n<li>clientIds (array[integer])</li>\n<li>keywords (string)</li>\n<li>isTemplate (integer)<ul>\n<li>return only jobs that are marked as templates</li>\n</ul>\n</li>\n<li>noChildren (integer)<ul>\n<li>1 = limit to standalone and batchmaster records</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - order of results may be id|startdate|status|title<ul>\n<li>Default is \"startdate\"</li>\n</ul>\n</li>\n<li>order (string, optional) - \"ASC\" or \"DESC\"<ul>\n<li>Default is \"ASC\"</li>\n</ul>\n</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeLocationInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeBatchChildInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeClientInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeAttachments - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>omitShifts - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a single Job Objects</p>\n","urlObject":{"path":["{{apiversion}}","job","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"b14a75f1-0ed5-4969-8398-d02a4c932883","name":"Jobs Get","originalRequest":{"method":"POST","header":[{"description":"apikey","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeLocationInfo\":1,\n    \"perPage\":\"2\",\n    \"first\":\"4\"\n}"},"url":"{{url}}/{{apiversion}}/jobs/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 21:28:54 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"591"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"492369"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/jobs/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/jobs/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.0846\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"jobs\": [\n                {\n                    \"locationId\": \"3\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"14\",\n                    \"payRate\": \"0.55\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"24\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5104\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"Experienced driver with own truck needed.\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"locationInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"\",\n                        \"clientId\": \"5104\",\n                        \"contactId\": \"\",\n                        \"phone\": \"+17163937539\",\n                        \"zipcode\": \"96522\",\n                        \"address2\": \"\",\n                        \"state\": \"CA\",\n                        \"city\": \"Los Angeles\",\n                        \"notes\": \"\",\n                        \"address1\": \"711-2880 Nulla St\",\n                        \"label\": \"West Coast\",\n                        \"id\": \"3\"\n                    },\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-07 18:08:00\",\n                    \"title\": \"Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-06 18:08:00\"\n                },\n                {\n                    \"locationId\": \"3\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"17\",\n                    \"payRate\": \"0.50\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"17\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5104\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"Experienced driver with own truck needed.\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"locationInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"\",\n                        \"clientId\": \"5104\",\n                        \"contactId\": \"\",\n                        \"phone\": \"+17163937539\",\n                        \"zipcode\": \"96522\",\n                        \"address2\": \"\",\n                        \"state\": \"CA\",\n                        \"city\": \"Los Angeles\",\n                        \"notes\": \"\",\n                        \"address1\": \"711-2880 Nulla St\",\n                        \"label\": \"West Coast\",\n                        \"id\": \"3\"\n                    },\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-08 04:08:00\",\n                    \"title\": \"Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-07 04:08:00\"\n                }\n            ],\n            \"paging\": {\n                \"next\": 6,\n                \"count\": \"28\",\n                \"first\": \"4\",\n                \"perPage\": \"2\"\n            }\n        }\n    }\n}"}],"_postman_id":"40bba8c7-c7a8-4b08-8444-473f59951f15"},{"name":"Job Set","id":"c2b91580-ecad-4173-9e0e-4d8be3b476e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 54,\n\t\"title\": \"Any Driver with Experience\",\n\t\"description\": \"Experienced driver needed!!!!\",\n\t\"status\": \"filled\",\n\t\"useAsTemplate\": 0,\n\t\"payRate\": 0.22,\n\t\"includeBatchChildInfo\": 1,\n    \"driverIds\": [3,168]\n}"},"url":"{{url}}/{{apiversion}}/job/set/","description":"<p>Create or Update a Job</p>\n<p>NOTE: Only parameters included are updated.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer, optional) - the jobId required for an update, in the url or in the post body</li>\n<li>title (string)</li>\n<li>description (string)</li>\n<li>locationId (integer)</li>\n<li>clientId (integer, optional)<ul>\n<li>Defaults to APIKEY clientId</li>\n</ul>\n</li>\n<li>additionalContactId (integer, optional) - see Team Member Get for allowed values</li>\n<li>isBatchMasterRecord (integer) - 0|1 - is a master job record<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>batchMasterRecordId (integer, optional) - the jobId of the Master Record<ul>\n<li>only allowed if isBatchMasterRecord = 0</li>\n</ul>\n</li>\n<li>numberOfOpenings (integer, optional) - on create only<ul>\n<li>1-10, Defaults to 1</li>\n</ul>\n</li>\n<li>startDate (YYYY-MM-DD)<ul>\n<li>in the same timezone as returnedTimeZone (defaults to the APIKEY timezone)</li>\n</ul>\n</li>\n<li>endDate (YYYY-MM-DD, optional)<ul>\n<li>in the same timezone as returnedTimeZone (defaults to the APIKEY timezone)</li>\n</ul>\n</li>\n<li>status (string) - draft|open|ﬁlled|closed|canceled|canceled-by-admin|closed-unfilled</li>\n<li>useAsTemplate (integer) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>payRate (decimal)</li>\n<li>suggestedPayRateLow (decimal)</li>\n<li>suggestedPayRateHigh (decimal)</li>\n<li>payType (string) - hourly|cpm<ul>\n<li>Default is hourly</li>\n</ul>\n</li>\n<li>attributes (array, optional) - array of attributeIds</li>\n<li>type (string) - full-time|shift<ul>\n<li>Defaults to shift</li>\n</ul>\n</li>\n<li>shiftDays (array(string)) - sun|mon|tue|wed|thu|fri|sat</li>\n<li>shiftStartTime (HH:MM:00)</li>\n<li>shiftEndTime (HH:MM:00)</li>\n<li>positionType (string) - driver|warehouse</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeLocationInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeBatchChildInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Job object</p>\n","urlObject":{"path":["{{apiversion}}","job","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a8de7929-eb15-463d-9301-b25d8fa54558","name":"Job Set - Update","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 21232,\n\t\"title\": \"Any Driver with Experience\",\n\t\"description\": \"Experienced driver needed!!!!\",\n\t\"status\": \"filled\",\n\t\"useAsTemplate\": 0,\n\t\"payRate\": 0.22,\n\t\"includeBatchChildInfo\": 1\n}"},"url":"{{url}}/{{apiversion}}/job/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Aug 2020 16:42:51 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"511"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"402955"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/job/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/job/set/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.146123\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"locationId\": \"5\",\n            \"status\": \"filled\",\n            \"batchMasterRecordId\": \"0\",\n            \"payRate\": \"0.22\",\n            \"useAsTemplate\": \"0\",\n            \"batchChildInfo\": [\n                {\n                    \"locationId\": \"5\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"21232\",\n                    \"payRate\": \"0.22\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"21233\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.15\",\n                    \"clientId\": \"5104\",\n                    \"description\": \"Experienced driver needed!!!!\",\n                    \"suggestedPayRateHigh\": \"0.75\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2021-08-29 11:59:41\",\n                    \"title\": \"Any Driver with Experience\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-18 12:00:51\"\n                },\n                {\n                    \"locationId\": \"5\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"21232\",\n                    \"payRate\": \"0.22\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"21234\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.15\",\n                    \"clientId\": \"5104\",\n                    \"description\": \"Experienced driver needed!!!!\",\n                    \"suggestedPayRateHigh\": \"0.75\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2021-08-29 11:59:41\",\n                    \"title\": \"Any Driver with Experience\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-18 12:00:51\"\n                },\n                {\n                    \"locationId\": \"5\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"21232\",\n                    \"payRate\": \"0.22\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"21235\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.15\",\n                    \"clientId\": \"5104\",\n                    \"description\": \"Experienced driver needed!!!!\",\n                    \"suggestedPayRateHigh\": \"0.75\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2021-08-29 11:59:41\",\n                    \"title\": \"Any Driver with Experience\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-18 12:00:51\"\n                },\n                {\n                    \"locationId\": \"5\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"21232\",\n                    \"payRate\": \"0.22\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"21236\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.15\",\n                    \"clientId\": \"5104\",\n                    \"description\": \"Experienced driver needed!!!!\",\n                    \"suggestedPayRateHigh\": \"0.75\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2021-08-29 11:59:41\",\n                    \"title\": \"Any Driver with Experience\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-18 12:00:51\"\n                },\n                {\n                    \"locationId\": \"5\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"21232\",\n                    \"payRate\": \"0.22\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"21237\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.15\",\n                    \"clientId\": \"5104\",\n                    \"description\": \"Experienced driver needed!!!!\",\n                    \"suggestedPayRateHigh\": \"0.75\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2021-08-29 11:59:41\",\n                    \"title\": \"Any Driver with Experience\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-18 12:00:51\"\n                },\n                {\n                    \"locationId\": \"5\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"21232\",\n                    \"payRate\": \"0.22\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"21238\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.15\",\n                    \"clientId\": \"5104\",\n                    \"description\": \"Experienced driver needed!!!!\",\n                    \"suggestedPayRateHigh\": \"0.75\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2021-08-29 11:59:41\",\n                    \"title\": \"Any Driver with Experience\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-18 12:00:51\"\n                },\n                {\n                    \"locationId\": \"5\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"21232\",\n                    \"payRate\": \"0.22\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"21239\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.15\",\n                    \"clientId\": \"5104\",\n                    \"description\": \"Experienced driver needed!!!!\",\n                    \"suggestedPayRateHigh\": \"0.75\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2021-08-29 11:59:41\",\n                    \"title\": \"Any Driver with Experience\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-18 12:00:51\"\n                },\n                {\n                    \"locationId\": \"5\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"21232\",\n                    \"payRate\": \"0.22\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"21240\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.15\",\n                    \"clientId\": \"5104\",\n                    \"description\": \"Experienced driver needed!!!!\",\n                    \"suggestedPayRateHigh\": \"0.75\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2021-08-29 11:59:41\",\n                    \"title\": \"Any Driver with Experience\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-18 12:00:51\"\n                },\n                {\n                    \"locationId\": \"5\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"21232\",\n                    \"payRate\": \"0.22\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"21241\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.15\",\n                    \"clientId\": \"5104\",\n                    \"description\": \"Experienced driver needed!!!!\",\n                    \"suggestedPayRateHigh\": \"0.75\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2021-08-29 11:59:41\",\n                    \"title\": \"Any Driver with Experience\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-18 12:00:51\"\n                },\n                {\n                    \"locationId\": \"5\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"21232\",\n                    \"payRate\": \"0.22\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"21242\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.15\",\n                    \"clientId\": \"5104\",\n                    \"description\": \"Experienced driver needed!!!!\",\n                    \"suggestedPayRateHigh\": \"0.75\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2021-08-29 11:59:41\",\n                    \"title\": \"Any Driver with Experience\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-18 12:00:51\"\n                }\n            ],\n            \"id\": \"21232\",\n            \"additionalContactId\": \"\",\n            \"suggestedPayRateLow\": \"0.15\",\n            \"clientId\": \"5104\",\n            \"description\": \"Experienced driver needed!!!!\",\n            \"suggestedPayRateHigh\": \"0.75\",\n            \"isBatchMasterRecord\": \"1\",\n            \"returnedTimeZone\": \"America/New_York\",\n            \"endDate\": \"2021-08-29 07:59:41\",\n            \"title\": \"Any Driver with Experience\",\n            \"payType\": \"hourly\",\n            \"startDate\": \"2020-08-18 08:00:51\"\n        }\n    }\n}"},{"id":"cfcf5e7a-729a-437f-81f7-1ce98f912685","name":"Job Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"create\": 1,\n\t\"title\": \"Hourly\",\n\t\"description\": \"hourly job\",\n\t\"locationId\": 99,\n\t\"isBatchMasterRecord\": 1,\n\t\"startDate\": \"2020-10-01\",\t\n\t\"endDate\": \"2021-10-29\",\n    \"shiftStartTime\": \"08:00:00\",\n    \"shiftEndTime\": \"17:00:00\",\n    \"shiftDays\": [\"mon\", \"tue\", \"wed\", \"thu\", \"fri\"],\n    \"positionType\": \"warehouse\",\n\t\"status\": \"open\",\n\t\"useAsTemplate\": 1,\n\t\"payRate\": 18,\n\t\"suggestedPayRateLow\": 13,\n\t\"suggestedPayRateHigh\": 20,\n\t\"payType\": \"hourly\",\n\t\"numberOfOpenings\": 3,\n\t\"includeBatchChildInfo\": 1,\n    \"clientId\": 5104\n}"},"url":"{{url}}/{{apiversion}}/job/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 26 Sep 2020 21:30:12 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"863"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1446668"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/job/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/job/set/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.157039\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"driverApplicationStatus\": [],\n            \"shiftJobId\": \"\",\n            \"latitude\": \"0.0000000\",\n            \"useAsTemplate\": \"1\",\n            \"id\": \"116\",\n            \"longitude\": \"0.0000000\",\n            \"clientId\": \"5104\",\n            \"shiftStartTime\": \"08:00:00\",\n            \"numberOfFilledOpenings\": 0,\n            \"numberOfOpenings\": 1,\n            \"suggestedPayRateHigh\": \"20.00\",\n            \"description\": \"hourly job\",\n            \"isBatchMasterRecord\": \"1\",\n            \"locationInfo\": {\n                \"country\": \"US\",\n                \"longitude\": \"-84.4804480\",\n                \"timezone\": \"\",\n                \"clientId\": \"1\",\n                \"contactId\": \"\",\n                \"phone\": \"\",\n                \"zipcode\": \"\",\n                \"address2\": \"\",\n                \"state\": \"KY\",\n                \"city\": \"Lexington\",\n                \"notes\": \"\",\n                \"latitude\": \"38.0559570\",\n                \"address1\": \"100 S Loudon Avenue\",\n                \"label\": \"test coordinates for job\",\n                \"id\": \"99\"\n            },\n            \"returnedTimeZone\": \"America/New_York\",\n            \"endDate\": \"\",\n            \"clientInfo\": {},\n            \"title\": \"Hourly\",\n            \"type\": \"shift\",\n            \"attributes\": {},\n            \"startDate\": \"\",\n            \"locationId\": \"99\",\n            \"status\": \"open\",\n            \"batchMasterRecordId\": \"\",\n            \"positionType\": \"warehouse\",\n            \"billableRate\": {\n                \"billableRate\": \"18.00\",\n                \"adjustments\": [],\n                \"payRate\": \"18.00\"\n            },\n            \"myRating\": 0,\n            \"payRate\": \"18.00\",\n            \"additionalContactInfo\": {\n                \"status\": \"\",\n                \"favoriteCount\": 0,\n                \"roleType\": \"admin\",\n                \"state\": \"\",\n                \"isOnboarded\": \"\",\n                \"email\": \"\",\n                \"city\": \"\",\n                \"payRate\": \"\",\n                \"isPaused\": \"\",\n                \"lastName\": \"\",\n                \"id\": \"\",\n                \"loginCount\": 0,\n                \"country\": \"\",\n                \"firstName\": \"\",\n                \"timezone\": \"\",\n                \"avatarUrls\": {},\n                \"clientId\": \"\",\n                \"phone\": \"\",\n                \"availabilityStatus\": \"\",\n                \"notificationPreferences\": {\n                    \"email\": {\n                        \"info\": \"0\",\n                        \"critical\": \"0\",\n                        \"alert\": \"0\"\n                    },\n                    \"sms\": {\n                        \"info\": \"0\",\n                        \"critical\": \"0\",\n                        \"alert\": \"0\"\n                    },\n                    \"fsn\": {\n                        \"info\": \"0\",\n                        \"critical\": \"0\",\n                        \"alert\": \"0\"\n                    }\n                },\n                \"address2\": \"\",\n                \"zip\": \"\",\n                \"ratings\": {},\n                \"lastInviteDate\": \"\",\n                \"title\": \"\",\n                \"address1\": \"\",\n                \"attributes\": [],\n                \"searchPreferences\": \"\"\n            },\n            \"shiftEndTime\": \"17:00:00\",\n            \"additionalContactId\": \"\",\n            \"batchChildInfo\": [],\n            \"suggestedPayRateLow\": \"13.00\",\n            \"shiftDays\": \"mon,tue,wed,thu,fri\",\n            \"bookingInfo\": {},\n            \"payType\": \"hourly\"\n        }\n    }\n}"},{"id":"e160daed-e94c-48d3-8c75-e1594a16d834","name":"Job Set - Child Jobs","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"create\": 1,\n\t\"title\": \"Hourly with Shifts\",\n\t\"description\": \"hourly job with Shifts\",\n\t\"locationId\": 98,\n\t\"isBatchMasterRecord\": 1,\n\t\"startDate\": \"2020-10-01\",\t\n\t\"endDate\": \"2021-10-07\",\n    \"shiftStartTime\": \"08:00:00\",\n    \"shiftEndTime\": \"17:00:00\",\n    \"shiftDays\": [\"mon\", \"tue\", \"wed\", \"thu\"],\n    \"positionType\": \"driver\",\n\t\"status\": \"open\",\n\t\"useAsTemplate\": 1,\n\t\"payRate\": 20,\n\t\"suggestedPayRateLow\": 15,\n\t\"suggestedPayRateHigh\": 20,\n\t\"payType\": \"hourly\",\n\t\"numberOfOpenings\": 10,\n\t\"includeBatchChildInfo\": 1,\n    \"clientId\": 5104\n}"},"url":"{{url}}/{{apiversion}}/job/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 29 Sep 2020 21:56:35 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"816"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1820435"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/job/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/job/set/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.610728\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"driverApplicationStatus\": [],\n            \"latitude\": \"0.0000000\",\n            \"useAsTemplate\": \"1\",\n            \"id\": \"130\",\n            \"longitude\": \"0.0000000\",\n            \"clientId\": \"5104\",\n            \"shiftStartTime\": \"08:00:00\",\n            \"numberOfFilledOpenings\": 0,\n            \"numberOfOpenings\": 11,\n            \"suggestedPayRateHigh\": \"20.00\",\n            \"description\": \"hourly job with Shifts\",\n            \"isBatchMasterRecord\": \"1\",\n            \"locationInfo\": {\n                \"country\": \"US\",\n                \"longitude\": \"-84.4804480\",\n                \"timezone\": \"\",\n                \"clientId\": \"1\",\n                \"contactId\": \"\",\n                \"phone\": \"\",\n                \"zipcode\": \"\",\n                \"address2\": \"\",\n                \"state\": \"KY\",\n                \"city\": \"Lexington\",\n                \"notes\": \"\",\n                \"latitude\": \"38.0559570\",\n                \"address1\": \"100 S Loudon Avenue\",\n                \"label\": \"test coordinates for job\",\n                \"id\": \"98\"\n            },\n            \"returnedTimeZone\": \"UTC\",\n            \"endDate\": \"2021-10-07\",\n            \"clientInfo\": {},\n            \"title\": \"Hourly with Shifts\",\n            \"type\": \"shift\",\n            \"attributes\": {},\n            \"startDate\": \"2020-10-01\",\n            \"shifts\": [],\n            \"locationId\": \"98\",\n            \"status\": \"open\",\n            \"batchMasterRecordId\": \"\",\n            \"positionType\": \"driver\",\n            \"billableRate\": {\n                \"billableRate\": \"20.00\",\n                \"adjustments\": [],\n                \"payRate\": \"20.00\"\n            },\n            \"myRating\": 0,\n            \"payRate\": \"20.00\",\n            \"shiftEndTime\": \"17:00:00\",\n            \"additionalContactInfo\": {},\n            \"additionalContactId\": \"\",\n            \"batchChildInfo\": [\n                {\n                    \"driverApplicationStatus\": [],\n                    \"latitude\": \"0.0000000\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"131\",\n                    \"longitude\": \"0.0000000\",\n                    \"clientId\": \"5104\",\n                    \"shiftStartTime\": \"08:00:00\",\n                    \"numberOfFilledOpenings\": 0,\n                    \"numberOfOpenings\": 1,\n                    \"suggestedPayRateHigh\": \"20.00\",\n                    \"description\": \"hourly job with Shifts\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"0000-00-00\",\n                    \"clientInfo\": {},\n                    \"title\": \"Hourly with Shifts\",\n                    \"type\": \"shift\",\n                    \"attributes\": {},\n                    \"startDate\": \"0000-00-00\",\n                    \"shifts\": [],\n                    \"locationId\": \"98\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"130\",\n                    \"positionType\": \"driver\",\n                    \"billableRate\": {\n                        \"billableRate\": \"20.00\",\n                        \"adjustments\": [],\n                        \"payRate\": \"20.00\"\n                    },\n                    \"myRating\": 0,\n                    \"payRate\": \"20.00\",\n                    \"shiftEndTime\": \"17:00:00\",\n                    \"additionalContactInfo\": {},\n                    \"additionalContactId\": \"\",\n                    \"batchChildInfo\": {},\n                    \"suggestedPayRateLow\": \"15.00\",\n                    \"shiftDays\": \"mon,tue,wed,thu\",\n                    \"bookingInfo\": {},\n                    \"payType\": \"hourly\"\n                },\n                {\n                    \"driverApplicationStatus\": [],\n                    \"latitude\": \"0.0000000\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"132\",\n                    \"longitude\": \"0.0000000\",\n                    \"clientId\": \"5104\",\n                    \"shiftStartTime\": \"08:00:00\",\n                    \"numberOfFilledOpenings\": 0,\n                    \"numberOfOpenings\": 1,\n                    \"suggestedPayRateHigh\": \"20.00\",\n                    \"description\": \"hourly job with Shifts\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"0000-00-00\",\n                    \"clientInfo\": {},\n                    \"title\": \"Hourly with Shifts\",\n                    \"type\": \"shift\",\n                    \"attributes\": {},\n                    \"startDate\": \"0000-00-00\",\n                    \"shifts\": [],\n                    \"locationId\": \"98\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"130\",\n                    \"positionType\": \"driver\",\n                    \"billableRate\": {\n                        \"billableRate\": \"20.00\",\n                        \"adjustments\": [],\n                        \"payRate\": \"20.00\"\n                    },\n                    \"myRating\": 0,\n                    \"payRate\": \"20.00\",\n                    \"shiftEndTime\": \"17:00:00\",\n                    \"additionalContactInfo\": {},\n                    \"additionalContactId\": \"\",\n                    \"batchChildInfo\": {},\n                    \"suggestedPayRateLow\": \"15.00\",\n                    \"shiftDays\": \"mon,tue,wed,thu\",\n                    \"bookingInfo\": {},\n                    \"payType\": \"hourly\"\n                },\n                {\n                    \"driverApplicationStatus\": [],\n                    \"latitude\": \"0.0000000\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"133\",\n                    \"longitude\": \"0.0000000\",\n                    \"clientId\": \"5104\",\n                    \"shiftStartTime\": \"08:00:00\",\n                    \"numberOfFilledOpenings\": 0,\n                    \"numberOfOpenings\": 1,\n                    \"suggestedPayRateHigh\": \"20.00\",\n                    \"description\": \"hourly job with Shifts\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"0000-00-00\",\n                    \"clientInfo\": {},\n                    \"title\": \"Hourly with Shifts\",\n                    \"type\": \"shift\",\n                    \"attributes\": {},\n                    \"startDate\": \"0000-00-00\",\n                    \"shifts\": [],\n                    \"locationId\": \"98\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"130\",\n                    \"positionType\": \"driver\",\n                    \"billableRate\": {\n                        \"billableRate\": \"20.00\",\n                        \"adjustments\": [],\n                        \"payRate\": \"20.00\"\n                    },\n                    \"myRating\": 0,\n                    \"payRate\": \"20.00\",\n                    \"shiftEndTime\": \"17:00:00\",\n                    \"additionalContactInfo\": {},\n                    \"additionalContactId\": \"\",\n                    \"batchChildInfo\": {},\n                    \"suggestedPayRateLow\": \"15.00\",\n                    \"shiftDays\": \"mon,tue,wed,thu\",\n                    \"bookingInfo\": {},\n                    \"payType\": \"hourly\"\n                },\n                {\n                    \"driverApplicationStatus\": [],\n                    \"latitude\": \"0.0000000\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"134\",\n                    \"longitude\": \"0.0000000\",\n                    \"clientId\": \"5104\",\n                    \"shiftStartTime\": \"08:00:00\",\n                    \"numberOfFilledOpenings\": 0,\n                    \"numberOfOpenings\": 1,\n                    \"suggestedPayRateHigh\": \"20.00\",\n                    \"description\": \"hourly job with Shifts\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"0000-00-00\",\n                    \"clientInfo\": {},\n                    \"title\": \"Hourly with Shifts\",\n                    \"type\": \"shift\",\n                    \"attributes\": {},\n                    \"startDate\": \"0000-00-00\",\n                    \"shifts\": [],\n                    \"locationId\": \"98\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"130\",\n                    \"positionType\": \"driver\",\n                    \"billableRate\": {\n                        \"billableRate\": \"20.00\",\n                        \"adjustments\": [],\n                        \"payRate\": \"20.00\"\n                    },\n                    \"myRating\": 0,\n                    \"payRate\": \"20.00\",\n                    \"shiftEndTime\": \"17:00:00\",\n                    \"additionalContactInfo\": {},\n                    \"additionalContactId\": \"\",\n                    \"batchChildInfo\": {},\n                    \"suggestedPayRateLow\": \"15.00\",\n                    \"shiftDays\": \"mon,tue,wed,thu\",\n                    \"bookingInfo\": {},\n                    \"payType\": \"hourly\"\n                },\n                {\n                    \"driverApplicationStatus\": [],\n                    \"latitude\": \"0.0000000\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"135\",\n                    \"longitude\": \"0.0000000\",\n                    \"clientId\": \"5104\",\n                    \"shiftStartTime\": \"08:00:00\",\n                    \"numberOfFilledOpenings\": 0,\n                    \"numberOfOpenings\": 1,\n                    \"suggestedPayRateHigh\": \"20.00\",\n                    \"description\": \"hourly job with Shifts\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"0000-00-00\",\n                    \"clientInfo\": {},\n                    \"title\": \"Hourly with Shifts\",\n                    \"type\": \"shift\",\n                    \"attributes\": {},\n                    \"startDate\": \"0000-00-00\",\n                    \"shifts\": [],\n                    \"locationId\": \"98\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"130\",\n                    \"positionType\": \"driver\",\n                    \"billableRate\": {\n                        \"billableRate\": \"20.00\",\n                        \"adjustments\": [],\n                        \"payRate\": \"20.00\"\n                    },\n                    \"myRating\": 0,\n                    \"payRate\": \"20.00\",\n                    \"shiftEndTime\": \"17:00:00\",\n                    \"additionalContactInfo\": {},\n                    \"additionalContactId\": \"\",\n                    \"batchChildInfo\": {},\n                    \"suggestedPayRateLow\": \"15.00\",\n                    \"shiftDays\": \"mon,tue,wed,thu\",\n                    \"bookingInfo\": {},\n                    \"payType\": \"hourly\"\n                },\n                {\n                    \"driverApplicationStatus\": [],\n                    \"latitude\": \"0.0000000\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"136\",\n                    \"longitude\": \"0.0000000\",\n                    \"clientId\": \"5104\",\n                    \"shiftStartTime\": \"08:00:00\",\n                    \"numberOfFilledOpenings\": 0,\n                    \"numberOfOpenings\": 1,\n                    \"suggestedPayRateHigh\": \"20.00\",\n                    \"description\": \"hourly job with Shifts\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"0000-00-00\",\n                    \"clientInfo\": {},\n                    \"title\": \"Hourly with Shifts\",\n                    \"type\": \"shift\",\n                    \"attributes\": {},\n                    \"startDate\": \"0000-00-00\",\n                    \"shifts\": [],\n                    \"locationId\": \"98\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"130\",\n                    \"positionType\": \"driver\",\n                    \"billableRate\": {\n                        \"billableRate\": \"20.00\",\n                        \"adjustments\": [],\n                        \"payRate\": \"20.00\"\n                    },\n                    \"myRating\": 0,\n                    \"payRate\": \"20.00\",\n                    \"shiftEndTime\": \"17:00:00\",\n                    \"additionalContactInfo\": {},\n                    \"additionalContactId\": \"\",\n                    \"batchChildInfo\": {},\n                    \"suggestedPayRateLow\": \"15.00\",\n                    \"shiftDays\": \"mon,tue,wed,thu\",\n                    \"bookingInfo\": {},\n                    \"payType\": \"hourly\"\n                },\n                {\n                    \"driverApplicationStatus\": [],\n                    \"latitude\": \"0.0000000\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"137\",\n                    \"longitude\": \"0.0000000\",\n                    \"clientId\": \"5104\",\n                    \"shiftStartTime\": \"08:00:00\",\n                    \"numberOfFilledOpenings\": 0,\n                    \"numberOfOpenings\": 1,\n                    \"suggestedPayRateHigh\": \"20.00\",\n                    \"description\": \"hourly job with Shifts\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"0000-00-00\",\n                    \"clientInfo\": {},\n                    \"title\": \"Hourly with Shifts\",\n                    \"type\": \"shift\",\n                    \"attributes\": {},\n                    \"startDate\": \"0000-00-00\",\n                    \"shifts\": [],\n                    \"locationId\": \"98\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"130\",\n                    \"positionType\": \"driver\",\n                    \"billableRate\": {\n                        \"billableRate\": \"20.00\",\n                        \"adjustments\": [],\n                        \"payRate\": \"20.00\"\n                    },\n                    \"myRating\": 0,\n                    \"payRate\": \"20.00\",\n                    \"shiftEndTime\": \"17:00:00\",\n                    \"additionalContactInfo\": {},\n                    \"additionalContactId\": \"\",\n                    \"batchChildInfo\": {},\n                    \"suggestedPayRateLow\": \"15.00\",\n                    \"shiftDays\": \"mon,tue,wed,thu\",\n                    \"bookingInfo\": {},\n                    \"payType\": \"hourly\"\n                },\n                {\n                    \"driverApplicationStatus\": [],\n                    \"latitude\": \"0.0000000\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"138\",\n                    \"longitude\": \"0.0000000\",\n                    \"clientId\": \"5104\",\n                    \"shiftStartTime\": \"08:00:00\",\n                    \"numberOfFilledOpenings\": 0,\n                    \"numberOfOpenings\": 1,\n                    \"suggestedPayRateHigh\": \"20.00\",\n                    \"description\": \"hourly job with Shifts\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"0000-00-00\",\n                    \"clientInfo\": {},\n                    \"title\": \"Hourly with Shifts\",\n                    \"type\": \"shift\",\n                    \"attributes\": {},\n                    \"startDate\": \"0000-00-00\",\n                    \"shifts\": [],\n                    \"locationId\": \"98\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"130\",\n                    \"positionType\": \"driver\",\n                    \"billableRate\": {\n                        \"billableRate\": \"20.00\",\n                        \"adjustments\": [],\n                        \"payRate\": \"20.00\"\n                    },\n                    \"myRating\": 0,\n                    \"payRate\": \"20.00\",\n                    \"shiftEndTime\": \"17:00:00\",\n                    \"additionalContactInfo\": {},\n                    \"additionalContactId\": \"\",\n                    \"batchChildInfo\": {},\n                    \"suggestedPayRateLow\": \"15.00\",\n                    \"shiftDays\": \"mon,tue,wed,thu\",\n                    \"bookingInfo\": {},\n                    \"payType\": \"hourly\"\n                },\n                {\n                    \"driverApplicationStatus\": [],\n                    \"latitude\": \"0.0000000\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"139\",\n                    \"longitude\": \"0.0000000\",\n                    \"clientId\": \"5104\",\n                    \"shiftStartTime\": \"08:00:00\",\n                    \"numberOfFilledOpenings\": 0,\n                    \"numberOfOpenings\": 1,\n                    \"suggestedPayRateHigh\": \"20.00\",\n                    \"description\": \"hourly job with Shifts\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"0000-00-00\",\n                    \"clientInfo\": {},\n                    \"title\": \"Hourly with Shifts\",\n                    \"type\": \"shift\",\n                    \"attributes\": {},\n                    \"startDate\": \"0000-00-00\",\n                    \"shifts\": [],\n                    \"locationId\": \"98\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"130\",\n                    \"positionType\": \"driver\",\n                    \"billableRate\": {\n                        \"billableRate\": \"20.00\",\n                        \"adjustments\": [],\n                        \"payRate\": \"20.00\"\n                    },\n                    \"myRating\": 0,\n                    \"payRate\": \"20.00\",\n                    \"shiftEndTime\": \"17:00:00\",\n                    \"additionalContactInfo\": {},\n                    \"additionalContactId\": \"\",\n                    \"batchChildInfo\": {},\n                    \"suggestedPayRateLow\": \"15.00\",\n                    \"shiftDays\": \"mon,tue,wed,thu\",\n                    \"bookingInfo\": {},\n                    \"payType\": \"hourly\"\n                },\n                {\n                    \"driverApplicationStatus\": [],\n                    \"latitude\": \"0.0000000\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"140\",\n                    \"longitude\": \"0.0000000\",\n                    \"clientId\": \"5104\",\n                    \"shiftStartTime\": \"08:00:00\",\n                    \"numberOfFilledOpenings\": 0,\n                    \"numberOfOpenings\": 1,\n                    \"suggestedPayRateHigh\": \"20.00\",\n                    \"description\": \"hourly job with Shifts\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"0000-00-00\",\n                    \"clientInfo\": {},\n                    \"title\": \"Hourly with Shifts\",\n                    \"type\": \"shift\",\n                    \"attributes\": {},\n                    \"startDate\": \"0000-00-00\",\n                    \"shifts\": [],\n                    \"locationId\": \"98\",\n                    \"status\": \"open\",\n                    \"batchMasterRecordId\": \"130\",\n                    \"positionType\": \"driver\",\n                    \"billableRate\": {\n                        \"billableRate\": \"20.00\",\n                        \"adjustments\": [],\n                        \"payRate\": \"20.00\"\n                    },\n                    \"myRating\": 0,\n                    \"payRate\": \"20.00\",\n                    \"shiftEndTime\": \"17:00:00\",\n                    \"additionalContactInfo\": {},\n                    \"additionalContactId\": \"\",\n                    \"batchChildInfo\": {},\n                    \"suggestedPayRateLow\": \"15.00\",\n                    \"shiftDays\": \"mon,tue,wed,thu\",\n                    \"bookingInfo\": {},\n                    \"payType\": \"hourly\"\n                }\n            ],\n            \"suggestedPayRateLow\": \"15.00\",\n            \"shiftDays\": \"mon,tue,wed,thu\",\n            \"bookingInfo\": {},\n            \"payType\": \"hourly\"\n        }\n    }\n}"}],"_postman_id":"c2b91580-ecad-4173-9e0e-4d8be3b476e7"},{"name":"Jobs Get","id":"8e5674ea-18b8-48aa-84cd-9bbbd39cbf35","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>apikey</p>\n","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"\n{\n    \"next\": 0,\n    \"first\": \"0\",\n    \"perPage\": \"10\",\n    \"includeLocationInfo\": 1,\n    \"includeClientInfo\": 1,\n    \"driverApplicationStatus\":[\"booked\"],\n    \"driverIds\":[3],\n    \"status\":[\"open\",\"on-assignment\",\"filled\"],\n    \"startDate\": \"2020-02-01 00:00:00\",\n    \"endDate\": \"2021-02-07 00:00:00\"\n}"},"url":"{{url}}/{{apiversion}}/jobs/get/","description":"<p>Lookup a List of Jobs</p>\n<ul>\n<li><p>Filters</p>\n<ul>\n<li>id (integer) - a jobId</li>\n<li>startDate (YYYY-MM-DD)<ul>\n<li>return jobs that start at or after startDate</li>\n</ul>\n</li>\n<li>endDate (YYYY-MM-DD)<ul>\n<li>return jobs that start at or before endDate</li>\n</ul>\n</li>\n<li>relativeDate (integer)</li>\n<li>status (array[strings]) - draft|open|ﬁlled|closed|not-filled|on-assignment</li>\n<li>locationIds (array[integer])</li>\n<li>driverIds (array[integer]) - limit to drivers who have booking activity</li>\n<li>clientIds (array[integer])</li>\n<li>keywords (string)</li>\n<li>type (string) - full-time|shift</li>\n<li>positionType (string) - driver|warehouse</li>\n<li>driverApplicationStatus (array[string], optional) - invited|applied|offered|accepted|declined|booked</li>\n<li>isTemplate (integer)<ul>\n<li>return only jobs that are marked as templates</li>\n</ul>\n</li>\n<li>noChildren (integer)<ul>\n<li>1 = limit to standalone and batchmaster records</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - order of results may be id|startdate|status|title<ul>\n<li>Default is \"startdate\"</li>\n</ul>\n</li>\n<li>order (string, optional) - \"ASC\" or \"DESC\"<ul>\n<li>Default is \"ASC\"</li>\n</ul>\n</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeClientInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeLocationInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeBatchChildInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeAttributes (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeAttachments (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeHidden (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Paging Object and a list of Job Objects</p>\n","urlObject":{"path":["{{apiversion}}","jobs","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"459a78f5-8986-4a1c-a049-cc82e9f19b9e","name":"Jobs Get - driverIds","originalRequest":{"method":"POST","header":[{"description":"apikey","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeBatchChildInfo\":1,\n    \"driverIds\": [5]\n}"},"url":"{{url}}/{{apiversion}}/jobs/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 18 Aug 2020 17:13:51 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"668"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1605679"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/jobs/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/jobs/get/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.088336\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"jobs\": [\n                {\n                    \"locationId\": \"3\",\n                    \"status\": \"filled\",\n                    \"batchMasterRecordId\": \"1\",\n                    \"payRate\": \"0.55\",\n                    \"additionalContactInfo\": {\n                        \"status\": \"1\",\n                        \"roleType\": \"carrier\",\n                        \"state\": \"\",\n                        \"isOnboarded\": \"0\",\n                        \"email\": \"mathwizmjd@gmail.com\",\n                        \"city\": \"\",\n                        \"isPaused\": \"0\",\n                        \"lastName\": \"Dash\",\n                        \"id\": \"331\",\n                        \"country\": \"\",\n                        \"firstName\": \"Mike\",\n                        \"timezone\": \"America/New_York\",\n                        \"avatarUrls\": {},\n                        \"clientId\": \"5104\",\n                        \"notificationPreferences\": {\n                            \"email\": {\n                                \"info\": \"1\",\n                                \"critical\": \"1\",\n                                \"alert\": \"1\"\n                            },\n                            \"sms\": {\n                                \"info\": \"0\",\n                                \"critical\": \"0\",\n                                \"alert\": \"0\"\n                            },\n                            \"fsn\": {\n                                \"info\": \"1\",\n                                \"critical\": \"0\",\n                                \"alert\": \"1\"\n                            }\n                        },\n                        \"phone\": \"\",\n                        \"address2\": \"\",\n                        \"zip\": \"\",\n                        \"lastInviteDate\": \"2020-08-07 18:38:38\",\n                        \"title\": \"\",\n                        \"address1\": \"\",\n                        \"searchPreferences\": \"\"\n                    },\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"3\",\n                    \"additionalContactId\": \"331\",\n                    \"suggestedPayRateLow\": \"0.46\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"Experienced OTR driver with own truck needed.\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"UTC\",\n                    \"endDate\": \"2020-08-31 00:00:00\",\n                    \"title\": \"Driver with Experience\",\n                    \"payType\": \"cpm\",\n                    \"startDate\": \"2020-08-05 00:00:00\"\n                }\n            ],\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"1\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            }\n        }\n    }\n}"},{"id":"57881554-2d25-47aa-8104-fd220a600c0f","name":"Jobs Get","originalRequest":{"method":"POST","header":[{"description":"apikey","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeLocationInfo\":1,\n    \"perPage\":\"2\",\n    \"first\":\"4\"\n}"},"url":"{{url}}/{{apiversion}}/jobs/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 13 Aug 2020 21:28:54 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"591"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"492369"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/jobs/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/jobs/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.0846\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"jobs\": [\n                {\n                    \"locationId\": \"3\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"14\",\n                    \"payRate\": \"0.55\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"24\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5104\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"Experienced driver with own truck needed.\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"locationInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"\",\n                        \"clientId\": \"5104\",\n                        \"contactId\": \"\",\n                        \"phone\": \"+17163937539\",\n                        \"zipcode\": \"96522\",\n                        \"address2\": \"\",\n                        \"state\": \"CA\",\n                        \"city\": \"Los Angeles\",\n                        \"notes\": \"\",\n                        \"address1\": \"711-2880 Nulla St\",\n                        \"label\": \"West Coast\",\n                        \"id\": \"3\"\n                    },\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-07 18:08:00\",\n                    \"title\": \"Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-06 18:08:00\"\n                },\n                {\n                    \"locationId\": \"3\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"17\",\n                    \"payRate\": \"0.50\",\n                    \"useAsTemplate\": \"0\",\n                    \"id\": \"17\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5104\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"Experienced driver with own truck needed.\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"locationInfo\": {\n                        \"country\": \"US\",\n                        \"timezone\": \"\",\n                        \"clientId\": \"5104\",\n                        \"contactId\": \"\",\n                        \"phone\": \"+17163937539\",\n                        \"zipcode\": \"96522\",\n                        \"address2\": \"\",\n                        \"state\": \"CA\",\n                        \"city\": \"Los Angeles\",\n                        \"notes\": \"\",\n                        \"address1\": \"711-2880 Nulla St\",\n                        \"label\": \"West Coast\",\n                        \"id\": \"3\"\n                    },\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-08 04:08:00\",\n                    \"title\": \"Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-07 04:08:00\"\n                }\n            ],\n            \"paging\": {\n                \"next\": 6,\n                \"count\": \"28\",\n                \"first\": \"4\",\n                \"perPage\": \"2\"\n            }\n        }\n    }\n}"},{"id":"d8e75a0e-f96f-4672-9a63-abc3f9e071f7","name":"Jobs Get - Batch Child Info","originalRequest":{"method":"POST","header":[{"description":"apikey","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeBatchChildInfo\":1,\n    \"noChildren\": 0,\n    \"perPage\": 400,\n    \"keywords\": \"local\"\n}"},"url":"{{url}}/{{apiversion}}/jobs/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 14 Aug 2020 14:41:15 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"3138"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"853718"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/jobs/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/jobs/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.679049\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"jobs\": [\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"22\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-04 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"25\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"26\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"27\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"28\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"29\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"30\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"31\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"32\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"33\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"34\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"35\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"36\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"37\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"38\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"4\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"39\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        }\n                    ],\n                    \"id\": \"4\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"0.00\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-02 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-01 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"22\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-03 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"25\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"26\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"27\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"28\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"29\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"30\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"31\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"32\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"33\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"34\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"35\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"36\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"37\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"38\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"4\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"39\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"56\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"57\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"58\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"59\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"60\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"61\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"62\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"63\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"64\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"65\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"66\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"67\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"68\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"69\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"70\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"71\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"72\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"73\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"74\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"75\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"76\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"77\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"78\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"79\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"80\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"81\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"82\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"83\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"84\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"85\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"86\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"87\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"88\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"89\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"90\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"91\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"92\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"93\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"94\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"95\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"96\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"97\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"98\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"99\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"100\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"101\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"102\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"103\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"104\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"105\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"106\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"107\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"108\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"109\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"110\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"111\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"112\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"113\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"114\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"115\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"116\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"117\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"118\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"119\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"120\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"121\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"122\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"123\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"124\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"125\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"126\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"127\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"128\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"129\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"130\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"131\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"132\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"133\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"134\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"135\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"136\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"137\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"138\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"139\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"140\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"141\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"142\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"143\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"144\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"145\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"146\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"147\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"148\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"149\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"150\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"151\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"152\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"153\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"154\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"155\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"156\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"157\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"158\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"159\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"160\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"161\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"162\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"163\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"164\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"165\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"166\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"167\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"168\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"169\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"170\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"171\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"172\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"173\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"174\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"175\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"176\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"177\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"178\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"179\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"180\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"181\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"182\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"183\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"184\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"185\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"186\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"187\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"188\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"189\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"190\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"191\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"192\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"193\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"194\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"195\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"196\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"197\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"198\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"199\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"200\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"201\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"202\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"203\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"204\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"205\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"206\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"207\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"208\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"209\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"210\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"211\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"212\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"213\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"214\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"215\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"216\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"217\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"218\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"219\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"220\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"221\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"222\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"223\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"224\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"225\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"226\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"227\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"228\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"229\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"230\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"231\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"232\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"233\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"234\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"235\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"236\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"237\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"238\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"239\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"240\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"241\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"242\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"243\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"244\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"245\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"246\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"247\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"248\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"249\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"250\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"251\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"252\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"253\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"254\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"255\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"256\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"257\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"258\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"259\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"260\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"261\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"262\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"263\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"264\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"265\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"266\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"267\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"268\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"269\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"270\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"271\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"272\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"273\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"274\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"275\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"276\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"277\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"278\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"279\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"280\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"281\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"282\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"283\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"284\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"285\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"286\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"287\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"288\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"289\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"290\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"291\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"292\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"293\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"294\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"295\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"296\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"1\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-05 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-03 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"297\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"298\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"299\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"300\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"301\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"302\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"303\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"304\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"305\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"306\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"307\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"308\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"309\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"310\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        },\n                        {\n                            \"locationId\": \"4\",\n                            \"status\": \"draft\",\n                            \"batchMasterRecordId\": \"40\",\n                            \"payRate\": \"0.00\",\n                            \"useAsTemplate\": \"0\",\n                            \"id\": \"311\",\n                            \"additionalContactId\": \"\",\n                            \"suggestedPayRateLow\": \"\",\n                            \"clientId\": \"5277\",\n                            \"description\": \"A Local Driver\",\n                            \"suggestedPayRateHigh\": \"\",\n                            \"isBatchMasterRecord\": \"0\",\n                            \"returnedTimeZone\": \"UTC\",\n                            \"endDate\": \"2020-08-07 00:00:00\",\n                            \"title\": \"Local Driver\",\n                            \"payType\": \"hourly\",\n                            \"startDate\": \"2020-08-04 00:00:00\"\n                        }\n                    ],\n                    \"id\": \"40\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"41\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"42\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"43\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"44\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"45\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"46\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"47\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"48\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"49\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"50\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"51\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"52\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"53\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"54\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"55\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"56\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"57\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"58\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"59\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"60\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"61\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"62\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"63\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"64\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"65\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"66\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"67\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"68\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"69\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"70\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"71\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"72\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"73\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"74\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"75\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"76\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"77\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"78\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"79\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"80\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"81\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"82\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"83\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"84\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"85\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"86\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"87\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"88\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"89\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"90\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"91\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"92\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"93\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"94\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"95\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"96\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"97\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"98\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"99\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"100\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"101\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"102\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"103\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"104\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"105\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"106\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"107\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"108\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"109\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"110\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"111\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"112\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"113\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"114\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"115\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"116\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"117\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"118\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"119\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"120\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"121\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"122\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"123\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"124\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"125\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"126\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"127\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"128\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"129\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"130\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"131\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"132\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"133\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"134\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"135\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"136\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"137\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"138\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"139\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"140\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"141\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"142\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"143\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"144\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"145\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"146\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"147\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"148\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"149\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"150\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"151\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"152\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"153\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"154\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"155\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"156\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"157\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"158\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"159\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"160\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"161\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"162\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"163\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"164\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"165\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"166\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"167\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"168\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"169\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"170\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"171\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"172\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"173\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"174\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"175\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"176\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"177\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"178\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"179\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"180\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"181\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"182\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"183\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"184\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"185\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"186\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"187\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"188\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"189\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"190\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"191\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"192\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"193\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"194\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"195\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"196\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"197\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"198\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"199\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"200\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"201\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"202\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"203\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"204\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"205\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"206\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"207\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"208\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"209\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"210\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"211\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"212\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"213\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"214\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"215\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"216\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"217\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"218\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"219\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"220\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"221\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"222\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"223\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"224\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"225\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"226\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"227\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"228\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"229\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"230\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"231\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"232\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"233\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"234\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"235\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"236\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"237\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"238\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"239\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"240\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"241\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"242\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"243\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"244\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"245\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"246\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"247\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"248\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"249\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"250\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"251\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"252\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"253\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"254\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"255\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"256\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"257\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"258\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"259\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"260\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"261\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"262\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"263\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"264\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"265\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"266\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"267\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"268\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"269\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"270\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"271\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"272\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"273\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"274\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"275\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"276\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"277\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"278\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"279\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"280\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"281\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"282\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"283\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"284\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"285\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"286\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"287\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"288\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"289\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"290\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"291\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"292\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"293\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"294\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"295\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"296\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"1\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-04 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-02 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"297\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"298\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"299\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"300\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"301\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"302\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"303\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"304\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"305\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"306\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"307\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"308\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"309\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"310\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                },\n                {\n                    \"locationId\": \"4\",\n                    \"status\": \"draft\",\n                    \"batchMasterRecordId\": \"40\",\n                    \"payRate\": \"0.00\",\n                    \"useAsTemplate\": \"0\",\n                    \"batchChildInfo\": [],\n                    \"id\": \"311\",\n                    \"additionalContactId\": \"\",\n                    \"suggestedPayRateLow\": \"\",\n                    \"clientId\": \"5277\",\n                    \"numberOfOpenings\": 1,\n                    \"description\": \"A Local Driver\",\n                    \"suggestedPayRateHigh\": \"\",\n                    \"isBatchMasterRecord\": \"0\",\n                    \"returnedTimeZone\": \"America/New_York\",\n                    \"endDate\": \"2020-08-06 20:00:00\",\n                    \"title\": \"Local Driver\",\n                    \"payType\": \"hourly\",\n                    \"startDate\": \"2020-08-03 20:00:00\"\n                }\n            ],\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"289\",\n                \"first\": \"0\",\n                \"perPage\": \"400\"\n            }\n        }\n    }\n}"}],"_postman_id":"8e5674ea-18b8-48aa-84cd-9bbbd39cbf35"},{"name":"Jobs Delete","id":"a717b23e-b815-42ac-8299-c800fcf70845","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"4\"]\n}"},"url":"{{url}}/{{apiversion}}/jobs/delete/","description":"<p>Delete a Job</p>\n\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of jobIds to delete</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","jobs","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a717b23e-b815-42ac-8299-c800fcf70845"}],"id":"4dfa74da-1e81-465f-96fe-1d7ec8c9c6b1","description":"<ul>\n<li>Properties<ul>\n<li>id (integer, optional) - the jobId required for an update, in the url or in the post body</li>\n<li>title (string)</li>\n<li>description (string)</li>\n<li>locationId (integer)</li>\n<li>locationInfo (object)</li>\n<li>clientId (integer, optional)</li>\n<li>additionalContactId (integer, optional) - see Team Member Get for allowed values</li>\n<li>additionalContactInfo (object)</li>\n<li>isBatchMasterRecord (integer) - 0|1</li>\n<li>batchMasterRecordId (integer, optional)</li>\n<li>numberOfOpenings (integer, optional) - on create only<ul>\n<li>1-10, Defaults to 1</li>\n</ul>\n</li>\n<li>startDate (YYYY-MM-DD)</li>\n<li>endDate (YYYY-MM-DD, optional)</li>\n<li>status (string) - draft|open|ﬁlled|closed|cancelled|closed-unfilled</li>\n<li>useAsTemplate (integer) - 0|1</li>\n<li>payRate (decimal)</li>\n<li>billableRate (object) <ul>\n<li>payRate (decimal)</li>\n<li>billableRate (decimal)</li>\n<li>adjustments(array[object])<ul>\n<li>attribute</li>\n<li>ajustment</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>suggestedPayRateLow (decimal)</li>\n<li>suggestedPayRateHigh (decimal)</li>\n<li>payType (string) - hourly|cpm</li>\n<li>type (string) - full-time|shift</li>\n<li>shifts (array(object)) - a list of shift objects</li>\n<li>shiftDays (array(string)) - sun|mon|tue|wed|thu|fri|sat</li>\n<li>shiftStartTime (HH:MM:00)</li>\n<li>shiftEndTime (HH:MM:00)</li>\n<li>positionType (string) - driver|warehouse</li>\n<li>batchChildren (array[object]) - readOnly list of child Job Objects</li>\n<li>numberOfShifts (integer) - count of shifts</li>\n<li>numberOfFilledShifts (integer) - count of booked shifts</li>\n<li>numberOfOpenShifts (integer) - count of open shifts</li>\n<li>numberOfCanceledShifts (integer) - count of canceled shifts</li>\n<li>attachments (array[object]) - list of media objects attached to the Job</li>\n<li>attributes (array[object]) - list of attributes </li>\n<li>isFavorited (integer) - read only</li>\n<li>isHidden (integer) - read only</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"202bcd34-188f-4157-88e0-99d4b8d79524","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"579292d0-0ee0-4d17-bd0d-a8fff6c36aba","type":"text/javascript","exec":[""]}}],"_postman_id":"4dfa74da-1e81-465f-96fe-1d7ec8c9c6b1"},{"name":"Locations","item":[{"name":"Location Get","id":"c25f52b3-d34b-45a1-927c-c6bde6f4a5b4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>apikey</p>\n","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeContactInfo\":1,\n    \"clientId\":\"5104\"\n}"},"url":"{{url}}/{{apiversion}}/location/get/","description":"<p>Lookup a List of Locations</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, required) - locationId</li>\n</ul>\n</li>\n<li>Filters<ul>\n<li>clientId (integer, optional)<ul>\n<li>Default is the APIKEY clientId</li>\n</ul>\n</li>\n<li>label (string,optional) <ul>\n<li>filters locations that match</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Options<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - order of results may be id|label<ul>\n<li>Default is \"label\"</li>\n</ul>\n</li>\n<li>order (string, optional) - \"ASC\" or \"DESC\"<ul>\n<li>Default is \"ASC\"</li>\n</ul>\n</li>\n<li>includeContactInfo (integer)<ul>\n<li>default 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a single Location Object</p>\n","urlObject":{"path":["{{apiversion}}","location","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"aee6672d-15c2-4621-b03e-3120b0137143","name":"Locations Get","originalRequest":{"method":"POST","header":[{"description":"apikey","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeContactInfo\":1\n}"},"url":"{{url}}/{{apiversion}}/locations/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jul 2020 12:37:14 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"505"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1093298"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/locations/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/locations/get/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.009377\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"contactInfo\": {\n                    \"status\": \"1\",\n                    \"roleType\": \"carrier\",\n                    \"state\": \"\",\n                    \"isOnboarded\": \"1\",\n                    \"email\": \"ehaul@cooltheory.com\",\n                    \"city\": \"\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Haul\",\n                    \"id\": \"5\",\n                    \"country\": \"\",\n                    \"firstName\": \"Ernest\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"clientId\": \"5104\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\"\n                        },\n                        \"sms\": {\n                            \"info\": \"0\",\n                            \"critical\": \"0\",\n                            \"alert\": \"0\"\n                        },\n                        \"fsn\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\"\n                        }\n                    },\n                    \"phone\": \"\",\n                    \"address2\": \"\",\n                    \"zip\": \"\",\n                    \"lastInviteDate\": \"\",\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                \"country\": \"US\",\n                \"timezone\": \"\",\n                \"clientId\": \"5104\",\n                \"contactId\": \"5\",\n                \"phone\": \"+17163937539\",\n                \"zipcode\": \"40515\",\n                \"address2\": \"\",\n                \"state\": \"KY\",\n                \"city\": \"Testing II\",\n                \"address1\": \"523 Test Street\",\n                \"label\": \"My Location\",\n                \"id\": \"3\"\n            },\n            {\n                \"contactInfo\": {\n                    \"status\": \"1\",\n                    \"roleType\": \"carrier\",\n                    \"state\": \"\",\n                    \"isOnboarded\": \"1\",\n                    \"email\": \"ehaul@cooltheory.com\",\n                    \"city\": \"\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Haul\",\n                    \"id\": \"5\",\n                    \"country\": \"\",\n                    \"firstName\": \"Ernest\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"clientId\": \"5104\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\"\n                        },\n                        \"sms\": {\n                            \"info\": \"0\",\n                            \"critical\": \"0\",\n                            \"alert\": \"0\"\n                        },\n                        \"fsn\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\"\n                        }\n                    },\n                    \"phone\": \"\",\n                    \"address2\": \"\",\n                    \"zip\": \"\",\n                    \"lastInviteDate\": \"\",\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                \"country\": \"US\",\n                \"timezone\": \"\",\n                \"clientId\": \"5104\",\n                \"contactId\": \"5\",\n                \"phone\": \"+17163937539\",\n                \"zipcode\": \"40515\",\n                \"address2\": \"\",\n                \"state\": \"KY\",\n                \"city\": \"Tes\",\n                \"address1\": \"523 Test Street\",\n                \"label\": \"My Location III\",\n                \"id\": \"4\"\n            }\n        ]\n    }\n}"}],"_postman_id":"c25f52b3-d34b-45a1-927c-c6bde6f4a5b4"},{"name":"Location Set","id":"42176502-f4fb-4997-ad45-2ba5c73f1544","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"create\": 1,\n    \"label\": \"test coordinates\",\n\t\"address1\": \"100 S Loudon Avenue\",\n\t\"city\": \"Lexington\",\n\t\"state\": \"KY\",\n    \"country\": \"US\"\n}"},"url":"{{url}}/{{apiversion}}/location/set/","description":"<p>Create or Update a Location</p>\n<p><em>Admin or Carrier Only</em></p>\n<p>NOTE: Only parameters included are updated.</p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer, optional) - required to create a location</li>\n<li>id (integer, optional) - the locationId required for an update, in the url or in the post body</li>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey clientId</li>\n</ul>\n</li>\n<li>label (string) - a label for the location</li>\n<li>address1 (string)</li>\n<li>address2 (string, optional)</li>\n<li>city (string)</li>\n<li>state (string) - 2 letter state abbreviation; see States Get for allowed values</li>\n<li>zipcode (string)</li>\n<li>country (string) - 2 letter country abbreviation; see Countries Get for allowed values</li>\n<li>timezone (string)</li>\n<li>phone (string, optional) - must be country code + 10 digits<ul>\n<li>include the '+' e.g. +15553334444</li>\n</ul>\n</li>\n<li>contactId (string, optional) - see Team Member Get for allowed values</li>\n<li>notes (string, optional)</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","location","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"29043866-2c22-47f4-91dd-986fd778612b","name":"Location Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 4,\n\t\"clientId\": 1,\n\t\"label\": \"My Locatio\",\n\t\"address1\": \"523 Test Street\",\n\t\"city\": \"Tes\",\n\t\"state\": \"KY\",\n\t\"zip\": 40515,\n\t\"country\": \"US\",\n    \"phone\": \"+17163937539\",\n    \"timezone\": \"America/New_York\"\n}"},"url":"{{url}}/{{apiversion}}/location/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jul 2020 12:39:11 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"290"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1093305"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/location/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/location/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.009768\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"country\": \"US\",\n            \"timezone\": \"America/New_York\",\n            \"clientId\": \"5104\",\n            \"contactId\": \"5\",\n            \"phone\": \"+17163937539\",\n            \"zipcode\": \"40515\",\n            \"address2\": \"\",\n            \"state\": \"KY\",\n            \"city\": \"Tes\",\n            \"address1\": \"523 Test Street\",\n            \"label\": \"My Location III\",\n            \"id\": \"4\"\n        }\n    }\n}"}],"_postman_id":"42176502-f4fb-4997-ad45-2ba5c73f1544"},{"name":"Locations Get","id":"bbfa18dc-45e6-4722-a0d2-3ebec5d1c90a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>apikey</p>\n","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeContactInfo\":1,\n    \"clientId\":\"5104\",\n    \"label\":\"my\"\n}"},"url":"{{url}}/{{apiversion}}/locations/get/","description":"<p>Lookup a List of Locations</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - limit by locationId</li>\n</ul>\n</li>\n<li>Filters<ul>\n<li>clientId (integer, optional)<ul>\n<li>Default is the APIKEY clientId</li>\n</ul>\n</li>\n<li>label (string,optional) <ul>\n<li>filters locations that match</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Options<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - order of results may be id|label<ul>\n<li>Default is \"label\"</li>\n</ul>\n</li>\n<li>order (string, optional) - \"ASC\" or \"DESC\"<ul>\n<li>Default is \"ASC\"</li>\n</ul>\n</li>\n<li>includeContactInfo (integer)<ul>\n<li>default 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Location Objects</p>\n","urlObject":{"path":["{{apiversion}}","locations","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"1825572f-16ec-4ec0-b8c3-ec0d4a86a265","name":"Locations Get","originalRequest":{"method":"POST","header":[{"description":"apikey","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"includeContactInfo\":1\n}"},"url":"{{url}}/{{apiversion}}/locations/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 23 Jul 2020 12:37:14 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"505"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1093298"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/locations/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/locations/get/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.009377\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"contactInfo\": {\n                    \"status\": \"1\",\n                    \"roleType\": \"carrier\",\n                    \"state\": \"\",\n                    \"isOnboarded\": \"1\",\n                    \"email\": \"ehaul@cooltheory.com\",\n                    \"city\": \"\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Haul\",\n                    \"id\": \"5\",\n                    \"country\": \"\",\n                    \"firstName\": \"Ernest\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"clientId\": \"5104\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\"\n                        },\n                        \"sms\": {\n                            \"info\": \"0\",\n                            \"critical\": \"0\",\n                            \"alert\": \"0\"\n                        },\n                        \"fsn\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\"\n                        }\n                    },\n                    \"phone\": \"\",\n                    \"address2\": \"\",\n                    \"zip\": \"\",\n                    \"lastInviteDate\": \"\",\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                \"country\": \"US\",\n                \"timezone\": \"\",\n                \"clientId\": \"5104\",\n                \"contactId\": \"5\",\n                \"phone\": \"+17163937539\",\n                \"zipcode\": \"40515\",\n                \"address2\": \"\",\n                \"state\": \"KY\",\n                \"city\": \"Testing II\",\n                \"address1\": \"523 Test Street\",\n                \"label\": \"My Location\",\n                \"id\": \"3\"\n            },\n            {\n                \"contactInfo\": {\n                    \"status\": \"1\",\n                    \"roleType\": \"carrier\",\n                    \"state\": \"\",\n                    \"isOnboarded\": \"1\",\n                    \"email\": \"ehaul@cooltheory.com\",\n                    \"city\": \"\",\n                    \"isPaused\": \"0\",\n                    \"lastName\": \"Haul\",\n                    \"id\": \"5\",\n                    \"country\": \"\",\n                    \"firstName\": \"Ernest\",\n                    \"timezone\": \"America/New_York\",\n                    \"avatarUrls\": {},\n                    \"clientId\": \"5104\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\"\n                        },\n                        \"sms\": {\n                            \"info\": \"0\",\n                            \"critical\": \"0\",\n                            \"alert\": \"0\"\n                        },\n                        \"fsn\": {\n                            \"info\": \"1\",\n                            \"critical\": \"1\",\n                            \"alert\": \"1\"\n                        }\n                    },\n                    \"phone\": \"\",\n                    \"address2\": \"\",\n                    \"zip\": \"\",\n                    \"lastInviteDate\": \"\",\n                    \"title\": \"\",\n                    \"address1\": \"\"\n                },\n                \"country\": \"US\",\n                \"timezone\": \"\",\n                \"clientId\": \"5104\",\n                \"contactId\": \"5\",\n                \"phone\": \"+17163937539\",\n                \"zipcode\": \"40515\",\n                \"address2\": \"\",\n                \"state\": \"KY\",\n                \"city\": \"Tes\",\n                \"address1\": \"523 Test Street\",\n                \"label\": \"My Location III\",\n                \"id\": \"4\"\n            }\n        ]\n    }\n}"}],"_postman_id":"bbfa18dc-45e6-4722-a0d2-3ebec5d1c90a"},{"name":"Locations Delete","id":"e9c7d257-ecdc-4a2f-902e-2eefc482ab09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"1\"]\n}"},"url":"{{url}}/{{apiversion}}/locations/delete/","description":"<p>Delete a Location</p>\n\n<p><em>Admin or Carrier Only</em></p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of locationIds to delete</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","locations","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"436c5049-42f2-4aba-8b2b-71122075f544","name":"Locations Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"1\"]\n}"},"url":"{{url}}/{{apiversion}}/locations/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 20 Jul 2020 21:03:46 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"158"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"984423"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/locations/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/locations/delete/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.008904\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"e9c7d257-ecdc-4a2f-902e-2eefc482ab09"}],"id":"878413e5-5c8c-4701-bf13-d2495f49be96","description":"<p>Create, Update and Delete Locations</p>\n<p>Properties</p>\n<ul>\n<li>id (integer) - the location id</li>\n<li>clientId (integer) - the clientId of the location owner</li>\n<li>label (string) - a label for the location</li>\n<li>address1 (string)</li>\n<li>address2 (string, optional)</li>\n<li>city (string)</li>\n<li>state (string) - 2 letter state abbreviation</li>\n<li>zip (string)</li>\n<li>country (string) - 2 letter country abbreviation</li>\n<li>latitude (decimal)</li>\n<li>longitude (decimal)</li>\n<li>timezone (string)</li>\n<li>phone (string)</li>\n<li>notes (text, optional)</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"0b5d0e62-73b4-4cc4-97dc-f6db3a6a32ea","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e90c0467-369a-46f5-9ec6-3ebe45434c12","type":"text/javascript","exec":[""]}}],"_postman_id":"878413e5-5c8c-4701-bf13-d2495f49be96"},{"name":"Lookups","item":[{"name":"Countries Get","id":"6708e7f1-c573-4d9a-b4de-499981db4d3a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\":\"US\"\n}"},"url":"{{url}}/{{apiversion}}/countries/get/","description":"<p>Lookup list of Country codes</p>\n<ul>\n<li>Parameters<ul>\n<li>code (string, optional) - limit by country code</li>\n<li>name (string, optional) - lookup by country name</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","countries","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fb5dd54c-c1d0-4c62-a6d9-05fddcaf9643","name":"Countries Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"code\":\"US\"\n}"},"url":"{{url}}/{{apiversion}}/countries/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"188","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 07 Sep 2018 00:11:23 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/countries/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1781239","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/countries/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.005623\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"name\": \"United States of America\",\n                \"code\": \"US\"\n            }\n        ]\n    }\n}"}],"_postman_id":"6708e7f1-c573-4d9a-b4de-499981db4d3a"},{"name":"Roles Get","id":"8f4cb52f-1881-4896-bda8-52a1f8fbd725","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/roles/get/","description":"<p>Lookup list of available roles</p>\n","urlObject":{"path":["{{apiversion}}","roles","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"583c4584-7cea-455f-8fde-f430914481e1","name":"Roles Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/roles/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"265","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 07 Sep 2018 00:30:03 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/roles/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1672176","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/roles/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.007024\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"name\": \"Agency::Administrator\",\n                \"id\": \"35\"\n            },\n            {\n                \"name\": \"Agency::Editor\",\n                \"id\": \"41\"\n            },\n            {\n                \"name\": \"Client::Administrator\",\n                \"id\": \"37\"\n            },\n            {\n                \"name\": \"Client::Branch Manager\",\n                \"id\": \"44\"\n            },\n            {\n                \"name\": \"Client::Editor\",\n                \"id\": \"40\"\n            },\n            {\n                \"name\": \"Client::Franchise Manager\",\n                \"id\": \"38\"\n            },\n            {\n                \"name\": \"Client::User\",\n                \"id\": \"26\"\n            },\n            {\n                \"name\": \"None\",\n                \"id\": \"1\"\n            },\n            {\n                \"name\": \"View Only\",\n                \"id\": \"2\"\n            }\n        ]\n    }\n}"}],"_postman_id":"8f4cb52f-1881-4896-bda8-52a1f8fbd725"},{"name":"States Get","id":"9ee05895-f29b-44aa-898b-56a6ecf25f4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"country\":\"US\",\n    \"code\":\"NY\"\n}"},"url":"{{url}}/{{apiversion}}/states/get/","description":"<p>Lookup list of Country codes</p>\n<ul>\n<li>Parameters<ul>\n<li>country (string, optional) - limit by country code (see Countries Get)</li>\n<li>code (string, optional) - lookup by state code (may return more than one record)</li>\n<li>name (string, optional) - lookup by state name (may return more than one record)</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","states","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fbff716e-8265-47a8-b29e-95a90679cbd3","name":"States Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"country\":\"US\",\n    \"code\":\"NY\"\n}"},"url":"{{url}}/{{apiversion}}/states/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"185","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 07 Sep 2018 00:10:33 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/states/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1781222","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/states/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.0077\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"country\": \"US\",\n                \"name\": \"New York\",\n                \"code\": \"NY\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9ee05895-f29b-44aa-898b-56a6ecf25f4e"},{"name":"Timezones Get","id":"e0422843-2f63-4e34-baf5-e88789837c3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/timezones/get/","description":"<p>Lookup list of available timezones</p>\n","urlObject":{"path":["{{apiversion}}","timezones","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3a70e7de-2e0f-4098-9cbb-f8bc81df3d5a","name":"Timezones Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/timezones/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"2386","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Fri, 07 Sep 2018 00:31:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/timezones/get/","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"1672181","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timezones/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.125362\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            \"Africa/Abidjan\",\n            \"Africa/Accra\",\n            \"Africa/Algiers\",\n            \"Africa/Bissau\",\n            \"Africa/Cairo\",\n            \"Africa/Casablanca\",\n            \"Africa/Ceuta\",\n            \"Africa/El_Aaiun\",\n            \"Africa/Johannesburg\",\n            \"Africa/Khartoum\",\n            \"Africa/Lagos\",\n            \"Africa/Maputo\",\n            \"Africa/Monrovia\",\n            \"Africa/Nairobi\",\n            \"Africa/Ndjamena\",\n            \"Africa/Tripoli\",\n            \"Africa/Tunis\",\n            \"Africa/Windhoek\",\n            \"America/Adak\",\n            \"America/Anchorage\",\n            \"America/Araguaina\",\n            \"America/Argentina/Buenos_Aires\",\n            \"America/Argentina/Catamarca\",\n            \"America/Argentina/Cordoba\",\n            \"America/Argentina/Jujuy\",\n            \"America/Argentina/La_Rioja\",\n            \"America/Argentina/Mendoza\",\n            \"America/Argentina/Rio_Gallegos\",\n            \"America/Argentina/Salta\",\n            \"America/Argentina/San_Juan\",\n            \"America/Argentina/San_Luis\",\n            \"America/Argentina/Tucuman\",\n            \"America/Argentina/Ushuaia\",\n            \"America/Asuncion\",\n            \"America/Atikokan\",\n            \"America/Bahia\",\n            \"America/Bahia_Banderas\",\n            \"America/Barbados\",\n            \"America/Belem\",\n            \"America/Belize\",\n            \"America/Blanc-Sablon\",\n            \"America/Boa_Vista\",\n            \"America/Bogota\",\n            \"America/Boise\",\n            \"America/Cambridge_Bay\",\n            \"America/Campo_Grande\",\n            \"America/Cancun\",\n            \"America/Caracas\",\n            \"America/Cayenne\",\n            \"America/Chicago\",\n            \"America/Chihuahua\",\n            \"America/Costa_Rica\",\n            \"America/Creston\",\n            \"America/Cuiaba\",\n            \"America/Curacao\",\n            \"America/Danmarkshavn\",\n            \"America/Dawson\",\n            \"America/Dawson_Creek\",\n            \"America/Denver\",\n            \"America/Detroit\",\n            \"America/Edmonton\",\n            \"America/Eirunepe\",\n            \"America/El_Salvador\",\n            \"America/Fort_Nelson\",\n            \"America/Fortaleza\",\n            \"America/Glace_Bay\",\n            \"America/Godthab\",\n            \"America/Goose_Bay\",\n            \"America/Grand_Turk\",\n            \"America/Guatemala\",\n            \"America/Guayaquil\",\n            \"America/Guyana\",\n            \"America/Halifax\",\n            \"America/Havana\",\n            \"America/Hermosillo\",\n            \"America/Indiana/Indianapolis\",\n            \"America/Indiana/Knox\",\n            \"America/Indiana/Marengo\",\n            \"America/Indiana/Petersburg\",\n            \"America/Indiana/Tell_City\",\n            \"America/Indiana/Vevay\",\n            \"America/Indiana/Vincennes\",\n            \"America/Indiana/Winamac\",\n            \"America/Inuvik\",\n            \"America/Iqaluit\",\n            \"America/Jamaica\",\n            \"America/Juneau\",\n            \"America/Kentucky/Louisville\",\n            \"America/Kentucky/Monticello\",\n            \"America/La_Paz\",\n            \"America/Lima\",\n            \"America/Los_Angeles\",\n            \"America/Maceio\",\n            \"America/Managua\",\n            \"America/Manaus\",\n            \"America/Martinique\",\n            \"America/Matamoros\",\n            \"America/Mazatlan\",\n            \"America/Menominee\",\n            \"America/Merida\",\n            \"America/Metlakatla\",\n            \"America/Mexico_City\",\n            \"America/Miquelon\",\n            \"America/Moncton\",\n            \"America/Monterrey\",\n            \"America/Montevideo\",\n            \"America/Nassau\",\n            \"America/New_York\",\n            \"America/Nipigon\",\n            \"America/Nome\",\n            \"America/Noronha\",\n            \"America/North_Dakota/Beulah\",\n            \"America/North_Dakota/Center\",\n            \"America/North_Dakota/New_Salem\",\n            \"America/Ojinaga\",\n            \"America/Panama\",\n            \"America/Pangnirtung\",\n            \"America/Paramaribo\",\n            \"America/Phoenix\",\n            \"America/Port-au-Prince\",\n            \"America/Port_of_Spain\",\n            \"America/Porto_Velho\",\n            \"America/Puerto_Rico\",\n            \"America/Rainy_River\",\n            \"America/Rankin_Inlet\",\n            \"America/Recife\",\n            \"America/Regina\",\n            \"America/Resolute\",\n            \"America/Rio_Branco\",\n            \"America/Santarem\",\n            \"America/Santiago\",\n            \"America/Santo_Domingo\",\n            \"America/Sao_Paulo\",\n            \"America/Scoresbysund\",\n            \"America/Sitka\",\n            \"America/St_Johns\",\n            \"America/Swift_Current\",\n            \"America/Tegucigalpa\",\n            \"America/Thule\",\n            \"America/Thunder_Bay\",\n            \"America/Tijuana\",\n            \"America/Toronto\",\n            \"America/Vancouver\",\n            \"America/Whitehorse\",\n            \"America/Winnipeg\",\n            \"America/Yakutat\",\n            \"America/Yellowknife\",\n            \"Antarctica/Casey\",\n            \"Antarctica/Davis\",\n            \"Antarctica/DumontDUrville\",\n            \"Antarctica/Macquarie\",\n            \"Antarctica/Mawson\",\n            \"Antarctica/Palmer\",\n            \"Antarctica/Rothera\",\n            \"Antarctica/Syowa\",\n            \"Antarctica/Troll\",\n            \"Antarctica/Vostok\",\n            \"Asia/Almaty\",\n            \"Asia/Amman\",\n            \"Asia/Anadyr\",\n            \"Asia/Aqtau\",\n            \"Asia/Aqtobe\",\n            \"Asia/Ashgabat\",\n            \"Asia/Atyrau\",\n            \"Asia/Baghdad\",\n            \"Asia/Baku\",\n            \"Asia/Bangkok\",\n            \"Asia/Barnaul\",\n            \"Asia/Beirut\",\n            \"Asia/Bishkek\",\n            \"Asia/Brunei\",\n            \"Asia/Chita\",\n            \"Asia/Choibalsan\",\n            \"Asia/Colombo\",\n            \"Asia/Damascus\",\n            \"Asia/Dhaka\",\n            \"Asia/Dili\",\n            \"Asia/Dubai\",\n            \"Asia/Dushanbe\",\n            \"Asia/Famagusta\",\n            \"Asia/Gaza\",\n            \"Asia/Hebron\",\n            \"Asia/Ho_Chi_Minh\",\n            \"Asia/Hong_Kong\",\n            \"Asia/Hovd\",\n            \"Asia/Irkutsk\",\n            \"Asia/Jakarta\",\n            \"Asia/Jayapura\",\n            \"Asia/Jerusalem\",\n            \"Asia/Kabul\",\n            \"Asia/Kamchatka\",\n            \"Asia/Karachi\",\n            \"Asia/Kathmandu\",\n            \"Asia/Khandyga\",\n            \"Asia/Kolkata\",\n            \"Asia/Krasnoyarsk\",\n            \"Asia/Kuala_Lumpur\",\n            \"Asia/Kuching\",\n            \"Asia/Macau\",\n            \"Asia/Magadan\",\n            \"Asia/Makassar\",\n            \"Asia/Manila\",\n            \"Asia/Nicosia\",\n            \"Asia/Novokuznetsk\",\n            \"Asia/Novosibirsk\",\n            \"Asia/Omsk\",\n            \"Asia/Oral\",\n            \"Asia/Pontianak\",\n            \"Asia/Pyongyang\",\n            \"Asia/Qatar\",\n            \"Asia/Qyzylorda\",\n            \"Asia/Riyadh\",\n            \"Asia/Sakhalin\",\n            \"Asia/Samarkand\",\n            \"Asia/Seoul\",\n            \"Asia/Shanghai\",\n            \"Asia/Singapore\",\n            \"Asia/Srednekolymsk\",\n            \"Asia/Taipei\",\n            \"Asia/Tashkent\",\n            \"Asia/Tbilisi\",\n            \"Asia/Tehran\",\n            \"Asia/Thimphu\",\n            \"Asia/Tokyo\",\n            \"Asia/Tomsk\",\n            \"Asia/Ulaanbaatar\",\n            \"Asia/Urumqi\",\n            \"Asia/Ust-Nera\",\n            \"Asia/Vladivostok\",\n            \"Asia/Yakutsk\",\n            \"Asia/Yangon\",\n            \"Asia/Yekaterinburg\",\n            \"Asia/Yerevan\",\n            \"Atlantic/Azores\",\n            \"Atlantic/Bermuda\",\n            \"Atlantic/Canary\",\n            \"Atlantic/Cape_Verde\",\n            \"Atlantic/Faroe\",\n            \"Atlantic/Madeira\",\n            \"Atlantic/Reykjavik\",\n            \"Atlantic/South_Georgia\",\n            \"Atlantic/Stanley\",\n            \"Australia/Adelaide\",\n            \"Australia/Brisbane\",\n            \"Australia/Broken_Hill\",\n            \"Australia/Currie\",\n            \"Australia/Darwin\",\n            \"Australia/Eucla\",\n            \"Australia/Hobart\",\n            \"Australia/Lindeman\",\n            \"Australia/Lord_Howe\",\n            \"Australia/Melbourne\",\n            \"Australia/Perth\",\n            \"Australia/Sydney\",\n            \"CET\",\n            \"CST6CDT\",\n            \"EET\",\n            \"EST\",\n            \"EST5EDT\",\n            \"Europe/Amsterdam\",\n            \"Europe/Andorra\",\n            \"Europe/Astrakhan\",\n            \"Europe/Athens\",\n            \"Europe/Belgrade\",\n            \"Europe/Berlin\",\n            \"Europe/Brussels\",\n            \"Europe/Bucharest\",\n            \"Europe/Budapest\",\n            \"Europe/Chisinau\",\n            \"Europe/Copenhagen\",\n            \"Europe/Dublin\",\n            \"Europe/Gibraltar\",\n            \"Europe/Helsinki\",\n            \"Europe/Istanbul\",\n            \"Europe/Kaliningrad\",\n            \"Europe/Kiev\",\n            \"Europe/Kirov\",\n            \"Europe/Lisbon\",\n            \"Europe/London\",\n            \"Europe/Luxembourg\",\n            \"Europe/Madrid\",\n            \"Europe/Malta\",\n            \"Europe/Minsk\",\n            \"Europe/Monaco\",\n            \"Europe/Moscow\",\n            \"Europe/Oslo\",\n            \"Europe/Paris\",\n            \"Europe/Prague\",\n            \"Europe/Riga\",\n            \"Europe/Rome\",\n            \"Europe/Samara\",\n            \"Europe/Saratov\",\n            \"Europe/Simferopol\",\n            \"Europe/Sofia\",\n            \"Europe/Stockholm\",\n            \"Europe/Tallinn\",\n            \"Europe/Tirane\",\n            \"Europe/Ulyanovsk\",\n            \"Europe/Uzhgorod\",\n            \"Europe/Vienna\",\n            \"Europe/Vilnius\",\n            \"Europe/Volgograd\",\n            \"Europe/Warsaw\",\n            \"Europe/Zaporozhye\",\n            \"Europe/Zurich\",\n            \"HST\",\n            \"Indian/Chagos\",\n            \"Indian/Christmas\",\n            \"Indian/Cocos\",\n            \"Indian/Kerguelen\",\n            \"Indian/Mahe\",\n            \"Indian/Maldives\",\n            \"Indian/Mauritius\",\n            \"Indian/Reunion\",\n            \"MET\",\n            \"MST\",\n            \"MST7MDT\",\n            \"PST8PDT\",\n            \"Pacific/Apia\",\n            \"Pacific/Auckland\",\n            \"Pacific/Bougainville\",\n            \"Pacific/Chatham\",\n            \"Pacific/Chuuk\",\n            \"Pacific/Easter\",\n            \"Pacific/Efate\",\n            \"Pacific/Enderbury\",\n            \"Pacific/Fakaofo\",\n            \"Pacific/Fiji\",\n            \"Pacific/Funafuti\",\n            \"Pacific/Galapagos\",\n            \"Pacific/Gambier\",\n            \"Pacific/Guadalcanal\",\n            \"Pacific/Guam\",\n            \"Pacific/Honolulu\",\n            \"Pacific/Kiritimati\",\n            \"Pacific/Kosrae\",\n            \"Pacific/Kwajalein\",\n            \"Pacific/Majuro\",\n            \"Pacific/Marquesas\",\n            \"Pacific/Nauru\",\n            \"Pacific/Niue\",\n            \"Pacific/Norfolk\",\n            \"Pacific/Noumea\",\n            \"Pacific/Pago_Pago\",\n            \"Pacific/Palau\",\n            \"Pacific/Pitcairn\",\n            \"Pacific/Pohnpei\",\n            \"Pacific/Port_Moresby\",\n            \"Pacific/Rarotonga\",\n            \"Pacific/Tahiti\",\n            \"Pacific/Tarawa\",\n            \"Pacific/Tongatapu\",\n            \"Pacific/Wake\",\n            \"Pacific/Wallis\",\n            \"UTC\",\n            \"WET\"\n        ]\n    }\n}"}],"_postman_id":"e0422843-2f63-4e34-baf5-e88789837c3d"},{"name":"Languages Get","id":"001ccc47-6832-41ab-ac3f-ccff6afa247a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/languages/get/","description":"<p>Lookup list of supported languages</p>\n","urlObject":{"path":["{{apiversion}}","languages","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c50efafc-0b11-468c-9c39-452c1d0dbbf3","name":"Languages Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"url":"{{url}}/{{apiversion}}/languages/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 11 Apr 2019 17:36:56 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"184"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"36025"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/languages/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/languages/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.152171\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"label\": \"English - US\",\n                \"code\": \"en-us\"\n            }\n        ]\n    }\n}"}],"_postman_id":"001ccc47-6832-41ab-ac3f-ccff6afa247a"}],"id":"3a19ebc1-b50b-4a6c-84a8-eb9b8422cc66","description":"<p>Utility API Calls</p>\n","event":[{"listen":"prerequest","script":{"id":"9ddf673a-4ae3-4185-a965-0479847d60c6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"68862062-7296-4af9-979f-4e55981c0aa4","type":"text/javascript","exec":[""]}}],"_postman_id":"3a19ebc1-b50b-4a6c-84a8-eb9b8422cc66"},{"name":"Matches","item":[{"name":"matchDrivers Get","id":"9707aa14-a012-4eac-ac79-1d6b35352b51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": ''\n}"},"url":"{{url}}/{{apiversion}}/matchDrivers/get/","description":"<p>Get a list of Drivers that match a Job</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer) - jobId</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>attributes (string)</li>\n<li>favorite (string) - favorite|hide</li>\n<li>offerStatus (array[string], optional) - invited|applied|offered|accepted|booked|rescinded</li>\n<li>payRate (decimal, optional)</li>\n<li>keywords (string, optional)</li>\n<li>driverRating (integer)</li>\n<li>proximity (integer, optional) - miles from the driver<ul>\n<li>Defaults to 100</li>\n</ul>\n</li>\n<li>location (object, optional) - specific driver location (overrides driver address)<ul>\n<li>latitude</li>\n<li>longitude</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 10</li>\n<li>Maximum is 100</li>\n</ul>\n</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeClosePayrates - if true include payrates +/- 20%<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>includeHidden (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Paging Object and a list of Driver Objects</p>\n","urlObject":{"path":["{{apiversion}}","matchDrivers","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"9707aa14-a012-4eac-ac79-1d6b35352b51"},{"name":"matchJobs Get","id":"b363face-1cec-4f16-b301-f2ca9a9921c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"perPage\": 15,\n    \"first\": 0,\n    \"offerStatus\": [\n        \"accepted\",\n        \"offered\",\n        \"applied\"\n    ],\n    \"keywords\": \"\",\n    \"proximity\": 50,\n    \"favorite\": \"\",\n    \"orderBy\": \"payRate\",\n    \"id\": 3\n}"},"url":"{{url}}/{{apiversion}}/matchJobs/get/","description":"<p>Get a list of Jobs that match a Driver</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer) - driverId</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>attributes (string)</li>\n<li>favorite (string) - favorite|hide</li>\n<li>jobStatus (string, optional) <ul>\n<li>default is open</li>\n</ul>\n</li>\n<li>offerStatus (array[string], optional) - invited|applied|offered|accepted|booked|rescinded</li>\n<li>payRate (decimal, optional)</li>\n<li>keywords (string, optional)</li>\n<li>carrierRating (integer)</li>\n<li>proximity (integer, optional) - miles from the job<ul>\n<li>Defaults to 100</li>\n</ul>\n</li>\n<li>location (object, optional) - specific job location (overrides job address)<ul>\n<li>latitude</li>\n<li>longitude</li>\n</ul>\n</li>\n<li>includeBookedToOthers (integer, optional) - include shifts that are booked to other drivers<ul>\n<li>default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>sort (string) - \"ASC\" or \"DESC\"<ul>\n<li>Defaults to \"ASC\"</li>\n</ul>\n</li>\n<li>orderBy (string) - startDate|jobId|payRate<ul>\n<li>defaults to startDate</li>\n</ul>\n</li>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeClosePayrates - if true include payrates +/- 20%<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>includeClientInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeLocationInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeBatchChildInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeApplicationCounts (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeApplicationInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeAttributes (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeAttachments (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeHidden (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Paging Object and a list of Job Objects</p>\n","urlObject":{"path":["{{apiversion}}","matchJobs","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"166ec78d-6a93-48e2-84e6-275e7bf89a92","name":"matchJobs Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 168,\n    \"includeHidden\": 1\n}"},"url":"{{url}}/{{apiversion}}/matchJobs/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 30 Sep 2020 21:59:05 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"199"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1452943"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/matchJobs/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/matchJobs/get/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.148677\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"jobs\": [],\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"0\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            }\n        }\n    }\n}"}],"_postman_id":"b363face-1cec-4f16-b301-f2ca9a9921c6"}],"id":"72f0553b-dc49-4832-8f6d-7da7bb51b2af","description":"<p>Endpoints for matching between Driver's and Jobs</p>\n","event":[{"listen":"prerequest","script":{"id":"00e7454a-0314-4714-9fdd-658ec82004c6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"c64904de-8282-4438-b8c0-d792c08f7271","type":"text/javascript","exec":[""]}}],"_postman_id":"72f0553b-dc49-4832-8f6d-7da7bb51b2af"},{"name":"Media","item":[{"name":"Media Set","id":"8d5b448e-b724-4a8a-98c8-b74f04c16d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"create\":\"1\",\n\t\"label\":\"test image\",\n\t\"contentLength\":\"30910\",\n\t\"mediaType\":\"image/png\"\n}"},"url":"{{url}}/{{apiversion}}/media/set/","description":"<p>Set Media Info</p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer, optional) - required to create</li>\n<li>id (integer, optiona) - media id, required for an update</li>\n<li>ownerId (integer, optional) - default is the apikey ownerId</li>\n<li>label (file,optional)</li>\n<li>description (string, optional)</li>\n<li>contentLength (integer) - the size of the media being uploaded in bytes</li>\n<li>attachmentType (string) - media mime-type<ul>\n<li>allowed mime-types<ul>\n<li>image/gif</li>\n<li>image/png</li>\n<li>image/jpeg</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>finalize (integer, optional) - 0|1<ul>\n<li>update to 1 when all media chunks have been uploaded</li>\n<li>unfinalized uploads are removed after 12 hours</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Media object</p>\n","urlObject":{"path":["{{apiversion}}","media","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"74bf094d-daf2-4a56-8a0c-efffde42698a","name":"Media Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"create\":\"1\",\n\t\"label\":\"test image\",\n\t\"contentLength\":\"30910\",\n\t\"mediaType\":\"image/png\"\n}"},"url":"{{url}}/{{apiversion}}/media/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Jun 2019 20:33:07 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"419"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1246000"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"a3c0eac66a004678a37e2f00ffb04368"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/media/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/media/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.047115\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"date\": \"2019-06-05 20:33:07\",\n            \"uuid\": \"8BB7A19C-A60C-3DAF-971D-CDFAD76078FA\",\n            \"downloadUrl\": \"https://cdn.netsocialapp.com/images/uploads/84DE9B50-12FB-3422-A123-25A6ADFA8FF7/8BB7A19C-A60C-3DAF-971D-CDFAD76078FA.png\",\n            \"contentLength\": \"30910\",\n            \"mediaType\": \"image/png\",\n            \"parts\": \"0\",\n            \"finalized\": \"0\",\n            \"label\": \"test image\",\n            \"directoryUuid\": \"84DE9B50-12FB-3422-A123-25A6ADFA8FF7\",\n            \"id\": \"1\",\n            \"ownerId\": \"4265\",\n            \"accountType\": \"personal\"\n        }\n    }\n}"}],"_postman_id":"8d5b448e-b724-4a8a-98c8-b74f04c16d05"},{"name":"Media Get","id":"80c1f202-ddfa-45a2-89c8-09eabff63b8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ownerId\":\"\",\n\t\"accountType\":\"\",\n\t\"primaryColor\":\"#391d81\",\n\t\"secondaryColor\":\"#5e9942\"\n}"},"url":"{{url}}/{{apiversion}}/media/get/","description":"<p>Get Media Info</p>\n<ul>\n<li>Parameters<ul>\n<li>id (string) - the media id</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Media object</p>\n","urlObject":{"path":["{{apiversion}}","media","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"80c1f202-ddfa-45a2-89c8-09eabff63b8e"},{"name":"Media Delete","id":"22a7a013-c53b-4e39-86cf-a17f3bfc22bf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ownerId\":\"\",\n\t\"accountType\":\"\",\n\t\"primaryColor\":\"#391d81\",\n\t\"secondaryColor\":\"#5e9942\"\n}"},"url":"{{url}}/{{apiversion}}/media/get/","description":"<p>Delete Media</p>\n<ul>\n<li>Parameters<ul>\n<li>id (string) - the media id</li>\n</ul>\n</li>\n</ul>\n<p>Returns a status object</p>\n","urlObject":{"path":["{{apiversion}}","media","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"22a7a013-c53b-4e39-86cf-a17f3bfc22bf"},{"name":"Media Upload","id":"b3aba3d3-b084-4fbe-8558-11b285465e03","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"file","file":{"src":"/Users/rbush/Downloads/image.png"}},"url":"{{url}}/{{apiversion}}/media/upload/","description":"<p>Upload a Media File</p>\n<p><strong>Requests should be formatted as a multipart/form-data POST</strong></p>\n<p>Size restrictions for uploading via API </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>Image 5MB\nGIF 15MB\nVideo 15MB\n</code></pre><ul>\n<li>Parameters<ul>\n<li>uuid (string) - the media UUID</li>\n<li>segmentIndex (integer) - 0 based</li>\n<li>media (string) - the raw binary file content being uploaded<ul>\n<li>Maximum chunk size is 5MB</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Media object</p>\n","urlObject":{"path":["{{apiversion}}","media","upload",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b3aba3d3-b084-4fbe-8558-11b285465e03"}],"id":"05fab2be-8df3-4db5-bd84-8cf377407ede","description":"<p>Media is uploaded in chunks. For chunked uploads, you must:</p>\n<ul>\n<li>Initialize the upload using the Media Set endpoint<ul>\n<li>this returns a mediaId you will need to subsequently upload chunks of data</li>\n</ul>\n</li>\n<li>Upload each chunk of bytes using the Media Upload endpoint</li>\n<li>When all your chucks have been successfully uploaded, using the Media Set endpoint, set finalize to 1<ul>\n<li>this causes the image chunks to be verified and joined on the server</li>\n<li>the final image url is returned</li>\n</ul>\n</li>\n</ul>\n<p>Max chunk size is 5MB.</p>\n<p>Media Object</p>\n<ul>\n<li>Properties<ul>\n<li>id</li>\n<li>uuid (string) - UUID of the media file</li>\n<li>ownerId</li>\n<li>label</li>\n<li>description</li>\n<li>date</li>\n<li>contentLength</li>\n<li>mediaType</li>\n<li>status</li>\n<li>downloadURL</li>\n<li>parts (integer) - number of parts uploaded, will be 0 if finalized</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"2937a607-5b4c-4732-9d53-2d2ae4cc4889","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a18142f8-3022-4df1-98cf-cbaa4760bbb8","type":"text/javascript","exec":[""]}}],"_postman_id":"05fab2be-8df3-4db5-bd84-8cf377407ede"},{"name":"Notifications","item":[{"name":"Notification Set","id":"13bc0053-2b15-4a89-aeb0-d86a71b9c2fd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"teamMemberIds\":[5],\n\t\"templateName\":\"password_changed\",\n\t\"methods\":[\"fsn\"],\n\t\"class\":\"alert\",\n\t\"data\":{}\n}"},"url":"{{url}}/{{apiversion}}/notification/set/","description":"<p>Create a Notification</p>\n<ul>\n<li>Parameters<ul>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey clientId</li>\n</ul>\n</li>\n<li>teamMemberIds (array[integer]) - only TeamMembers can receive notifications</li>\n<li>templateName (string, optional) - the template to use for the notification<ul>\n<li>one of templateName OR body must be specified</li>\n</ul>\n</li>\n<li>methods (array[string], optional) - limit delivery to certain methods<ul>\n<li>default is all</li>\n<li>see Notification Methods Get</li>\n</ul>\n</li>\n<li>content (object) - a content object to use<ul>\n<li>one of templateName OR content must be specified</li>\n</ul>\n</li>\n<li>class (string) - the class of the notification<ul>\n<li>default is info</li>\n<li>see Notification Methods Get</li>\n</ul>\n</li>\n<li>data (array[objects]) - a list of key/value pairs to use as replacement variables in addition to the teamMember and clientInfo objects that are automatically provided.</li>\n<li>route (string,optional) - a route to provide to NSL notifications</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","notification","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"13bc0053-2b15-4a89-aeb0-d86a71b9c2fd"},{"name":"Notification Preferences Set","id":"26238c33-8e70-4942-bc15-d864e7d541a8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"preferences\":{\"email\":{\"critical\":\"1\",\"alert\":\"0\"},\"sms\":{\"critical\":\"1\"}},\n\t\"teamMemberId\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationPreferences/set/","description":"<p>Update a Team Member's Notification Preferences</p>\n<p>By default, all preferences, except critical email, are set to disabled (0).</p>\n<p>Note: The critical email preference is always enabled and can not be disabled.</p>\n<ul>\n<li>Parameters<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>defaults to apikey teamMemberId</li>\n</ul>\n</li>\n<li>preferences (object) - a Notification Preference object</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Preference object</p>\n","urlObject":{"path":["{{apiversion}}","notificationPreferences","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"26238c33-8e70-4942-bc15-d864e7d541a8"},{"name":"Notification Preferences Get","id":"384f8ce4-9958-481c-8a76-bdec2f8d50f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/notificationPreferences/get/","description":"<p>Get a Team Member's Notification Preferences</p>\n<ul>\n<li>Parameters<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>defaults to apikey teamMemberId</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Preference object</p>\n","urlObject":{"path":["{{apiversion}}","notificationPreferences","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fa6434ed-a4c6-4621-b53e-db2fc2780eb6","name":"Notification Preferences Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/notificationPreferences/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 27 Sep 2019 17:52:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"219"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"41206"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"b098a8256c44a98a91641ff5931150cc"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notificationPreferences/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notificationPreferences/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.016542\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"email\": {\n                \"info\": \"1\",\n                \"critical\": \"1\",\n                \"alert\": \"0\",\n                \"approval\": \"1\"\n            },\n            \"nsl\": {\n                \"info\": \"0\",\n                \"critical\": \"0\",\n                \"alert\": \"0\",\n                \"approval\": \"0\"\n            },\n            \"sms\": {\n                \"info\": \"0\",\n                \"critical\": \"1\",\n                \"alert\": \"0\",\n                \"approval\": \"1\"\n            }\n        }\n    }\n}"}],"_postman_id":"384f8ce4-9958-481c-8a76-bdec2f8d50f3"},{"name":"Notification Status Set","id":"c660a59b-bda7-4525-8362-40f7c5f1821c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"notificationId\":\"7\",\n\t\"teamMemberId\":\"4169\",\n\t\"status\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationStatus/set/","description":"<p>Update an internal Notification's Read Status</p>\n<ul>\n<li>Parameters<ul>\n<li>teamMemberId (integer, optional) - teamMemberId<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n<li>notificationId (integer)</li>\n<li>status (integer) - 0|1 - mark an NSL internal notification as read.</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","notificationStatus","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"59f3060e-d652-4053-87c6-180318b10b4c","name":"Notification Status Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"notificationId\":\"7\",\n\t\"teamMemberId\":\"4169\",\n\t\"status\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationStatus/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Mar 2019 18:35:19 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"159"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"528182"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notificationStatus/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notificationStatus/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.018451\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"c660a59b-bda7-4525-8362-40f7c5f1821c"},{"name":"Notifications Delete","id":"78886486-3f78-41cb-a24a-4da745070486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"notifcationId\":\"6\",\n\t\"status\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notifications/delete/","description":"<p>Delete a list of NSL internal Notifications</p>\n<ul>\n<li>Parameters<ul>\n<li>notificationIds (array[integer]) - list of notificationIds to delete</li>\n<li>teamMemberId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","notifications","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"78886486-3f78-41cb-a24a-4da745070486"},{"name":"Notifications Get","id":"f2e1ba72-9bcc-420b-9a00-0ef2bde7e6f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/notifications/get/","description":"<p>Retrieve a list of NSL internal notifications.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n<li>status (integer, optional) - 1|0 - limit to read or unread<ul>\n<li>default is all</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>returnedTimezone (string) - the timezone to return in the Docket object<ul>\n<li>defaults to team member's timezone</li>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Notification objects</p>\n","urlObject":{"path":["{{apiversion}}","notifications","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"cf81d874-41e0-4981-ac2d-ff6b84cf54e5","name":"Notifications Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"teamMemberId\":\"4169\"\n}"},"url":"{{url}}/{{apiversion}}/notifications/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 19 Mar 2019 18:32:52 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"246"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"331859"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notifications/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notifications/get/\",\n        \"apikey\": \"{{aapikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.012058\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"body\": \"NAME: Terry\",\n                \"readStatus\": \"0\",\n                \"date\": \"2019-03-19 18:22:26\",\n                \"id\": \"7\",\n                \"class\": \"info\",\n                \"title\": \"Test Notification\",\n                \"recipientId\": \"4169\"\n            }\n        ]\n    }\n}"}],"_postman_id":"f2e1ba72-9bcc-420b-9a00-0ef2bde7e6f0"},{"name":"Menu Notifications Get","id":"88ab1c7f-b935-4dd4-b9dd-0616eb51510c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/menuNotifications/get/","description":"<p>Retrieve Menu Notification Counts</p>\n<p>Note: this function returns static info. Real data is not yet coded.</p>\n<ul>\n<li>Parameters<ul>\n<li>ownerId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Menu Notifcation Count Object</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>'timesheets' =&gt; 0,\n'jobs' =&gt; 0,\n</code></pre>","urlObject":{"path":["{{apiversion}}","menuNotifications","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"59319fac-793c-4b6e-87c8-4fc074353ec4","name":"Menu Notifications Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/menuNotifications/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 12 Dec 2019 23:58:36 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"232"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"7899"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"60955d6829b8c64aeb8afa66c636b99c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/menuNotifications/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/menuNotifications/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.115163\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"create\": 0,\n            \"feeds\": 0,\n            \"pending\": 0,\n            \"teamFeeds\": 0,\n            \"settings\": 0,\n            \"approvals\": 0,\n            \"teamAccounts\": 0,\n            \"curate\": 0,\n            \"pipelines\": 0,\n            \"queue\": 0,\n            \"accounts\": 0,\n            \"billing\": 0\n        }\n    }\n}"}],"_postman_id":"88ab1c7f-b935-4dd4-b9dd-0616eb51510c"},{"name":"Notification Methods Get","id":"c0ed3ea1-31b6-4466-ad0c-5ee36082e0e8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/notificationMethods/get/","description":"<p>Retrieve a list of allowed Notification Methods</p>\n","urlObject":{"path":["{{apiversion}}","notificationMethods","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8c26755f-cdb1-4fdb-9161-ff19e0840238","name":"Notification Methods Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/notificationMethods/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Mar 2019 23:37:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"328966"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notificationMethods/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notificationMethods/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.013214\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            \"email\",\n            \"nsl\"\n        ]\n    }\n}"}],"_postman_id":"c0ed3ea1-31b6-4466-ad0c-5ee36082e0e8"},{"name":"Notification Classes Get","id":"f353e399-b66b-488e-bd33-70219efba98c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/notificationClasses/get/","description":"<p>Retrieve a list of allowed Notification Classes</p>\n","urlObject":{"path":["{{apiversion}}","notificationClasses","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7421c4a8-8de3-4588-b270-e38bc37979de","name":"Notification Methods Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/notificationMethods/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 18 Mar 2019 23:37:55 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"172"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"328966"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/notificationMethods/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/notificationMethods/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.013214\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            \"email\",\n            \"nsl\"\n        ]\n    }\n}"}],"_postman_id":"f353e399-b66b-488e-bd33-70219efba98c"}],"id":"d57d1157-6abf-4618-99f6-715591e27e33","description":"<p><em>Notification Set</em> builds notifications objects and inserts them into the <strong>Notification Queue and/or Notifications Table (for FSN).</strong> Each notification may be built using a template or custom text. \nA single call can generate any number of notifications. For example, a new content notification can be sent to multiple team members and groups. Notification Set checks delivery preferences for each recipient before creating any specific notification. A single call can also send the same content via multiple methods. For example, by SMS and FSN. </p>\n<p>Since Notifications are intended to be delivered immediately, they can not be altered once created.</p>\n<p>Notifcation Object</p>\n<ul>\n<li>Properties<ul>\n<li>recipientId (integer)</li>\n<li>title (string, optional)</li>\n<li>body (string)</li>\n<li>method (string)</li>\n<li>address (string)</li>\n<li>readStatus (integer)</li>\n<li>class (string)</li>\n<li>date</li>\n</ul>\n</li>\n</ul>\n<p>Notification Log Object</p>\n<ul>\n<li>Properties<ul>\n<li>createDate (datetime) - must be UTC</li>\n<li>deliveryDate (datetime, optional) - defaults to NOW, must be UTC</li>\n<li>elapsedTime (integer) - seconds between createDate and deliveryDate</li>\n<li>status (string) - ok|error</li>\n<li>xstatus (string) - extended status message</li>\n<li>notfication (object) - the notification object</li>\n</ul>\n</li>\n</ul>\n<p>Notification Preference Object</p>\n<ul>\n<li>Properties<ul>\n<li>methodName<ul>\n<li>class<ul>\n<li>0|1</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>{\n    \"method1\":{\"info\":\"1\"...},\n    ...\n}</p>\n<p>Content Object</p>\n<ul>\n<li>a content object defines the title and body template for one or more notification methods. Only a default entry is required.\n{\n  \"default\":{title:\"\",body:\"\"},\n  \"email\":{title:\"\",body:\"\"}\n  ...\n}</li>\n</ul>\n<p>Menu Notification Object</p>\n<ul>\n<li>Properties<ul>\n<li>menuName<ul>\n<li>alertCount</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"e4a88030-617f-417c-abbb-463f9ef52814","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"b961f8ae-c41d-4d3e-b572-d2a436ab5ef5","type":"text/javascript","exec":[""]}}],"_postman_id":"d57d1157-6abf-4618-99f6-715591e27e33"},{"name":"Notification Templates","item":[{"name":"Notification Template Delete","id":"30ae4aa8-b8c1-4f22-ada4-101a1348cee0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplate/delete/","description":"<p>Delete a notification template and all it's parts.</p>\n<p>Only NetSocial Admins may delete universal templates.</p>\n<ul>\n<li>Parameters<ul>\n<li>templateId (integer)</li>\n<li>clientId (inetger) - the owner of the template</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplate","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"30ae4aa8-b8c1-4f22-ada4-101a1348cee0"},{"name":"Notification Template Get","id":"646ba845-2d71-4bd4-9c21-df11d6e5f87f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplate/get/","description":"<p>Get a notification template</p>\n<p>The template returned is specific to the client requesting the template, unless returnDefault is passed.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>templateId (integer)</li>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>returnDefault (integer, optional)</li>\n<li>includeTemplateDetails (integer, optional) - 0|1<ul>\n<li>Default is 1</li>\n</ul>\n</li>\n<li>omitEmailBaseTemplate (integer, optional) - 0|1<ul>\n<li>Default is 0, include it<ul>\n<li>if you are requesting the template to edit it, you probably want to mit the base template</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>forMethods (array[string], optional) - limit details to only these methods</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Template object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplate","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"646ba845-2d71-4bd4-9c21-df11d6e5f87f"},{"name":"Notification Template Name Check Get","id":"397d3ffc-2cf5-4368-bdfc-102a8f8375f3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplateNameCheck/get/","description":"<p>Check if a template name is available</p>\n<ul>\n<li>Parameters<ul>\n<li>name (string)</li>\n<li>clientId (inetger) - the owner of the template</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplateNameCheck","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"397d3ffc-2cf5-4368-bdfc-102a8f8375f3"},{"name":"Notification Template Part Delete","id":"4f47cf4c-8e91-4662-8a4b-ec20c08cc79b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplatePart/delete/","description":"<p>Delete a notification template part.</p>\n<p>Only NetSocial Admins may delete universal parts.</p>\n<ul>\n<li>Parameters<ul>\n<li>templatePartId (integer)</li>\n<li>clientId (inetger) - the owner of the template part</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Template object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplatePart","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4f47cf4c-8e91-4662-8a4b-ec20c08cc79b"},{"name":"Notification Template Part Set","id":"f7fad7cf-6394-4d5d-8718-7153a66b92c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplatePart/set/","description":"<p>Create or update a default notification template.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>templateId - (integer, optional)<ul>\n<li>required for an update</li>\n</ul>\n</li>\n<li>templatePartId - (integer, optional)<ul>\n<li>required for an update</li>\n</ul>\n</li>\n<li>clientId (integer) - the clientID\n      + defaults to apikey owner\n      + can not be updated</li>\n<li>create (integer) - required for create <ul>\n<li>Required on create (ignored on update)<ul>\n<li>templateId (integer, optional) - the templateId</li>\n<li>method (string) - the notification method<ul>\n<li>see Notification Methods</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>title (string,optional) - the notification title template</li>\n<li>body (string) - the notification body template</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>isUniversal (integer) - is this a template part for all clients?<ul>\n<li>only available for NetSocial Admin accounts on create</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Template object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplatePart","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f7fad7cf-6394-4d5d-8718-7153a66b92c7"},{"name":"Notification Template Reset","id":"41afb723-0975-4141-8324-75e4bdd3dc5c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplate/reset/","description":"<p>Reset a Universal Notification Template to its default parts. This ihas no effect on a private template.</p>\n<p>This removes all customized parts for the client from the Notification Template. </p>\n<ul>\n<li>Parameters<ul>\n<li>templateId (integer)</li>\n<li>clientId (inetger) - the owner of the template</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplate","reset",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"41afb723-0975-4141-8324-75e4bdd3dc5c"},{"name":"Notification Template Set","id":"4705385c-71f8-4821-9245-77ba3b884179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"templateId\":\"2\",\n\t\"includeTemplateDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplate/set/","description":"<p>Create or update a default notification template.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>templateId (integer, optional) - required for an update</li>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n<li>can not be changed</li>\n</ul>\n</li>\n<li>name (string) - a unique name for the template<ul>\n<li>names must be lower case and contain only a-z 0-9</li>\n<li>names must be unique</li>\n</ul>\n</li>\n<li>description (string) - a description about what the template is for</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>create (integer) - required for create <ul>\n<li>also creates a blank 'default' template part</li>\n</ul>\n</li>\n<li>isUniversal (integer) - is this a template for all clients?<ul>\n<li>only available for NetSocial Admin accounts</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Notification Template object</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplate","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4705385c-71f8-4821-9245-77ba3b884179"},{"name":"Notification Templates Get","id":"c314d98c-d36e-466c-9daf-18457e78c3f1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"includeTemplateDetails\":\"0\"\n}"},"url":"{{url}}/{{apiversion}}/notificationTemplates/get/","description":"<p>Get a list of notification templates. </p>\n<p>Templates returned are specific to the client requesting the template, unless returnDefault is passed.</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey owner</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>returnDefault (integer) - 0|1</li>\n<li>includeTemplateDetails (integer) - 0|1</li>\n<li>omitEmailBaseTemplate (integer, optional) - 0|1<ul>\n<li>Default is 0, include it<ul>\n<li>if you are requesting the template to edit it, you probably want to mit the base template</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>forMethods (array[string]) - limit details to only these methods</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Notification Template objects</p>\n","urlObject":{"path":["{{apiversion}}","notificationTemplates","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"c314d98c-d36e-466c-9daf-18457e78c3f1"}],"id":"304b8998-0bd7-4858-a8bf-89a584ac5413","description":"<p><em>Templates</em> may be used to format <em>content</em>.\nEach <em>template</em> may define a specific template part for each notification <em>method</em>. Every template must have at least a 'default' template part. If there is no template part for a specific method, the default will be used.</p>\n<p>Clients may create customized versions of any default template. This is done by creating client specific parts for the template. And parts not defined for the client use the default parts.</p>\n<p>Template parts can always use client and teamMember variables. The variables are prefixed with their object type. Template variables are enclosed in double brackets; e.g. {{client.name}}</p>\n<p>In addition to client and teamMember variables, some templates have other specific variables available. These are documented wihtin the default templates.</p>\n","event":[{"listen":"prerequest","script":{"id":"4415fa26-bfc0-4cd0-9adc-da0cd17a0b76","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"092657f6-468f-4706-9279-02224244fd79","type":"text/javascript","exec":[""]}}],"_postman_id":"304b8998-0bd7-4858-a8bf-89a584ac5413"},{"name":"Rate Adjustments","item":[{"name":"Rate Adjustment Set","id":"24f8917f-9729-4ae2-ad81-8a21059c0adf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 5,\n    \"amount\": \"-2.40\",\n    \"type\": \"dollar\",\n    \"attributeId\": 2,\n    \"affects\": \"payrate\"\n}"},"url":"{{url}}/{{apiversion}}/rateAdjustment/set/","description":"<p>Create or Update a Rate Adjustment</p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer, optional) - required to create a new rate adjustment</li>\n<li>id (integer, optional) - the rateAjustmentId required for an update, in the url or in the post body</li>\n<li>amount (decimal) - can be +/-</li>\n<li>type (string) - percentage|dollar</li>\n<li>clientId (integer)<ul>\n<li>Defaults to 1</li>\n</ul>\n</li>\n<li>attributeId (integer) - must be a valid attribute</li>\n<li>aﬀects (string) - payrate|billrate</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Rate Adjustment object</p>\n","urlObject":{"path":["{{apiversion}}","rateAdjustment","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"09097466-6dc8-438e-99b6-a3e07e49261a","name":"Rate Adjustment Set - Update","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"amount\": \"-2.40\",\n    \"type\": \"dollar\",\n    \"attributeId\": 1,\n    \"affects\": \"payrate\"\n}"},"url":"{{url}}/{{apiversion}}/rateAdjustment/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Aug 2020 22:36:52 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"214"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"600993"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/rateAdjustment/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/rateAdjustment/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.003497\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"amount\": \"-2.4000\",\n            \"clientId\": \"1\",\n            \"type\": \"dollar\",\n            \"id\": \"1\",\n            \"affects\": \"payrate\",\n            \"attributeId\": \"1\"\n        }\n    }\n}"},{"id":"91a63f22-6476-43e8-a506-6e67033aa4b9","name":"Rate Adjustment Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"create\": 1,\n    \"amount\": \"-2.40\",\n    \"type\": \"dollar\",\n    \"attributeId\": 1,\n    \"affects\": \"payrate\"\n}"},"url":"{{url}}/{{apiversion}}/rateAdjustment/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Aug 2020 22:30:36 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"211"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"600942"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/rateAdjustment/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/rateAdjustment/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.010994\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"amount\": \"-2\",\n            \"clientId\": \"1\",\n            \"type\": \"dollar\",\n            \"id\": \"1\",\n            \"affects\": \"payrate\",\n            \"attributeId\": \"1\"\n        }\n    }\n}"}],"_postman_id":"24f8917f-9729-4ae2-ad81-8a21059c0adf"},{"name":"Rate Adjustments Delete","id":"a4850fb8-9f54-4865-9bca-e0b5d7241750","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"1\"]\n}"},"url":"{{url}}/{{apiversion}}/rateAdjustments/delete/","description":"<p>Delete a list of Rate Adjustments</p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of rateAdjustments to delete</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","rateAdjustments","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0b2bf90d-608f-4a04-94c9-9075ac31fe95","name":"Rate Adjustments Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"1\"]\n}"},"url":"{{url}}/{{apiversion}}/rateAdjustments/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Aug 2020 22:58:12 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"164"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1031644"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/rateAdjustments/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/rateAdjustments/delete/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.007125\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"a4850fb8-9f54-4865-9bca-e0b5d7241750"},{"name":"Rate Adjustments  Get","id":"9eba2465-2e44-432c-b34c-814014b311fb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n   \n}"},"url":"{{url}}/{{apiversion}}/rateAdjustments/get/","description":"<p>Lookup list of Rate Adjustments</p>\n<ul>\n<li>Filters<ul>\n<li>keywords - searches attribute label</li>\n<li>attributeCategories (array[integer])</li>\n<li>clientId</li>\n<li>affects - payrate|billrate</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Rate Adjustment Objects</p>\n","urlObject":{"path":["{{apiversion}}","rateAdjustments","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"41dbfc68-8e89-45ab-99f8-0955d2c449d1","name":"Rate Adjustments  Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": 1\n}"},"url":"{{url}}/{{apiversion}}/rateAdjustments/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 05 Aug 2020 01:54:35 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"222"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"267153"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/rateAdjustments/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/rateAdjustments/get/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.007501\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"amount\": \"-2.1000\",\n                \"clientId\": \"1\",\n                \"type\": \"dollar\",\n                \"id\": \"5\",\n                \"affects\": \"payrate\",\n                \"attributeId\": \"1\"\n            }\n        ]\n    }\n}"}],"_postman_id":"9eba2465-2e44-432c-b34c-814014b311fb"}],"id":"a7a3e45b-c938-4fc3-bb69-5ecc841f847c","description":"<p>Create, Update, List and Delete Rate Adjustments</p>\n<ul>\n<li>This is an ADMIN ONLY call *</li>\n</ul>\n<ul>\n<li>Properties<ul>\n<li>id</li>\n<li>amount (decimal) - could be +/-</li>\n<li>type (string) - percentage|dollar</li>\n<li>clientId (integer) - default to 1</li>\n<li>attributeId (integer) - must be a valid attribute</li>\n<li>attributeInfo (object)</li>\n<li>affects (string) - payrate|billrate</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"21448624-3c59-42d4-9d3f-2afb9cbbf1bd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"993f452f-6e2a-4eda-b4f9-8cefac580ef6","type":"text/javascript","exec":[""]}}],"_postman_id":"a7a3e45b-c938-4fc3-bb69-5ecc841f847c"},{"name":"Ratings","item":[{"name":"Ratings Get","id":"2eed1481-3e3b-41de-926d-47ae9c1e60b5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 5,\n    \"type\": \"carrier\"\n}"},"url":"{{url}}/{{apiversion}}/ratings/get/","description":"<p>Get the rating of a driver or carrier</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer) - the id of a driver or carrier</li>\n<li>type (string) - driver|carrier</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Rating object</p>\n","urlObject":{"path":["{{apiversion}}","ratings","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"83bb6464-5ce8-46fe-b518-3b7f0aa7bc18","name":"Ratings Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 5,\n    \"type\": \"carrier\"\n}"},"url":"{{url}}/{{apiversion}}/ratings/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 12 Aug 2020 20:12:29 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"189"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"233978"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/ratings/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/ratings/get/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.073374\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"count\": 1,\n                \"type\": \"carrier\",\n                \"id\": 5,\n                \"rating\": \"5\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"2eed1481-3e3b-41de-926d-47ae9c1e60b5"}],"id":"5ec2b4e9-fa74-4088-9d8b-53f9a6a3d5a4","description":"<p>Get rating of a Driver or a Carrier</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer) - the id of a driver or carrier</li>\n<li>type (string) - driver|carrier</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"9366bf91-506c-4583-bd99-01b0664f4104","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5ecb9834-4095-41da-998b-58b37c1d859d","type":"text/javascript","exec":[""]}}],"_postman_id":"5ec2b4e9-fa74-4088-9d8b-53f9a6a3d5a4"},{"name":"Reporting","item":[],"id":"a39b9406-da17-4354-9f08-6b796a720ced","_postman_id":"a39b9406-da17-4354-9f08-6b796a720ced","description":""},{"name":"Reviews","item":[{"name":"Review Set","id":"478b5ebd-5ba9-4430-bdf3-d3b285e08a95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"rating\": 2,\n\t\"type\": \"driver\",\n\t\"subjectId\": 3,\n\t\"teamMemberId\": 7\n}"},"url":"{{url}}/{{apiversion}}/review/set/","description":"<p>Create or Update a Team Member's Review</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional)</li>\n<li>rating (integer) 1-10</li>\n<li>type (string) - (driver|carrier) - what is being reviewed?</li>\n<li>subjectId (integer) - the driver (teamMemberId) or the carrier (clientId)</li>\n<li>comments (string, optional)</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Review object</p>\n","urlObject":{"path":["{{apiversion}}","review","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"4b47b1b7-d115-4fc5-9d70-97a3c9d312aa","name":"Review Set - Update","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\": 2,\n\t\"rating\": 5,\n\t\"type\": \"carrier\",\n\t\"subjectId\": 5,\n\t\"teamMemberId\": 7\n}"},"url":"{{url}}/{{apiversion}}/review/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Sep 2020 12:36:02 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"234"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"335796"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/review/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/review/set/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.096159\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"date\": \"2020-08-07 21:57:26\",\n                \"subjectId\": \"5\",\n                \"teamMemberId\": \"7\",\n                \"id\": \"2\",\n                \"type\": \"carrier\",\n                \"comments\": \"\",\n                \"rating\": \"5\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"},{"id":"bd61513b-1c85-4c63-ae28-638551b7a634","name":"Review Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"create\": 1,\n\t\"rating\": 2,\n\t\"type\": \"driver\",\n\t\"subjectId\": 3,\n\t\"teamMemberId\": 7\n}"},"url":"{{url}}/{{apiversion}}/review/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Sep 2020 12:36:47 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"234"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"335803"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/review/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/review/set/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.100193\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"date\": \"2020-09-02 12:36:47\",\n                \"subjectId\": \"3\",\n                \"teamMemberId\": \"7\",\n                \"id\": \"21\",\n                \"type\": \"driver\",\n                \"comments\": \"\",\n                \"rating\": \"2\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"478b5ebd-5ba9-4430-bdf3-d3b285e08a95"},{"name":"Reviews Get","id":"e4aad8f6-f753-4f9a-a29b-69c14939e179","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/reviews/get/","description":"<p>Get a Team Member's or Client's Reviews</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>type (string) - driver|carrier<ul>\n<li>defaults to driver</li>\n</ul>\n</li>\n<li>subjectId (integer) - the driver or the carrier Id<ul>\n<li>defaults to the APIKEY teamMemberId for driver</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>rating (integer)</li>\n<li>teamMemberId (integer) - who did the rating?</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Paging Object and a Review object</p>\n","urlObject":{"path":["{{apiversion}}","reviews","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"7c9beab1-853a-4b20-b767-f463a9d8b8b8","name":"Reviews Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"subjectId\": 5,\n    \"teamMemberId\": 7\n}"},"url":"{{url}}/{{apiversion}}/reviews/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 02 Sep 2020 12:35:43 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"556"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"984279"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/reviews/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/reviews/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.129051\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"1\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            },\n            \"reviews\": [\n                {\n                    \"date\": \"2020-08-07 21:57:26\",\n                    \"comments\": \"\",\n                    \"rating\": \"7\",\n                    \"type\": \"carrier\",\n                    \"id\": \"2\",\n                    \"teamMemberId\": \"7\",\n                    \"subjectId\": \"5\",\n                    \"teamMemberInfo\": {\n                        \"status\": \"1\",\n                        \"roleType\": \"driver\",\n                        \"state\": \"\",\n                        \"isOnboarded\": \"0\",\n                        \"email\": \"mathwizmjd@gmail.com\",\n                        \"city\": \"\",\n                        \"payRate\": \"\",\n                        \"isPaused\": \"0\",\n                        \"lastName\": \"D\",\n                        \"id\": \"7\",\n                        \"loginCount\": 0,\n                        \"country\": \"\",\n                        \"firstName\": \"Mike\",\n                        \"timezone\": \"America/New_York\",\n                        \"avatarUrls\": {},\n                        \"clientId\": \"1\",\n                        \"phone\": \"+7168604409\",\n                        \"notificationPreferences\": {\n                            \"email\": {\n                                \"info\": \"0\",\n                                \"critical\": \"1\",\n                                \"alert\": \"0\"\n                            },\n                            \"sms\": {\n                                \"info\": \"0\",\n                                \"critical\": \"0\",\n                                \"alert\": \"0\"\n                            },\n                            \"fsn\": {\n                                \"info\": \"0\",\n                                \"critical\": \"0\",\n                                \"alert\": \"0\"\n                            }\n                        },\n                        \"availabilityStatus\": \"available\",\n                        \"address2\": \"\",\n                        \"zip\": \"\",\n                        \"ratings\": {\n                            \"reviews\": 0,\n                            \"type\": \"\",\n                            \"id\": 0,\n                            \"rating\": 0\n                        },\n                        \"lastInviteDate\": \"\",\n                        \"title\": \"\",\n                        \"address1\": \"\",\n                        \"attributes\": [],\n                        \"searchPreferences\": \"\"\n                    }\n                }\n            ]\n        }\n    }\n}"}],"_postman_id":"e4aad8f6-f753-4f9a-a29b-69c14939e179"},{"name":"Reviews Delete","id":"9a6e2a46-14cc-48d3-9f2c-cffa7377c869","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [1]\n}"},"url":"{{url}}/{{apiversion}}/reviews/delete/","description":"<p>Delete a Team Member's Review</p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of reviewIds to delete</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","reviews","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"0120cc7d-6069-4b05-88a6-ac6ffb723ae7","name":"Reviews Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\": [1]\n}"},"url":"{{url}}/{{apiversion}}/reviews/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Jul 2020 15:47:49 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"155"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1213973"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/reviews/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/reviews/delete/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.008996\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"9a6e2a46-14cc-48d3-9f2c-cffa7377c869"}],"id":"e8f94eca-965e-4d47-9b3c-b3620d244087","description":"<p>Reviews made by Drivers and Carriers on one another.</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer)</li>\n<li>rating (integer)</li>\n<li>type (string) - (driver|carrier) - what is being reviewed?</li>\n<li>subjectId (integer) - the driver or the carrier</li>\n<li>teamMemberId (integer) - who is doing the rating?</li>\n<li>comments</li>\n<li>teamMemberInfo (object, readonly)</li>\n<li>date (datetime)</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"29128cd7-94bc-4585-88aa-f89fc9952bd2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"f70923b3-970b-47e5-b7f4-ce0e40249c3e","type":"text/javascript","exec":[""]}}],"_postman_id":"e8f94eca-965e-4d47-9b3c-b3620d244087"},{"name":"Search Preferences","item":[{"name":"Search Preference Set","id":"930a1b8e-6e62-4b81-824b-b5c5269aaf05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"parameters\": [{\"keywords\":\"diesel\"},{\"keywords\":\"sleeper\"}],\n\t\"teamMemberId\": 3\n}\n"},"url":"{{url}}/{{apiversion}}/searchPreference/set/","description":"<p>Update a Team Member's Search Preferences</p>\n<ul>\n<li>Parameters<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>defaults to apikey teamMemberId</li>\n</ul>\n</li>\n<li>parameters (array[objects]) - a list of search parameters and values</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Search Preference object</p>\n","urlObject":{"path":["{{apiversion}}","searchPreference","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fdf221c9-b2a0-467e-8fb2-d4f73a617131","name":"Search Preference Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"parameters\": [{\"keywords\":\"diesel\"},{\"keywords\":\"sleeper\"}],\n\t\"teamMemberId\": 3\n}\n"},"url":"{{url}}/{{apiversion}}/searchPreference/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 24 Jul 2020 18:54:50 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"226"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1381401"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/searchPreference/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/searchPreference/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.009901\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"preferenceTeamMemberId\": \"3\",\n                \"preferenceId\": \"16\",\n                \"preferenceParameter\": \"{keywords: diesel},{keywords: sleeper}\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"930a1b8e-6e62-4b81-824b-b5c5269aaf05"},{"name":"Search Preferences Get","id":"1e6fbe06-eb93-4158-8d00-0a5d8d74231f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/searchPreferences/get/","description":"<p>Get a Team Member's Search Preferences</p>\n<ul>\n<li>Filters<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>Defaults to apikey teamMemberId</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Search Preference object</p>\n","urlObject":{"path":["{{apiversion}}","searchPreferences","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"d98aeff8-fcf5-4b64-a524-35596a62ba66","name":"Search Preferences Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n}"},"url":"{{url}}/{{apiversion}}/searchPreferences/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 08 Sep 2020 21:55:40 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"214"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"76536"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/searchPreferences/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/searchPreferences/get/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.099488\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"error\",\n            \"data\": \"\",\n            \"xstatus\": \"could not retrieve search preferences for team member id {{5}}: \"\n        }\n    }\n}"}],"_postman_id":"1e6fbe06-eb93-4158-8d00-0a5d8d74231f"}],"id":"f706364b-1ce6-413b-bf54-9e5aab059b97","description":"<p>These are a teamMember's default Search Preferences.</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer)</li>\n<li>teamMemberId (integer)</li>\n<li>parameters (array[objects]) - a list of search terms and values<ul>\n<li>i.e. [{\"keywords\":\"sleeper\"}]</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"c19a9f3f-860f-48fe-a1fb-eb64d0a0cba6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"37ff2c45-d2d3-4929-889f-29dd06973746","type":"text/javascript","exec":[""]}}],"_postman_id":"f706364b-1ce6-413b-bf54-9e5aab059b97"},{"name":"Searches","item":[{"name":"Search Set","id":"21fffd54-3e5d-4d3f-a759-b174c3a0176b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"label\": \"Ninhghj\",\n\t\"parameters\": [{\"keywords\":\"diesfafel\"},{\"keywords\":\"sffaleeper\"}]\n}"},"url":"{{url}}/{{apiversion}}/search/set/","description":"<p>Update a Team Member's Search</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional)</li>\n<li>label (string, optional)</li>\n<li>teamMemberId (integer, optional)<ul>\n<li>Defaults to APIKEY teamMemberId</li>\n</ul>\n</li>\n<li>parameters (array[objects]) - a list of search parameters and values</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Search object</p>\n","urlObject":{"path":["{{apiversion}}","search","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fe9b4fb6-2cc7-4e8b-9ac6-1848d0e1b419","name":"Search Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"label\": \"Ninhghj\",\n\t\"parameters\": [{\"keywords\":\"diesel\"},{\"keywords\":\"sleeper\"}]\n}"},"url":"{{url}}/{{apiversion}}/search/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Jul 2020 15:09:44 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"229"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1213853"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/search/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/search/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.016333\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"searchParameters\": [\n                    \"keywords:diesel\",\n                    \"keywords:sleeper\"\n                ],\n                \"label\": \"Ninhghj\",\n                \"teamMemberId\": \"2\",\n                \"id\": \"24\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"21fffd54-3e5d-4d3f-a759-b174c3a0176b"},{"name":"Searches Get","id":"49e711a5-742f-4cf7-a659-860e1261cad7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"teamMemberId:\" 3\n}"},"url":"{{url}}/{{apiversion}}/searches/get/","description":"<p>Get a Team Member's Search</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (string, optional) - limit by searchId</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>teamMemberId (integer, optional)<ul>\n<li>Defaults to apikey teamMemberId</li>\n</ul>\n</li>\n<li>label (string, optional)</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>includeParameters (integer, optional) - 0|1<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Search object</p>\n","urlObject":{"path":["{{apiversion}}","searches","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"5a9e46ae-0c9e-4127-bbaf-9516f67fd470","name":"Searches Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"teamMemberId:\" 3\n}"},"url":"{{url}}/{{apiversion}}/searches/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 25 Jul 2020 15:14:00 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"226"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1213867"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/searches/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/searches/get/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.004415\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"searchParameters\": [\n                    \"keywords:diesel\",\n                    \"keywords:sleeper\"\n                ],\n                \"label\": \"Ninhghj\",\n                \"teamMemberId\": \"2\",\n                \"id\": \"24\"\n            }\n        ]\n    }\n}"}],"_postman_id":"49e711a5-742f-4cf7-a659-860e1261cad7"},{"name":"Searches Delete","id":"4cd43dea-fc6f-4c03-9dea-ba8da2a51a1b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [1,3]\n\t}"},"url":"{{url}}/{{apiversion}}/searches/delete/","description":"<p>Delete a Team Member's Search</p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of searchIds to delete</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","searches","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4cd43dea-fc6f-4c03-9dea-ba8da2a51a1b"}],"id":"559b79b0-6f67-4971-af59-2dceddc44a22","description":"<p>These are a teamMember's saved Searches.</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer)</li>\n<li>label (string)</li>\n<li>teamMemberId (integer)</li>\n<li>parameters (array[objects]) - a list of search terms and values<ul>\n<li>i.e. [{\"keywords\":\"sleeper\"}]</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"f7b72e09-bce0-4f9c-80f1-e11e30e49e7d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fe1d8cd2-2c04-4bed-b3ee-3fccf560b021","type":"text/javascript","exec":[""]}}],"_postman_id":"559b79b0-6f67-4971-af59-2dceddc44a22"},{"name":"Shifts","item":[{"name":"Shifts Get","id":"e054146c-507c-428e-a883-a5bb37e8677c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": [\"open\"],\n    \"jobId\": 54,\n    \"bookingStatus\": [\"booked,\"open\"]\n}"},"url":"{{url}}/{{apiversion}}/shifts/get/","description":"<p>Lookup Shifts</p>\n<ul>\n<li><p>Filters</p>\n<ul>\n<li>jobId (integer, optional)</li>\n<li>driverId (integer, optional)</li>\n<li>startDateTime (datetime, optional)</li>\n<li>endDateTime (datetime, optional)</li>\n<li>status (array[string], optional) - open|closed|completed|canceled|canceled-by-admin</li>\n<li>bookingStatus (array[string], optional) - open|interest|pending|booked|active</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeJobInfo (integer, optional)<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeApplicationInfo - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a paging object and a list of Shift Objects</p>\n","urlObject":{"path":["{{apiversion}}","shifts","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"df152f81-a64c-402a-b3b2-d1ea5c7556fa","name":"Shifts Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"status\": [\"open\"]\n}"},"url":"{{url}}/{{apiversion}}/shifts/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 26 Sep 2020 19:53:15 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"372"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"93485"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/shifts/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/shifts/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.152984\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"6\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"7\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"9\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"10\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-26 14:10:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-26 14:10:00\",\n                \"id\": \"11\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"12\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"13\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"14\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"15\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"16\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"17\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"18\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"19\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"20\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"21\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"22\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"23\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"24\"\n            },\n            {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-28 01:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-28 08:33:00\",\n                \"id\": \"25\"\n            },\n            {\n                \"applicationStatus\": \"booked\",\n                \"returnedTimezone\": \"America/New_York\",\n                \"startDateTime\": \"2020-09-25 13:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"180\",\n                \"jobId\": \"2\",\n                \"endDateTime\": \"2020-09-25 16:33:00\",\n                \"id\": \"26\"\n            }\n        ]\n    }\n}"}],"_postman_id":"e054146c-507c-428e-a883-a5bb37e8677c"},{"name":"Shift Set","id":"2c71402e-df3d-43bc-b297-cb89210c9a65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"create\": 1,\n    \"jobId\": 117,\n    \"startDateTime\": \"2020-09-28 08:00:00\",\n    \"endDateTime\": \"2020-09-28 17:00:00\",\n    \"status\": \"open\"\n}"},"url":"{{url}}/{{apiversion}}/shift/set/","description":"<p>Create shift for job</p>\n<ul>\n<li>Admin or Carrier only *</li>\n</ul>\n<ul>\n<li>Parameters<ul>\n<li>create (integer, optional) - required to create a new shift</li>\n<li>id (integer, optional) - the shiftId required for an update, in the url or in the post body</li>\n<li>jobId (integer) - must be allowed for the teamMember</li>\n<li>startDateTime (datetime) YYYY-MM-DD HH:MM:SS<ul>\n<li>in the same timezone as returnedTimeZone (defaults to the APIKEY timezone)</li>\n</ul>\n</li>\n<li>endDateTime (datetime) YYYY-MM-DD HH:MM:SS<ul>\n<li>in the same timezone as returnedTimeZone (defaults to the APIKEY timezone)</li>\n</ul>\n</li>\n<li>status (string) - open|closed|completed|canceled|canceled-by-admin</li>\n<li>cancelReason (optional, string)</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Shifts</p>\n","urlObject":{"path":["{{apiversion}}","shift","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"3c2af9a3-6733-4c72-a890-1fdc963c171a","name":"Shift Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"create\": 1,\n    \"jobId\": 2,\n    \"startDateTime\": \"2020-09-25 17:33:00\",\n    \"endDateTime\": \"2020-09-25 20:33:00\"\n}"},"url":"{{url}}/{{apiversion}}/shift/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Sep 2020 19:51:30 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"257"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"2007343"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"e462d0cbb65eec7fc02021002efa3b8c"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/shift/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/shift/set/\",\n        \"apikey\": \"e462d0cbb65eec7fc02021002efa3b8c\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.231376\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"applicationStatus\": \"booked\",\n                \"returnedTimezone\": \"UTC\",\n                \"startDateTime\": \"2020-09-25 17:33:00\",\n                \"status\": \"open\",\n                \"duration\": \"180\",\n                \"jobId\": \"2\",\n                \"endDateTime\": \"2020-09-25 20:33:00\",\n                \"id\": \"26\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"},{"id":"42233c16-1611-4195-8c22-32e1ae2955d3","name":"Shift Set - Update","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 11,\n    \"jobId\": 54,\n    \"startDateTime\": \"2020-09-26 18:10:00\",\n    \"returned_timezone\": \"UTC\"\n}"},"url":"{{url}}/{{apiversion}}/shift/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 26 Sep 2020 19:44:37 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"252"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1712112"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/shift/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/shift/set/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.129192\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"status\": \"ok\",\n            \"data\": {\n                \"applicationStatus\": \"open\",\n                \"returnedTimezone\": \"UTC\",\n                \"startDateTime\": \"2020-09-26 18:10:00\",\n                \"status\": \"open\",\n                \"duration\": \"420\",\n                \"jobId\": \"54\",\n                \"endDateTime\": \"2020-09-26 18:10:00\",\n                \"id\": \"11\"\n            },\n            \"xstatus\": \"\"\n        }\n    }\n}"}],"_postman_id":"2c71402e-df3d-43bc-b297-cb89210c9a65"},{"name":"Shifts Delete","id":"8fb1fa2a-3f55-42e8-b951-b5d1b5bff543","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [1,2,3]\n\t}"},"url":"{{url}}/{{apiversion}}/shifts/delete/","description":"<p>Delete a Job's Shift</p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of shiftIds to delete</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","shifts","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c003b2fe-99a4-4d47-9eef-d923d8746e2c","name":"Shifts Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"ids\": [1,2,3]\n\t}"},"url":"{{url}}/{{apiversion}}/shifts/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Fri, 25 Sep 2020 19:59:59 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"156"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"238990"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/shifts/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/shifts/delete/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.110971\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"8fb1fa2a-3f55-42e8-b951-b5d1b5bff543"},{"name":"Shift Get","id":"b4545b49-4f30-408c-9d82-98af643aabb9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"description":"<p>apikey</p>\n","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 31,\n    \"includeJobInfo\":1\n}"},"url":"{{url}}/{{apiversion}}/shift/get/","description":"<p>Lookup a Shift</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer, required) - a shiftId</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeJobInfo (integer, optional)</li>\n<li>includeApplicationInfo (integer, optional)</li>\n</ul>\n</li>\n</ul>\n<p>Returns a single Shift Object</p>\n","urlObject":{"path":["{{apiversion}}","shift","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"112d2ed7-9470-4710-bad9-8bd878f52cba","name":"Shift Get","originalRequest":{"method":"POST","header":[{"description":"apikey","key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 5\n}"},"url":"{{url}}/{{apiversion}}/shift/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 26 Sep 2020 20:14:41 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"255"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"240163"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"7c1cb0165174d9620ad92447c70db82f"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/shift/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/shift/get/\",\n        \"apikey\": \"7c1cb0165174d9620ad92447c70db82f\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.098449\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"applicationStatus\": \"open\",\n            \"returnedTimezone\": \"UTC\",\n            \"startDateTime\": \"2020-09-25 14:00:00\",\n            \"status\": \"canceled-by-admin\",\n            \"duration\": \"420\",\n            \"jobId\": \"54\",\n            \"endDateTime\": \"2020-09-25 14:00:00\",\n            \"id\": \"5\"\n        }\n    }\n}"}],"_postman_id":"b4545b49-4f30-408c-9d82-98af643aabb9"}],"id":"32201f80-dcf8-4eb3-b2ad-adf9cc21a5e9","description":"<p>Shifts of a job</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer)</li>\n<li>jobId (integer)</li>\n<li>startDateTime (datetime)</li>\n<li>endDateTime (datetime)</li>\n<li>duration (integer)</li>\n<li>status (string) - open|closed|completed|canceled|canceled-by-admin</li>\n<li>bookingStatus (string) - open|pending|booked<ul>\n<li>Read Only</li>\n</ul>\n</li>\n<li>cancelReason (optional, string)</li>\n<li>jobInfo (object)</li>\n<li>bookedDriverId (integer) - if booked, the driver TeamMemberId</li>\n<li>bookingInfo (object) - a Booking object, provided when a job has a driver that is booked</li>\n<li>applicationInfo (array(object)) - a list of application booking records<ul>\n<li>driverId (integer)</li>\n<li>driverInfo (object) - teamMember object</li>\n<li>status (string) - invited|applied|offered|accepted|declined|rescinded|booked</li>\n</ul>\n</li>\n<li>applicationCounts (array) - a list of applicatication counts by status</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"410dfd54-d1b5-4fd1-af6c-546ac2abdee3","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5a6c70db-c8ea-44dd-adc0-b61674edaf7c","type":"text/javascript","exec":[""]}}],"_postman_id":"32201f80-dcf8-4eb3-b2ad-adf9cc21a5e9"},{"name":"Suggested Pay Rate","item":[{"name":"Suggested Pay Rate Get","id":"6d5a615e-9ace-4b9c-9b54-c24c8f46f7c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"city\":\"Buffalo\",\n    \"state\":\"NY\",\n    \"positionType\":\"light-truck\"\n}"},"url":"{{url}}/{{apiversion}}/suggestedPayRate/get/","description":"<p>Lookup list of Suggested Pay Rates</p>\n<ul>\n<li>Parameters<ul>\n<li><p>jobId (integer)</p>\n<p>  OR</p>\n</li>\n<li><p>city (string)</p>\n</li>\n<li><p>state (string) - 2 letter state abbreviation; see States Get for allowed values</p>\n</li>\n<li><p>positionType (string) - tractor-trailer|light-truck|transit|warehouse</p>\n</li>\n<li><p>attributes (array) - attributeIds</p>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Suggested Pay Rate Objects</p>\n","urlObject":{"path":["{{apiversion}}","suggestedPayRate","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6d5a615e-9ace-4b9c-9b54-c24c8f46f7c6"}],"id":"24e09d48-56ce-46da-aaf2-949a498eddf8","description":"<p>Get Suggested Payrate for job type and location</p>\n<ul>\n<li>Filters<ul>\n<li>city (string)</li>\n<li>state (string) - see States Get for allowed values</li>\n<li>postalcode (string)</li>\n<li>jobType (string)</li>\n<li>affects (string) - payrate|billrate</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"3dbff80a-3b9a-484c-8c38-4cb12750a9d2","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"cbac9db3-43a4-45ab-820a-fedd5c395a4a","type":"text/javascript","exec":[""]}}],"_postman_id":"24e09d48-56ce-46da-aaf2-949a498eddf8"},{"name":"Team Members","item":[{"name":"Team Member Avatar Set","id":"b15fbb8c-9e0a-47a5-8c9a-f112588f29fc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\",\n\t\"url\":\"http://cdn.stable.netsocialapp.com/uploads/avatar.jpg?1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberAvatar/set/","description":"<p>Set a Team Member's Avatar</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - the TeamMemberId, in the url or in the post body<ul>\n<li>defaults to the APIKEY ownerId</li>\n</ul>\n</li>\n<li>url (string, required) - a url to an avatar image</li>\n</ul>\n</li>\n</ul>\n<p>Returns an AvatarUrls object</p>\n","urlObject":{"path":["{{apiversion}}","teamMemberAvatar","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"bb323270-a594-4eac-bc2a-05b2efe141e9","name":"Team Member Avatar Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\",\n\t\"url\":\"http://cdn.stable.netsocialapp.com/uploads/avatar.jpg?1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberAvatar/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 May 2019 19:46:35 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"324"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"961046"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMemberAvatar/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMemberAvatar/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"4.621896\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"teammember_thumb2x\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb2x-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small_square\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small_square-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small2x_square\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small2x_square-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_square2x\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_square2x-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_square\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_square-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            },\n            \"teammember_thumb_small2x\": {\n                \"url\": \"https://cdn.stable.netsocialapp.com/images/team-members/1/2/thumbs/teammember_thumb_small2x-ED071574-30D6-310A-8731-EA64E241B8D2.jpg\"\n            }\n        }\n    }\n}"}],"_postman_id":"b15fbb8c-9e0a-47a5-8c9a-f112588f29fc"},{"name":"Team Member Avatar Delete","id":"042deaa7-f364-4626-b9d7-4877d23f0d56","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberAvatar/delete/","description":"<p>Delete a Team Member's Avatar</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, required) - the TeamMemberId, in the url or in the post body</li>\n</ul>\n</li>\n</ul>\n<p>Returns an success object</p>\n","urlObject":{"path":["{{apiversion}}","teamMemberAvatar","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e1762972-ac11-4417-ac52-ee67fed20a0e","name":"Team Member Avatar Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"id\":\"2\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberAvatar/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Tue, 28 May 2019 20:01:57 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"167"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"808089"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMemberAvatar/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMemberAvatar/delete/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.013563\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"042deaa7-f364-4626-b9d7-4877d23f0d56"},{"name":"Team Member Get","id":"328e8836-57dd-48de-9989-131953bb229e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}","description":"<p>apikey</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":[\"*\"],\n    \"id\":1,\n    \"includePermissionInfo\":\"1\",\n    \"includeAttributes\": \"1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMember/get/","description":"<p>Returns a team member's details</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer) - the team member id, in the URL or body</li>\n</ul>\n</li>\n<li><p>Options\n  + includePermissionInfo (integer, optional) - 0|1\n      + default is 0\n  + includeTeamInfo (integer, optional) - 0|1\n      + default is 0 \n  + includeClientInfo (integer, optional) - 0|1\n      + default is 0\n  + includeAttributes (integer, optional) - 0|1\n      + default is 0\n  + includeSchedule (object)\n      + startDate\n      + endDate\n  + includeDocuments (integer, optional) - 0|1\n  + fields (array[string], optional) - fields to return\n      + Options:\n          + address1\n          + address2\n          + avatarUrls\n          + city\n          + country\n          + email\n          + firstName\n          + id\n          + lastInviteDate\n          + lastName\n          + phone\n          + state\n          + status\n          + zip\n          + displayTm\n          + distributionApprovalRequired\n          + editorApprovalRequired\n      + Default:\n          + address1\n          + address2\n          + avatarUrls\n          + city\n          + country\n          + email\n          + firstName\n          + lastName\n          + lastInviteDate\n          + phone\n          + state\n          + status\n          + title\n          + zip</p>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teamMember","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"af483c6a-00af-4418-bc14-5013af74b8d6","name":"Team Member Get by Id","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}","description":"apikey"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"fields\":[\"id\"]\n}"},"url":"{{url}}/{{apiversion}}/teamMember/get/1234"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n\t\t\"ticket\":{\n\t\t\t\"authtoken\":\"\",\n\t\t\t\"authtoken-expiration\":\"\",\n\t\t\t\"endpoint\":\"/v1.1/teamMembers/get/\",\n\t\t\t\"apikey\":\"{{apikey}}\",\n\t\t\t\"elapsed\":\"0.1234\",\n\t\t\t\"api-version\":\"1.1\"\n\t\t},\n\t\t\"results\": {\n        \t\"status\": \"ok\",\n        \t\"xstatus\": \"\",\n\t        \"data\": {\n\t            \"list_meta\": {\n\t                \"total\": \"1\"\n\t            },\n\t            \"list\": [\n\t                {\n\t                    \"id\":\"1234\"\n\t                }\n\t             ]\n\t        }\n\t    }\n\t}"}],"_postman_id":"328e8836-57dd-48de-9989-131953bb229e"},{"name":"Team Member Set","id":"ade4a762-323c-4f10-a0af-6d453aad6592","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 7,\n    \"partnerId\": 12345,\n    \"clientId\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMember/set/","description":"<p>Create or Update a Team Member</p>\n<p>NOTE: Only parameters included are updated.</p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer,optional) - required to create a new team member - [1]</li>\n<li>id (integer, optional) - the TeamMemberId required for an update, in the url or in the post body</li>\n<li>approvalStatus (string, optional) - approved|denied|pending<ul>\n<li>can only be changed by an Admin </li>\n<li>status strings may change</li>\n</ul>\n</li>\n<li>clientId (integer,required) - note that drivers and F|STAFF team members are created with clientId = 1</li>\n<li>email (string, optional) - required on create</li>\n<li>firstName (string, optional)</li>\n<li>lastName (string, optional)</li>\n<li>roleId (integer, optional)  - required on create<ul>\n<li>defaults <ul>\n<li>37: Carrier::Administrator</li>\n<li>42: FSTAFF::User</li>\n<li>46: Driver</li>\n</ul>\n</li>\n<li>(see Roles Get) limited to roles allowed for the APIKey</li>\n</ul>\n</li>\n<li>password (string, optional)<ul>\n<li>a random password is set on create, if not supplied</li>\n</ul>\n</li>\n<li>title (string, optional)</li>\n<li>status (integer, optional) - is the user allowed to use F|STAFF [0|1], default is 1<ul>\n<li>NOTE: setting status to 0 disables the Team Member, removes them from all Teams, and removes them from any jobs.</li>\n</ul>\n</li>\n<li>address1 (string,optional)</li>\n<li>address2 (string,optional)</li>\n<li>city (string,optional)</li>\n<li>state (string,optional) - see States Get for allowed values</li>\n<li>zip (string,optional)</li>\n<li>payRate (decimal, optional)</li>\n<li>phone (string,optional) - must be country code + 10 digits<ul>\n<li>include the '+' e.g. +15553334444</li>\n</ul>\n</li>\n<li>country (string,optional) - see Countries Get for allowed values</li>\n<li>timezone (string,optional) - see Timezones Get for allowed values, defaults to client's timezone</li>\n<li>language (string, optional) - see Languages Get for allowed values, defaults to client's language</li>\n<li>avatarUrl (string, optional) - url to an avatar image source<ul>\n<li>NOTE: this can be a url to a F|STAFF media upload, or any external file</li>\n<li>The file will be imported and resized</li>\n</ul>\n</li>\n<li>attributes (array, optional) - An array of objects where the object's key is a category and the value is an array of attribute IDs i.e. [{\"8\": [\"1\",\"2\",\"3\"]}, {\"9\": [\"4\", \"5\", \"6\"]}]</li>\n<li>Options<ul>\n<li>pause (integer, optional) - 0|1 - set the account to paused<ul>\n<li>this sets all connections to paused</li>\n</ul>\n</li>\n<li>sendNotification (integer, optional) - 0|1 - send an invite or email verification on create<ul>\n<li>default is 1</li>\n<li>Note: no notifications are sent on updates</li>\n</ul>\n</li>\n<li>fields (array[string], optional) - fields to return<ul>\n<li>Options:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>id</li>\n<li>lastInviteDate</li>\n<li>lastName</li>\n<li>payRate</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n</ul>\n</li>\n<li>Default:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>lastInviteDate</li>\n<li>lastName</li>\n<li>payRate</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teamMember","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"6c53ebc0-f4b2-470a-964c-096dd94dc997","name":"Team Member Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Test \",\n    \"email\": \"test0516@cooltheory.com\",\n    \"create\": 1,\n    \"lastName\": \"User\",\n    \"clientId\": \"4944\",\n    \"roleId\": \"36\"\n}"},"url":"{{url}}/{{apiversion}}/teamMember/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Thu, 16 May 2019 19:51:26 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"389"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"ns-stable"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"670322"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMember/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMember/set/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"2.35198\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"isIndividual\": \"0\",\n            \"status\": \"1\",\n            \"isPro\": \"0\",\n            \"emailValid\": \"0\",\n            \"state\": \"\",\n            \"email\": \"test0516@cooltheory.com\",\n            \"city\": \"\",\n            \"createDate\": \"2019-05-16 19:51:25\",\n            \"lastName\": \"User\",\n            \"id\": \"4241\",\n            \"country\": \"\",\n            \"firstName\": \"Test \",\n            \"timezone\": \"America/New_York\",\n            \"language\": \"en-us\",\n            \"notificationPreferences\": {\n                \"email\": {\n                    \"info\": 0,\n                    \"critical\": 1,\n                    \"alert\": 0,\n                    \"approval\": 0\n                },\n                \"nsl\": {\n                    \"info\": 0,\n                    \"critical\": 0,\n                    \"alert\": 0,\n                    \"approval\": 0\n                }\n            },\n            \"phone\": \"\",\n            \"address2\": \"\",\n            \"zip\": \"\",\n            \"title\": \"\",\n            \"address1\": \"\"\n        }\n    }\n}"}],"_postman_id":"ade4a762-323c-4f10-a0af-6d453aad6592"},{"name":"Team Member Onboard","id":"b5bfe7e7-5655-4b9c-a5d3-71d932b72280","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/teamMember/onboard/","description":"<p>Mark a Team Member as onboarded.</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - the TeamMemberId</li>\n</ul>\n</li>\n</ul>\n<p>Return a status object</p>\n","urlObject":{"path":["{{apiversion}}","teamMember","onboard",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"b5bfe7e7-5655-4b9c-a5d3-71d932b72280"},{"name":"Team Member Validate Email Send","id":"6b981cec-1bbe-499f-a82f-02d0028adc3d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"teamMemberId\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMemberValidateEmail/send/","description":"<p>Send an email validation to a  Team Member</p>\n<ul>\n<li>Parameters<ul>\n<li>teamMemberId (integer)<ul>\n<li>defaults to the apikey user</li>\n</ul>\n</li>\n<li>template (string, optional) - what email template to use<ul>\n<li>'invite' - use the invitation template</li>\n<li>'validate' - default - use the email validate template</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","teamMemberValidateEmail","send",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6b981cec-1bbe-499f-a82f-02d0028adc3d"},{"name":"Team Member Validate Email Set","id":"f025dafd-61aa-4569-b950-249fab2587f6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"24f66174d9f30fc7b20b19388e4d5583"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\n}"},"url":"{{url}}/{{apiversion}}/teamMemberValidateEmail/set/","description":"<p>Validate an Team Member's Email</p>\n<p>This endpoint can only be called with the teamMember's own key.</p>\n<ul>\n<li>Parameters<ul>\n<li>none</li>\n</ul>\n</li>\n</ul>\n<p>Returns a success object</p>\n","urlObject":{"path":["{{apiversion}}","teamMemberValidateEmail","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"f025dafd-61aa-4569-b950-249fab2587f6"},{"name":"Team Members Get","id":"3e301dcd-dc27-4d97-9db9-f1ecc87ff4d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": \"1\",\n    \"roleType\":\"driver\",\n    \"includeSchedule\": {\n        \"startDate\": \"2021-02-18\",\n        \"endDate\": \"2021-02-19\"\n    }\n}"},"url":"{{url}}/{{apiversion}}/teamMembers/get/","description":"<p>Returns a list of team members and their details</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>clientId (integer, optional) - defaults to the APIkey clientId<ul>\n<li>OR ownerId (integer, optional)</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>roleType (string, optional) - admin|driver - use this to get a list of drivers<ul>\n<li>Note: returns all drivers for admins. For carriers it will be limited to just drivers they have worked with</li>\n</ul>\n</li>\n<li>location (string, optional) - filter by location (exact match against city, state or country)</li>\n<li>keyword (string, optional) - filter by keyword (must be at least 3 characters)</li>\n<li>email (string, optional) - filter by email (exact match email)</li>\n<li>teamId (integer, optional) - filter by teamId (formerly groupId)</li>\n<li>isActive (integer, optional) - filter by status<ul>\n<li>0 = not active, team member can not log in</li>\n<li>1 = active</li>\n</ul>\n</li>\n<li>isEmailValid (integer, optional) - filter by isEmailValid status<ul>\n<li>0 = not valid</li>\n<li>1 = valid</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - order of results may be any field name from the fields list. Default is \"lastName\"</li>\n<li>order (string, optional) - \"ASC\" or \"DESC\", default is \"ASC\"      </li>\n<li>returnedTimezone (string) - the timezone to return in any date/time fields<ul>\n<li>defaults to the Client Timezone<ul>\n<li>TIMEZONE (optional) format is the long form: e.g. America/New_York</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>includeClientInfo (integer, optional) - 0|1\n  + default is 0</li>\n<li>includePermissionInfo (integer, optional) - 0|1\n  + default is 0</li>\n<li>includeGroupInfo (integer, optional) - 0|1\n  + default is 0</li>\n<li>includeStatistics (integer, optional) - 0|1\n  + default is 0<ul>\n<li>includeAttributes (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n<li>includeSchedule (object) - forces roleType = 'driver'<ul>\n<li>startDate (YYYY-MM-DD)</li>\n<li>endDate (YYYY-MM-DD)</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>fields\n  + Options:\n      + address1\n      + address2\n      + avatarUrls\n      + city\n      + clientId\n      + country\n      + email\n      + firstName\n      + id\n      + lastName\n      + phone\n      + ratings\n      + state\n      + status\n      + title\n      + zip\n  + Default: [\"*\"]</li>\n</ul>\n</li>\n</ul>\n<p>Return a paging object and a list of Team Member objects.</p>\n","urlObject":{"path":["{{apiversion}}","teamMembers","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"e07f3bc5-7aa6-4c1b-83bc-d76f743b14cf","name":"Team Members Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"fields\":[\"*\"],\n\t\"sort\":\"firstName\",\n\t\"order\":\"DESC\",\n\t\"includePermissionInfo\":\"1\",\n\t\"includeClientInfo\":\"1\",\n\t\"includeAccountInfo\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/teamMembers/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Sat, 08 Aug 2020 23:08:10 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"980"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1359325"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/teamMembers/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMembers/get/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.15308\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"members\": [\n                {\n                    \"statistics\": {},\n                    \"ssoToken\": \"ng2wxJv3cEKjbXVSlZI3rv87Z8\",\n                    \"state\": \"\",\n                    \"isOnboarded\": \"1\",\n                    \"email\": \"fsadmin@cooltheory.com\",\n                    \"roleId\": \"28\",\n                    \"id\": \"1\",\n                    \"loginCount\": 0,\n                    \"firstName\": \"The\",\n                    \"clientId\": \"1\",\n                    \"timezone\": \"America/New_York\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": \"0\",\n                            \"critical\": \"1\",\n                            \"alert\": \"0\"\n                        },\n                        \"sms\": {\n                            \"info\": \"0\",\n                            \"critical\": \"0\",\n                            \"alert\": \"0\"\n                        },\n                        \"fsn\": {\n                            \"info\": \"0\",\n                            \"critical\": \"0\",\n                            \"alert\": \"0\"\n                        }\n                    },\n                    \"roleLabel\": \"Administrator\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"branding\": {\n                            \"carrierColor\": \"#0CD962\",\n                            \"driverColor\": \"#008EF3\"\n                        },\n                        \"location\": \"\",\n                        \"url\": \"https://www.fstaff.com\",\n                        \"name\": \"F|STAFF\",\n                        \"isMasterFranchiseAccount\": \"0\",\n                        \"id\": \"1\",\n                        \"description\": \"\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\",\n                    \"status\": \"1\",\n                    \"roleType\": \"admin\",\n                    \"emailValid\": \"1\",\n                    \"rating\": 0,\n                    \"city\": \"\",\n                    \"createDate\": \"2019-04-11 19:44:20\",\n                    \"permissionInfo\": {\n                        \"permissions\": {\n                            \"teams\": \"enabled\",\n                            \"companySettings\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"groupTeamMembers\": \"enabled\"\n                        }\n                    },\n                    \"lastName\": \"Administrator\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"language\": \"en-us\",\n                    \"avatarUrls\": {},\n                    \"phone\": \"\",\n                    \"address2\": \"\",\n                    \"lastInviteDate\": \"\",\n                    \"searchPreferences\": \"\"\n                },\n                {\n                    \"statistics\": {},\n                    \"ssoToken\": \"uA0OpUW8E2QfGXfKb9Gow1JHNfM\",\n                    \"state\": \"\",\n                    \"isOnboarded\": \"1\",\n                    \"email\": \"rick@fstaff.com\",\n                    \"roleId\": \"27\",\n                    \"id\": \"2\",\n                    \"loginCount\": 0,\n                    \"firstName\": \"Richard\",\n                    \"clientId\": \"1\",\n                    \"timezone\": \"America/New_York\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": \"0\",\n                            \"critical\": \"1\",\n                            \"alert\": \"0\"\n                        },\n                        \"sms\": {\n                            \"info\": \"0\",\n                            \"critical\": \"0\",\n                            \"alert\": \"0\"\n                        },\n                        \"fsn\": {\n                            \"info\": \"0\",\n                            \"critical\": \"0\",\n                            \"alert\": \"0\"\n                        }\n                    },\n                    \"roleLabel\": \"Super User\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"branding\": {\n                            \"carrierColor\": \"#0CD962\",\n                            \"driverColor\": \"#008EF3\"\n                        },\n                        \"location\": \"\",\n                        \"url\": \"https://www.fstaff.com\",\n                        \"name\": \"F|STAFF\",\n                        \"isMasterFranchiseAccount\": \"0\",\n                        \"id\": \"1\",\n                        \"description\": \"\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\",\n                    \"status\": \"1\",\n                    \"roleType\": \"admin\",\n                    \"emailValid\": \"1\",\n                    \"rating\": 0,\n                    \"city\": \"\",\n                    \"createDate\": \"2019-04-11 19:44:20\",\n                    \"permissionInfo\": {\n                        \"permissions\": {\n                            \"teams\": \"enabled\",\n                            \"companySettings\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"groupTeamMembers\": \"enabled\"\n                        }\n                    },\n                    \"lastName\": \"Bush\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"language\": \"en-us\",\n                    \"avatarUrls\": {},\n                    \"phone\": \"\",\n                    \"address2\": \"\",\n                    \"lastInviteDate\": \"\",\n                    \"searchPreferences\": \"\"\n                },\n                {\n                    \"statistics\": {},\n                    \"ssoToken\": \"sjBdtq4Xzsc2ZRJxdtaNpYDo\",\n                    \"state\": \"\",\n                    \"isOnboarded\": \"1\",\n                    \"email\": \"cperkins@cooltheory.com\",\n                    \"roleId\": \"28\",\n                    \"id\": \"4\",\n                    \"loginCount\": \"52\",\n                    \"firstName\": \"Chera\",\n                    \"clientId\": \"1\",\n                    \"timezone\": \"America/New_York\",\n                    \"notificationPreferences\": {\n                        \"email\": {\n                            \"info\": \"0\",\n                            \"critical\": \"1\",\n                            \"alert\": \"0\"\n                        },\n                        \"sms\": {\n                            \"info\": \"0\",\n                            \"critical\": \"0\",\n                            \"alert\": \"0\"\n                        },\n                        \"fsn\": {\n                            \"info\": \"0\",\n                            \"critical\": \"0\",\n                            \"alert\": \"0\"\n                        }\n                    },\n                    \"roleLabel\": \"Administrator\",\n                    \"zip\": \"\",\n                    \"clientInfo\": {\n                        \"branding\": {\n                            \"carrierColor\": \"#0CD962\",\n                            \"driverColor\": \"#008EF3\"\n                        },\n                        \"location\": \"\",\n                        \"url\": \"https://www.fstaff.com\",\n                        \"name\": \"F|STAFF\",\n                        \"isMasterFranchiseAccount\": \"0\",\n                        \"id\": \"1\",\n                        \"description\": \"\"\n                    },\n                    \"title\": \"\",\n                    \"address1\": \"\",\n                    \"status\": \"1\",\n                    \"roleType\": \"admin\",\n                    \"emailValid\": \"1\",\n                    \"rating\": 0,\n                    \"city\": \"\",\n                    \"createDate\": \"2020-07-17 17:01:45\",\n                    \"permissionInfo\": {\n                        \"permissions\": {\n                            \"teams\": \"enabled\",\n                            \"companySettings\": \"enabled\",\n                            \"franchises\": \"disabled\",\n                            \"notificationTemplates\": \"enabled\",\n                            \"groupTeamMembers\": \"enabled\"\n                        }\n                    },\n                    \"lastName\": \"Perkins\",\n                    \"returnedTimezone\": \"America/New_York\",\n                    \"country\": \"\",\n                    \"language\": \"en-us\",\n                    \"avatarUrls\": {\n                        \"teammember_thumb_small_square\": \"https://cdn.stable.fstaff.com/images/team-members/1/4/thumbs/teammember_thumb_small_square-CFDBD87F-90BC-3BB9-AC47-3A4359788258.jpg\",\n                        \"teammember_thumb_small2x_square\": \"https://cdn.stable.fstaff.com/images/team-members/1/4/thumbs/teammember_thumb_small2x_square-CFDBD87F-90BC-3BB9-AC47-3A4359788258.jpg\"\n                    },\n                    \"phone\": \"\",\n                    \"address2\": \"\",\n                    \"lastInviteDate\": \"\",\n                    \"searchPreferences\": \"\"\n                }\n            ],\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"3\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            }\n        }\n    }\n}"}],"_postman_id":"3e301dcd-dc27-4d97-9db9-f1ecc87ff4d7"},{"name":"Team Members Get By Client Id","id":"2b7118df-2ada-480e-8d81-a64b94d54245","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"fields\":[\"*\"],\n\t\"sort\":\"firstName\",\n\t\"order\":\"DESC\"\n}"},"url":"{{url}}/{{apiversion}}/teamMembers/get/104","description":"<p>Get a list of team members and their details</p>\n<ul>\n<li>Parameters<ul>\n<li>clientId (integer) - required in the url</li>\n<li>roleType (string, integer) - admin | driver<ul>\n<li>defaults to admin</li>\n<li>only applies when clientId == 1 (F|STAFF)</li>\n</ul>\n</li>\n<li>location (string, optional) - filter by location (exact match against city, state, and country)</li>\n<li>keyword (string, optional) - filter by keyword (must be at least 3 characters)</li>\n<li>sort (string, optional) - order of results may be any field name from the fields list. Default is \"lastName\"</li>\n<li>order (string, optional) - \"ASC\" or \"DESC\", default is \"ASC\"</li>\n<li>fields (array[string], optional) - fields to return  <pre>\n      Options: [\"address1\",\"address2\",\"altImageUrls\",\"bio\",\"bioExcerpt\",\"categories\",\"categoriesString\",\"divisions\",\"divisionsString\",\"city\", \"clientId\", \"country\",\"displayEmail\",\"displayPhone\",\"email\",\"facebookUrl\",\"firstName\",\"googleplusUrl\",\"hoverText\",\"id\",\"imageUrls\",\"lastName\",\"linkedinUrl\",\"notificationPreferences\",\"searchPreferences\",\"order\",\"phone\",\"roleId\",\"roleLabel\",\"roleType\",\"subcategories\",\"subdivisions\",\"ssoToken\",\"state\",\"status\",\"title\",\"twitterUrl\",\"zip\",\"jbFeed\",\"blogFeed\",\"chatLink\",\"displayTm\"]\n      Default: [  \"address1\", \"address2\", \"city\", \"clientId\", \"country\", \"email\", \"firstName\", \"lastName\", \"phone\", \"roleType\", \"ssoToken\", \"state\", \"status\", \"title\", \"zip\"]\n  </pre></li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teamMembers","get","104"],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"838aaf7b-7557-4c96-b0d3-5cb23467c4a8","name":"Team Members Get By Client Id","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\n\t\"sort\":\"firstName\",\n\t\"order\":\"DESC\"\n}"},"url":"{{url}}/{{apiversion}}/teamMembers/get/104"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Accept-Ranges","value":"bytes","name":"Accept-Ranges","description":"Content-Types that are acceptable"},{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":"Specifies a URI that may access the resource. For requests without credentials, the server may specify '*' as a wildcard, thereby allowing any origin to access the resource."},{"key":"Age","value":"0","name":"Age","description":"The age the object has been in a proxy cache in seconds"},{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Encoding","value":"gzip","name":"Content-Encoding","description":"The type of encoding used on the data."},{"key":"Content-Length","value":"259","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Thu, 06 Sep 2018 21:42:38 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Expires","value":"0","name":"Expires","description":"Gives the date/time after which the response is considered stale"},{"key":"Pragma","value":"no-cache","name":"Pragma","description":"Implementation-specific headers that may have various effects anywhere along the request-response chain."},{"key":"Server","value":"Apache/2.4.6 (CentOS)","name":"Server","description":"A name for the server"},{"key":"ServerNode","value":"(null)","name":"ServerNode","description":"Custom header"},{"key":"Vary","value":"User-Agent","name":"Vary","description":"Tells downstream proxies how to match future request headers to decide whether the cached response can be used rather than requesting a fresh one from the origin server."},{"key":"Via","value":"1.1 varnish-v4","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-APIAUTH-VAL","value":"_ERROR","name":"X-APIAUTH-VAL","description":"Custom header"},{"key":"X-APIVERSION","value":"1.1","name":"X-APIVERSION","description":"Custom header"},{"key":"X-Cache","value":"MISS","name":"X-Cache","description":"Custom header"},{"key":"X-Cacheable","value":"NO:Not Cacheable","name":"X-Cacheable","description":"Custom header"},{"key":"X-ENDPOINT","value":"/teamMembers/get/104","name":"X-ENDPOINT","description":"Custom header"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6","name":"X-ORIKEY","description":"Custom header"},{"key":"X-ROUTING","value":"api","name":"X-ROUTING","description":"Custom header"},{"key":"X-SASnode","value":"stable-host","name":"X-SASnode","description":"Custom header"},{"key":"X-Varnish","value":"722826","name":"X-Varnish","description":"Custom header"},{"key":"X-Varnish-Debug-Age","value":"0","name":"X-Varnish-Debug-Age","description":"Custom header"},{"key":"X-Varnish-Debug-Hits","value":"0","name":"X-Varnish-Debug-Hits","description":"Custom header"},{"key":"X-Varnish-Debug-TTL","value":"0.000","name":"X-Varnish-Debug-TTL","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/teamMembers/get/104\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.012609\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"firstName\": \"John\",\n                \"country\": \"\",\n                \"status\": \"1\",\n                \"phone\": \"\",\n                \"state\": \"\",\n                \"address2\": \"\",\n                \"email\": \"john.smith@netsocialpp.com\",\n                \"zip\": \"\",\n                \"city\": \"\",\n                \"title\": \"Recruiter\",\n                \"address1\": \"\",\n                \"lastName\": \"Smith\"\n            }\n        ]\n    }\n}"}],"_postman_id":"2b7118df-2ada-480e-8d81-a64b94d54245"}],"id":"382940fd-6576-428a-8f09-3ba5714ec26d","description":"<p>Team members are the users that intereact with the F|STAFF platform. Calls Return Team Member Objects.</p>\n<ul>\n<li>Properties<ul>\n<li>clientId (integer,optional) - required for an admin or franchise account to create a new team member</li>\n<li>id (integer, optional) - required for an update, in the url or in the post body</li>\n<li>email (string, optional) - required on create</li>\n<li>firstName (string, optional) - required on create</li>\n<li>lastName (string, optional) - required on create</li>\n<li>roleId (integer, optional) - default 26: Client::User (see Roles Get), limited to roles allowed for the APIKey. Personal APIKeys are generated based on Role.</li>\n<li>roleLabel (string)</li>\n<li>roleType (string) - admin|carrier|driver</li>\n<li>title (string, optional)</li>\n<li>payRate (decimal) - desired minimum pay rate</li>\n<li>status (integer, optional) - is the user allowed to use F|STAFF [0|1], default is 1</li>\n<li>approvalStatus (string) - approval status</li>\n<li>availabilityStatus (string) - available|available soon</li>\n<li>address (string,optional)</li>\n<li>address2 (string,optional)</li>\n<li>city (string,optional)</li>\n<li>state (string,optional) - see States Get for allowed values</li>\n<li>zip (string,optional)</li>\n<li>phone (string,optional)</li>\n<li>country (string,optional) - see Countries Get for allowed values</li>\n<li>timezone (string,optional) - see Timezones Get for allowed values, defaults to client's timezone</li>\n<li>isOnboarded (integer)<ul>\n<li>avatarUrls (object) - an avatarURL Object</li>\n</ul>\n</li>\n<li>ssoToken - single sign on token</li>\n<li>clientInfo (object)</li>\n<li>permissionInfo (object)</li>\n<li>groups (array[object]) - a list of group objects</li>\n<li>returnedTimezone (string)</li>\n<li>logins (integer) - number of logins</li>\n<li>apikey (string) - returned only on create</li>\n<li>myRating (integer) - returned if request is from a carrier</li>\n<li>ratings (object)<ul>\n<li>reviews (integer) - count of reviews</li>\n<li>rating (decimal) - average review</li>\n</ul>\n</li>\n<li>favoriteCount(integer) - for drivers, count of number of times favorited</li>\n<li>attributes (array[object]) - a list of attribute objects</li>\n</ul>\n</li>\n</ul>\n<p>Permission Object</p>\n<ul>\n<li>Properties<ul>\n<li>permissions (array[object]) - allowed features<ul>\n<li>name (string) - feature name</li>\n<li>limit (integer) - 0|1</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Permissions - enabled|disabled|hidden</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code># permissions - enabled|disabled|hidden\n# companySettings - update company settings\n# franchises - use Franchise features\n# teams - edit Team Member teams\n# notificationTemplates - customize notification templates\n</code></pre><p>AvatarUrl Object</p>\n<ul>\n<li>Properties<ul>\n<li>sizeLabel<ul>\n<li>url</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>IMAGE_SIZE_LABEL    IMAGE_SIZE_WIDTH    IMAGE_SIZE_HEIGHT   IMAGE_SIZE_METHOD   \nthumb   200 NULL    scale   \nthumb_small 75  NULL    scale   \nthumb_small_square  75  75  cover   \nthumb_small2x   150 NULL    scale   \nthumb_small2x_square    150 150 cover   \nthumb_square    200 200 cover   \nthumb2x 400 NULL    scale   \nthumb2x_square  400 400 cover   \n</code></pre>","event":[{"listen":"prerequest","script":{"id":"155b648b-0708-4582-9a9f-e9000ef8ee36","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"6391ef31-640b-493d-ac8d-025872ccca53","type":"text/javascript","exec":[""]}}],"_postman_id":"382940fd-6576-428a-8f09-3ba5714ec26d"},{"name":"Teams","item":[{"name":"Teams Delete","id":"d1406f22-a8a0-443e-a776-e5f19103a87c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"5100\"]\n}"},"url":"{{url}}/{{apiversion}}/teams/delete/","description":"<p><b>Client or Agency Only<b><br /></b></b></p>\n<p>Delete a Team</p>\n\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of teamIds to delete</li>\n</ul>\n</li>\n</ul>\n","urlObject":{"path":["{{apiversion}}","teams","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"d1406f22-a8a0-443e-a776-e5f19103a87c"},{"name":"Teams Get","id":"a08e0742-e735-446b-a561-c4c9891a7aa6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"includeMemberDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/teams/get/","description":"<p>Lookup list of Teams</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (string, optional) - limit by teamId</li>\n<li>clientId (string, optional)<ul>\n<li>default is the apikey client</li>\n</ul>\n</li>\n<li>includeMemberDetails (integer, optional) - 0|1<ul>\n<li>default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>label (string,opitonal) - filter by team label</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Paging Object and a list of Team Objects</p>\n","urlObject":{"path":["{{apiversion}}","teams","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"c6f2d6d8-03c6-4a76-80db-d2748f776f1b","name":"Groups Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"\",\n    \"includeMemberDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/groups/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 17 Dec 2018 21:45:08 GMT"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"Content-Length","value":"343"},{"key":"X-SASnode","value":"stable-host"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Type","value":"application/json"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"369168"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"1.1"},{"key":"X-APIAUTH-VAL","value":"_ERROR"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/groups/get/"},{"key":"Connection","value":"keep-alive"},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/groups/get/\",\n        \"apikey\": \"{{apikey}}\",\n        \"api-version\": \"1.1\",\n        \"elapsed\": \"0.01314\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": \"\",\n        \"data\": [\n            {\n                \"members\": [\n                    \"6\"\n                ],\n                \"clientId\": \"2500\",\n                \"id\": \"1\",\n                \"label\": \"New Group\",\n                \"memberDetails\": [\n                    {\n                        \"firstName\": \"Roger\",\n                        \"country\": \"US\",\n                        \"timezone\": \"America/New_York\",\n                        \"status\": \"1\",\n                        \"phone\": \"\",\n                        \"state\": \"New York\",\n                        \"address2\": \"\",\n                        \"email\": \"rbush@cooltheory.com\",\n                        \"zip\": \"14031\",\n                        \"city\": \"Clarence\",\n                        \"title\": \"\",\n                        \"address1\": \"1 Main Street\",\n                        \"id\": \"6\",\n                        \"lastName\": \"Ramjett\"\n                    }\n                ]\n            }\n        ]\n    }\n}"}],"_postman_id":"a08e0742-e735-446b-a561-c4c9891a7aa6"},{"name":"Team Set","id":"15042ddf-20cf-4f91-b9a4-a50bc83bf74e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"New Team\",\n    \"id\":\"1\",\n    \"addMembers\":[\"6\"],\n    \"includeMemberDetails\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/team/set/","description":"<p>Create or Update a Team</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>id (integer)</li>\n<li>create (integer) - required to create a new team</li>\n<li>label (string, optional) - team label<ul>\n<li>required on create</li>\n</ul>\n</li>\n<li>clientId (integer, optional)<ul>\n<li>defaults to apikey client</li>\n<li>can not be updated</li>\n</ul>\n</li>\n<li>setMembers (array[integer], optional) - list of teamMemberIds to set (removes previous teamMemberIds)</li>\n<li>addMembers (array[integer], optional) - list of teamMemberIds to add</li>\n<li>removeMembers (array[integer], optional) - list of teamMemberIds to remove</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>includeMemberDetails (integer, optional) - 0|1<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Team object</p>\n","urlObject":{"path":["{{apiversion}}","team","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"15042ddf-20cf-4f91-b9a4-a50bc83bf74e"},{"name":"Teams Team Members Get","id":"3d6c5353-7e49-4369-b71d-f938d8beaae2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":\"9\"\n}"},"url":"{{url}}/{{apiversion}}/teamsTeamMembers/get/","description":"<p>Returns a list of Teams Team Members</p>\n<ul>\n<li>Parameters<ul>\n<li>id (integer, optional) - team id</li>\n<li>ownerId (integer, optional) - defaults to the apikey ownerId</li>\n<li>Options:<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>defaults to 100</li>\n<li>maximum is 500</li>\n</ul>\n</li>\n<li>sort (string, optional) - order of results may be any field name from the fields list<ul>\n<li>defaults to 'lastName'</li>\n</ul>\n</li>\n<li>order (string, optional) - 'ASC'|'DESC'<ul>\n<li>defaults to 'ASC'</li>\n</ul>\n</li>\n<li>fields (array[string], optional) - fields to return<ul>\n<li>Options:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>id</li>\n<li>lastName</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n</ul>\n</li>\n<li>Default:<ul>\n<li>address1</li>\n<li>address2</li>\n<li>avatarUrls</li>\n<li>city</li>\n<li>country</li>\n<li>email</li>\n<li>firstName</li>\n<li>lastName</li>\n<li>phone</li>\n<li>state</li>\n<li>status</li>\n<li>title</li>\n<li>zip</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Team Member objects</p>\n","urlObject":{"path":["{{apiversion}}","teamsTeamMembers","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3d6c5353-7e49-4369-b71d-f938d8beaae2"}],"id":"fda219be-3a14-466d-934f-d8433e20a922","description":"<p>Create, update and delete Teams</p>\n<p>Team Object</p>\n<p>Properties\n    + id (integer)\n    + label (string)\n    + clientId (integer)\n    + members (array[integer]) - list of teamMemberIds\n    + memberDetails (array[object]) - list of teamMember objects</p>\n","event":[{"listen":"prerequest","script":{"id":"5e719719-49c7-4eb5-9164-50ce89d6035d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"547c72d5-125c-4557-837a-029d0bb61f7a","type":"text/javascript","exec":[""]}}],"_postman_id":"fda219be-3a14-466d-934f-d8433e20a922"},{"name":"Timesheets","item":[{"name":"Timesheets  Get","id":"1f0e5e79-2fe2-4e7b-b8be-31cc8dd0081b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"jobId\": 3,\n    \"payPeriods\": [\n        {\n            \"startDate\": \"2020-08-02\",\n            \"endDate\": \"2020-09-30\"\n        }\n    ]\n}"},"url":"{{url}}/{{apiversion}}/timesheets/get/","description":"<p>Lookup Timesheets</p>\n<ul>\n<li><p>Filters</p>\n<ul>\n<li>timesheetRecordStatus (string) - open|submitted|approved|adjusted+approved|denied</li>\n<li>payPeriods (array[objects])<ul>\n<li>startDate (YYYY-MM-DD)<ul>\n<li>return jobs that start at or after startDate</li>\n<li>dates are considered to be in the returnedTimeZone<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>endDate (YYYY-MM-DD)<ul>\n<li>return jobs that start at or before endDate<ul>\n<li>dates are considered to be in the returnedTimeZone</li>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>driverIds (array[integer])</li>\n<li>clientId (integer)</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeTeamMemberInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeJobInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a paging object and list of Timesheet Objects</p>\n","urlObject":{"path":["{{apiversion}}","timesheets","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"75ebc0ab-67b8-4611-b1d8-a2e518bee24c","name":"Timesheets  Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"clientId\": 5277,\n    \"payPeriods\": [{\"startDate\": \"2020-08-02\", \"endDate\": \"2020-08-09\"}, {\"startDate\": \"2020-08-31 09:00:12 Etc/UTC\", \"endDate\": \"2020-08-31 11:00:12 Etc/UTC\"}]    \n}"},"url":"{{url}}/{{apiversion}}/timesheets/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Aug 2020 16:44:01 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"208"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"524857"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timesheets/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timesheets/get/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.105463\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"driverId\": \"5\",\n                \"endDate\": \"2020-08-03 07:00:12\",\n                \"startDate\": \"2020-08-03 05:00:12\"\n            },\n            {\n                \"driverId\": \"5\",\n                \"endDate\": \"2020-08-03 07:00:12\",\n                \"startDate\": \"2020-08-03 05:00:12\"\n            }\n        ]\n    }\n}"}],"_postman_id":"1f0e5e79-2fe2-4e7b-b8be-31cc8dd0081b"},{"name":"Timesheet Set","id":"7c09230c-d458-4b39-8884-25996a83c6de","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"create\": 1,\n    \"jobId\": 54,\n    \"clientId\": 138,\n    \"driverId\": 3,\n    \"typeId\": 3,\n    \"status\": \"approved\",\n    \"payPeriods\": [{\"startDate\": \"2020-08-28 14:00:12 Etc/UTC\", \"endDate\": \"2020-08-28 17:00:12 Etc/UTC\"}, {\"startDate\": \"2020-08-31 09:00:12 Etc/UTC\", \"endDate\": \"2020-08-31 11:00:12 Etc/UTC\"}] \n}"},"url":"{{url}}/{{apiversion}}/timesheet/set/","description":"<p>Update status of all timesheet records in a particular period</p>\n<ul>\n<li>Admin or Carrier only *</li>\n</ul>\n<ul>\n<li>Parameters<ul>\n<li>jobId (integer)</li>\n<li>driverId (integer)</li>\n<li>clientId (integer)</li>\n<li>status (string) - open|approved|adjusted+approved|denied</li>\n<li>payPeriods (array[objects]) - startDate and endDate</li>\n</ul>\n</li>\n</ul>\n<p>Returns a list of Timesheets</p>\n","urlObject":{"path":["{{apiversion}}","timesheet","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"a4dfb808-4bc1-4c75-b06c-80a9044b3cac","name":"Timesheet Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"jobId\": 3,\n    \"clientId\": 138,\n    \"driverId\": 3,\n    \"typeId\": 3,\n    \"status\": \"approved\",\n    \"payPeriods\": [{\"startDate\": \"2020-08-28 14:00:12 Etc/UTC\", \"endDate\": \"2020-08-28 17:00:12 Etc/UTC\"}, {\"startDate\": \"2020-08-31 09:00:12 Etc/UTC\", \"endDate\": \"2020-08-31 11:00:12 Etc/UTC\"}] \n}"},"url":"{{url}}/{{apiversion}}/timesheet/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Aug 2020 14:34:14 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"275"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"395104"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timesheet/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timesheet/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.124925\"\n    },\n    \"results\": {\n        \"status\": \"error\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"status\": \"ok\",\n                \"data\": {\n                    \"stop\": \"2020-08-28 17:00:12\",\n                    \"value\": \"\",\n                    \"status\": \"approved\",\n                    \"jobId\": \"3\",\n                    \"duration\": \"120\",\n                    \"comments\": \"\",\n                    \"typeId\": \"3\",\n                    \"carrierId\": \"138\",\n                    \"teamMemberId\": \"3\",\n                    \"id\": \"16\",\n                    \"carrierComments\": \"\",\n                    \"start\": \"2020-08-28 15:00:12\"\n                },\n                \"xstatus\": \"\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7c09230c-d458-4b39-8884-25996a83c6de"}],"id":"f5bf2aba-f015-4feb-b2fa-d2327c05d13e","description":"<p>Manipulate timesheet records</p>\n<ul>\n<li>Properties<ul>\n<li>jobId (integer)</li>\n<li>driverId (integer)</li>\n<li>clientId (integer)</li>\n<li>status (string) - open|approved|adjusted+approved|denied</li>\n<li>payPeriods (array[objects]) - startDate and endDate</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"1b9b9563-d25b-4f00-be98-047622a76f6d","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"5614728a-e528-4d82-a12b-45ae9a93d7d7","type":"text/javascript","exec":[""]}}],"_postman_id":"f5bf2aba-f015-4feb-b2fa-d2327c05d13e"},{"name":"Timesheet Records","item":[{"name":"Timesheet Record Delete","id":"b6962047-9208-44ab-90ee-baf2da1c7d4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"2\"]\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecords/delete/","description":"<p>Delete a list of Timesheet Records</p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of timesheetRecords to delete</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","timesheetRecords","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"fe26cdb2-7ae6-4924-acbb-369ba3f5e12a","name":"Timesheet Record Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"2\"]\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecords/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Aug 2020 22:10:07 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"163"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"600878"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timesheetRecords/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timesheetRecords/delete/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.009077\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"b6962047-9208-44ab-90ee-baf2da1c7d4e"},{"name":"Timesheet Record Set","id":"9bbabfd6-a447-4f51-8db3-70e6ec0d47f5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 82,\n    \"jobId\": 54,\n    \"shiftId\": 4,\n    \"typeId\": 3,\n    \"carrierId\": 5104,\n    \"activity\": \"driving\",\n    \"teamMemberId\": 3,\n    \"startDate\": \"2020-09-18 17:00:00\",\n    \"endDate\": \"2020-09-28 11:00:00\"\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecord/set/","description":"<p>Create or Update a Timesheet Record</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>create (integer, optional) - required to create a new timesheet record</li>\n<li>id (integer, optional) - the timesheetRecordId required for an update, in the url or in the post body</li>\n<li>shiftId (integer)</li>\n<li>teamMemberId (integer) - the driver recording time</li>\n<li>typeId (integer)</li>\n<li>carrierId (integer) - the job clientId </li>\n<li>startDate (datetime, optional) YYYY-MM-DD HH:MM:SS<ul>\n<li>in the same timezone as returnedTimeZone (defaults to the APIKEY timezone)</li>\n</ul>\n</li>\n<li>endDate (datetime, optional) YYYY-MM-DD HH:MM:SS<ul>\n<li>in the same timezone as returnedTimeZone (defaults to the APIKEY timezone)</li>\n</ul>\n</li>\n<li>value (decimal, optional) - mileage </li>\n<li>activity (string) - the activity performed during the time record, driving|sleeper|on duty</li>\n<li>comments (text, optional) </li>\n<li>status (string, optional) - open|submitted|approved|adjusted+approved|denied<ul>\n<li>defaults to open</li>\n</ul>\n</li>\n<li>carrierComments (string, optional)</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeTeamMemberInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeJobInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Timesheet Record object</p>\n","urlObject":{"path":["{{apiversion}}","timesheetRecord","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"08c3bf3b-1f24-4e19-89e1-8e1826a07f2e","name":"Timesheet Record Set - Update","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\": 1,\n    \"jobId\": 3,\n    \"typeId\": 3,\n    \"startDate\": \"2020-07-01 13:00:12\",\n    \"endDate\": \"2020-08-01 11:59:59\"\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecord/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Aug 2020 01:19:04 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"262"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"732207"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timesheetRecord/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timesheetRecord/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.014576\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"stop\": \"2020-08-01 11:59:59\",\n            \"value\": \"9.55\",\n            \"jobId\": \"3\",\n            \"duration\": \"2674787\",\n            \"comments\": \"Cool\",\n            \"typeId\": \"3\",\n            \"carrierId\": \"3\",\n            \"teamMemberId\": \"5\",\n            \"id\": \"1\",\n            \"start\": \"2020-07-01 13:00:12\"\n        }\n    }\n}"},{"id":"b9f8575f-16b4-499e-be84-051891a45116","name":"Timesheet Record Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"create\": 1,\n    \"jobId\": 3,\n    \"typeId\": 3,\n    \"carrierId\": 3,\n    \"teamMemberId\": 5,\n    \"startDate\": \"2020-08-02 09:00:12 \",\n    \"endDate\": \"2020-08-02 11:00:12\"\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecord/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 03 Aug 2020 01:20:42 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"247"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"1026806"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timesheetRecord/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timesheetRecord/set/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.01489\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"stop\": \"2020-08-02 11:00:12\",\n            \"value\": \"\",\n            \"jobId\": \"3\",\n            \"duration\": \"7200\",\n            \"comments\": \"\",\n            \"typeId\": \"3\",\n            \"carrierId\": \"3\",\n            \"teamMemberId\": \"5\",\n            \"id\": \"2\",\n            \"start\": \"2020-08-02 09:00:12\"\n        }\n    }\n}"}],"_postman_id":"9bbabfd6-a447-4f51-8db3-70e6ec0d47f5"},{"name":"Timesheet Records  Get","id":"327d7d4f-b134-4c1b-929b-5718c36f13d2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"teamMemberIds\": [3],\n    \"orderBy\": \"jobId\",\n    \"includeTeamMemberInfo\": 1,\n    \"includeJobInfo\": 1,\n    \"shiftId\": 5\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecords/get/","description":"<p>Lookup list of Timesheet Records</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>ids (array[integer]) - list of timesheetRecords</li>\n</ul>\n</li>\n<li><p>Filters</p>\n<ul>\n<li>startDate (datetime)</li>\n<li>endDate (datetime)</li>\n<li>jobIds (array[integer])</li>\n<li>shiftId (integer)    </li>\n<li>teamMemberIds (array[integer])</li>\n<li>typeIds (array[integer])</li>\n<li>carrierIds (array[integer])</li>\n<li>status (string)</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>sort (string) - \"ASC\" or \"DESC\"<ul>\n<li>Defaults to \"ASC\"</li>\n</ul>\n</li>\n<li>orderBy (string) - startDate|jobId<ul>\n<li>defaults to jobId</li>\n</ul>\n</li>\n<li>first (integer, optional) - the first record to return<ul>\n<li>Defaults to 0</li>\n</ul>\n</li>\n<li>perPage (integer, optional)<ul>\n<li>Defaults to 100</li>\n<li>Maximum is 500</li>\n</ul>\n</li>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeTeamMemberInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeJobInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Paging Object and a list of Timesheet Record Objects</p>\n","urlObject":{"path":["{{apiversion}}","timesheetRecords","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"f2cc580d-013e-4817-85b3-71639dd1190a","name":"Timesheet Records  Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"teamMemberIds\": [3],\n    \"orderBy\": \"jobId\",\n    \"includeTeamMemberInfo\": 1,\n    \"includeJobInfo\": 1\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecords/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Mon, 31 Aug 2020 22:43:51 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"1060"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"692438"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"058b7dd12668ee617bc0818d889bc8a4"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timesheetRecords/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timesheetRecords/get/\",\n        \"apikey\": \"058b7dd12668ee617bc0818d889bc8a4\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.389255\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"timesheetRecords\": [\n                {\n                    \"stop\": \"2020-08-30 07:00:12\",\n                    \"value\": \"\",\n                    \"status\": \"\",\n                    \"jobId\": \"3\",\n                    \"duration\": \"93600\",\n                    \"comments\": \"\",\n                    \"typeId\": \"3\",\n                    \"carrierId\": \"5\",\n                    \"teamMemberId\": \"3\",\n                    \"id\": \"13\",\n                    \"carrierComments\": \"\",\n                    \"teamMemberInfo\": [\n                        {\n                            \"status\": \"1\",\n                            \"roleType\": \"driver\",\n                            \"state\": \"NY\",\n                            \"isOnboarded\": \"1\",\n                            \"email\": \"srhodes@cooltheory.com\",\n                            \"city\": \"city\",\n                            \"payRate\": \"\",\n                            \"isPaused\": \"0\",\n                            \"lastName\": \"Rhodes\",\n                            \"id\": \"3\",\n                            \"loginCount\": \"191\",\n                            \"country\": \"US\",\n                            \"firstName\": \"Sammy\",\n                            \"timezone\": \"America/Kentucky/Monticello\",\n                            \"avatarUrls\": {\n                                \"teammember_thumb_small_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\",\n                                \"teammember_thumb_small2x_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small2x_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\"\n                            },\n                            \"clientId\": \"1\",\n                            \"phone\": \"+17163937536\",\n                            \"notificationPreferences\": {\n                                \"email\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"1\",\n                                    \"alert\": \"0\"\n                                },\n                                \"sms\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                },\n                                \"fsn\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                }\n                            },\n                            \"availabilityStatus\": \"available\",\n                            \"address2\": \"Address 2\",\n                            \"zip\": \"94044\",\n                            \"ratings\": {\n                                \"count\": 1,\n                                \"type\": \"driver\",\n                                \"id\": \"3\",\n                                \"rating\": \"5\"\n                            },\n                            \"lastInviteDate\": \"\",\n                            \"title\": \"\",\n                            \"address1\": \"Address 1\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"11\",\n                                    \"label\": \"License Classes\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"A\",\n                                            \"id\": \"52\"\n                                        },\n                                        {\n                                            \"label\": \"B\",\n                                            \"id\": \"53\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"id\": \"14\",\n                                    \"label\": \"Certifications\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"my label\",\n                                            \"id\": \"58\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"searchPreferences\": {\n                                \"preferenceTeamMemberId\": \"3\",\n                                \"preferenceId\": \"16\",\n                                \"preferenceParameter\": \"{keywords: diesel},{keywords: sleeper}\"\n                            }\n                        }\n                    ],\n                    \"start\": \"2020-08-29 05:00:12\"\n                },\n                {\n                    \"stop\": \"2020-08-28 07:00:12\",\n                    \"value\": \"\",\n                    \"status\": \"\",\n                    \"jobId\": \"3\",\n                    \"duration\": \"120\",\n                    \"comments\": \"\",\n                    \"typeId\": \"3\",\n                    \"carrierId\": \"138\",\n                    \"teamMemberId\": \"3\",\n                    \"id\": \"14\",\n                    \"carrierComments\": \"\",\n                    \"teamMemberInfo\": [\n                        {\n                            \"status\": \"1\",\n                            \"roleType\": \"driver\",\n                            \"state\": \"NY\",\n                            \"isOnboarded\": \"1\",\n                            \"email\": \"srhodes@cooltheory.com\",\n                            \"city\": \"city\",\n                            \"payRate\": \"\",\n                            \"isPaused\": \"0\",\n                            \"lastName\": \"Rhodes\",\n                            \"id\": \"3\",\n                            \"loginCount\": \"191\",\n                            \"country\": \"US\",\n                            \"firstName\": \"Sammy\",\n                            \"timezone\": \"America/Kentucky/Monticello\",\n                            \"avatarUrls\": {\n                                \"teammember_thumb_small_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\",\n                                \"teammember_thumb_small2x_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small2x_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\"\n                            },\n                            \"clientId\": \"1\",\n                            \"phone\": \"+17163937536\",\n                            \"notificationPreferences\": {\n                                \"email\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"1\",\n                                    \"alert\": \"0\"\n                                },\n                                \"sms\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                },\n                                \"fsn\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                }\n                            },\n                            \"availabilityStatus\": \"available\",\n                            \"address2\": \"Address 2\",\n                            \"zip\": \"94044\",\n                            \"ratings\": {\n                                \"count\": 1,\n                                \"type\": \"driver\",\n                                \"id\": \"3\",\n                                \"rating\": \"5\"\n                            },\n                            \"lastInviteDate\": \"\",\n                            \"title\": \"\",\n                            \"address1\": \"Address 1\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"11\",\n                                    \"label\": \"License Classes\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"A\",\n                                            \"id\": \"52\"\n                                        },\n                                        {\n                                            \"label\": \"B\",\n                                            \"id\": \"53\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"id\": \"14\",\n                                    \"label\": \"Certifications\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"my label\",\n                                            \"id\": \"58\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"searchPreferences\": {\n                                \"preferenceTeamMemberId\": \"3\",\n                                \"preferenceId\": \"16\",\n                                \"preferenceParameter\": \"{keywords: diesel},{keywords: sleeper}\"\n                            }\n                        }\n                    ],\n                    \"start\": \"2020-08-28 05:00:12\"\n                },\n                {\n                    \"stop\": \"2020-08-28 07:00:12\",\n                    \"value\": \"\",\n                    \"status\": \"\",\n                    \"jobId\": \"3\",\n                    \"duration\": \"120\",\n                    \"comments\": \"\",\n                    \"typeId\": \"3\",\n                    \"carrierId\": \"138\",\n                    \"teamMemberId\": \"3\",\n                    \"id\": \"15\",\n                    \"carrierComments\": \"\",\n                    \"teamMemberInfo\": [\n                        {\n                            \"status\": \"1\",\n                            \"roleType\": \"driver\",\n                            \"state\": \"NY\",\n                            \"isOnboarded\": \"1\",\n                            \"email\": \"srhodes@cooltheory.com\",\n                            \"city\": \"city\",\n                            \"payRate\": \"\",\n                            \"isPaused\": \"0\",\n                            \"lastName\": \"Rhodes\",\n                            \"id\": \"3\",\n                            \"loginCount\": \"191\",\n                            \"country\": \"US\",\n                            \"firstName\": \"Sammy\",\n                            \"timezone\": \"America/Kentucky/Monticello\",\n                            \"avatarUrls\": {\n                                \"teammember_thumb_small_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\",\n                                \"teammember_thumb_small2x_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small2x_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\"\n                            },\n                            \"clientId\": \"1\",\n                            \"phone\": \"+17163937536\",\n                            \"notificationPreferences\": {\n                                \"email\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"1\",\n                                    \"alert\": \"0\"\n                                },\n                                \"sms\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                },\n                                \"fsn\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                }\n                            },\n                            \"availabilityStatus\": \"available\",\n                            \"address2\": \"Address 2\",\n                            \"zip\": \"94044\",\n                            \"ratings\": {\n                                \"count\": 1,\n                                \"type\": \"driver\",\n                                \"id\": \"3\",\n                                \"rating\": \"5\"\n                            },\n                            \"lastInviteDate\": \"\",\n                            \"title\": \"\",\n                            \"address1\": \"Address 1\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"11\",\n                                    \"label\": \"License Classes\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"A\",\n                                            \"id\": \"52\"\n                                        },\n                                        {\n                                            \"label\": \"B\",\n                                            \"id\": \"53\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"id\": \"14\",\n                                    \"label\": \"Certifications\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"my label\",\n                                            \"id\": \"58\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"searchPreferences\": {\n                                \"preferenceTeamMemberId\": \"3\",\n                                \"preferenceId\": \"16\",\n                                \"preferenceParameter\": \"{keywords: diesel},{keywords: sleeper}\"\n                            }\n                        }\n                    ],\n                    \"start\": \"2020-08-28 05:00:12\"\n                },\n                {\n                    \"stop\": \"2020-08-28 13:00:12\",\n                    \"value\": \"\",\n                    \"status\": \"approved\",\n                    \"jobId\": \"3\",\n                    \"duration\": \"120\",\n                    \"comments\": \"\",\n                    \"typeId\": \"3\",\n                    \"carrierId\": \"138\",\n                    \"teamMemberId\": \"3\",\n                    \"id\": \"16\",\n                    \"carrierComments\": \"\",\n                    \"teamMemberInfo\": [\n                        {\n                            \"status\": \"1\",\n                            \"roleType\": \"driver\",\n                            \"state\": \"NY\",\n                            \"isOnboarded\": \"1\",\n                            \"email\": \"srhodes@cooltheory.com\",\n                            \"city\": \"city\",\n                            \"payRate\": \"\",\n                            \"isPaused\": \"0\",\n                            \"lastName\": \"Rhodes\",\n                            \"id\": \"3\",\n                            \"loginCount\": \"191\",\n                            \"country\": \"US\",\n                            \"firstName\": \"Sammy\",\n                            \"timezone\": \"America/Kentucky/Monticello\",\n                            \"avatarUrls\": {\n                                \"teammember_thumb_small_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\",\n                                \"teammember_thumb_small2x_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small2x_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\"\n                            },\n                            \"clientId\": \"1\",\n                            \"phone\": \"+17163937536\",\n                            \"notificationPreferences\": {\n                                \"email\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"1\",\n                                    \"alert\": \"0\"\n                                },\n                                \"sms\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                },\n                                \"fsn\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                }\n                            },\n                            \"availabilityStatus\": \"available\",\n                            \"address2\": \"Address 2\",\n                            \"zip\": \"94044\",\n                            \"ratings\": {\n                                \"count\": 1,\n                                \"type\": \"driver\",\n                                \"id\": \"3\",\n                                \"rating\": \"5\"\n                            },\n                            \"lastInviteDate\": \"\",\n                            \"title\": \"\",\n                            \"address1\": \"Address 1\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"11\",\n                                    \"label\": \"License Classes\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"A\",\n                                            \"id\": \"52\"\n                                        },\n                                        {\n                                            \"label\": \"B\",\n                                            \"id\": \"53\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"id\": \"14\",\n                                    \"label\": \"Certifications\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"my label\",\n                                            \"id\": \"58\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"searchPreferences\": {\n                                \"preferenceTeamMemberId\": \"3\",\n                                \"preferenceId\": \"16\",\n                                \"preferenceParameter\": \"{keywords: diesel},{keywords: sleeper}\"\n                            }\n                        }\n                    ],\n                    \"start\": \"2020-08-28 11:00:12\"\n                },\n                {\n                    \"stop\": \"2020-08-29 07:00:12\",\n                    \"value\": \"\",\n                    \"status\": \"\",\n                    \"jobId\": \"3\",\n                    \"duration\": \"120\",\n                    \"comments\": \"\",\n                    \"typeId\": \"3\",\n                    \"carrierId\": \"138\",\n                    \"teamMemberId\": \"3\",\n                    \"id\": \"17\",\n                    \"carrierComments\": \"\",\n                    \"teamMemberInfo\": [\n                        {\n                            \"status\": \"1\",\n                            \"roleType\": \"driver\",\n                            \"state\": \"NY\",\n                            \"isOnboarded\": \"1\",\n                            \"email\": \"srhodes@cooltheory.com\",\n                            \"city\": \"city\",\n                            \"payRate\": \"\",\n                            \"isPaused\": \"0\",\n                            \"lastName\": \"Rhodes\",\n                            \"id\": \"3\",\n                            \"loginCount\": \"191\",\n                            \"country\": \"US\",\n                            \"firstName\": \"Sammy\",\n                            \"timezone\": \"America/Kentucky/Monticello\",\n                            \"avatarUrls\": {\n                                \"teammember_thumb_small_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\",\n                                \"teammember_thumb_small2x_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small2x_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\"\n                            },\n                            \"clientId\": \"1\",\n                            \"phone\": \"+17163937536\",\n                            \"notificationPreferences\": {\n                                \"email\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"1\",\n                                    \"alert\": \"0\"\n                                },\n                                \"sms\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                },\n                                \"fsn\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                }\n                            },\n                            \"availabilityStatus\": \"available\",\n                            \"address2\": \"Address 2\",\n                            \"zip\": \"94044\",\n                            \"ratings\": {\n                                \"count\": 1,\n                                \"type\": \"driver\",\n                                \"id\": \"3\",\n                                \"rating\": \"5\"\n                            },\n                            \"lastInviteDate\": \"\",\n                            \"title\": \"\",\n                            \"address1\": \"Address 1\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"11\",\n                                    \"label\": \"License Classes\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"A\",\n                                            \"id\": \"52\"\n                                        },\n                                        {\n                                            \"label\": \"B\",\n                                            \"id\": \"53\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"id\": \"14\",\n                                    \"label\": \"Certifications\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"my label\",\n                                            \"id\": \"58\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"searchPreferences\": {\n                                \"preferenceTeamMemberId\": \"3\",\n                                \"preferenceId\": \"16\",\n                                \"preferenceParameter\": \"{keywords: diesel},{keywords: sleeper}\"\n                            }\n                        }\n                    ],\n                    \"start\": \"2020-08-29 05:00:12\"\n                },\n                {\n                    \"stop\": \"2020-08-29 07:00:12\",\n                    \"value\": \"\",\n                    \"status\": \"\",\n                    \"jobId\": \"3\",\n                    \"duration\": \"120\",\n                    \"comments\": \"\",\n                    \"typeId\": \"3\",\n                    \"carrierId\": \"138\",\n                    \"teamMemberId\": \"3\",\n                    \"id\": \"19\",\n                    \"carrierComments\": \"\",\n                    \"teamMemberInfo\": [\n                        {\n                            \"status\": \"1\",\n                            \"roleType\": \"driver\",\n                            \"state\": \"NY\",\n                            \"isOnboarded\": \"1\",\n                            \"email\": \"srhodes@cooltheory.com\",\n                            \"city\": \"city\",\n                            \"payRate\": \"\",\n                            \"isPaused\": \"0\",\n                            \"lastName\": \"Rhodes\",\n                            \"id\": \"3\",\n                            \"loginCount\": \"191\",\n                            \"country\": \"US\",\n                            \"firstName\": \"Sammy\",\n                            \"timezone\": \"America/Kentucky/Monticello\",\n                            \"avatarUrls\": {\n                                \"teammember_thumb_small_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\",\n                                \"teammember_thumb_small2x_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small2x_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\"\n                            },\n                            \"clientId\": \"1\",\n                            \"phone\": \"+17163937536\",\n                            \"notificationPreferences\": {\n                                \"email\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"1\",\n                                    \"alert\": \"0\"\n                                },\n                                \"sms\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                },\n                                \"fsn\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                }\n                            },\n                            \"availabilityStatus\": \"available\",\n                            \"address2\": \"Address 2\",\n                            \"zip\": \"94044\",\n                            \"ratings\": {\n                                \"count\": 1,\n                                \"type\": \"driver\",\n                                \"id\": \"3\",\n                                \"rating\": \"5\"\n                            },\n                            \"lastInviteDate\": \"\",\n                            \"title\": \"\",\n                            \"address1\": \"Address 1\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"11\",\n                                    \"label\": \"License Classes\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"A\",\n                                            \"id\": \"52\"\n                                        },\n                                        {\n                                            \"label\": \"B\",\n                                            \"id\": \"53\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"id\": \"14\",\n                                    \"label\": \"Certifications\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"my label\",\n                                            \"id\": \"58\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"searchPreferences\": {\n                                \"preferenceTeamMemberId\": \"3\",\n                                \"preferenceId\": \"16\",\n                                \"preferenceParameter\": \"{keywords: diesel},{keywords: sleeper}\"\n                            }\n                        }\n                    ],\n                    \"start\": \"2020-08-29 05:00:12\"\n                },\n                {\n                    \"stop\": \"2020-08-29 07:00:12\",\n                    \"value\": \"\",\n                    \"status\": \"\",\n                    \"jobId\": \"3\",\n                    \"duration\": \"120\",\n                    \"comments\": \"\",\n                    \"typeId\": \"3\",\n                    \"carrierId\": \"138\",\n                    \"teamMemberId\": \"3\",\n                    \"id\": \"20\",\n                    \"carrierComments\": \"\",\n                    \"teamMemberInfo\": [\n                        {\n                            \"status\": \"1\",\n                            \"roleType\": \"driver\",\n                            \"state\": \"NY\",\n                            \"isOnboarded\": \"1\",\n                            \"email\": \"srhodes@cooltheory.com\",\n                            \"city\": \"city\",\n                            \"payRate\": \"\",\n                            \"isPaused\": \"0\",\n                            \"lastName\": \"Rhodes\",\n                            \"id\": \"3\",\n                            \"loginCount\": \"191\",\n                            \"country\": \"US\",\n                            \"firstName\": \"Sammy\",\n                            \"timezone\": \"America/Kentucky/Monticello\",\n                            \"avatarUrls\": {\n                                \"teammember_thumb_small_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\",\n                                \"teammember_thumb_small2x_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small2x_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\"\n                            },\n                            \"clientId\": \"1\",\n                            \"phone\": \"+17163937536\",\n                            \"notificationPreferences\": {\n                                \"email\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"1\",\n                                    \"alert\": \"0\"\n                                },\n                                \"sms\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                },\n                                \"fsn\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                }\n                            },\n                            \"availabilityStatus\": \"available\",\n                            \"address2\": \"Address 2\",\n                            \"zip\": \"94044\",\n                            \"ratings\": {\n                                \"count\": 1,\n                                \"type\": \"driver\",\n                                \"id\": \"3\",\n                                \"rating\": \"5\"\n                            },\n                            \"lastInviteDate\": \"\",\n                            \"title\": \"\",\n                            \"address1\": \"Address 1\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"11\",\n                                    \"label\": \"License Classes\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"A\",\n                                            \"id\": \"52\"\n                                        },\n                                        {\n                                            \"label\": \"B\",\n                                            \"id\": \"53\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"id\": \"14\",\n                                    \"label\": \"Certifications\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"my label\",\n                                            \"id\": \"58\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"searchPreferences\": {\n                                \"preferenceTeamMemberId\": \"3\",\n                                \"preferenceId\": \"16\",\n                                \"preferenceParameter\": \"{keywords: diesel},{keywords: sleeper}\"\n                            }\n                        }\n                    ],\n                    \"start\": \"2020-08-29 05:00:12\"\n                },\n                {\n                    \"stop\": \"2020-08-29 09:00:12\",\n                    \"value\": \"\",\n                    \"status\": \"\",\n                    \"jobId\": \"3\",\n                    \"duration\": \"60\",\n                    \"comments\": \"\",\n                    \"typeId\": \"3\",\n                    \"carrierId\": \"138\",\n                    \"teamMemberId\": \"3\",\n                    \"id\": \"21\",\n                    \"carrierComments\": \"\",\n                    \"teamMemberInfo\": [\n                        {\n                            \"status\": \"1\",\n                            \"roleType\": \"driver\",\n                            \"state\": \"NY\",\n                            \"isOnboarded\": \"1\",\n                            \"email\": \"srhodes@cooltheory.com\",\n                            \"city\": \"city\",\n                            \"payRate\": \"\",\n                            \"isPaused\": \"0\",\n                            \"lastName\": \"Rhodes\",\n                            \"id\": \"3\",\n                            \"loginCount\": \"191\",\n                            \"country\": \"US\",\n                            \"firstName\": \"Sammy\",\n                            \"timezone\": \"America/Kentucky/Monticello\",\n                            \"avatarUrls\": {\n                                \"teammember_thumb_small_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\",\n                                \"teammember_thumb_small2x_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small2x_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\"\n                            },\n                            \"clientId\": \"1\",\n                            \"phone\": \"+17163937536\",\n                            \"notificationPreferences\": {\n                                \"email\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"1\",\n                                    \"alert\": \"0\"\n                                },\n                                \"sms\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                },\n                                \"fsn\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                }\n                            },\n                            \"availabilityStatus\": \"available\",\n                            \"address2\": \"Address 2\",\n                            \"zip\": \"94044\",\n                            \"ratings\": {\n                                \"count\": 1,\n                                \"type\": \"driver\",\n                                \"id\": \"3\",\n                                \"rating\": \"5\"\n                            },\n                            \"lastInviteDate\": \"\",\n                            \"title\": \"\",\n                            \"address1\": \"Address 1\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"11\",\n                                    \"label\": \"License Classes\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"A\",\n                                            \"id\": \"52\"\n                                        },\n                                        {\n                                            \"label\": \"B\",\n                                            \"id\": \"53\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"id\": \"14\",\n                                    \"label\": \"Certifications\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"my label\",\n                                            \"id\": \"58\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"searchPreferences\": {\n                                \"preferenceTeamMemberId\": \"3\",\n                                \"preferenceId\": \"16\",\n                                \"preferenceParameter\": \"{keywords: diesel},{keywords: sleeper}\"\n                            }\n                        }\n                    ],\n                    \"start\": \"2020-08-29 08:00:12\"\n                },\n                {\n                    \"stop\": \"2020-08-29 09:00:12\",\n                    \"value\": \"\",\n                    \"status\": \"denied\",\n                    \"jobId\": \"3\",\n                    \"duration\": \"60\",\n                    \"comments\": \"\",\n                    \"typeId\": \"3\",\n                    \"carrierId\": \"138\",\n                    \"teamMemberId\": \"3\",\n                    \"id\": \"22\",\n                    \"carrierComments\": \"\",\n                    \"teamMemberInfo\": [\n                        {\n                            \"status\": \"1\",\n                            \"roleType\": \"driver\",\n                            \"state\": \"NY\",\n                            \"isOnboarded\": \"1\",\n                            \"email\": \"srhodes@cooltheory.com\",\n                            \"city\": \"city\",\n                            \"payRate\": \"\",\n                            \"isPaused\": \"0\",\n                            \"lastName\": \"Rhodes\",\n                            \"id\": \"3\",\n                            \"loginCount\": \"191\",\n                            \"country\": \"US\",\n                            \"firstName\": \"Sammy\",\n                            \"timezone\": \"America/Kentucky/Monticello\",\n                            \"avatarUrls\": {\n                                \"teammember_thumb_small_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\",\n                                \"teammember_thumb_small2x_square\": \"http://cdn.stable.fstaff.com/images/team-members/1/3/thumbs/teammember_thumb_small2x_square-6EFC53EC-8D46-33E6-AA07-488D1D3066D6.jpg\"\n                            },\n                            \"clientId\": \"1\",\n                            \"phone\": \"+17163937536\",\n                            \"notificationPreferences\": {\n                                \"email\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"1\",\n                                    \"alert\": \"0\"\n                                },\n                                \"sms\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                },\n                                \"fsn\": {\n                                    \"info\": \"0\",\n                                    \"critical\": \"0\",\n                                    \"alert\": \"0\"\n                                }\n                            },\n                            \"availabilityStatus\": \"available\",\n                            \"address2\": \"Address 2\",\n                            \"zip\": \"94044\",\n                            \"ratings\": {\n                                \"count\": 1,\n                                \"type\": \"driver\",\n                                \"id\": \"3\",\n                                \"rating\": \"5\"\n                            },\n                            \"lastInviteDate\": \"\",\n                            \"title\": \"\",\n                            \"address1\": \"Address 1\",\n                            \"attributes\": [\n                                {\n                                    \"id\": \"11\",\n                                    \"label\": \"License Classes\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"A\",\n                                            \"id\": \"52\"\n                                        },\n                                        {\n                                            \"label\": \"B\",\n                                            \"id\": \"53\"\n                                        }\n                                    ]\n                                },\n                                {\n                                    \"id\": \"14\",\n                                    \"label\": \"Certifications\",\n                                    \"attributes\": [\n                                        {\n                                            \"label\": \"my label\",\n                                            \"id\": \"58\"\n                                        }\n                                    ]\n                                }\n                            ],\n                            \"searchPreferences\": {\n                                \"preferenceTeamMemberId\": \"3\",\n                                \"preferenceId\": \"16\",\n                                \"preferenceParameter\": \"{keywords: diesel},{keywords: sleeper}\"\n                            }\n                        }\n                    ],\n                    \"start\": \"2020-08-29 08:00:12\"\n                }\n            ],\n            \"paging\": {\n                \"next\": 0,\n                \"count\": \"9\",\n                \"first\": \"0\",\n                \"perPage\": \"100\"\n            }\n        }\n    }\n}"}],"_postman_id":"327d7d4f-b134-4c1b-929b-5718c36f13d2"}],"id":"86346724-1250-4ee2-a9a3-ba656f673426","description":"<p>Create, Update or Delete a Timesheet Record</p>\n<p>Note: Not all fields are used by all Timesheet Record Types.</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer)</li>\n<li>jobId (integer)</li>\n<li>shiftId (integer)</li>\n<li>jobInfo (object, optional)</li>\n<li>teamMemberId (integer)</li>\n<li>carrierId (integer) - who the job is for</li>\n<li>teamMemberInfo (object, optional)</li>\n<li>typeId (integer) - Timesheet Record Type Id</li>\n<li>startDate (YYY-MM-DD HH:MM:SS) - in UTC</li>\n<li>endDate (YYY-MM-DD HH:MM:SS) - in UTC</li>\n<li>value (decimal) - used for mileage records</li>\n<li>activity (string) - used for time records, driving|sleeper|on</li>\n<li>comments (text)</li>\n<li>status (string, optional)</li>\n<li>carrierComments (string, optional)</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"c23c09b8-1ef6-4b9f-b0b6-1fdbb671d253","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"e204750e-6452-4b15-ae83-780444792397","type":"text/javascript","exec":[""]}}],"_postman_id":"86346724-1250-4ee2-a9a3-ba656f673426"},{"name":"Timesheet Record Types","item":[{"name":"Timesheet Record Types Get","id":"7e63bdaa-64fd-4423-a38f-89fc3847a89d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":3\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecordTypes/get/","description":"<p>Create or Update a Timesheet Record</p>\n<ul>\n<li><p>Parameters</p>\n<ul>\n<li>create (integer, optional) - required to create a new timesheet record</li>\n<li>id (integer, optional) - the timesheetRecordId required for an update, in the url or in the post body</li>\n<li>jobId (integer) - must be allowed for the teamMember</li>\n<li>teamMemberId (integer) - the driver recording time</li>\n<li>typeId (integer)</li>\n<li>carrierId (integer) - the job clientId </li>\n<li>startDate (datetime, optional) - in UTC</li>\n<li>endDate (datetime, optional) - in UTC</li>\n<li>value (decimal, optional) - mileage </li>\n<li>activity (string) - the activity performed during the time record, driving|sleeper|on-duty<ul>\n<li>required if typeId = 10 (Time)</li>\n</ul>\n</li>\n<li>comments (text, optional) </li>\n<li>status (string, optional) - open|submitted|approved|adjusted+approved|denied<ul>\n<li>defaults to open</li>\n</ul>\n</li>\n<li>carrierComments (string, optional)</li>\n</ul>\n</li>\n<li><p>Options</p>\n<ul>\n<li>returnedTimeZone (timezone, optional)<ul>\n<li>Default is APIKEY timezone</li>\n</ul>\n</li>\n<li>includeTeamMemberInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n<li>includeJobInfo (integer, optional) - 0|1<ul>\n<li>Default is 0</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Timesheet Record object</p>\n","urlObject":{"path":["{{apiversion}}","timesheetRecordTypes","get",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"53c1446f-5656-4773-bfc1-d5316237814e","name":"Timesheet Record Types Get","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"id\":3\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecordTypes/get/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 18:59:32 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"213"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"377390"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timesheetRecordTypes/get/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timesheetRecordTypes/get/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.004145\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": [\n            {\n                \"recordTypeLabel\": \"New Timesheet Record Type to test\",\n                \"recordTypeId\": \"3\"\n            }\n        ]\n    }\n}"}],"_postman_id":"7e63bdaa-64fd-4423-a38f-89fc3847a89d"},{"name":"Timesheet Record Types Delete","id":"04d8f578-cd03-4684-978c-7dd20c80af65","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"2\"]\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecordTypes/delete/","description":"<p>Delete a list of Timesheet Record Types</p>\n<p><em>Admin Only</em></p>\n<ul>\n<li>Parameters<ul>\n<li>ids (array[integer]) - list of timesheetRecordTypeIds to delete</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Success object</p>\n","urlObject":{"path":["{{apiversion}}","timesheetRecordTypes","delete",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"8a7ab1f3-de63-414a-9ee8-e8fcebcbe088","name":"Timesheet Record Types Delete","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"ids\":[\"2\"]\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecordTypes/delete/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 20:59:05 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"168"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"409252"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timesheetRecordTypes/delete/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timesheetRecordTypes/delete/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.009395\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": \"\"\n    }\n}"}],"_postman_id":"04d8f578-cd03-4684-978c-7dd20c80af65"},{"name":"Timesheet Record Types  Set","id":"ec5937bc-d2dd-47db-9a46-ef9d55a120ae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"New Timesheet Record Type to test\",\n    \"create\":1\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecordType/set/","description":"<p>Create or Update a Timesheet Record Type</p>\n<p><em>Admin Only</em></p>\n<ul>\n<li>Parameters<ul>\n<li>create (integer, optional) - required to create a new timesheet record type</li>\n<li>id (integer, optional) - the timesheetRecordTypeId required for an update, in the url or in the post body</li>\n<li>label (string, optional) - timesheet record type label<ul>\n<li>required on create</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n<p>Returns a Timesheet Record Type object</p>\n","urlObject":{"path":["{{apiversion}}","timesheetRecordType","set",""],"host":["{{url}}"],"query":[],"variable":[]}},"response":[{"id":"237dd664-c766-43ae-925a-81b5ed646218","name":"Timesheet Record Types  Set","originalRequest":{"method":"POST","header":[{"key":"apikey","value":"{{apikey}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"label\":\"New Timesheet Record Type\",\n    \"create\":\"1\"\n}"},"url":"{{url}}/{{apiversion}}/timesheetRecordType/set/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 15 Jul 2020 18:38:02 GMT"},{"key":"Content-Type","value":"application/json; charset=UTF-8;"},{"key":"Content-Length","value":"198"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"Apache/2.4.6 (CentOS)"},{"key":"X-SASnode","value":"stable-host.fstaff.com"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"0"},{"key":"ServerNode","value":"(null)"},{"key":"Vary","value":"User-Agent"},{"key":"Content-Encoding","value":"gzip"},{"key":"X-Varnish-Debug-TTL","value":"0.000"},{"key":"X-Cacheable","value":"NO:Not Cacheable"},{"key":"X-Varnish","value":"377302"},{"key":"Age","value":"0"},{"key":"Via","value":"1.1 varnish-v4"},{"key":"X-Cache","value":"MISS"},{"key":"X-Varnish-Debug-Hits","value":"0"},{"key":"X-Varnish-Debug-Age","value":"0"},{"key":"X-APIVERSION","value":"4.1"},{"key":"X-APIAUTH-VAL","value":"valid"},{"key":"X-ORIKEY","value":"3b430159c4564b27e7c2fc81b7684cc6"},{"key":"X-ROUTING","value":"api"},{"key":"X-SHORTLINK","value":""},{"key":"X-JSON-HEADERS","value":""},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-ENDPOINT","value":"/timesheetRecordType/set/"},{"key":"X-SHORTLINK-FROM-CURL","value":""},{"key":"Accept-Ranges","value":"bytes"}],"cookie":[],"responseTime":null,"body":"{\n    \"ticket\": {\n        \"endpoint\": \"/timesheetRecordType/set/\",\n        \"apikey\": \"3b430159c4564b27e7c2fc81b7684cc6\",\n        \"api-version\": \"4.1\",\n        \"elapsed\": \"0.010402\"\n    },\n    \"results\": {\n        \"status\": \"ok\",\n        \"xstatus\": {\n            \"en-us\": \"\"\n        },\n        \"data\": {\n            \"recordTypeLabel\": \"New Timesheet Record Type\",\n            \"recordTypeId\": \"1\"\n        }\n    }\n}"}],"_postman_id":"ec5937bc-d2dd-47db-9a46-ef9d55a120ae"}],"id":"e9a6220c-223b-40c8-b0e1-47f1cc5c370d","description":"<p>Create, Update or Delete a Timesheet Record Type</p>\n<ul>\n<li>Properties<ul>\n<li>id (integer, optional) - the timesheetRecordTypeId required for an update, in the url or in the post body</li>\n<li>label (string, optional) - timesheet record type label<ul>\n<li>required on create</li>\n</ul>\n</li>\n</ul>\n</li>\n</ul>\n","event":[{"listen":"prerequest","script":{"id":"d0d585f3-794b-4710-a816-a9d09a16e57f","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"d0afa553-da83-45ba-b655-94d607da1c9c","type":"text/javascript","exec":[""]}}],"_postman_id":"e9a6220c-223b-40c8-b0e1-47f1cc5c370d"}],"event":[{"listen":"prerequest","script":{"id":"ebec179e-659e-4e1c-b98a-99463598cd91","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a64c5002-4dd3-4a98-9b71-dd28003e886c","type":"text/javascript","exec":[""]}}]}