{"info":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","description":"<html><head></head><body><p>Access your RFMS Business Management System data within your own application using a standard REST API.</p>\n<blockquote>\n<p><em>Note that we do not consider adding keys to response objects a breaking change, so the shape of objects may change without notice. However, existing keys will not be changed nor removed without notice.</em> </p>\n</blockquote>\n<h1 id=\"standard-response\">Standard Response</h1>\n<p>Calling a method for results always returns a structure like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"status\": \"success\",\n  \"result\": {}\n}\n\n</code></pre><p><em>status</em> indicates whether or not the store has replied. A value of \"success\" means it has and the results are included as the \"result\" element. A value of \"waiting\" means the message response has not yet arrived. Finally, \"failed\" means the database rejected the request, a reason will be included as the result.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Standard Response","slug":"standard-response"}],"owner":"1121769","collectionId":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","publishedId":"SVYxovrh","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2019-08-20T17:59:31.000Z"},"item":[{"name":"Authentication","item":[{"name":"Begin a new session","event":[{"listen":"test","script":{"id":"e12456f5-270f-4542-9651-1f4bd9dd3e19","exec":["var jsonData = JSON.parse(responseBody);\r","postman.setEnvironmentVariable(\"sessionkey\", jsonData.sessionToken);\r","postman.setEnvironmentVariable(\"sessionExp\", jsonData.sessionExpires);\r","\r","tests[\"Status code is 200\"] = responseCode.code === 200;\r","tests[\"Authorized is true\"] = jsonData.authorized;\r",""],"type":"text/javascript"}}],"id":"10b3bfa3-dd57-45c0-a129-555143af319c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"{{apikey}}"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.rfms.online/v2/session/begin","description":"<p>Request a session token to be used by all other API methods.  This method has no parameters.  Instead, use Basic Auth using your Store API Credentials, provided by RFMS support when you subscribe to the service.</p>\n<p>If you have a Third Party Developer (TPD) agreement with RFMS, this method works a bit differently to allow you to specify which store you are requesting the session for. Normally, this method accepts a store-queue as user and API key as password.  However, when called by the TPD they will instead use the following as their Basic Auth credentials:</p>\n<p>Username: {rfmsBusId}@{TPD ID}\nPassword {their TPD password}</p>\n<p>If the member store has granted access to you, the TPD, this method returns an access token that can then be used normally.  The API will function in the same manner as if the session/begin method were called with a regular store API token.  The token will be granted Plus level access regardless of the store’s actual API subscription level.</p>\n","urlObject":{"protocol":"https","path":["v2","session","begin"],"host":["api","rfms","online"],"query":[{"disabled":true,"key":"","value":""},{"disabled":true,"key":"","value":""}],"variable":[]}},"response":[{"id":"79a966d4-8dc5-4d53-be84-36069bbe693e","name":"Begin a new session","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[]},"url":"https://api.rfms.online/v1/session/begin"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"authorized\": true,\n\t\"sessionToken\": \"1598c4a37c1c54552732bb907013176d\",\n\t\"sessionExpires\": \"3/5/2018 7:00:39 PM +00:00\"\n}"}],"_postman_id":"10b3bfa3-dd57-45c0-a129-555143af319c"},{"name":"Request Bus ID","event":[{"listen":"test","script":{"id":"247b8bc6-427d-41c7-803b-d0b9a3531488","exec":["pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"success\");","});","","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"customerId\", jsonData.result[0].customerId);"],"type":"text/javascript"}}],"id":"8c1e181d-b9a4-4744-8196-19e38e9eb9a1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"rfmsBusId\": 99999,\r\n  \"reason\": \"PRACTICE: To provide access to TPD's App\"\r\n}"},"url":"https://api.rfms.online/v2/session/request","description":"<p>Before a TPD can access data at a member store, the store must opt-in to sharing their data with the TPD.  This API method allows the TPD to request opt-in for one or more stores.</p>\n<p>When calling this method, the TPD should use their provided ID and password as credentials using Basic Auth.  They also POST the JSON values shown below.</p>\n<p>The rfmsBusId is an integer value commonly known as the RFMS Business ID that the TPD is expected to already have and identifies the company.  The text in the \"reason\" parameter will be displayed to the member store when they are asked to opt-in to allowing this access to their data.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","session","request"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"8c1e181d-b9a4-4744-8196-19e38e9eb9a1"}],"id":"06b86381-10c7-42e2-afda-61535b7c0b56","description":"<p>All API methods require a session token.  The session token authorizes access to your store database as well as identifying a specific user at your store the API methods should impersonate.  </p>\n<p>To acquire a session token, first sign into RFMS Online Services and open the \"RFMS Online\" section. Then, press the API button in the toolbar to generate or view your Store API Credentials.  Call the \"Begin session\" method (below) with those credentials using HTTP Basic Auth to generate a session token.  Use the entire Store Queue as the Username and the API Key as the Password. The session token can be used for a limited time.  It will expire automatically but is extended each time a method is called.</p>\n<p>The session token must be sent with all API requests as the password using HTTP Basic Auth.  User name should be set using the same user name you used in the first step.</p>\n","event":[{"listen":"prerequest","script":{"id":"6e819dd2-d6ef-4841-9b62-10f5ce506de9","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"986baf33-b85c-42c6-b25b-462daf02b5ec","type":"text/javascript","exec":[""]}}],"_postman_id":"06b86381-10c7-42e2-afda-61535b7c0b56","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}}},{"name":"Customers","item":[{"name":"Find Customers","event":[{"listen":"test","script":{"id":"247b8bc6-427d-41c7-803b-d0b9a3531488","exec":["pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"success\");","});","","var jsonData = JSON.parse(responseBody);","postman.setEnvironmentVariable(\"customerId\", jsonData.result[0].customerId);"],"type":"text/javascript"}}],"id":"c35b21c5-9c74-41ed-aedd-87146d0e5a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"searchText\": \"blackmore\",\n  \"includeCustomers\": \"true\",\n  \"includeProspects\": \"false\",\n  \"includeInactive\": \"false\"\n}"},"url":"https://api.rfms.online/v2/customers/find","description":"<p>Search for customers</p>\n<p>Parameters </p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>searchText</td>\n<td>true</td>\n<td>The supplied text will be found in customer and ship-to name, address, phone, email address and city</td>\n</tr>\n<tr>\n<td>includeCustomers</td>\n<td>false</td>\n<td>Search customers (true by default)</td>\n</tr>\n<tr>\n<td>includeProspects</td>\n<td>false</td>\n<td>Search prospects (true by default)</td>\n</tr>\n<tr>\n<td>includeInactive</td>\n<td>false</td>\n<td>Include inactive customers (false by default)</td>\n</tr>\n<tr>\n<td>startIndex</td>\n<td>false</td>\n<td>Results are returned 10 at a time.  If this value is omitted the first 10 are returned (Index numbers 0 to 9).  To request the next 10, send startIndex = 10, etc.</td>\n</tr>\n<tr>\n<td>referralType</td>\n<td>false</td>\n<td>For users that have the proper parameter set, setting this value to \"member\" will display customer search results with an association to Main only, while a \"client\" input will display results with association to a Branch only</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","customers","find"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"294d0e65-0b15-494e-8b5f-9b05f61dbae1","name":"Customers Find","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"searchText\": \"grok\",\r\n\t\"includeCustomers\": true,\r\n\t\"includeProspects\": false,\r\n\t\"includeInactive\": false,\r\n\t\"startIndex\": 0\r\n}"},"url":"https://api.rfms.online/v2/customers/find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [],\n    \"detail\": [\n        {\n            \"customerSource\": \"Customer\",\n            \"customerSourceId\": 12345,\n            \"salesLeadId\": 0,\n            \"lmsId\": \"\",\n            \"customerName\": \"GROKMAN\",\n            \"customerFirstName\": \"ISAAK\",\n            \"actualCustomerFirstName\": \"ISAAK\",\n            \"customerLastName\": \"GROKMAN\",\n            \"customerBusinessName\": \"BIZ\",\n            \"customerAddress\": \"2 CASTA WAY\",\n            \"customerAddress2\": \"UNIT 3\",\n            \"customerCity\": \"FAYETTE\",\n            \"customerState\": \"AL\",\n            \"customerZIP\": \"35555\",\n            \"customerPhone\": \"(808) 978 74\",\n            \"customerPhone2\": \"\",\n            \"customerPhone3\": \"\",\n            \"useSoldToBusinessName\": false,\n            \"customerEmail\": \"issak@castaway.abc\",\n            \"customerCounty\": \"FAYETTE\",\n            \"shipToName\": \"GROKMAN\",\n            \"shipToFirstName\": \"ISAAK\",\n            \"shipToLastName\": \"GROKMAN\",\n            \"shipToBusinessName\": \"BIZ\",\n            \"actualShipToFirstName\": \"ISAAK\",\n            \"shipToAddress\": \"3 CASTA WAY\",\n            \"shipToAddress2\": \"UNIT 2\",\n            \"shipToCity\": \"FAUNSDALE\",\n            \"shipToState\": \"AL\",\n            \"shipToZIP\": \"36738\",\n            \"shipToCounty\": \"MARENGO\",\n            \"useShipToBusinessName\": false,\n            \"customerType\": \"ACCOMMODATIONS\",\n            \"referralType\": \"Standalone\",\n            \"referralMemberId\": 0,\n            \"referralMemberName\": \"\",\n            \"taxStatus\": \"Tax\",\n            \"taxMethod\": \"UseTax\",\n            \"taxId\": \"\",\n            \"preferredPriceLevel\": 1,\n            \"preferredSalesperson1\": \"\",\n            \"preferredSalesperson2\": \"\",\n            \"jobNumberOverride\": null,\n            \"entryType\": \"Customer\",\n            \"terms\": \"\",\n            \"termDays\": 0,\n            \"creditLimit\": 0,\n            \"defaultStore\": 32,\n            \"internalNotes\": \"\",\n            \"remarks\": []\n        }\n    ]\n}"}],"_postman_id":"c35b21c5-9c74-41ed-aedd-87146d0e5a67"},{"name":"Advanced Customers Find","id":"f8265656-edf3-4e69-9a5f-b06c568e87aa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"searchText\": \"car\",\r\n    \"stores\": [32, 50],\r\n    \"activeOnly\": false,\r\n    \"dateCreatedFrom\": \"01-01-2021\",\r\n    \"customerTypes\": [\"Commercial\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/customers/find/advanced","description":"<p>Search for customers.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>searchText</td>\n<td>String value. Text found in customer name.</td>\n</tr>\n<tr>\n<td>stores</td>\n<td>List of integers.</td>\n</tr>\n<tr>\n<td>salespersonName</td>\n<td>String value.</td>\n</tr>\n<tr>\n<td>activeOnly</td>\n<td>Boolean value. <code>true</code> value filters out inactive customers.</td>\n</tr>\n<tr>\n<td>dateCreatedFrom</td>\n<td>String in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>dateCreatedTo</td>\n<td>String in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>lastPurchaseFrom</td>\n<td>String in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>lastPurchaseTo</td>\n<td>String in YYYY-MM-DD format</td>\n</tr>\n<tr>\n<td>customerTypes</td>\n<td>List of string values. Obtain from <strong>Get Customer Values</strong> endpoint.</td>\n</tr>\n<tr>\n<td>businessSoldName</td>\n<td>String value.</td>\n</tr>\n<tr>\n<td>businessShipName</td>\n<td>String value.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","customers","find","advanced"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"b5874dc8-67ad-4d4e-b9b2-9e6e877a00e0","name":"Advanced Customers Find","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"searchText\": \"car\",\r\n    \"stores\": [32, 50],\r\n    \"activeOnly\": false,\r\n    \"dateCreatedFrom\": \"01-01-2021\",\r\n    \"customerTypes\": [\"Commercial\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/customers/find/advanced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"7675"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"phone3\": \"\",\n            \"contact1\": \"MAX ERNST\",\n            \"contact2\": \"\",\n            \"active\": true,\n            \"dateCreated\": \"2021-03-23T15:12:50\",\n            \"createdBy\": \"kwilson\",\n            \"dateUpdated\": \"2023-10-30T10:39:44\",\n            \"updatedBy\": \"CBanuelos\",\n            \"customerId\": 75688,\n            \"customerAddress\": {\n                \"businessName\": \"BANUELOS LLC\",\n                \"lastName\": \"BANUELOS2\",\n                \"firstName\": \"CARLTON\",\n                \"address1\": \"123 Apple Rd\",\n                \"address2\": \"\",\n                \"city\": \"AKRON\",\n                \"state\": \"AL\",\n                \"postalCode\": \"35441\",\n                \"county\": \"HALE\",\n                \"country\": null\n            },\n            \"shipToAddress\": {\n                \"businessName\": \"BANUELOS LLC\",\n                \"lastName\": \"BANUELOS2\",\n                \"firstName\": \"CARLTON\",\n                \"address1\": \"14 INDUSTRIAL WAY\",\n                \"address2\": \"STE 23\",\n                \"city\": \"AKRON\",\n                \"state\": \"AL\",\n                \"postalCode\": \"35441\",\n                \"county\": \"HALE\",\n                \"country\": null\n            },\n            \"customerType\": \"COMMERCIAL\",\n            \"entryType\": \"Customer\",\n            \"phone1\": \"2052062071\",\n            \"phone2\": \"\",\n            \"email\": \"cbanllc@banllc.com\",\n            \"preferredSalesperson1\": \"KAY SAGE\",\n            \"preferredSalesperson2\": \"\",\n            \"storeNumber\": 50,\n            \"referralType\": \"Standalone\",\n            \"referralMemberId\": 0,\n            \"referralMemberName\": \"\"\n        },\n        {\n            \"phone3\": \"\",\n            \"contact1\": \"FIRST CONTACT\",\n            \"contact2\": \"\",\n            \"active\": true,\n            \"dateCreated\": \"2021-04-08T10:53:53\",\n            \"createdBy\": \"CBanuelos\",\n            \"dateUpdated\": \"2021-04-08T10:53:53\",\n            \"updatedBy\": \"CBanuelos\",\n            \"customerId\": 75693,\n            \"customerAddress\": {\n                \"businessName\": \"ODYSSEY INC\",\n                \"lastName\": \"HOMER\",\n                \"firstName\": \"SIMPSON\",\n                \"address1\": \"1222 NE SW North Blvd\",\n                \"address2\": \"2L\",\n                \"city\": \"ALAMOGORDO\",\n                \"state\": \"NM\",\n                \"postalCode\": \"88310\",\n                \"county\": \"OTERO\",\n                \"country\": \"UNITED STATES\"\n            },\n            \"shipToAddress\": {\n                \"businessName\": \"ODYSSEY INC\",\n                \"lastName\": \"HOMER\",\n                \"firstName\": \"SIMPSON\",\n                \"address1\": \"1222 NE SW North Blvd\",\n                \"address2\": \"2L\",                \n                \"city\": \"ALAMOGORDO\",\n                \"state\": \"NM\",\n                \"postalCode\": \"88310\",\n                \"county\": \"OTERO\",\n                \"country\": \"UNITED STATES\"\n            },\n            \"customerType\": \"COMMERCIAL\",\n            \"entryType\": \"Customer\",\n            \"phone1\": \"2054445555\",\n            \"phone2\": \"\",\n            \"email\": \"ODYSSEY@SIMPSON.COM\",\n            \"preferredSalesperson1\": \"CARLS BAD\",\n            \"preferredSalesperson2\": \"\",\n            \"storeNumber\": 32,\n            \"referralType\": \"Standalone\",\n            \"referralMemberId\": 0,\n            \"referralMemberName\": \"\"\n        },\n        {\n            \"phone3\": \"\",\n            \"contact1\": \"\",\n            \"contact2\": \"\",\n            \"active\": true,\n            \"dateCreated\": \"2021-04-13T10:21:27\",\n            \"createdBy\": \"CBanuelos\",\n            \"dateUpdated\": \"2021-04-13T11:07:04\",\n            \"updatedBy\": \"CBanuelos\",\n            \"customerId\": 75696,\n            \"customerAddress\": {\n                \"businessName\": \"ABC CONTRACTORS\",\n                \"lastName\": \"LETTERMAN\",\n                \"firstName\": \"DILON\",\n                \"address1\": \"123 FOUR DR\",\n                \"address2\": \"FLOOR 1\",\n                \"city\": \"ALABASTER\",\n                \"state\": \"AL\",\n                \"postalCode\": \"35007\",\n                \"county\": \"JEFFERSON\",\n                \"country\": null\n            },\n            \"shipToAddress\": {\n                \"businessName\": \"ABC CONTRACTORS\",\n                \"lastName\": \"LETTERMAN\",\n                \"firstName\": \"DILON\",\n                \"address1\": \"123 FOUR DR\",\n                \"address2\": \"FLOOR 1\",\n                \"city\": \"ALABASTER\",\n                \"state\": \"AL\",\n                \"postalCode\": \"35007\",\n                \"county\": \"JEFFERSON\",\n                \"country\": null\n            },\n            \"customerType\": \"COMMERCIAL\",\n            \"entryType\": \"Customer\",\n            \"phone1\": \"2052042031\",\n            \"phone2\": \"9371567\",\n            \"email\": \"CB@TESTING.COM\",\n            \"preferredSalesperson1\": \"CARLS GOOD\",\n            \"preferredSalesperson2\": \"\",\n            \"storeNumber\": 32,\n            \"referralType\": \"Standalone\",\n            \"referralMemberId\": 0,\n            \"referralMemberName\": \"\"\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"f8265656-edf3-4e69-9a5f-b06c568e87aa"},{"name":"Get Customer","event":[{"listen":"test","script":{"id":"cd01ca63-dfbd-4b8a-babd-6194c14feb85","exec":["pm.test(\"Body matches string\", function () {","    pm.expect(pm.response.text()).to.include(\"customer\");","});"],"type":"text/javascript"}}],"id":"60d6d32e-713d-4f3b-8041-017fae5f0f89","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.rfms.online/v2/customer/{{customerId}}","description":"<p>Fetch information about one specific customer by ID</p>\n<blockquote>\n<p><em>For those with RFMS Version 20.99 or higher, customer internal notes will also be viewable within the returned customer record</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","customer","{{customerId}}"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"84dbdde3-747e-4caf-ad59-42bca38f4bff","name":"Get Customer","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.rfms.online/v2/customer/{{customerId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": {\n        \"customerId\": 12345,\n        \"customerType\": \"ACCOMMODATIONS\",\n        \"entryType\": \"Customer\",\n        \"customerAddress\": {\n            \"businessName\": \"BIZ\",\n            \"lastName\": \"GROKMAN\",\n            \"firstName\": \"ISAAK\",\n            \"address1\": \"2 CASTA WAY\",\n            \"address2\": \"UNIT 1\",\n            \"city\": \"FAYETTE\",\n            \"state\": \"AL\",\n            \"postalCode\": \"35555\",\n            \"county\": \"\"\n        },\n        \"shipToAddress\": {\n            \"businessName\": \"BIZ\",\n            \"lastName\": \"GROKMAN\",\n            \"firstName\": \"ISAAK\",\n            \"address1\": \"3 CASTA WAY\",\n            \"address2\": \"UNIT 2\",\n            \"city\": \"FAUNSDALE\",\n            \"state\": \"AL\",\n            \"postalCode\": \"36738\",\n            \"county\": \"\"\n        },\n        \"phone1\": \"(808) 978 74\",\n        \"phone2\": \"\",\n        \"email\": \"issak@castaway.abc\",\n        \"taxStatus\": \"Tax\",\n        \"taxMethod\": \"UseTax\",\n        \"preferredSalesperson1\": \"JOE SHMO\",\n        \"preferredSalesperson2\": \"\",\n        \"storeNumber\": 32,\n        \"notes\": \"\",\n        \"referralType\": \"Standalone\",\n        \"referralMemberId\": 0,\n        \"referralMemberName\": \"\",\n        \"lmsId\": \"\"\n    },\n    \"detail\": {\n        \"customerSource\": \"Customer\",\n        \"customerSourceId\": 12345,\n        \"salesLeadId\": 0,\n        \"lmsId\": \"\",\n        \"customerName\": \"GROKMAN\",\n        \"customerFirstName\": \"ISAAK\",\n        \"actualCustomerFirstName\": \"ISAAK\",\n        \"customerLastName\": \"GROKMAN\",\n        \"customerBusinessName\": \"BIZ\",\n        \"customerAddress\": \"2 CASTA WAY\",\n        \"customerAddress2\": \"UNIT 1\",\n        \"customerCity\": \"FAYETTE\",\n        \"customerState\": \"AL\",\n        \"customerZIP\": \"35555\",\n        \"customerPhone\": \"(808) 978 74\",\n        \"customerPhone2\": \"\",\n        \"customerPhone3\": \"\",\n        \"useSoldToBusinessName\": false,\n        \"customerEmail\": \"issak@castaway.abc\",\n        \"customerCounty\": \"\",\n        \"shipToName\": \"GROKMAN\",\n        \"shipToFirstName\": \"ISAAK\",\n        \"shipToLastName\": \"GROKMAN\",\n        \"shipToBusinessName\": \"BIZ\",\n        \"actualShipToFirstName\": \"ISAAK\",\n        \"shipToAddress\": \"3 CASTA WAY\",\n        \"shipToAddress2\": \"UNIT 2\",\n        \"shipToCity\": \"FAUNSDALE\",\n        \"shipToState\": \"AL\",\n        \"shipToZIP\": \"36738\",\n        \"shipToCounty\": \"\",\n        \"useShipToBusinessName\": false,\n        \"customerType\": \"ACCOMMODATIONS\",\n        \"referralType\": \"Standalone\",\n        \"referralMemberId\": 0,\n        \"referralMemberName\": \"\",\n        \"taxStatus\": \"Tax\",\n        \"taxMethod\": \"UseTax\",\n        \"taxId\": \"\",\n        \"preferredPriceLevel\": 1,\n        \"preferredSalesperson1\": \"JOE SHMO\",\n        \"preferredSalesperson2\": \"\",\n        \"jobNumberOverride\": null,\n        \"entryType\": \"Customer\",\n        \"terms\": \"\",\n        \"termDays\": 0,\n        \"creditLimit\": 0,\n        \"defaultStore\": 32,\n        \"internalNotes\": \"\",\n        \"remarks\": []\n    }\n}"},{"id":"4d21e721-bff7-42a9-b275-ca805a83585f","name":"Get Customer - Internal Note","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.rfms.online/v2/customer/{{customerId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": {\n        \"customerId\": 75526,\n        \"customerType\": \"CASH & CARRY\",\n        \"entryType\": \"Customer\",\n        \"customerAddress\": {\n            \"businessName\": null,\n            \"lastName\": \"APARTMENTS\",\n            \"firstName\": \"CB\",\n            \"address1\": \"123 TEST AVE\",\n            \"address2\": \"\",\n            \"city\": \"SAN DIEGO\",\n            \"state\": \"CA\",\n            \"postalCode\": \"92026\",\n            \"county\": null\n        },\n        \"shipToAddress\": {\n            \"businessName\": null,\n            \"lastName\": \"BANUELOS\",\n            \"firstName\": \"CARLOS\",\n            \"address1\": \"123 TEST AVE\",\n            \"address2\": \"\",\n            \"city\": \"SAN DIEGO\",\n            \"state\": \"CA\",\n            \"postalCode\": \"92026\",\n            \"county\": null\n        },\n        \"phone1\": \"2051234567\",\n        \"phone2\": \"\",\n        \"email\": \"TEST@TEST.COM\",\n        \"taxStatus\": \"Tax\",\n        \"taxMethod\": \"SalesTax\",\n        \"preferredSalesperson1\": \"CARLOS BANUELOS\",\n        \"preferredSalesperson2\": \"\",\n        \"storeNumber\": 32,\n        \"notes\": \"<div>\\n<div>\\n<p style=\\\"margin:0pt 0pt 0pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Courier New';font-size:9pt;color:#000000;;\\\">Customer Internal Note for CB Apartments</span></p>\\n</div>\\n</div>\"\n    },\n    \"detail\": {\n        \"customerSource\": \"Customer\",\n        \"customerSourceId\": 75526,\n        \"salesLeadId\": 0,\n        \"customerName\": \"APARTMENTS\",\n        \"customerFirstName\": \"CB\",\n        \"actualCustomerFirstName\": \"CB\",\n        \"customerLastName\": \"APARTMENTS\",\n        \"customerBusinessName\": \"CARLOS BANUELOS\",\n        \"customerAddress\": \"123 TEST AVE\",\n        \"customerAddress2\": \"\",\n        \"customerCity\": \"SAN DIEGO\",\n        \"customerState\": \"CA\",\n        \"customerZIP\": \"92026\",\n        \"customerPhone\": \"2051234567\",\n        \"customerPhone2\": \"\",\n        \"customerPhone3\": \"\",\n        \"customerEmail\": \"TEST@TEST.COM\",\n        \"customerCounty\": null,\n        \"shipToName\": \"BANUELOS\",\n        \"shipToFirstName\": \"CARLOS\",\n        \"shipToLastName\": \"BANUELOS\",\n        \"shipToBusinessName\": \"\",\n        \"actualShipToFirstName\": \"CARLOS\",\n        \"shipToAddress\": \"123 TEST AVE\",\n        \"shipToAddress2\": \"\",\n        \"shipToCity\": \"SAN DIEGO\",\n        \"shipToState\": \"CA\",\n        \"shipToZIP\": \"92026\",\n        \"shipToCounty\": null,\n        \"customerType\": \"CASH & CARRY\",\n        \"referralType\": \"Standalone\",\n        \"referralMemberId\": 0,\n        \"referralMemberName\": \"\",\n        \"taxStatus\": \"Tax\",\n        \"taxMethod\": \"SalesTax\",\n        \"preferredPriceLevel\": 0,\n        \"preferredSalesperson1\": \"CARLOS BANUELOS\",\n        \"preferredSalesperson2\": \"\",\n        \"jobNumberOverride\": null,\n        \"entryType\": \"Customer\",\n        \"terms\": \"\",\n        \"termDays\": 0,\n        \"creditLimit\": 0,\n        \"defaultStore\": 32,\n        \"internalNotes\": \"<div>\\n<div>\\n<p style=\\\"margin:0pt 0pt 0pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Courier New';font-size:9pt;color:#000000;;\\\">Customer Internal Note for CB Apartments</span></p>\\n</div>\\n</div>\",\n        \"remarks\": []\n    }\n}"}],"_postman_id":"60d6d32e-713d-4f3b-8041-017fae5f0f89"},{"name":"Get Customer Values","id":"0ea37758-9df1-466c-8183-018f29732265","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/customers","description":"<p>When creating customers, some fields only allow certain values.  This method returns those fields and a list of the allowed values for each.  Note that since this method does not actually communicate with the store, it returns a simple result - not the regular response with status and result.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","customers"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"64d794e3-60b9-49e1-9836-cf6ef2f7b21d","name":"Get Customer Values","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/customers"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":"{\n  \"customerType\": [\n    \"ACCOMMODATIONS\",\n    \"CASH & CARRY\",\n    \"COMMERCIAL\",\n    \"INSTALLER\",\n    \"REMODELING\"\n  ],\n  \"entryType\": [\n    \"Customer\",\n    \"Prospect\"\n  ],\n  \"taxStatus\": [\n    \"Tax\",\n    \"Exempt\",\n    \"Resale\"\n  ],\n  \"taxMethod\": [\n    \"SalesTax\",\n    \"UseTax\",\n    \"LineTax\"\n  ],\n  \"preferredSalesperson1\": [\n    \"BOB\",\n    \"ANDREW\",\n    \"HOUSE\",\n    \"FRANK\"\n  ],\n  \"preferredSalesperson2\": [\n    \"BOB\",\n    \"ANDREW\",\n    \"HOUSE\",\n    \"FRANK\"\n  ],\n   \"stores\": [\n        {\n            \"id\": 32,\n            \"name\": \"ACME CARPET WEST\",\n            \"displayCode\": \" \"\n        },\n        {\n            \"id\": 50,\n            \"name\": \"ACME CARPET EAST\",\n            \"displayCode\": \"2\"\n        }\n    ]  \n}"}],"_postman_id":"0ea37758-9df1-466c-8183-018f29732265"},{"name":"Create or Update a Customer","id":"785a03fc-1c01-4f3c-9472-983e60d27baa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"customerType\": \"COMMERCIAL\",\r\n  \"entryType\": \"Customer\",          \r\n  \"customerAddress\": {\r\n    \"lastName\": \"DOE\",\r\n    \"firstName\": \"JOHN\",\r\n    \"address1\": \"1234 MAIN ST\",\r\n    \"address2\": \"STE 33\",\r\n    \"city\": \"ANYTOWN\",\r\n    \"state\": \"CA\",\r\n    \"postalCode\": \"91332\",\r\n    \"county\": \"LOS ANGELES\"\r\n  },\r\n  \"shipToAddress\": {\r\n    \"lastName\": \"DOE\",\r\n    \"firstName\": \"JOHN\",\r\n    \"address1\": \"1234 MAIN ST\",\r\n    \"address2\": \"STE 33\",\r\n    \"city\": \"ANYTOWN\",\r\n    \"state\": \"CA\",\r\n    \"postalCode\": \"91332\",\r\n    \"county\": \"LOS ANGELES\"\r\n  },\r\n  \"phone1\": \"661-555-1212\",\r\n  \"phone2\": \"818-298-0000\",\r\n  \"email\": \"john.doe@gmail.com\",\r\n  \"taxStatus\": \"Tax\",               \r\n  \"taxMethod\": \"SalesTax\",          \r\n  \"preferredSalesperson1\": \"BOB\",\r\n  \"preferredSalesperson2\": \"\",\r\n  \"storeNumber\": 32\r\n}"},"url":"https://api.rfms.online/v2/customer/","description":"<p>Create a new customer or update an existing one. When creating a new customer the customerId element should be omitted.</p>\n<p>Some of the values must match a valid selection. For example, customerType must match one of several specific values. To see the available values, GET /customers (see above.)</p>\n<p>For users who have the correct parameters enabled, an association to a member (Main) or client (Branch) type referral may be made by including the following field(s):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"referralType\": \"client\", //or \"member\"\n    \"referralMemberId\" 1234 //required if referralType is \"client\", otherwise exclude from request body\n}\n\n</code></pre><p>For users that are associated with CCA/DRIVE, the lmsId field may be specified among the other elements like so:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"customerType\": \"COMMERCIAL\",\n    \"lmsId\": \"ABA123\",\n    \"customerAddress\": {...}\n}\n</code></pre>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","customer",""],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"3f3c37d3-159a-48e0-8c3f-2b5d1fd9d9ce","name":"Create a New Customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"customerType\": \"COMMERCIAL\",\r\n  \"entryType\": \"Customer\",          \r\n  \"customerAddress\": {\r\n    \"lastName\": \"DOE\",\r\n    \"firstName\": \"JOHN\",\r\n    \"address1\": \"1234 MAIN ST\",\r\n    \"address2\": \"STE 33\",\r\n    \"city\": \"ANYTOWN\",\r\n    \"state\": \"CA\",\r\n    \"postalCode\": \"91332\",\r\n    \"county\": \"LOS ANGELES\"\r\n  },\r\n  \"shipToAddress\": {\r\n    \"lastName\": \"DOE\",\r\n    \"firstName\": \"JOHN\",\r\n    \"address1\": \"1234 MAIN ST\",\r\n    \"address2\": \"STE 33\",\r\n    \"city\": \"ANYTOWN\",\r\n    \"state\": \"CA\",\r\n    \"postalCode\": \"91332\",\r\n    \"county\": \"LOS ANGELES\"\r\n  },\r\n  \"phone1\": \"661-555-1212\",\r\n  \"phone2\": \"818-298-0000\",\r\n  \"email\": \"john.doe@gmail.com\",\r\n  \"taxStatus\": \"Tax\",               \r\n  \"taxMethod\": \"SalesTax\",          \r\n  \"preferredSalesperson1\": \"BOB\",\r\n  \"preferredSalesperson2\": \"\"\r\n}"},"url":"https://api.rfms.online/v2/customer"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"a695cb9c-69a5-4c65-9987-6b60631e684a","name":"Update a Customer","originalRequest":{"method":"POST","header":[{"key":"Content-Type","type":"text","name":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"customerId\": 32394,\r\n  \"customerType\": \"COMMERCIAL\",\r\n  \"entryType\": \"Customer\",          \r\n  \"customerAddress\": {\r\n    \"lastName\": \"DOE\",\r\n    \"firstName\": \"JOHN\",\r\n    \"address1\": \"1234 MAIN ST\",\r\n    \"address2\": \"STE 33\",\r\n    \"city\": \"ANYTOWN\",\r\n    \"state\": \"CA\",\r\n    \"postalCode\": \"91332\",\r\n    \"county\": \"LOS ANGELES\"\r\n  },\r\n  \"shipToAddress\": {\r\n    \"lastName\": \"DOE\",\r\n    \"firstName\": \"JOHN\",\r\n    \"address1\": \"1234 MAIN ST\",\r\n    \"address2\": \"STE 33\",\r\n    \"city\": \"ANYTOWN\",\r\n    \"state\": \"CA\",\r\n    \"postalCode\": \"91332\",\r\n    \"county\": \"LOS ANGELES\"\r\n  },\r\n  \"phone1\": \"661-555-1212\",\r\n  \"phone2\": \"818-298-0000\",\r\n  \"email\": \"john.doe@gmail.com\",\r\n  \"taxStatus\": \"Tax\",               \r\n  \"taxMethod\": \"SalesTax\",          \r\n  \"preferredSalesperson1\": \"BOB\",\r\n  \"preferredSalesperson2\": \"\"\r\n}"},"url":"https://api.rfms.online/v2/customer/"},"status":"OK","code":200,"_postman_previewlanguage":"","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"785a03fc-1c01-4f3c-9472-983e60d27baa"},{"name":"Create an Opportunity","id":"eec411fd-a346-4e4f-94cd-f3c3bdb27a68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n  \"createOrder\": false,\r\n  \"notes\": \"SAMPLE NOTES\",\r\n  \"estimatedDeliveryDate\": \"3/1/2019\",\r\n  \"storeNumber\": 32,\r\n  \"customerType\": \"COMMERCIAL\",\r\n  \"entryType\": \"Customer\",          \r\n  \"customerAddress\": {\r\n  \t\"businessName\": \"ACME\",\r\n    \"lastName\": \"DOE\",\r\n    \"firstName\": \"JOHN\",\r\n    \"address1\": \"1234 MAIN ST\",\r\n    \"address2\": \"STE 33\",\r\n    \"city\": \"ANYTOWN\",\r\n    \"state\": \"CA\",\r\n    \"postalCode\": \"91332\",\r\n    \"county\": \"LOS ANGELES\"\r\n  },\r\n  \"shipToAddress\": {\r\n    \"lastName\": \"DOE\",\r\n    \"firstName\": \"JOHN\",\r\n    \"address1\": \"1234 MAIN ST\",\r\n    \"address2\": \"STE 33\",\r\n    \"city\": \"ANYTOWN\",\r\n    \"state\": \"CA\",\r\n    \"postalCode\": \"91332\",\r\n    \"county\": \"LOS ANGELES\"\r\n  },\r\n  \"phone1\": \"661-555-1212\",\r\n  \"phone2\": \"818-298-0000\",\r\n  \"email\": \"john.doe@gmail.com\",\r\n  \"taxStatus\": \"Tax\",               \r\n  \"taxMethod\": \"SalesTax\",          \r\n  \"preferredSalesperson1\": \"BOB\",\r\n  \"preferredSalesperson2\": \"\",\r\n  \"poNumber\": \"12346\",\r\n  \"jobNumber\": \"X22333\"\r\n}"},"url":"https://api.rfms.online/v2/opportunity","description":"<p>Create a new customer and a corresponding document. The document may be one of the following:</p>\n<ul>\n<li><p>For companies with an active CRM license, a CRM Opportunity can be created by setting useCRM to true.</p>\n</li>\n<li><p>An empty Quote if createOrder is false or omitted</p>\n</li>\n<li><p>An empty Order if createOrder is true (see below for the option to create a web order or regular order)</p>\n</li>\n<li><p>A BidPro estimate if useBidPro is true.</p>\n</li>\n</ul>\n<p>The request is nearly identical to that of Create Customer, but includes a few additional elements that are specific to the document (quote or order) that will be created. Returns the new document number.</p>\n<p>If your store is configured in such a way to allow referrals, an opportunity, like a customer, may also be assigned as either a member (Main) or client (Branch) type referral. See Create Or Update a Customer for more detailed instructions.</p>\n<p>If your store is associated with CCA/DRIVE, lmsId may be added to a new opportunity as well. See Create Or Update Customer for more detailed instructions.</p>\n<h2 id=\"using-an-existing-customer\">Using an existing customer</h2>\n<p>Depending on your store's configuration, an error might occur if a customer already exists with the same name and phone number. When that occurs, the response will look like this.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"accepted\": false,\n    \"requestId\": \"\",\n    \"messages\": [\n        \"A Sales Lead, Prospect or Customer record with this name and phone number already exists.\",\n        \"existingCustomerId:74028\"\n    ]\n}\n\n</code></pre><p>You can use this same method to create just the empty quote associated with the existing customer. To do that, include just the customerId and quote-specific fields, like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"customerid\": 74028,\n  \"notes\": \"SAMPLE NOTES\",\n  \"estimatedDeliveryDate\": \"3/1/2019\",\n  \"storeNumber\": 32,\n  \"preferredSalesperson1\": \"BOB\",\n  \"preferredSalesperson2\": \"\"\n}\n\n</code></pre><p>When using an existing customer, you can still optionally override the ship-to address by including the ship-to element, like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"customerid\": 74028,\n  \"shipTo\": { ... },\n  ...\n}\n\n</code></pre><h2 id=\"using-bidpro\">Using BidPro</h2>\n<p>Rather than creating a corresponding quote, you can also create a blank BidPro estimate. To do this, include the following elements in your message:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"useBidPro\": true,\n  \"modelName\": \"OPPORTUNITY\",\n  ...\n}\n\n</code></pre><p>Model name is a required field for many stores when creating a BidPro estimate. You can pass any value you like for that and it will be included in the estimate.</p>\n<h2 id=\"using-project-manager\">Using Project Manager</h2>\n<p>To create a sales lead in Project Manager, include the following element in your message:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"useProjectManager\": true,\n  ...\n}\n\n</code></pre><p>Note that if this field is true, other flags, such as <code>useBidPro</code> or <code>createOrder</code> will be ignored.</p>\n<h2 id=\"providing-a-custom-document-number\">Providing a custom document number</h2>\n<p>Normally, RFMS will generate a new quote, order, or estimate number. However, you can send the one you would like to use. Simply include this attribute:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"documentNumber\": \"ABC123\",\n  ...\n}\n\n</code></pre><p>Your store must be configured to allow this.</p>\n<h2 id=\"business-name-behavior\">Business name behavior</h2>\n<p>The opportunity accepts a businessName for soldTo and shipTo, and if provided it will be recorded on the customer that is created. However, quotes and orders do not have this field.</p>\n<p>If businessName is provided for an address, it will be used as the lastName on the quote or order, and the firstName will be left blank.</p>\n<h2 id=\"specifying-an-order-type\">Specifying an Order Type</h2>\n<p>If the creation of an opportunity is to be associated with a new order, the way to specify a <strong>non web order</strong> is as follows. Otherwise, the order will be considered a web order</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"createOrder\": true,\n  \"orderType\": \"Order\"\n}\n\n</code></pre><h2 id=\"saving-to-a-secondary-company\">Saving to a secondary company</h2>\n<p>The default behavior of this method will be to save a new opportunity to the primary store associated with the public api. To override this behavior, add to the main body of the opportunity and populate the companyId field with the corresponding company id of the secondary company to which the opportunity must be added.</p>\n<h2 id=\"additional-parameters\">Additional Parameters</h2>\n<p>The following table describes some additional parameters that can be saved to the opportunity:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>journey</td>\n<td>string</td>\n<td>Code indicating the \"customer journey\" this opportunity should enter. (Third-party developer feature only)</td>\n</tr>\n<tr>\n<td>journeyDetail</td>\n<td>string</td>\n<td>Journey-specific details about the journey. (Third-party developer feature only)</td>\n</tr>\n<tr>\n<td>marketingOptIn</td>\n<td>object</td>\n<td>See available fields below</td>\n</tr>\n<tr>\n<td>marketingOptIn: email</td>\n<td>boolean</td>\n<td>Required. Indicates if the user has opted into receiving emails.</td>\n</tr>\n<tr>\n<td>marketingOptIn: sms</td>\n<td>boolean</td>\n<td>Required. Indicates if the user has opted into receiving text messages.</td>\n</tr>\n<tr>\n<td>marketingOptIn: optInDate</td>\n<td>DateTime</td>\n<td>Optional. The time stamp of the opt-in. (May be used for compliance purposes)</td>\n</tr>\n<tr>\n<td>marketingOptIn: ipAddress</td>\n<td>string</td>\n<td>Optional. The IP address of the opt-in. (May be used for compliance purposes)</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","opportunity"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"2a8ae858-479e-459c-8d25-1e65972f062e","name":"Create a New Opportunity","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n  \"createOrder\": false,\r\n  \"notes\": \"SAMPLE NOTES\",\r\n  \"estimatedDeliveryDate\": \"3/1/2019\",\r\n  \"measureDate\": \"4/12/2020\",\r\n  \"timeSlot\": 1,  \r\n  \"storeNumber\": 32,\r\n  \"adSource\": \"INTERNET\",\r\n  \"customerType\": \"COMMERCIAL\",\r\n  \"entryType\": \"Customer\",          \r\n  \"customerAddress\": {\r\n  \t\"businessName\": \"ACME\",\r\n    \"lastName\": \"DOE\",\r\n    \"firstName\": \"JOHN\",\r\n    \"address1\": \"1234 MAIN ST\",\r\n    \"address2\": \"STE 33\",\r\n    \"city\": \"ANYTOWN\",\r\n    \"state\": \"CA\",\r\n    \"postalCode\": \"91332\",\r\n    \"county\": \"LOS ANGELES\"\r\n  },\r\n  \"shipToAddress\": {\r\n    \"lastName\": \"DOE\",\r\n    \"firstName\": \"JOHN\",\r\n    \"address1\": \"1234 MAIN ST\",\r\n    \"address2\": \"STE 33\",\r\n    \"city\": \"ANYTOWN\",\r\n    \"state\": \"CA\",\r\n    \"postalCode\": \"91332\",\r\n    \"county\": \"LOS ANGELES\"\r\n  },\r\n  \"phone1\": \"661-555-1212\",\r\n  \"phone2\": \"818-298-0000\",\r\n  \"email\": \"john.doe@gmail.com\",\r\n  \"taxStatus\": \"Tax\",               \r\n  \"taxMethod\": \"SalesTax\",          \r\n  \"preferredSalesperson1\": \"BOB\",\r\n  \"preferredSalesperson2\": \"\",\r\n  \"poNumber\": \"12346\",\r\n  \"jobNumber\": \"X22333\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/opportunity"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"ES803274\"\n}"}],"_postman_id":"eec411fd-a346-4e4f-94cd-f3c3bdb27a68"},{"name":"Get CRM Opportunities","id":"63399e4a-3bba-41a1-80db-3ecc29581ca1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/opportunities","description":"<p>Fetches all opportunities that have been modified within the past seven days</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","opportunities"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"d7151f67-b731-4018-a131-a923fa9a7234","name":"Get CRM Opportunities ","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/opportunities"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXG9wcG9ydHVuaXRpZXM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 28 Jun 2021 19:01:13 GMT"},{"key":"Content-Length","value":"1161"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"id\": \"N07W7BPIXY\",\n            \"title\": \"DANNY WILSON\",\n            \"customerId\": \"1472\",\n            \"salesperson\": \"kurt@rfmstest.com\",\n            \"store\": 32,\n            \"dateCreated\": \"3/17/2021\",\n            \"lastModified\": \"6/28/2021 1:58 PM\",\n            \"totalValue\": 22402.21,\n            \"stage\": \"Quote\",\n            \"quotes\": [\n                \"ES103292\",\n                \"undefined\"\n            ],\n            \"quoteApproval\": \"undefined\",\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"IVUWQJ2SQX\",\n            \"title\": \"MCM-1370, MCM-1370\",\n            \"customerId\": \"75691\",\n            \"salesperson\": \"justin@branch.com\",\n            \"store\": 57,\n            \"dateCreated\": \"4/5/2021\",\n            \"lastModified\": \"6/28/2021 1:50 PM\",\n            \"totalValue\": 17261.02,\n            \"stage\": \"Quote\",\n            \"quotes\": [\n                \"ES103329\"\n            ],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 963816,\n                    \"colorId\": 7602135,\n                    \"quantity\": 1200,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 3.99\n                }\n            ]\n        },\n        {\n            \"id\": \"9I9D9U503A\",\n            \"title\": \"SERGEEV, ALYOSHA\",\n            \"customerId\": \"75557\",\n            \"salesperson\": \"justestimator@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"5/6/2021\",\n            \"lastModified\": \"6/28/2021 1:50 PM\",\n            \"totalValue\": 1422,\n            \"stage\": \"Products\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1038121,\n                    \"colorId\": 8371554,\n                    \"quantity\": 600,\n                    \"sampleCheckedOut\": true,\n                    \"price\": 2\n                },\n                {\n                    \"id\": 918873,\n                    \"colorId\": 6989115,\n                    \"quantity\": 600,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 2.37\n                }\n            ]\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"63399e4a-3bba-41a1-80db-3ecc29581ca1"},{"name":"Get CRM Opportunities  By Stage","id":"cb235a8c-8d7e-415a-bb87-1a0e0e899704","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/opportunities/:stage","description":"<blockquote>\n<p>This method requires the \"Plus\" level of the API product at a minimum.</p>\n</blockquote>\n<p>Gets all CRM opportunities by stage. \nStages to select from include the following:</p>\n<ol>\n<li>To Do</li>\n<li>Contact</li>\n<li>Products</li>\n<li>Measure</li>\n<li>Quote</li>\n<li>Won</li>\n<li>Lost</li>\n</ol>\n<p><em>Please note that within the CRM application, a company can rename stages. The above stages are the generic names, not the company-specific alias'. They are listed by the order in which they appear in CRM</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","opportunities",":stage"],"host":["api","rfms","online"],"query":[],"variable":[{"id":"6167939e-05cd-43ac-9991-ec36db9808b7","description":{"content":"<p>Stage by which to filter</p>\n","type":"text/plain"},"type":"any","value":null,"key":"stage"}]}},"response":[{"id":"51856ad4-79ce-4328-9fd4-5eb059302944","name":"Get CRM Opportunities  By Stage","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.rfms.online/v2/opportunities/:stage","protocol":"https","host":["api","rfms","online"],"path":["v2","opportunities",":stage"],"variable":[{"key":"stage","value":"Measure"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXG9wcG9ydHVuaXRpZXNcTWVhc3VyZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 14:59:58 GMT"},{"key":"Content-Length","value":"14744"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"id\": \"DP3LP1E3C7\",\n            \"title\": \"KONG, KING\",\n            \"customerId\": \"75065\",\n            \"salesperson\": \"giul@branch.com\",\n            \"store\": 0,\n            \"dateCreated\": \"11/27/2019\",\n            \"lastModified\": \"6/7/2021 11:42 AM\",\n            \"totalValue\": 254.62,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"2GLKH6725E\",\n            \"title\": \"JAMES SMITH\",\n            \"customerId\": \"1392\",\n            \"salesperson\": \"SNEAKY PETE\",\n            \"store\": 0,\n            \"dateCreated\": \"2/27/2020\",\n            \"lastModified\": \"11/16/2020 9:56 AM\",\n            \"totalValue\": 3588.19,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 986136,\n                    \"colorId\": 7813587,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 8.39\n                }\n            ]\n        },\n        {\n            \"id\": \"VB4HGK5BZ3\",\n            \"title\": \"BEERHAUS, ARCHIE\",\n            \"customerId\": \"75434\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 0,\n            \"dateCreated\": \"5/27/2020\",\n            \"lastModified\": \"9/3/2020 8:10 AM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"AY4N0JJQQ6\",\n            \"title\": \"1569610676320, JOETRUSTWORTHY 2020-05-28\",\n            \"customerId\": \"74500\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 32,\n            \"dateCreated\": \"5/28/2020\",\n            \"lastModified\": \"7/29/2020 9:44 AM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"MD26PWPVUL\",\n            \"title\": \"BUILDER, BOB\",\n            \"customerId\": \"75483\",\n            \"salesperson\": \"justin@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"7/10/2020\",\n            \"lastModified\": \"8/26/2020 10:42 AM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 963816,\n                    \"colorId\": 7602150,\n                    \"quantity\": 20,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 1.68\n                }\n            ]\n        },\n        {\n            \"id\": \"84IL5GNF8T\",\n            \"title\": \"MM-3044, TIFFANY\",\n            \"customerId\": \"75509\",\n            \"salesperson\": \"test1@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"8/28/2020\",\n            \"lastModified\": \"9/2/2020 11:28 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1002684,\n                    \"colorId\": 7973480,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 5.03\n                }\n            ]\n        },\n        {\n            \"id\": \"TAAPR8N5VA\",\n            \"title\": \"MM-3044, LAURA\",\n            \"customerId\": \"75510\",\n            \"salesperson\": \"test1@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"8/28/2020\",\n            \"lastModified\": \"8/27/2020 10:17 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1002684,\n                    \"colorId\": 7973463,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 5.03\n                }\n            ]\n        },\n        {\n            \"id\": \"UYYHUFO7CQ\",\n            \"title\": \"FRIEDMAN, JONATHAN\",\n            \"customerId\": \"3129\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 32,\n            \"dateCreated\": \"9/3/2020\",\n            \"lastModified\": \"5/26/2021 3:55 PM\",\n            \"totalValue\": 10000,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1034528,\n                    \"colorId\": 8354181,\n                    \"quantity\": 1200,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 4.32\n                }\n            ]\n        },\n        {\n            \"id\": \"VXZNBN367O\",\n            \"title\": \"BANUELOS, CARLOS\",\n            \"customerId\": \"75515\",\n            \"salesperson\": \"eta@branch.com\",\n            \"store\": 0,\n            \"dateCreated\": \"9/9/2020\",\n            \"lastModified\": \"10/1/2020 12:29 PM\",\n            \"totalValue\": 2723.94,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"GVYA07WGZH\",\n            \"title\": \"BEVERLY SMITH\",\n            \"customerId\": \"1286\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"10/6/2020\",\n            \"lastModified\": \"10/6/2020 11:10 AM\",\n            \"totalValue\": 3687,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"PEV0NZMMAG\",\n            \"title\": \"BRANDON SMITH\",\n            \"customerId\": \"968\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"10/6/2020\",\n            \"lastModified\": \"10/6/2020 11:16 AM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"60TSWOVWE0\",\n            \"title\": \"EVAN SMITH\",\n            \"customerId\": \"2068\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"10/6/2020\",\n            \"lastModified\": \"10/25/2020 11:47 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"K0ZSRDY7AO\",\n            \"title\": \"BEVERLY SMITH\",\n            \"customerId\": \"1286\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 32,\n            \"dateCreated\": \"10/7/2020\",\n            \"lastModified\": \"10/20/2020 11:40 AM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"OGVIKY86T2\",\n            \"title\": \"1, MMTEST\",\n            \"customerId\": \"75552\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 0,\n            \"dateCreated\": \"10/8/2020\",\n            \"lastModified\": \"10/8/2020 9:42 AM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"V47LRF2ZZL\",\n            \"title\": \"UNREF, UNREF\",\n            \"customerId\": \"75571\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"10/22/2020\",\n            \"lastModified\": \"3/1/2021 3:12 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 963816,\n                    \"colorId\": 7602159,\n                    \"quantity\": 216,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 3.99\n                },\n                {\n                    \"id\": 1037747,\n                    \"colorId\": 8371147,\n                    \"quantity\": 100,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0.71\n                }\n            ]\n        },\n        {\n            \"id\": \"O3L7KV8Y8Z\",\n            \"title\": \"BALAKITSIS, THOMAS\",\n            \"customerId\": \"2762\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 32,\n            \"dateCreated\": \"1/11/2021\",\n            \"lastModified\": \"1/11/2021 3:45 PM\",\n            \"totalValue\": 744.75,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"WFJ8Q004NI\",\n            \"title\": \"BRANDON SMITH\",\n            \"customerId\": \"968\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"1/15/2021\",\n            \"lastModified\": \"1/14/2021 7:46 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"HO4MBSYAI2\",\n            \"title\": \"WILSON, KURT & SARAH\",\n            \"customerId\": \"75632\",\n            \"salesperson\": \"kurt@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"1/15/2021\",\n            \"lastModified\": \"7/7/2021 11:02 AM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"M11UIYCQEN\",\n            \"title\": \"BROWN, JAMES\",\n            \"customerId\": \"75633\",\n            \"salesperson\": \"kurt@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"1/15/2021\",\n            \"lastModified\": \"1/19/2021 1:16 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1038121,\n                    \"colorId\": 8371554,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0\n                },\n                {\n                    \"id\": 1038133,\n                    \"colorId\": 8371627,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0\n                },\n                {\n                    \"id\": 1038337,\n                    \"colorId\": 8374248,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0\n                },\n                {\n                    \"id\": 1038131,\n                    \"colorId\": 8371603,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0\n                }\n            ]\n        },\n        {\n            \"id\": \"IDZ14UPJMM\",\n            \"title\": \"HURBERD THOMAS\",\n            \"customerId\": \"667\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"1/19/2021\",\n            \"lastModified\": \"1/19/2021 3:48 PM\",\n            \"totalValue\": 1602.86,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"0QJN8XLA4H\",\n            \"title\": \"CONWELL, THOMAS\",\n            \"customerId\": \"2763\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"1/19/2021\",\n            \"lastModified\": \"1/19/2021 5:37 PM\",\n            \"totalValue\": 1240.52,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"IS7X7IAB4I\",\n            \"title\": \"BEVERLY SMITH\",\n            \"customerId\": \"1286\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"1/19/2021\",\n            \"lastModified\": \"1/19/2021 5:44 PM\",\n            \"totalValue\": 1240.52,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"PHTHYZ70O8\",\n            \"title\": \"CONWELL, THOMAS\",\n            \"customerId\": \"2763\",\n            \"salesperson\": \"th@rfmstest.com\",\n            \"store\": 32,\n            \"dateCreated\": \"1/25/2021\",\n            \"lastModified\": \"1/25/2021 11:46 AM\",\n            \"totalValue\": 689.13,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"D7NCGLH77H\",\n            \"title\": \"CONWELL, THOMAS\",\n            \"customerId\": \"2763\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"1/27/2021\",\n            \"lastModified\": \"4/27/2021 3:11 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"XGXYQBJZZW\",\n            \"title\": \"VELAND, RUDY\",\n            \"customerId\": \"72239\",\n            \"salesperson\": \"newipad@rfmstest.com\",\n            \"store\": 32,\n            \"dateCreated\": \"2/5/2021\",\n            \"lastModified\": \"7/15/2021 9:43 AM\",\n            \"totalValue\": 5915.28,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1002684,\n                    \"colorId\": 7973519,\n                    \"quantity\": 1176,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 5.03\n                }\n            ]\n        },\n        {\n            \"id\": \"E7S3HV5WYJ\",\n            \"title\": \"CRM-377 multi option\",\n            \"customerId\": \"72239\",\n            \"salesperson\": \"newipad@rfmstest.com\",\n            \"store\": 32,\n            \"dateCreated\": \"2/5/2021\",\n            \"lastModified\": \"7/5/2021 1:12 PM\",\n            \"totalValue\": 18392.64,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 992048,\n                    \"colorId\": 7814432,\n                    \"quantity\": 1176,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 3.35\n                },\n                {\n                    \"id\": 1002684,\n                    \"colorId\": 7973480,\n                    \"quantity\": 1176,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 12.29\n                },\n                {\n                    \"id\": 1002684,\n                    \"colorId\": 7973519,\n                    \"quantity\": 1176,\n                    \"sampleCheckedOut\": true,\n                    \"price\": 6.72\n                },\n                {\n                    \"id\": 992048,\n                    \"colorId\": 7814424,\n                    \"quantity\": 1176,\n                    \"sampleCheckedOut\": true,\n                    \"price\": 1.42\n                },\n                {\n                    \"id\": 992048,\n                    \"colorId\": 7814429,\n                    \"quantity\": 1176,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 1.17\n                },\n                {\n                    \"id\": 1002684,\n                    \"colorId\": 7973463,\n                    \"quantity\": 1176,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 5.65\n                }\n            ]\n        },\n        {\n            \"id\": \"DSJ2PT4QF9\",\n            \"title\": \"DANNY WILSON\",\n            \"customerId\": \"1472\",\n            \"salesperson\": \"kurt@rfmstest.com\",\n            \"store\": 50,\n            \"dateCreated\": \"3/5/2021\",\n            \"lastModified\": \"7/15/2021 9:43 AM\",\n            \"totalValue\": 3531.84,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 988174,\n                    \"colorId\": 7783472,\n                    \"quantity\": 800,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 3.12\n                },\n                {\n                    \"id\": 963552,\n                    \"colorId\": 7595238,\n                    \"quantity\": 89,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 3.04\n                },\n                {\n                    \"id\": 988174,\n                    \"colorId\": 7783458,\n                    \"quantity\": 900,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 3.12\n                },\n                {\n                    \"id\": 918196,\n                    \"colorId\": 6983586,\n                    \"quantity\": 696,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 1.04\n                }\n            ]\n        },\n        {\n            \"id\": \"61Y53UEEBT\",\n            \"title\": \"MARTINEZ, STEVE\",\n            \"customerId\": \"75653\",\n            \"salesperson\": \"carlos2@branch.com\",\n            \"store\": 50,\n            \"dateCreated\": \"3/5/2021\",\n            \"lastModified\": \"10/27/2021 9:49 AM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1038521,\n                    \"colorId\": 8377046,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0\n                },\n                {\n                    \"id\": 1038520,\n                    \"colorId\": 8377045,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0\n                }\n            ]\n        },\n        {\n            \"id\": \"EASWFSG0VC\",\n            \"title\": \"JACKSON, LAMAR\",\n            \"customerId\": \"75686\",\n            \"salesperson\": \"carlos2@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"3/22/2021\",\n            \"lastModified\": \"9/29/2021 2:32 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1038520,\n                    \"colorId\": 8377045,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0\n                },\n                {\n                    \"id\": 1038521,\n                    \"colorId\": 8377046,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0\n                }\n            ]\n        },\n        {\n            \"id\": \"8BD68QW51V\",\n            \"title\": \"TESTINGLN, TESTINGFN\",\n            \"customerId\": \"75689\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"4/2/2021\",\n            \"lastModified\": \"6/30/2021 6:13 PM\",\n            \"totalValue\": 178,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1019787,\n                    \"colorId\": 8199835,\n                    \"quantity\": 89,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 2\n                }\n            ]\n        },\n        {\n            \"id\": \"LYXS2CQ1R8\",\n            \"title\": \"BANUELOS2, CARLOS\",\n            \"customerId\": \"75561\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 0,\n            \"dateCreated\": \"5/5/2021\",\n            \"lastModified\": \"5/5/2021 11:02 AM\",\n            \"totalValue\": 1089.83,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"N6Q1627CRG\",\n            \"title\": \"DONALD SMITHs\",\n            \"customerId\": \"804\",\n            \"salesperson\": \"test1@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"5/10/2021\",\n            \"lastModified\": \"6/7/2021 12:08 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1020164,\n                    \"colorId\": 0,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0\n                }\n            ]\n        },\n        {\n            \"id\": \"EBF1VS1CMY\",\n            \"title\": \"CRM-510, WALLY\",\n            \"customerId\": \"75744\",\n            \"salesperson\": \"newipad@rfmstest.com\",\n            \"store\": 32,\n            \"dateCreated\": \"7/27/2021\",\n            \"lastModified\": \"8/26/2021 3:56 PM\",\n            \"totalValue\": 1157.1,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1002684,\n                    \"colorId\": 7973463,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 5.03\n                }\n            ]\n        },\n        {\n            \"id\": \"KPA1B2GLFI\",\n            \"title\": \"Carlos, Carlos\",\n            \"customerId\": \"75767\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 0,\n            \"dateCreated\": \"9/10/2021\",\n            \"lastModified\": \"9/29/2021 2:21 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 1038520,\n                    \"colorId\": 8377045,\n                    \"quantity\": 0,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 0\n                }\n            ]\n        },\n        {\n            \"id\": \"GGY9M4WPZ7\",\n            \"title\": \"!, ROOM\",\n            \"customerId\": \"75860\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 53,\n            \"dateCreated\": \"9/24/2021\",\n            \"lastModified\": \"9/24/2021 2:34 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"RNEVLAM1GK\",\n            \"title\": \"PM, NEW\",\n            \"customerId\": \"75861\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 53,\n            \"dateCreated\": \"9/24/2021\",\n            \"lastModified\": \"9/24/2021 2:39 PM\",\n            \"totalValue\": 1203.11,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"CEQ4OWSLZG\",\n            \"title\": \"BANCASH, CARCASH\",\n            \"customerId\": \"75863\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"10/4/2021\",\n            \"lastModified\": \"11/16/2021 3:55 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"4YYGYMCYOS\",\n            \"title\": \"MOE-1044, RUDY\",\n            \"customerId\": \"75641\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"10/11/2021\",\n            \"lastModified\": \"10/27/2021 10:52 AM\",\n            \"totalValue\": 49.92,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": [\n                {\n                    \"id\": 992048,\n                    \"colorId\": 7814434,\n                    \"quantity\": 48,\n                    \"sampleCheckedOut\": false,\n                    \"price\": 1.04\n                }\n            ]\n        },\n        {\n            \"id\": \"1DEPWDKS3J\",\n            \"title\": \"BBUILDER, CBUILDER\",\n            \"customerId\": \"75865\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"10/12/2021\",\n            \"lastModified\": \"10/22/2021 3:11 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"T8GBXQOWM7\",\n            \"title\": \"CORBIN CUSTOM HOMEBUILDERS\",\n            \"customerId\": \"354\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"10/12/2021\",\n            \"lastModified\": \"11/15/2021 1:33 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"382Q58TCE4\",\n            \"title\": \"BANUELOS, CHRIS\",\n            \"customerId\": \"75702\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 32,\n            \"dateCreated\": \"11/1/2021\",\n            \"lastModified\": \"11/1/2021 10:21 AM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"MOYBSM1F5U\",\n            \"title\": \"BANUELOS, CARLOS\",\n            \"customerId\": \"75515\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 65,\n            \"dateCreated\": \"11/3/2021\",\n            \"lastModified\": \"11/3/2021 2:51 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"KI1GLT7R8K\",\n            \"title\": \"BANUELOS, CARLOS\",\n            \"customerId\": \"75741\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 65,\n            \"dateCreated\": \"11/3/2021\",\n            \"lastModified\": \"11/15/2021 1:31 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"MQDVW3KE0Y\",\n            \"title\": \"BANUELOS, CARLOS\",\n            \"customerId\": \"75608\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 65,\n            \"dateCreated\": \"11/3/2021\",\n            \"lastModified\": \"11/3/2021 3:16 PM\",\n            \"totalValue\": 0,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        },\n        {\n            \"id\": \"LEDQPKZQZF\",\n            \"title\": \"BANUELOS, CARLOS\",\n            \"customerId\": \"75608\",\n            \"salesperson\": \"carlos@branch.com\",\n            \"store\": 65,\n            \"dateCreated\": \"11/3/2021\",\n            \"lastModified\": \"11/12/2021 1:24 PM\",\n            \"totalValue\": 1032.88,\n            \"stage\": \"Measure\",\n            \"quotes\": [],\n            \"quoteApproval\": null,\n            \"orders\": [],\n            \"products\": []\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"cb235a8c-8d7e-415a-bb87-1a0e0e899704"},{"name":"Get Opportunity Change Logs","id":"8360dae6-5d49-4f7e-a18f-679b767f3291","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/opportunities/lastmodified","description":"<p>Retrieves a list of opportunities that have been modified or created in the last seven days. If an opportunity's status has changed, the change will be recorded and the opportunity will be included in the list returned by this method.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","opportunities","lastmodified"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"626ba14b-aba2-4211-8a4a-cd345ef93948","name":"Get Opportunity Change Logs","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/opportunities/lastmodified"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 22 Dec 2021 14:19:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"opportunityId\": \"3X4R7W4WYW\",\n            \"opportunityName\": \"CIDER, APPLE\",\n            \"eventName\": \"STAGE CHANGED\",\n            \"eventTime\": \"12/15/2021 4:28:00 PM\",\n            \"user\": \"Carlos Banuelos\",\n            \"detail\": \"Quote -> Measure\"\n        },\n        {\n            \"opportunityId\": \"O3RP9Z0XO6\",\n            \"opportunityName\": \"KELLY, TAURUS\",\n            \"eventName\": \"STAGE CHANGED\",\n            \"eventTime\": \"12/15/2021 4:29:00 PM\",\n            \"user\": \"Carlos Banuelos\",\n            \"detail\": \"Won -> Quote\"\n        },\n        {\n            \"opportunityId\": \"O3RP9Z0XO6\",\n            \"opportunityName\": \"KELLY, TAURUS\",\n            \"eventName\": \"STAGE CHANGED\",\n            \"eventTime\": \"12/15/2021 4:29:00 PM\",\n            \"user\": \"Carlos Banuelos\",\n            \"detail\": \"Quote -> Measure\"\n        },\n        {\n            \"opportunityId\": \"LFWQD7C9I3\",\n            \"opportunityName\": \"JENKINS, LEROY\",\n            \"eventName\": \"STAGE CHANGED\",\n            \"eventTime\": \"12/15/2021 4:30:00 PM\",\n            \"user\": \"Carlos Banuelos\",\n            \"detail\": \"Won -> Quote\"\n        },\n        {\n            \"opportunityId\": \"LFWQD7C9I3\",\n            \"opportunityName\": \"JENKINS, LEROY\",\n            \"eventName\": \"STAGE CHANGED\",\n            \"eventTime\": \"12/15/2021 4:30:00 PM\",\n            \"user\": \"Carlos Banuelos\",\n            \"detail\": \"Quote -> Measure\"\n        },\n        {\n            \"opportunityId\": \"MVBY3Y7DTT\",\n            \"opportunityName\": \"WILSON, SHANE\",\n            \"eventName\": \"STAGE CHANGED\",\n            \"eventTime\": \"12/16/2021 4:37:00 PM\",\n            \"user\": \"Carlos Banuelos\",\n            \"detail\": \"To Do -> Measure\"\n        },\n        {\n            \"opportunityId\": \"63DLK8ZCZQ\",\n            \"opportunityName\": \"SHIPTO, TESTING\",\n            \"eventName\": \"STAGE CHANGED\",\n            \"eventTime\": \"12/16/2021 4:43:00 PM\",\n            \"user\": \"Carlos Banuelos\",\n            \"detail\": \"To Do -> Measure\"\n        },\n        {\n            \"opportunityId\": \"IY5EKWW05D\",\n            \"opportunityName\": \"MM-1617, STORY\",\n            \"eventName\": \"STAGE CHANGED\",\n            \"eventTime\": \"12/16/2021 9:11:00 PM\",\n            \"user\": \"lindsey\",\n            \"detail\": \"Quote -> Won\"\n        },\n        {\n            \"opportunityId\": \"7TVFEGMO1S\",\n            \"opportunityName\": \"SERGEEV, ALYOSHA\",\n            \"eventName\": \"OPPORTUNITY CREATED\",\n            \"eventTime\": \"12/20/2021 7:34:00 PM\",\n            \"user\": \"lindsey\",\n            \"detail\": \"To Do\"\n        },\n        {\n            \"opportunityId\": \"7TVFEGMO1S\",\n            \"opportunityName\": \"SERGEEV, ALYOSHA\",\n            \"eventName\": \"STAGE CHANGED\",\n            \"eventTime\": \"12/20/2021 8:06:00 PM\",\n            \"user\": \"lindsey\",\n            \"detail\": \"To Do -> Contact\"\n        },\n        {\n            \"opportunityId\": \"7TVFEGMO1S\",\n            \"opportunityName\": \"SERGEEV, ALYOSHA\",\n            \"eventName\": \"STAGE CHANGED\",\n            \"eventTime\": \"12/20/2021 8:07:00 PM\",\n            \"user\": \"lindsey\",\n            \"detail\": \"Contact -> Products\"\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"8360dae6-5d49-4f7e-a18f-679b767f3291"},{"name":"Get Opportunity","id":"f182a2ba-ee47-4ba4-a841-f33aa03bf05e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/opportunity/:id","description":"<p>Fetches an opportunity by ID</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","opportunity",":id"],"host":["api","rfms","online"],"query":[],"variable":[{"id":"c6c7de37-e0ef-4910-9f62-ab5e35674baf","type":"any","value":"","key":"id"}]}},"response":[{"id":"fd6ebc04-529c-4b5b-96a9-bdd81ca0d70c","name":"Get Opportunity","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.rfms.online/v2/opportunity/:id","protocol":"https","host":["api","rfms","online"],"path":["v2","opportunity",":id"],"variable":[{"key":"id","value":"NNUZ1RHDJE"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXG9wcG9ydHVuaXR5XE5OVVoxUkhESkU=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 05 Jul 2021 15:51:16 GMT"},{"key":"Content-Length","value":"414"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": {\n        \"id\": \"NNUZ1RHDJE\",\n        \"title\": \"TRUBISKY, MITCH\",\n        \"customerId\": \"75685\",\n        \"salesperson\": \"carlos2@branch.com\",\n        \"store\": 32,\n        \"dateCreated\": \"3/22/2021\",\n        \"lastModified\": \"7/2/2021 12:37 PM\",\n        \"totalValue\": 374.84,\n        \"stage\": \"Quote\",\n        \"quotes\": [\n            \"ES103494\"\n        ],\n        \"quoteApproval\": \"ES103494\",\n        \"orders\": [],\n        \"products\": [\n            {\n                \"id\": 918196,\n                \"colorId\": 6983585,\n                \"quantity\": 300,\n                \"sampleCheckedOut\": false,\n                \"price\": 1.04\n            }\n        ]\n    },\n    \"detail\": null\n}"}],"_postman_id":"f182a2ba-ee47-4ba4-a841-f33aa03bf05e"}],"id":"fffaef83-9f0f-4f56-a0f8-c0a2e7904c92","description":"<p>Access Customer information</p>\n<blockquote>\n<p><em>The methods in this section require the \"Standard\" level of the API product as a minimum.</em>  Requests from \"Plus\" and \"Enterprise\" level API accounts are also acceptable.</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"fd31c5ef-2284-405f-8424-75d2d325fdbc","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"fbd85097-0ff0-48a8-997f-25ecca492e3a","type":"text/javascript","exec":[""]}}],"_postman_id":"fffaef83-9f0f-4f56-a0f8-c0a2e7904c92","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}}},{"name":"Order Entry","item":[{"name":"Get order values","event":[{"listen":"test","script":{"id":"9421a9de-0642-4d4e-9236-d8ba0b666222","exec":["var jsonData = JSON.parse(responseBody);\r","\r","tests[\"Status code is 200\"] = responseCode.code === 200;\r","tests[\"Request is accepted\"] = jsonData.accepted;\r","postman.setEnvironmentVariable(\"lastMessage\", jsonData.requestId);\r","\r",""],"type":"text/javascript"}}],"id":"37a93689-1503-4605-8e5c-f490d615cac0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.rfms.online/v2/order","description":"<p>This will return master lists that can be used when creating new quotes or orders.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"73f88364-8bb1-4092-b3fc-c2b8fe146037","name":"Get order values","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":"https://api.rfms.online/v2/order"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"247"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 12 Dec 2019 19:01:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"userOrderTypeId\": [\n        {\n            \"id\": 1,\n            \"name\": \"APPROVED\"\n        },\n        {\n            \"id\": 3,\n            \"name\": \"IN REVIEW\"\n        },\n        {\n            \"id\": 2,\n            \"name\": \"REJECTED\"\n        }\n    ],\n    \"serviceTypeId\": [\n        {\n            \"id\": 1,\n            \"name\": \"CERTIFICATE \"\n        }\n    ],\n    \"contractTypeId\": [\n        {\n            \"id\": 1,\n            \"name\": \"CONTRACT SAMPLE\"\n        }\n    ]\n}"}],"_postman_id":"37a93689-1503-4605-8e5c-f490d615cac0"},{"name":"Get Quote","id":"fea344d6-b85c-4220-957f-5c2489b8320d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.rfms.online/v2/quote/:number?locked=false&includeAttachments=true","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Retrieve a specific quote.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","quote",":number"],"host":["api","rfms","online"],"query":[{"description":{"content":"<p>Lock the quote</p>\n","type":"text/plain"},"key":"locked","value":"false"},{"description":{"content":"<p>Returns attachments associated with the quote</p>\n","type":"text/plain"},"key":"includeAttachments","value":"true"}],"variable":[{"description":{"content":"<p>Quote number to get</p>\n","type":"text/plain"},"type":"string","value":"","key":"number"}]}},"response":[{"id":"f2480abd-7466-4c2b-b4e5-18fbcc183aae","name":"Get Quote","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"url":{"raw":"https://api.rfms.online/v2/quote/ES002971?locked=false&includeAttachments=true","protocol":"https","host":["api","rfms","online"],"path":["v2","quote","ES002971"],"query":[{"key":"locked","value":"false","type":"text"},{"key":"includeAttachments","value":"true","type":"text"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2161"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Apr 2021 12:18:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": {\n        \"id\": \"35813\",\n        \"number\": \"ES002971\",\n        \"originalNumber\": \"ES002971\",\n        \"category\": \"OriginalInvoice\",\n        \"soldTo\": {\n            \"customerId\": 75515,\n            \"phone1\": \"000-000-0205\",\n            \"phone2\": \"\",\n            \"email\": \"TEST@TEST.COM\",\n            \"customerType\": \"RETAIL-INSTALL\",\n            \"businessName\": null,\n            \"lastName\": \"BANUELOS\",\n            \"firstName\": \"CARLOS\",\n            \"address1\": \"123 TEST TUSCALOOSA AVE\",\n            \"address2\": \"\",\n            \"city\": \"TUSCALOOSA\",\n            \"state\": \"AL\",\n            \"postalCode\": \"35405\",\n            \"county\": \"TUSCALOOSA\"\n        },\n        \"shipTo\": {\n            \"businessName\": null,\n            \"lastName\": \"BANUELOS\",\n            \"firstName\": \"CARLOS\",\n            \"address1\": \"123 TEST TUSCALOOSA AVE\",\n            \"address2\": \"\",\n            \"city\": \"TUSCALOOSA\",\n            \"state\": \"AL\",\n            \"postalCode\": \"35405\",\n            \"county\": \"TUSCALOOSA\"\n        },\n        \"salesperson1\": \"KURT WILSON\",\n        \"salesperson2\": \"\",\n        \"salespersonSplitPercent\": 1,\n        \"storeCode\": \" \",\n        \"storeNumber\": 32,\n        \"jobNumber\": \"GRAIL\",\n        \"poNumber\": \"\",\n        \"privateNotes\": \"\",\n        \"publicNotes\": \"\",\n        \"workOrderNotes\": \"\",\n        \"estimatedDeliveryDate\": \"2021-04-20\",\n        \"enteredDate\": \"2020-10-01\",\n        \"measureDate\": \"\",\n        \"taxStatus\": \"Tax\",\n        \"taxMethod\": \"SalesTax\",\n        \"adSource\": null,\n        \"userOrderTypeId\": 0,\n        \"serviceTypeId\": 0,\n        \"contractTypeId\": 0,\n        \"totals\": {\n            \"material\": 144000,\n            \"labor\": 0,\n            \"misc\": 0,\n            \"total\": 156960,\n            \"salesTax\": 12960,\n            \"miscTax\": 0,\n            \"grandTotal\": 156960,\n            \"recycleFee\": 0\n        },\n        \"lines\": [\n            {\n                \"id\": 217399,\n                \"lineNumber\": 1,\n                \"productCode\": \"01\",\n                \"rollItemNumber\": \"\",\n                \"styleName\": \"AIMCO LIVING - 12'\",\n                \"colorName\": \"AMERICANA\",\n                \"supplierName\": \"MOHAWK INDUSTRIES\",\n                \"quantity\": 11999.9997,\n                \"saleUnits\": \"SF\",\n                \"freight\": 0,\n                \"unitPrice\": 12,\n                \"total\": 144000,\n                \"isUseTaxLine\": false,\n                \"notes\": \"\",\n                \"productId\": 0,\n                \"colorId\": 0,\n                \"delete\": false,\n                \"priceLevel\": null,\n                \"lineStatus\": \"None\",\n                \"inTransit\": false,\n                \"promiseDate\": \"\",\n                \"attachments\": [],\n                \"workOrderLines\": [\n                    {\n                        \"lineNumber\": 1,\n                        \"areaName\": \"TEST2 FOR API2\",\n                        \"quantity\": 11999.9997,\n                        \"rate\": 0,\n                        \"notes\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"attachments\": [],\n        \"storeSpecific\": null,\n        \"isExportedToOrder\": false,\n        \"quoteDate\": \"2020-10-01\",\n        \"orderNumber\": \"CG100223\",\n        \"orderDate\": \"2020-10-01\",\n        \"deliveryDate\": \"\",\n        \"dueDate\": \"\",\n        \"closedDate\": \"\",\n        \"billedDate\": \"\",\n        \"completedDate\": \"\",\n        \"billingGroup\": null,\n        \"payment\": {\n            \"paidDate\": \"\",\n            \"paidAmount\": 0,\n            \"balanceDue\": 156960\n        }\n    },\n    \"detail\": {\n        \"id\": \"35813\",\n        \"documentNumber\": \"ES002971\",\n        \"category\": \"OriginalInvoice\",\n        \"originalDocumentNumber\": \"ES002971\",\n        \"isWebOrder\": false,\n        \"documentType\": 0,\n        \"customer\": {\n            \"customerSource\": \"Customer\",\n            \"customerSourceId\": 75515,\n            \"salesLeadId\": 0,\n            \"customerName\": \"BANUELOS\",\n            \"customerFirstName\": \"CARLOS\",\n            \"actualCustomerFirstName\": null,\n            \"customerLastName\": null,\n            \"customerBusinessName\": null,\n            \"customerAddress\": \"123 TEST TUSCALOOSA AVE\",\n            \"customerAddress2\": \"\",\n            \"customerCity\": \"TUSCALOOSA\",\n            \"customerState\": \"AL\",\n            \"customerZIP\": \"35405\",\n            \"customerPhone\": \"000-000-0205\",\n            \"customerPhone2\": \"\",\n            \"customerPhone3\": null,\n            \"customerEmail\": \"TEST@TEST.COM\",\n            \"customerCounty\": \"TUSCALOOSA\",\n            \"shipToName\": \"BANUELOS\",\n            \"shipToFirstName\": \"CARLOS\",\n            \"shipToLastName\": null,\n            \"shipToBusinessName\": null,\n            \"actualShipToFirstName\": null,\n            \"shipToAddress\": \"123 TEST TUSCALOOSA AVE\",\n            \"shipToAddress2\": \"\",\n            \"shipToCity\": \"TUSCALOOSA\",\n            \"shipToState\": \"AL\",\n            \"shipToZIP\": \"35405\",\n            \"shipToCounty\": \"TUSCALOOSA\",\n            \"customerType\": \"RETAIL-INSTALL\",\n            \"referralType\": null,\n            \"referralMemberId\": 0,\n            \"referralMemberName\": null,\n            \"taxStatus\": \"Tax\",\n            \"taxMethod\": \"SalesTax\",\n            \"preferredPriceLevel\": 0,\n            \"preferredSalesperson1\": null,\n            \"preferredSalesperson2\": null,\n            \"jobNumberOverride\": null,\n            \"entryType\": null,\n            \"terms\": null,\n            \"termDays\": 0,\n            \"creditLimit\": 0,\n            \"defaultStore\": 0,\n            \"internalNotes\": null,\n            \"remarks\": null\n        },\n        \"salesperson\": \"KURT WILSON\",\n        \"salesperson2\": \"\",\n        \"salespersonCommissionSplitPercent\": 1,\n        \"billingGroup\": null,\n        \"measureDate\": null,\n        \"estimatedDeliveryDate\": \"2021-04-20T00:00:00\",\n        \"orderDate\": \"2020-10-01T00:00:00\",\n        \"dueDate\": null,\n        \"paidDate\": null,\n        \"enteredDate\": \"2020-10-01T00:00:00\",\n        \"deliveryDate\": null,\n        \"closedDate\": null,\n        \"billedDate\": null,\n        \"completedDate\": null,\n        \"poNumber\": \"\",\n        \"storeNumber\": 32,\n        \"storeDisplayCode\": \" \",\n        \"isOccupied\": false,\n        \"timeSlot\": 0,\n        \"privateNotes\": \"\",\n        \"publicNotes\": \"\",\n        \"workOrderNotes\": \"\",\n        \"adSource\": 0,\n        \"jobNumber\": \"GRAIL\",\n        \"modelName\": null,\n        \"userOrderType\": 0,\n        \"serviceType\": 0,\n        \"contractType\": 0,\n        \"totalTax\": 12960,\n        \"state\": {\n            \"documentId\": 35813,\n            \"documentNumber\": \"ES002971\",\n            \"documentType\": 0,\n            \"originalDocumentNumber\": \"ES002971\",\n            \"isExported\": false,\n            \"isVoided\": false,\n            \"salesTax\": 12960,\n            \"grandTotal\": 156960,\n            \"materialTotal\": 144000,\n            \"laborTotal\": 0,\n            \"miscCharges\": 0,\n            \"invoiceTotal\": 156960,\n            \"miscTax\": 0,\n            \"recycleFee\": 0,\n            \"totalPaid\": 0,\n            \"balanceDue\": 156960\n        },\n        \"proSource\": {\n            \"memberNumber\": 0,\n            \"memberName\": \"\",\n            \"businessName\": \"\"\n        },\n        \"lines\": [\n            {\n                \"lineId\": 217399,\n                \"lineAction\": null,\n                \"lineStatus\": \"None\",\n                \"inTransit\": false,\n                \"productCode\": \"01\",\n                \"tabKey\": null,\n                \"calcMethod\": null,\n                \"saleUnits\": \"SF\",\n                \"rollItemNumber\": \"\",\n                \"styleSeqNumber\": 1020356,\n                \"styleName\": \"AIMCO LIVING - 12'\",\n                \"styleNumber\": \"\",\n                \"colorSeqNumber\": 8211669,\n                \"colorName\": \"AMERICANA\",\n                \"colorCode\": null,\n                \"quantity\": 11999.9997,\n                \"orderLength\": 1000,\n                \"rollWidth\": 12,\n                \"rollWidthInInches\": 0,\n                \"lineNotes\": \"\",\n                \"internalNotes\": \"\",\n                \"unitPrice\": 12,\n                \"lineNumber\": 1,\n                \"lineTotal\": 144000,\n                \"fixedTotal\": false,\n                \"load\": 0,\n                \"freight\": 0,\n                \"salesTax\": 0,\n                \"priceLevelNumber\": 0,\n                \"inventorySeqNum\": 0,\n                \"sampleTaken\": false,\n                \"supplierName\": \"MOHAWK INDUSTRIES\",\n                \"unitCost\": 0,\n                \"useTaxLine\": false,\n                \"componentsAreRoll\": false,\n                \"subtype\": null,\n                \"calcMatchType\": null,\n                \"calcMatchTab\": null,\n                \"lineGroupId\": 0,\n                \"profitPercent\": 144000,\n                \"areaName\": null,\n                \"specialPOCostRef\": null,\n                \"specialPOCost\": 0,\n                \"specialPOCostComment\": \"\",\n                \"promiseDate\": null,\n                \"deliveryDate\": \"2021-04-20T00:00:00\",\n                \"hide\": false,\n                \"components\": [\n                    {\n                        \"lineNumber\": 1,\n                        \"name\": \"TEST2 FOR API2\",\n                        \"quantity\": 11999.9997,\n                        \"rate\": 0,\n                        \"lengthInInches\": 0,\n                        \"notes\": \"\"\n                    }\n                ],\n                \"attachedFiles\": []\n            }\n        ],\n        \"attachedFiles\": [],\n        \"lockInfo\": null,\n        \"companyId\": null\n    }\n}"}],"_postman_id":"fea344d6-b85c-4220-957f-5c2489b8320d"},{"name":"Create Quote","id":"5947b299-0df9-4198-a811-ffcf16050530","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"poNumber\": \"987654\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2019-07-01\",\n    \"estimatedDeliveryDate\": \"2019-08-01\",\n    \"jobNumber\": \"ABC123\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"userOrderTypeId\": 1,\n    \"serviceTypeId\": 1,\n    \"contractTypeId\": 1,\n    \"timeSlot\": 2,\n    \"isOccupied\": false,\n    \"phase\": \"1\",\n    \"model\": \"The Dystopian\",\n    \"unit\": \"101\",    \n    \"lines\": [\n    \t{\n    \t\t\"productId\": 992048,\n    \t\t\"colorId\": 7814430,\n    \t\t\"quantity\": 12.00,\n    \t\t\"priceLevel\": \"Price3\",\n            \"lineGroupId\": 14\n    \t}\n\t]\n}"},"url":"https://api.rfms.online/v2/quote/create","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em> Requests from other level API accounts will return Unauthorized. </p>\n</blockquote>\n<p>When creating referenced lines, only the productId, colorId, quantity, and price (either unitPrice or priceLevel) are needed. Optionally, unitCost can be set. The other attributes will be looked up from the product catalog and used automatically.</p>\n<p>If a soldTo.customerId is provided, that customer will be fetched from the store and soldTo and shipTo information will be filled out using that customer. Any information provided in the API call for soldTo or shipTo will then be used to override the values from the store.</p>\n<p>In order to relate an existing parent quote to the new quote, add the parameter, \"relatedQuote\" along with the parent quote number.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"relatedQuote\": \"ES902830\"\n}\n\n</code></pre><p>For Prosource users, to add a line using EcProductId and EcColorId values, simply include these values instead of using the default productId, colorId fields.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"lines: [{ \n            \"ecProductId\": \"1234\", \n            \"ecColorId\": \"5678\",\n            \"quantity\": 32\n            }]\n}\n\n</code></pre><h2 id=\"adding-work-order-lines\">Adding Work Order Lines</h2>\n<p>When adding work order lines to a specific line, keep in mind that the quantity needs to match (or in the case of multiple work order lines - add up to) the total quantity as defined in the order line. See Example - Create Quote with Work Order Lines for more details on the structure of the request.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","quote","create"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"bb684d10-c820-423c-91af-53d54f62cefc","name":"Create Quote using referenced line","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"token","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"poNumber\": \"987654\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2019-07-01\",\n    \"estimatedDeliveryDate\": \"2019-08-01\",\n    \"jobNumber\": \"ABC123\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"userOrderTypeId\": 1,\n    \"serviceTypeId\": 1,\n    \"contractTypeId\": 1,    \n    \"lines\": [\n    \t{\n    \t\t\"productId\": 992048,\n    \t\t\"colorId\": 7814430,\n    \t\t\"quantity\": 12.00,\n    \t\t\"priceLevel\": \"Price3\"\n    \t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/quote/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?XFxNYWNcSG9tZVxEb2N1bWVudHNcQ29kZVxSRk1TXE1lYXN1cmVDbG91ZEFwaVxSZm1zUHVibGljQXBpXHYyXHF1b3RlXGNyZWF0ZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 16 Nov 2019 03:27:50 GMT"},{"key":"Content-Length","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"ES903428\",\n    \"detail\": null\n}"},{"id":"fca18583-24a1-42f7-a43e-2ce594c6a4fe","name":"Create Quote using unreferenced line","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"token","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"poNumber\": \"987654\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2019-07-01\",\n    \"estimatedDeliveryDate\": \"2019-08-01\",\n    \"jobNumber\": \"ABC123\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"lines\": [\n    \t{\n\t\t\t\"productCode\": \"02\",\n\t        \"styleName\": \"CLASSIC SHAG\",\n\t        \"colorName\": \"MELLOW YELLOW\",\n\t        \"supplierName\": \"WILLIAMS\",\n\t        \"saleUnits\": \"SY\",\n\t        \"unitPrice\": 8.99,\n\t        \"quantity\": 90,\n\t        \"notes\": \"hello\",\n\t        \"lineStatus\": \"None\"\n\t\t}    \t\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/quote/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?XFxNYWNcSG9tZVxEb2N1bWVudHNcQ29kZVxSRk1TXE1lYXN1cmVDbG91ZEFwaVxSZm1zUHVibGljQXBpXHYyXHF1b3RlXGNyZWF0ZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 16 Nov 2019 03:27:50 GMT"},{"key":"Content-Length","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"ES903428\",\n    \"detail\": null\n}"},{"id":"6078756c-7015-4cda-a03d-89ecbe04883a","name":"Create Quote With Work Order Lines","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"token","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"poNumber\": \"12345\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2021-11-01\",\n    \"estimatedDeliveryDate\": \"2021-12-01\",\n    \"jobNumber\": \"ABC123\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"userOrderTypeId\": 1,\n    \"serviceTypeId\": 1,\n    \"contractTypeId\": 1,    \n    \"lines\": [\n    \t{\n    \t\t\"productId\": 992048,\n    \t\t\"colorId\": 7814430,\n    \t\t\"quantity\": 12.00,\n    \t\t\"priceLevel\": \"Price3\",\n            \"workOrderLines\": [\n                {\n                    \"areaName\": \"ROOM 1\",\n                    \"quantity\": 12.00,\n                    \"notes\": \"New area\"\n                }\n            ]\n    \t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/quote/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"182"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 01 Nov 2021 16:20:17 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"ES103603\",\n    \"detail\": {\n        \"docId\": \"37433\"\n    }\n}"}],"_postman_id":"5947b299-0df9-4198-a811-ffcf16050530"},{"name":"Update Quote","id":"d9271213-3ef8-4f95-bc43-7a218f83314c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"number\": \"CG903368\",\n    \"poNumber\": \"987654\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2019-07-01\",\n    \"estimatedDeliveryDate\": \"2019-08-01\",\n    \"jobNumber\": \"ABC123\",\n    \"soldTo\": { \"customerType\": \"DECORATOR\" },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"userOrderTypeId\": 2,\n    \"serviceTypeId\": 1,\n    \"contractTypeId\": 1,\n    \"timeSlot\": 2,\n    \"isOccupied\": false,\n    \"phase\": \"2\",\n    \"model\": \"The Dystopian\",\n    \"unit\": \"101\"   \n}"},"url":"https://api.rfms.online/v2/quote","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p>All elements other than \"number\" are optional. Only include those elements you want to modify. All others, or those with a value of null, will be ignored and the existing value on the quote will remain unchanged.</p>\n<h2 id=\"updating-lines\">Updating lines</h2>\n<p>\"Enterprise\" level API users can also add, delete, and edit lines. Here are some examples:</p>\n<p>To delete a line, include just the line id and delete: true.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"number\": \"ES903500\",\n    \"lines\": [ { \"id\": 215541, \"delete\": true } ]\n}\n\n</code></pre><p>To edit a line, include the line id:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"number\": \"ES903500\",\n    \"lines\": [ { \"id\": 215541, \"productId\": 866639, \"colorId\": 6414238, \"quantity\": 100, \"unitCost\": 2.1 } ]\n}\n\n</code></pre><p>To add a new line, omit line id:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"number\": \"ES903500\",\n    \"lines\": [ { \"productId\": 992048, \"colorId\": 567483, \"quantity\": 99 } ]\n}\n\n</code></pre><p>When modifying or adding lines, the following elements are supported:</p>\n<ul>\n<li><p>unitPrice</p>\n</li>\n<li><p>quantity</p>\n</li>\n<li><p>lineStatus</p>\n</li>\n<li><p>productId</p>\n</li>\n<li><p>colorId</p>\n</li>\n<li><p>priceLevel</p>\n</li>\n<li><p>unitCost</p>\n</li>\n<li><p>lineGroupId</p>\n</li>\n</ul>\n<p>When productId is supplied, information from the associated product is copied to the line. Price level can only be set when a productId is supplied. This rule also applies to unit cost, but only when editing or adding a referenced line or a line not associated with a service. Otherwise, the productId need not be provided.</p>\n<p><em>Note on the isUseTaxLine element:</em> isUseTaxLine element can be used only if store permissions allow for it, and if the quote (or order) has one of the following tax methods: LineTax, UseTax. Otherwise, any attempt to set that element will be ignored.</p>\n<p>For Prosource users, to <strong>add</strong> a line using EcProductId and EcColorId values, simply include these values instead of using the default productId, colorId fields.</p>\n<p>Example:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"number\": \"ES123456\",\n    \"lines: [{ \n            \"ecProductId\": \"1234\", \n            \"ecColorId\": \"5678\",\n            \"quantity\": 32\n            }]\n}\n\n</code></pre><h2 id=\"options-for-updating-notes\">Options for Updating Notes</h2>\n<p>To <strong>replace</strong> notes, include additional fields, as specified above.</p>\n<p>To <strong>append</strong> notes, only include note fields in the body of the request.</p>\n<blockquote>\n<p><em>Note: Appending notes to a line requires Enterprise Level API access</em> </p>\n</blockquote>\n<p>Example Note Append:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"number\": \"ES903500\",\n    \"privateNotes\": \"this will be appended to existing notes, if any\",\n    \"publicNotes\": \"this will also be appened\",\n    \"lines\":[ \"id\": 215541, \"notes\": \"and this too will be appended to a line note\"}] \n}\n\n</code></pre><h2 id=\"adding-work-order-lines\">Adding Work Order Lines</h2>\n<p>When adding or deleting work order lines to a specific line, keep in mind that the quantity needs to match (or in the case of multiple work order lines - add up to) the total quantity as defined in the order line. The structure for adding, editing and deleting work order lines is very similar to order lines. For example:</p>\n<p>To delete a line, include the line id, work order line id, and delete: true.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"number\": \"ES103603\",\n    \"lines\": [ { \"id\": 218796, \"workOrderLines\": [ { \"id\": 277302, \"delete\": true } ] } ]\n}\n\n</code></pre><p>To edit a line, include the line id, work order line id:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"number\": \"ES103603\",\n    \"lines\": [ { \"id\": 218796, \"workOrderLines\": [ {\"id\": 277302, \"areaName\": \"BR 2\" } ] } ]\n}\n\n</code></pre><p>To add a work order line new line, omit line id:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"number\": \"ES103603\",\n    \"lines\": [ { \"id\": 218796, \"workOrderLines\": [ {\"areaName\": \"Room 2\", \"notes\": \"new room\", \"quantity\": 99 } ] } ]\n}\n\n</code></pre>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","quote"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"d9271213-3ef8-4f95-bc43-7a218f83314c"},{"name":"Find Quotes","event":[{"listen":"test","script":{"id":"d2e935d1-0630-411f-899f-feb60a3acb80","exec":["var jsonData = JSON.parse(responseBody);\r","\r","tests[\"Status code is 200\"] = responseCode.code === 200;\r","tests[\"Request is accepted\"] = jsonData.accepted;\r","postman.setEnvironmentVariable(\"lastMessage\", jsonData.requestId);\r","\r",""],"type":"text/javascript"}}],"id":"33369bab-6e0b-444c-83f7-3b751c09c743","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n\t\"searchText\": \"Smith\",\r\n\t\"dateCreatedFrom\": \"1/1/2018\",\r\n\t\"salesperson1\": \"Kurt Wilson\",\r\n\t\"pageResultNumber\": 3\r\n}"},"url":"https://api.rfms.online/v2/quote/find","description":"<p>Search for Quotes.  </p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Required</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>searchText</td>\n<td>true</td>\n<td>Given text will be found in customer first or customer last name.</td>\n</tr>\n<tr>\n<td>dateCreatedFrom</td>\n<td>false</td>\n<td>Search for a quote that was created after this date.</td>\n</tr>\n<tr>\n<td>dateCreatedTo</td>\n<td>false</td>\n<td>Search for a quote that was created before this date</td>\n</tr>\n<tr>\n<td>salesperson1</td>\n<td>false</td>\n<td>Filter quotes by a certain salesperson</td>\n</tr>\n<tr>\n<td>salesperson2</td>\n<td>false</td>\n<td>Filter based on a secondary salesperson</td>\n</tr>\n<tr>\n<td>customerId</td>\n<td>false</td>\n<td>Search based on customer Id</td>\n</tr>\n<tr>\n<td>viewExportedOnly</td>\n<td>false</td>\n<td>Filter quotes based on export status. If true, only exported quotes will be returned</td>\n</tr>\n<tr>\n<td>resultPageNumber</td>\n<td>false</td>\n<td>Specify a specific page of quote results to view. By default, returns first page of results</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><em>Note: Each page contains ten results from the query, starting from most recently created.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","quote","find"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"233a98f3-f9de-4534-ac51-d27b05b31a6b","name":"Find Quotes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"searchText\": \"Bill\",\r\n\t\"dateCreatedFrom\": \"1/1/2018\",\r\n\t\"dateCreatedTo\": \"4/1/2020\",\r\n\t\"salesperson1\": \"Kurt Wilson\",\r\n\t\"customerId\": 71805,\r\n\t\"viewExportedOnly\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/quote/find"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"documentNumber\": \"ES903247\",\n            \"customerFirst\": \"JIM\",\n            \"customerLast\": \"BUILDER\",\n            \"customerType\": \"BUILDER\",\n            \"createdDate\": \"2019-09-04T00:00:00\",\n            \"grandTotal\": 12.6,\n            \"status\": \"Exported\"\n        },\n        {\n            \"documentNumber\": \"ES803033\",\n            \"customerFirst\": \"JIM\",\n            \"customerLast\": \"BUILDER\",\n            \"customerType\": \"BUILDER\",\n            \"createdDate\": \"2018-06-26T00:00:00\",\n            \"grandTotal\": 6433.47,\n            \"status\": \"Exported\"\n        }\n    ],\n    \"detail\": [\n        {\n            \"documentNumber\": \"ES903247\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"JIM\",\n            \"customerLast\": \"BUILDER\",\n            \"customerType\": \"BUILDER\",\n            \"createdDate\": \"2019-09-04T00:00:00\",\n            \"grandTotal\": 12.6,\n            \"status\": \"Exported\"\n        },\n        {\n            \"documentNumber\": \"ES803033\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"JIM\",\n            \"customerLast\": \"BUILDER\",\n            \"customerType\": \"BUILDER\",\n            \"createdDate\": \"2018-06-26T00:00:00\",\n            \"grandTotal\": 6433.47,\n            \"status\": \"Exported\"\n        }\n    ]\n}"},{"id":"402df6fa-6386-4acd-b0af-20593ecf3bfe","name":"Find Quotes - View Additional Pages","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n\t\"searchText\": \"Smith\",\r\n\t\"dateCreatedFrom\": \"1/1/2018\",\r\n\t\"salesperson1\": \"Kurt Wilson\",\r\n\t\"resultPageNumber\": 3\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/quote/find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"796"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 15 Jul 2020 22:56:28 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"documentNumber\": \"ES903145\",\n            \"customerFirst\": \"TOMMY\",\n            \"customerLast\": \"BUILDER\",\n            \"customerType\": \"BUILDER\",\n            \"createdDate\": \"2019-06-11T00:00:00\",\n            \"grandTotal\": 8863.64,\n            \"status\": \"Open\"\n        },\n        {\n            \"documentNumber\": \"ES903030\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-27T00:00:00\",\n            \"grandTotal\": 4877.04,\n            \"status\": \"Open\"\n        },\n        {\n            \"documentNumber\": \"ES902963\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-15T00:00:00\",\n            \"grandTotal\": 0.0,\n            \"status\": \"Open\"\n        },\n        {\n            \"documentNumber\": \"ES902953\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-08T00:00:00\",\n            \"grandTotal\": 1021.95,\n            \"status\": \"Open\"\n        },\n        {\n            \"documentNumber\": \"ES902954\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-08T00:00:00\",\n            \"grandTotal\": 257.55,\n            \"status\": \"Open\"\n        },\n        {\n            \"documentNumber\": \"ES902956\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-08T00:00:00\",\n            \"grandTotal\": 257.56,\n            \"status\": \"Open\"\n        },\n        {\n            \"documentNumber\": \"ES902957\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-08T00:00:00\",\n            \"grandTotal\": 257.56,\n            \"status\": \"Open\"\n        },\n        {\n            \"documentNumber\": \"ES902907\",\n            \"customerFirst\": \"JOHNNY\",\n            \"customerLast\": \"SMITH\",\n            \"customerType\": \"CASH & CARRY\",\n            \"createdDate\": \"2019-02-22T00:00:00\",\n            \"grandTotal\": 0.0,\n            \"status\": \"Open\"\n        },\n        {\n            \"documentNumber\": \"ES902852\",\n            \"customerFirst\": \"\",\n            \"customerLast\": \"SMITH & SMITH CONST.\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-01-23T00:00:00\",\n            \"grandTotal\": 906.51,\n            \"status\": \"Open\"\n        },\n        {\n            \"documentNumber\": \"ES902839\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-01-16T00:00:00\",\n            \"grandTotal\": 19305.39,\n            \"status\": \"Open\"\n        }\n    ],\n    \"detail\": [\n        {\n            \"documentNumber\": \"ES903145\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"TOMMY\",\n            \"customerLast\": \"BUILDER\",\n            \"customerType\": \"BUILDER\",\n            \"createdDate\": \"2019-06-11T00:00:00\",\n            \"grandTotal\": 8863.64,\n            \"status\": \"Open\",\n            \"isTemplate\": false\n        },\n        {\n            \"documentNumber\": \"ES903030\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-27T00:00:00\",\n            \"grandTotal\": 4877.04,\n            \"status\": \"Open\",\n            \"isTemplate\": false\n        },\n        {\n            \"documentNumber\": \"ES902963\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-15T00:00:00\",\n            \"grandTotal\": 0.0,\n            \"status\": \"Open\",\n            \"isTemplate\": false\n        },\n        {\n            \"documentNumber\": \"ES902953\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-08T00:00:00\",\n            \"grandTotal\": 1021.95,\n            \"status\": \"Open\",\n            \"isTemplate\": false\n        },\n        {\n            \"documentNumber\": \"ES902954\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-08T00:00:00\",\n            \"grandTotal\": 257.55,\n            \"status\": \"Open\",\n            \"isTemplate\": false\n        },\n        {\n            \"documentNumber\": \"ES902956\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-08T00:00:00\",\n            \"grandTotal\": 257.56,\n            \"status\": \"Open\",\n            \"isTemplate\": false\n        },\n        {\n            \"documentNumber\": \"ES902957\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-03-08T00:00:00\",\n            \"grandTotal\": 257.56,\n            \"status\": \"Open\",\n            \"isTemplate\": false\n        },\n        {\n            \"documentNumber\": \"ES902907\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"JOHNNY\",\n            \"customerLast\": \"SMITH\",\n            \"customerType\": \"CASH & CARRY\",\n            \"createdDate\": \"2019-02-22T00:00:00\",\n            \"grandTotal\": 0.0,\n            \"status\": \"Open\",\n            \"isTemplate\": false\n        },\n        {\n            \"documentNumber\": \"ES902852\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"\",\n            \"customerLast\": \"SMITH & SMITH CONST.\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-01-23T00:00:00\",\n            \"grandTotal\": 906.51,\n            \"status\": \"Open\",\n            \"isTemplate\": false\n        },\n        {\n            \"documentNumber\": \"ES902839\",\n            \"documentType\": 0,\n            \"description\": \"\",\n            \"customerFirst\": \"DANNY\",\n            \"customerLast\": \"SMITH CONSTRUCTION\",\n            \"customerType\": \"NEW RESIDENTIAL\",\n            \"createdDate\": \"2019-01-16T00:00:00\",\n            \"grandTotal\": 19305.39,\n            \"status\": \"Open\",\n            \"isTemplate\": false\n        }\n    ]\n}"}],"_postman_id":"33369bab-6e0b-444c-83f7-3b751c09c743"},{"name":"Get Quote Gross Profit","id":"e0a92f29-95e8-4933-bb2e-24c9ebad475a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/quote/grossprofit/ES803033","description":"<p>Get gross profit values, along with additional information, by providing a quote number.</p>\n<blockquote>\n<p><em>This method requires \"Plus\" level of API product at a minimum</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","quote","grossprofit","ES803033"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"e0c9251c-798f-40f0-9270-649f1c039413","name":"Get Quote Gross Profit","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/quote/grossprofit/ES803033"},"_postman_previewlanguage":"html","header":[{"key":"Content-Length","value":"103"},{"key":"Content-Type","value":"text/html"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Jun 2020 00:31:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"result\": \"OK\",\r\n    \"detail\": {\r\n        \"InvoiceNumber\": \"ES803033\",\r\n        \"GrossProfitPercent\": 67.98,\r\n        \"GrossProfit\": 3975.87,\r\n        \"TotalTransaction\": 6433.47,\r\n        \"NetSales\": 5848.61,\r\n        \"MaterialGrossCost\": 1658.64,\r\n        \"LaborCost\": 0.0,\r\n        \"FreightCost\": 29.81,\r\n        \"Load\": 0.0,\r\n        \"MiscOverheadCost\": 184.29,\r\n        \"MiscExtraCost\": 0.0,\r\n        \"TaxCost\": 584.86,\r\n        \"ReferralTotal\": 0.0\r\n    }\r\n}"}],"_postman_id":"e0a92f29-95e8-4933-bb2e-24c9ebad475a"},{"name":"Export Quote to Order","event":[{"listen":"test","script":{"id":"9421a9de-0642-4d4e-9236-d8ba0b666222","exec":["var jsonData = JSON.parse(responseBody);\r","\r","tests[\"Status code is 200\"] = responseCode.code === 200;\r","tests[\"Request is accepted\"] = jsonData.accepted;\r","postman.setEnvironmentVariable(\"lastMessage\", jsonData.requestId);\r","\r",""],"type":"text/javascript"}}],"id":"9ab04df7-7e6c-43be-8dda-b3b8935a87d1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.rfms.online/v2/quote/ES903214/export","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Simply supply the quote number in the URL.  If successful, the new order number is returned.  The order will be flagged as a \"Web Order\".</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","quote","ES903214","export"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"96ae0333-89b9-44dd-b080-f42db70f1c8d","name":"Export Quote to Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.rfms.online/v2/quote/ES903214/export"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"169"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 05 Dec 2019 19:17:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": \"CG903534\"\n}"}],"_postman_id":"9ab04df7-7e6c-43be-8dda-b3b8935a87d1"},{"name":"Get Order","id":"3b2895b6-5e73-4770-b811-f05302f64c62","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.rfms.online/v2/order/:number?locked=false&includeAttachments=true","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p>Retrieve a specific order.</p>\n<h4 id=\"locking-the-order\">Locking the Order</h4>\n<p>To request a lock when retrieving the order, add the query parameter <code>locked=true</code></p>\n<p>The lock returned on the order result can then be passed to the <code>lockId</code> field when saving the order. To manually unlock the order, see Unlock Document.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order",":number"],"host":["api","rfms","online"],"query":[{"description":{"content":"<p>Lock the order</p>\n","type":"text/plain"},"key":"locked","value":"false"},{"description":{"content":"<p>Returns attachments associated with the order</p>\n","type":"text/plain"},"key":"includeAttachments","value":"true"}],"variable":[{"description":{"content":"<p>Order number to get</p>\n","type":"text/plain"},"type":"any","value":"","key":"number"}]}},"response":[{"id":"b2f45ac6-07e6-460e-a92b-b9283036d08c","name":"Get Order","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":{"raw":"https://api.rfms.online/v2/order/:number?locked=false&includeAttachments=true","protocol":"https","host":["api","rfms","online"],"path":["v2","order",":number"],"query":[{"key":"locked","value":"false","type":"text"},{"key":"includeAttachments","value":"true","type":"text"}],"variable":[{"key":"number","value":"","description":"Order number to get","type":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1302"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 21 Apr 2021 12:13:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": {\n        \"id\": \"83307\",\n        \"number\": \"CG003659\",\n        \"originalNumber\": \"\",\n        \"category\": \"OriginalInvoice\",\n        \"soldTo\": {\n            \"customerId\": 75515,\n            \"phone1\": \"205-555-5555\",\n            \"phone2\": \"\",\n            \"email\": \"TEST@TEST.COM\",\n            \"customerType\": \"RETAIL-INSTALL\",\n            \"businessName\": null,\n            \"lastName\": \"BANUELOS\",\n            \"firstName\": \"CARLOS\",\n            \"address1\": \"555 TUSCALOOSA AVE\",\n            \"address2\": \"\",\n            \"city\": \"TUSCALOOSA\",\n            \"state\": \"AL\",\n            \"postalCode\": \"35405\",\n            \"county\": \"TUSCALOOSA\"\n        },\n        \"shipTo\": {\n            \"businessName\": null,\n            \"lastName\": \"BANUELOS\",\n            \"firstName\": \"CARLOS\",\n            \"address1\": \"555 TUSCALOOSA AVE\",\n            \"address2\": \"\",\n            \"city\": \"TUSCALOOSA\",\n            \"state\": \"AL\",\n            \"postalCode\": \"35405\",\n            \"county\": \"TUSCALOOSA\"\n        },\n        \"salesperson1\": \"CARLOS BANUELOS\",\n        \"salesperson2\": \"\",\n        \"salespersonSplitPercent\": 1,\n        \"storeCode\": \" \",\n        \"storeNumber\": 32,\n        \"jobNumber\": \"\",\n        \"poNumber\": \"\",\n        \"privateNotes\": \"\",\n        \"publicNotes\": \"\",\n        \"workOrderNotes\": \"\",\n        \"estimatedDeliveryDate\": \"2020-10-13\",\n        \"enteredDate\": \"2020-09-16\",\n        \"measureDate\": \"\",\n        \"taxStatus\": \"Tax\",\n        \"taxMethod\": \"SalesTax\",\n        \"adSource\": null,\n        \"userOrderTypeId\": 1,\n        \"serviceTypeId\": 0,\n        \"contractTypeId\": 1,\n        \"totals\": {\n            \"material\": 73740,\n            \"labor\": 0,\n            \"misc\": 0,\n            \"total\": 80376.6,\n            \"salesTax\": 6636.6,\n            \"miscTax\": 0,\n            \"grandTotal\": 80376.6,\n            \"recycleFee\": 0\n        },\n        \"lines\": [\n            {\n                \"id\": 201045,\n                \"lineNumber\": 1,\n                \"productCode\": \"01\",\n                \"rollItemNumber\": \"TEST3.5\",\n                \"styleName\": \"AMERICANA - 12'\",\n                \"colorName\": \"ADIRONDACK\",\n                \"supplierName\": \"MASLAND\",\n                \"quantity\": 240.0003,\n                \"saleUnits\": \"SF\",\n                \"freight\": 0,\n                \"unitPrice\": 12.29,\n                \"total\": 2949.6,\n                \"isUseTaxLine\": false,\n                \"notes\": \"\",\n                \"productId\": 0,\n                \"colorId\": 0,\n                \"delete\": false,\n                \"priceLevel\": null,\n                \"lineStatus\": \"Reserved\",\n                \"inTransit\": false,\n                \"promiseDate\": \"\",\n                \"attachments\": [],\n                \"workOrderLines\": [\n                    {\n                        \"lineNumber\": 1,\n                        \"areaName\": \"\",\n                        \"quantity\": 240.0003,\n                        \"rate\": 0.3889,\n                        \"notes\": \"\"\n                    }\n                ]\n            },\n            {\n                \"id\": 201046,\n                \"lineNumber\": 2,\n                \"productCode\": \"01\",\n                \"rollItemNumber\": \"CG0036590002\",\n                \"styleName\": \"AMERICANA - 12'\",\n                \"colorName\": \"ADOBE\",\n                \"supplierName\": \"MASLAND\",\n                \"quantity\": 2999.9997,\n                \"saleUnits\": \"SF\",\n                \"freight\": 0,\n                \"unitPrice\": 12.29,\n                \"total\": 36870,\n                \"isUseTaxLine\": false,\n                \"notes\": \"\",\n                \"productId\": 0,\n                \"colorId\": 0,\n                \"delete\": false,\n                \"priceLevel\": null,\n                \"lineStatus\": \"Reserved\",\n                \"inTransit\": false,\n                \"promiseDate\": \"\",\n                \"attachments\": [\n                    {\n                        \"id\": 14655,\n                        \"description\": \"file.pdf\",\n                        \"fileExtension\": \"pdf\"\n                    }\n                ],\n                \"workOrderLines\": [\n                    {\n                        \"lineNumber\": 2,\n                        \"areaName\": \"\",\n                        \"quantity\": 2999.9997,\n                        \"rate\": 0.3889,\n                        \"notes\": \"\"\n                    }\n                ]\n            },\n            {\n                \"id\": 201123,\n                \"lineNumber\": 3,\n                \"productCode\": \"01\",\n                \"rollItemNumber\": \"TEST1.98\",\n                \"styleName\": \"AMERICANA - 12'\",\n                \"colorName\": \"ADIRONDACK\",\n                \"supplierName\": \"MASLAND\",\n                \"quantity\": 2760.0003,\n                \"saleUnits\": \"SF\",\n                \"freight\": 0,\n                \"unitPrice\": 12.29,\n                \"total\": 33920.4,\n                \"isUseTaxLine\": false,\n                \"notes\": \"\",\n                \"productId\": 0,\n                \"colorId\": 0,\n                \"delete\": false,\n                \"priceLevel\": null,\n                \"lineStatus\": \"Reserved\",\n                \"inTransit\": false,\n                \"promiseDate\": \"\",\n                \"attachments\": [],\n                \"workOrderLines\": [\n                    {\n                        \"lineNumber\": 3,\n                        \"areaName\": \"TEST AREA FOR API\",\n                        \"quantity\": 2760.0003,\n                        \"rate\": 3.4989,\n                        \"notes\": \"\"\n                    }\n                ]\n            }\n        ],\n        \"attachments\": [],\n        \"storeSpecific\": null,\n        \"isExportedToOrder\": false,\n        \"quoteDate\": \"2020-09-16\",\n        \"orderNumber\": \"\",\n        \"orderDate\": \"2020-09-16\",\n        \"deliveryDate\": \"\",\n        \"dueDate\": \"\",\n        \"closedDate\": \"\",\n        \"billedDate\": \"\",\n        \"completedDate\": \"\",\n        \"billingGroup\": null,\n        \"payment\": {\n            \"paidDate\": \"\",\n            \"paidAmount\": 0,\n            \"balanceDue\": 80376.6\n        }\n    },\n    \"detail\": null\n}"}],"_postman_id":"3b2895b6-5e73-4770-b811-f05302f64c62"},{"name":"Create Order","id":"2c25b9a9-4a57-4d71-8c40-440c0367cbe6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"messageId","value":"MESSAGE_ID","description":"<p>Optional HTTP header that will allow for retrieval of a message not immediately processed by a store</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"poNumber\": \"987655\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2021-04-01\",\n    \"estimatedDeliveryDate\": \"2021-05-04\",\n    \"jobNumber\": \"XYZ123\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"userOrderTypeId\": 3,\n    \"serviceTypeId\": 1,\n    \"contractTypeId\": 1,\n    \"timeSlot\": 4,\n    \"isOccupied\": false,\n    \"phase\": \"1\",\n    \"model\": \"The Base Model\",\n    \"unit\": \"60\",\n    \"tract\": \"Tract A\",\n    \"block\": \"Block A\",\n    \"lot\": \"Lot A\",\n    \"lines\": [\n    \t{\n    \t\t\"productId\": 992048,\n    \t\t\"colorId\": 7814430,\n    \t\t\"quantity\": 12.00,\n    \t\t\"priceLevel\": \"Price3\",\n            \"lineGroupId\": 14\n    \t}\n\t]\n}"},"url":"https://api.rfms.online/v2/order/create","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em> Requests from other level API accounts will return Unauthorized. </p>\n</blockquote>\n<p>In order to specify a <strong>non-web order</strong>, the following JSON must be included in the body of the request. Otherwise, a newly created order will be considered a Web Order.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"category\": \"Order\"\n}\n\n</code></pre><p>When creating referenced lines, only the productId, colorId, quantity, and price (either unitPrice or priceLevel) are needed. Optionally, unitCost can be set. The other attributes will be looked up from the product catalog and used automatically. Width can also be set, but this will result in an unreferenced line.</p>\n<p>If a soldTo.customerId is provided, that customer will be fetched from the store and soldTo and shipTo information will be filled out using that customer. Any information provided in the API call for soldTo or shipTo will then be used to override the values from the store.</p>\n<p>For Prosource users, ECProductId and ECColorId fields may be included instead of the default productId and colorId fields for adding lines. See Create Quote for a detailed example.</p>\n<h2 id=\"billing-groups\">Billing Groups</h2>\n<p>To add a <strong>new</strong> billing group to a new order, provide a general description, as well as contact information (up to four contacts may be added) in the following format:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n\"billingGroup\": {\n        \"description\": \"Project 15 - 34 NW Blvd\",\n        \"contactList\": [\n            {\n                \"name\": \"Yevgeniy Zhakarov\",\n                \"phone\": \"432-223-1212\",\n                \"email\": \"yevgen@nextgen.com\",\n                \"other\": \"zhenya@flyingcarpets.com\"\n            },\n            {\n                \"name\": \"Alex Smith\",\n                \"phone\": \"000-000-0010\",\n                \"email\": \"smith@floor.com\"\n            },\n            {\n                \"name\": \"Leonard Bernstein\",\n                \"email\": \"lenny@classicalcarpets.com\"\n            },\n            {\n                \"name\": \"Vartan Nersisyan\",\n                \"phone\": \"333-222-1111\",\n                \"other\": \"vnersisyan@flyingcarpet.com\"\n            }\n        ]\n    }\n}\n\n</code></pre><p>Each contact object may contain these optional fields: \"name\", \"phone\", \"email\", \"other\"</p>\n<p>To create a new order and add an <strong>existing</strong> billing group to it, input the invoice number of an order that already contains the existing group, like the following example shows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"billingGroup\": {\n        \"parentOrder\": \"CG003616\"\n    }\n}\n\n</code></pre><h2 id=\"adding-work-order-lines\">Adding Work Order Lines</h2>\n<p>When adding work order lines to a specific line, keep in mind that the quantity needs to match (or in the case of multiple work order lines - add up to) the total quantity as defined in the order line. See Example under Create Quote - Create Quote with Work Order Lines for more details on the structure of the request.</p>\n<h2 id=\"handling-store-waiting-responses\">Handling Store Waiting Responses</h2>\n<p>In the event that the Create Order method is called, but the store is not responding, a result similar to the following example will be returned:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": \"waiting\",\n    \"result\": \"Store has not replied. Try again later with following message id\",\n    \"detail\": {\n        \"docId\": \"a11fbbb82ea34977bd3feabb36ca40eb\"\n    }\n}\n\n</code></pre><p>Note the <code>detail</code> object contains the <code>docId</code> field. The value of this field is the message id that can be used in an HTTP header (See HEADERS) to later retrieve the details of that message. </p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","create"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"cf8ca94f-9d04-4bb2-9cfb-dbd7a9f21c8d","name":"Create Quote using referenced line","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"token","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"poNumber\": \"987654\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2019-07-01\",\n    \"estimatedDeliveryDate\": \"2019-08-01\",\n    \"jobNumber\": \"ABC123\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"lines\": [\n    \t{\n    \t\t\"productId\": 992048,\n    \t\t\"colorId\": 7814430,\n    \t\t\"quantity\": 12.00,\n    \t\t\"priceLevel\": \"Price3\"\n    \t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/quote/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?XFxNYWNcSG9tZVxEb2N1bWVudHNcQ29kZVxSRk1TXE1lYXN1cmVDbG91ZEFwaVxSZm1zUHVibGljQXBpXHYyXHF1b3RlXGNyZWF0ZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 16 Nov 2019 03:27:50 GMT"},{"key":"Content-Length","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"ES903428\",\n    \"detail\": null\n}"},{"id":"fbb9dca4-8351-429a-8e63-cd34e141b458","name":"Create Quote using unreferenced line","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"token","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"poNumber\": \"987654\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2019-07-01\",\n    \"estimatedDeliveryDate\": \"2019-08-01\",\n    \"jobNumber\": \"ABC123\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"lines\": [\n    \t{\n\t\t\t\"productCode\": \"02\",\n\t        \"styleName\": \"CLASSIC SHAG\",\n\t        \"colorName\": \"MELLOW YELLOW\",\n\t        \"supplierName\": \"WILLIAMS\",\n\t        \"saleUnits\": \"SY\",\n\t        \"unitPrice\": 8.99,\n\t        \"quantity\": 90,\n\t        \"notes\": \"hello\",\n\t        \"lineStatus\": \"None\"\n\t\t}    \t\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/quote/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?XFxNYWNcSG9tZVxEb2N1bWVudHNcQ29kZVxSRk1TXE1lYXN1cmVDbG91ZEFwaVxSZm1zUHVibGljQXBpXHYyXHF1b3RlXGNyZWF0ZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 16 Nov 2019 03:27:50 GMT"},{"key":"Content-Length","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"ES903428\",\n    \"detail\": null\n}"},{"id":"fa202bed-ae3f-4cff-b0d6-ea16a1300046","name":"Create a Non-Web Order Using Category Field","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"},{"key":"token","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n\t\"category\": \"Order\",\n    \"poNumber\": \"987654\",\n    \"quoteDate\": \"2020-06-01\",\n    \"estimatedDeliveryDate\": \"2020-10-11\",\n    \"jobNumber\": \"987ZEF\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"salesperson1\": \"JOHN\",\n    \"lines\": [\n    \t{\n    \t\t\"productId\": 992048,\n    \t\t\"colorId\": 7814430,\n    \t\t\"quantity\": 12.00,\n    \t\t\"priceLevel\": \"Price3\"\n    \t}\n\t]\n}"},"url":"https://api.rfms.online/v2/order/create"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":""},{"id":"4b9b70d0-9403-4b4c-af48-7f902f0c2efe","name":"Create Order and Set Order Values","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"token","type":"text","value":"","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"poNumber\": \"987655\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2021-04-01\",\n    \"estimatedDeliveryDate\": \"2021-05-04\",\n    \"jobNumber\": \"XYZ123\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"userOrderTypeId\": 3,\n    \"serviceTypeId\": 1,\n    \"contractTypeId\": 1,\n    \"lines\": [\n    \t{\n    \t\t\"productId\": 992048,\n    \t\t\"colorId\": 7814430,\n    \t\t\"quantity\": 12.00,\n    \t\t\"priceLevel\": \"Price3\"\n    \t}\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"182"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 28 Apr 2021 21:36:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"CG105041\",\n    \"detail\": {\n        \"docId\": \"83692\"\n    }\n}"}],"_postman_id":"2c25b9a9-4a57-4d71-8c40-440c0367cbe6"},{"name":"Update Order","id":"1873bcb2-8a53-46b1-9f9e-6aad72d8d5dd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"number\": \"CG903368\",\n    \"poNumber\": \"987654\",\n    \"adSource\": \"BILLBOARD\",\n    \"orderDate\": \"2019-07-01\",\n    \"estimatedDeliveryDate\": \"2019-08-01\",\n    \"jobNumber\": \"ABC123\",\n    \"soldTo\": { \"customerType\": \"DECORATOR\" },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"userOrderTypeId\": 2,\n    \"serviceTypeId\": 1,\n    \"contractTypeId\": 1,\n    \"timeSlot\": 3,\n    \"isOccupied\": false,\n    \"phase\": \"1\",\n    \"model\": \"The Base Model\",\n    \"unit\": \"50\",\n    \"tract\": \"Tract A\",\n    \"block\": \"Block A\",\n    \"lot\": \"Lot A\"\n}"},"url":"https://api.rfms.online/v2/order","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p>All elements other than \"number\" are optional.  Only include those elements you want to modify.  All others, or those with a value of null, will be ignored and the existing value on the order will remain unchanged.</p>\n<h2 id=\"updating-order-lines\">Updating order lines</h2>\n<p>See the documentation for Update Quote for more information</p>\n<h2 id=\"updating-work-order-lines\">Updating work order lines</h2>\n<p>See the documentation for Update Quote for more information </p>\n<h2 id=\"billing-groups\">Billing Groups</h2>\n<p>See the documentation for Create Order for guidance on adding a new or existing billing group to an order.</p>\n<blockquote>\n<p><em>Note: Only non-Web Orders may be updated with a billing group.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"1873bcb2-8a53-46b1-9f9e-6aad72d8d5dd"},{"name":"Add Notes to Order","id":"b30763a4-63b0-43f1-9a1e-fd1a974f0bb6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"number\": \"CG003804\",\r\n    \"publicNotes\": \"A public note\",\r\n    \"privateNotes\": \"Private note\",\r\n    \"lineNotes\": [\r\n        {\r\n            \"id\": 201379,\r\n            \"note\": \"new line note\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/notes","description":"<p>Append or add new notes to an order. This method can be used to update notes, even in the event that the order is already Job Costed. </p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product</em></p>\n</blockquote>\n<p><strong>Available Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>number</td>\n<td>true</td>\n<td>string</td>\n<td>Order (or claim if using /claim/notes endpoint) number</td>\n</tr>\n<tr>\n<td>publicNotes</td>\n<td>false</td>\n<td>string</td>\n<td>Text to append to the public note field</td>\n</tr>\n<tr>\n<td>privateNotes</td>\n<td>false</td>\n<td>string</td>\n<td>Text to append to the private note field</td>\n</tr>\n<tr>\n<td>workOrderNotes</td>\n<td>false</td>\n<td>string</td>\n<td>Text to append to the work order note field</td>\n</tr>\n<tr>\n<td>lineNotes</td>\n<td>false</td>\n<td>array</td>\n<td>An array of objects that allow for specifying a line to which to append notes. See example for exact formatting</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","notes"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"757a75f7-3e9f-40d9-8087-9365a9b67a6a","name":"Add Notes to Order","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"number\": \"CG003804\",\r\n    \"publicNotes\": \"A public note\",\r\n    \"privateNotes\": \"Private note\",\r\n    \"lineNotes\": [\r\n        {\r\n            \"id\": 201379,\r\n            \"note\": \"new line note\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"162"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Apr 2021 20:47:26 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": null\n}"}],"_postman_id":"b30763a4-63b0-43f1-9a1e-fd1a974f0bb6"},{"name":"Switch Line Status None To GenPO","id":"b37d6339-ad76-4f2f-98d6-ecf5e7d81ca0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"orderNumber\": \"CG903341\",\n\t\"lineId\": 200380,\n\t\"setToGeneratePO\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/save/linestatus","description":"<p>Stand alone call to switch either a single line or multiple line statuses to and from None to GeneratePurchaseOrder.</p>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Required</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orderNumber</td>\n<td>true</td>\n<td>Number of order for which the line(s) will be updated</td>\n</tr>\n<tr>\n<td>lineId</td>\n<td>false</td>\n<td>Integer. The line id. Line must have status of None or GenPO</td>\n</tr>\n<tr>\n<td>lineIds</td>\n<td>false</td>\n<td>List of integers. All line ids must have a status of None or GenPO</td>\n</tr>\n<tr>\n<td>setToGeneratePO</td>\n<td>true</td>\n<td>Boolean to switch the status between None and GenPO.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","save","linestatus"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"322bc3ae-3a5d-4b7f-ada5-1ac3471eb78b","name":"Update Multiple Line Statuses","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"orderNumber\": \"CG402075\",\n\t\"lineIds\": [203542, 203543],\n\t\"setToGeneratePO\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:65215/v2/order/save/linestatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"78"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTGluZHNleS5HaXVsaWFub1xzb3VyY2VccmVwb3NcbWVhc3VyZWNsb3VkYXBpXFJmbXNQdWJsaWNBcGlcdjJcb3JkZXJcc2F2ZVxsaW5lc3RhdHVz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 10 Jun 2024 19:57:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"Status updated for lines: 203542 203543\",\n    \"detail\": null\n}"},{"id":"3466d46c-832c-44f7-832f-7612e7cac7e5","name":"Update Single Line Status","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"orderNumber\": \"CG402075\",\n\t\"lineId\": 203544,\n\t\"setToGeneratePO\": true\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:65215/v2/order/save/linestatus"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"78"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTGluZHNleS5HaXVsaWFub1xzb3VyY2VccmVwb3NcbWVhc3VyZWNsb3VkYXBpXFJmbXNQdWJsaWNBcGlcdjJcb3JkZXJcc2F2ZVxsaW5lc3RhdHVz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 10 Jun 2024 19:57:58 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"Status updated for lines: 203544\",\n    \"detail\": null\n}"}],"_postman_id":"b37d6339-ad76-4f2f-98d6-ecf5e7d81ca0"},{"name":"Find Orders","id":"8d5193e8-08ae-42f7-b6dd-201464ca914f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"searchText\": \"sol\",\r\n    \"dateCreatedFrom\": \"2024-08-01\",\r\n    \"dateCreatedTo\": \"2024-08-20\",\r\n    \"resultPageNumber\": 1,\r\n    \"viewBilledOnly\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/find","description":"<p>Search for orders.  </p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Required</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>searchText</td>\n<td>true</td>\n<td>Given text will be found in customer first or customer last name.</td>\n</tr>\n<tr>\n<td>dateCreatedFrom</td>\n<td>false</td>\n<td>Search for a quote that was created after this date.</td>\n</tr>\n<tr>\n<td>dateCreatedTo</td>\n<td>false</td>\n<td>Search for a quote that was created before this date</td>\n</tr>\n<tr>\n<td>salesperson1</td>\n<td>false</td>\n<td>Filter quotes by a certain salesperson</td>\n</tr>\n<tr>\n<td>salesperson2</td>\n<td>false</td>\n<td>Filter based on a secondary salesperson</td>\n</tr>\n<tr>\n<td>customerId</td>\n<td>false</td>\n<td>Search based on customer Id</td>\n</tr>\n<tr>\n<td>viewBilledOnly</td>\n<td>false</td>\n<td>Filter orders based on billed status. If true, only billed orders will be returned</td>\n</tr>\n<tr>\n<td>resultPageNumber</td>\n<td>false</td>\n<td>Specify a specific page of order results to view. By default, returns first page of results</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><em>Note: Each page contains ten results from the query, starting from most recently created.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","find"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"5f24493f-d15f-4818-bad6-0796078c12c0","name":"Find Orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"searchText\": \"sol\",\n    \"dateCreatedFrom\": \"2024-08-01\",\n    \"dateCreatedTo\": \"2024-08-20\",\n    \"resultPageNumber\": 1,\n    \"viewBilledOnly\": true\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"917"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTGluZHNleS5HaXVsaWFub1xzb3VyY2VccmVwb3NcbWVhc3VyZWNsb3VkYXBpXFJmbXNQdWJsaWNBcGlcdjJcb3JkZXJcZmluZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 22 Aug 2024 13:37:43 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"documentNumber\": \"CG402188\",\n            \"customerFirst\": \"JACOB\",\n            \"customerLast\": \"SOLANTO\",\n            \"customerType\": \"ACCOMMODATIONS\",\n            \"createdDate\": \"2024-08-19T00:00:00\",\n            \"grandTotal\": 35,\n            \"status\": \"Job Costed\",\n            \"balanceDue\": 35\n        }\n    ],\n    \"detail\": [\n        {\n            \"documentNumber\": \"CG402188\",\n            \"databaseId\": 84847,\n            \"documentType\": 1,\n            \"description\": \"PO number: 12345\",\n            \"customerFirst\": \"JACOB\",\n            \"customerLast\": \"SOLANTO\",\n            \"customerType\": \"ACCOMMODATIONS\",\n            \"createdDate\": \"2024-08-19T00:00:00\",\n            \"enteredDate\": \"2024-08-19T00:00:00\",\n            \"deliveryDate\": null,\n            \"grandTotal\": 35,\n            \"status\": \"Job Costed\",\n            \"isTemplate\": false,\n            \"customerAddress1\": \"66 CRIMSON STREET\",\n            \"customerAddress2\": \"\",\n            \"customerCity\": \"1234\",\n            \"customerState\": \"AL\",\n            \"customerPostalCode\": \"35401\",\n            \"customerCounty\": \"\",\n            \"phone1\": \"000/000-1394\",\n            \"email\": \"jakesolanto@gmail.com\",\n            \"jobNumber\": \"\",\n            \"poNumber\": \"12345\",\n            \"salesperson1\": \"TIM HAN\",\n            \"salesperson2\": \"\",\n            \"storeId\": 32,\n            \"balanceDue\": 35,\n            \"billingGroupId\": 0\n        }\n    ]\n}"}],"_postman_id":"8d5193e8-08ae-42f7-b6dd-201464ca914f"},{"name":"Advanced Order Search","id":"9e0b04c8-efdf-4f96-b76e-d715d7cb133e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"searchText\": \"car\",\r\n    \"stores\": [32, 50],\r\n    \"estimatedDeliveryFrom\": \"2023-01-01\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/find/advanced","description":"<p>Search for orders.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Notes</th>\n<th>Required</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>searchText</td>\n<td>Text found in customer first or last name, phone number, address, PO number, and job number</td>\n<td>false</td>\n</tr>\n<tr>\n<td>adSource</td>\n<td>String value</td>\n<td>false</td>\n</tr>\n<tr>\n<td>orderSearchType</td>\n<td>String value. Type of document for which to search. Options are Order, Quote, or Claim. Defaults to Order</td>\n<td>false</td>\n</tr>\n<tr>\n<td>orderType</td>\n<td>Integer value from userOrderTypeId list found in the <strong>Get order values</strong> endpoint</td>\n<td>false</td>\n</tr>\n<tr>\n<td>contractType</td>\n<td>Integer value from contractTypeId list found in the <strong>Get order values</strong> endpoint</td>\n<td>false</td>\n</tr>\n<tr>\n<td>serviceType</td>\n<td>Integer value from serviceTypeId list found in the <strong>Get order values</strong> endpoint</td>\n<td>false</td>\n</tr>\n<tr>\n<td>stores</td>\n<td>List of store numbers. <strong>Note:</strong> Need to specify at least one store to return valid search results</td>\n<td>true</td>\n</tr>\n<tr>\n<td>estimatedDeliveryFrom</td>\n<td>String in YYYY-MM-DD format</td>\n<td>false</td>\n</tr>\n<tr>\n<td>estimatedDeliveryTo</td>\n<td>String in YYYY-MM-DD format</td>\n<td>false</td>\n</tr>\n<tr>\n<td>orderDateFrom</td>\n<td>String in YYYY-MM-DD format</td>\n<td>false</td>\n</tr>\n<tr>\n<td>orderDateTo</td>\n<td>String in YYYY-MM-DD format</td>\n<td>false</td>\n</tr>\n<tr>\n<td>measureDateFrom</td>\n<td>String in YYYY-MM-DD format</td>\n<td>false</td>\n</tr>\n<tr>\n<td>measureDateTo</td>\n<td>String in YYYY-MM-DD format</td>\n<td>false</td>\n</tr>\n<tr>\n<td>deliveryDateFrom</td>\n<td>String in YYYY-MM-DD format</td>\n<td>false</td>\n</tr>\n<tr>\n<td>deliveryDateTo</td>\n<td>String in YYYY-MM-DD format</td>\n<td>false</td>\n</tr>\n<tr>\n<td>updatedDateFrom</td>\n<td>Gets all new or updated orders starting from the specified date.  <br />String in YYYY-MM-DD format</td>\n<td>false</td>\n</tr>\n<tr>\n<td>scheduleProStatus</td>\n<td>Integer value selected from the <strong>Get Job Status Ids</strong> endpoint</td>\n<td>false</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","find","advanced"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"a5ddcdcb-945b-4a57-ad36-e35e662f54e4","name":"Advanced Order Search","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"searchText\": \"car\",\r\n    \"stores\": [32, 50],\r\n    \"estimatedDeliveryFrom\": \"2023-01-01\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/find/advanced"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2040"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"id\": 84337,\n            \"documentNumber\": \"WO394853\",\n            \"customer\": {\n                \"customerId\": 75515,\n                \"phone1\": \"2055555556\",\n                \"phone2\": \"\",\n                \"email\": \"TEST@TEST.COM\",\n                \"customerType\": \"RETAIL-INSTALL\",\n                \"businessName\": null,\n                \"lastName\": \"BANUELOS, CARLOS\",\n                \"firstName\": null,\n                \"address1\": \"555 TUSCALOOSA AVE\",\n                \"address2\": \"\",\n                \"city\": \"TUSCALOOSA\",\n                \"state\": \"AL\",\n                \"postalCode\": \"35405\",\n                \"county\": \"TUSCALOOSA\"\n            },\n            \"shipTo\": {\n                \"businessName\": null,\n                \"lastName\": \"BANUELOS, CARLOS\",\n                \"firstName\": null,\n                \"address1\": \"1201 6TH AVE. NW\",\n                \"address2\": \"\",\n                \"city\": \"ALABASER\",\n                \"state\": \"AL\",\n                \"postalCode\": \"35007\",\n                \"county\": \"ALABASER\"\n            },\n            \"deliveryDate\": \"\",\n            \"poNumber\": \"\",\n            \"invoiceType\": \"OriginalInvoice\",\n            \"jobNumber\": \"\",\n            \"orderDate\": \"2022-07-08\",\n            \"estimatedDeliveryDate\": \"2023-02-15\",\n            \"dateEntered\": \"2022-07-08\",\n            \"adSource\": \"\",\n            \"orderType\": \"\",\n            \"contractType\": \"\",\n            \"serviceType\": \"\",\n            \"balanceDue\": 361.6,\n            \"orderTotal\": 361.6,\n            \"grandTotal\": 361.6,\n            \"measureDate\": \"\",\n            \"salesperson1\": \"CARLOS BANUELOS\",\n            \"salesperson2\": \"\",\n            \"store\": 32,\n            \"paid\": 0,\n            \"invoiceDate\": \"\",\n            \"occupied\": false,\n            \"closedDate\": \"\",\n            \"voided\": false\n        },\n        {\n            \"id\": 84509,\n            \"documentNumber\": \"PM1023\",\n            \"customer\": {\n                \"customerId\": 75887,\n                \"phone1\": \"2052062071\",\n                \"phone2\": \"2059056051\",\n                \"email\": \"CBANUELOS@TEST.COM\",\n                \"customerType\": \"INSTALLER\",\n                \"businessName\": null,\n                \"lastName\": \"BANUELOS, CARLOS\",\n                \"firstName\": null,\n                \"address1\": \"3073 PALISADES CT.\",\n                \"address2\": \"\",\n                \"city\": \"TUSCALOOSA\",\n                \"state\": \"AL\",\n                \"postalCode\": \"35405\",\n                \"county\": \"TUSCALOOSA\"\n            },\n            \"shipTo\": {\n                \"businessName\": null,\n                \"lastName\": \"CARLOS, BANUELOS\",\n                \"firstName\": null,\n                \"address1\": \"3074 PALISADES CT.\",\n                \"address2\": \"\",\n                \"city\": \"TUSCALOOSA\",\n                \"state\": \"AL\",\n                \"postalCode\": \"35405\",\n                \"county\": \"TUSCALOOSA\"\n            },\n            \"deliveryDate\": \"\",\n            \"poNumber\": \"\",\n            \"invoiceType\": \"OriginalInvoice\",\n            \"jobNumber\": \"\",\n            \"orderDate\": \"2023-02-08\",\n            \"estimatedDeliveryDate\": \"2023-01-12\",\n            \"dateEntered\": \"2023-02-08\",\n            \"adSource\": \"\",\n            \"orderType\": \"\",\n            \"contractType\": \"\",\n            \"serviceType\": \"\",\n            \"balanceDue\": 4409.6,\n            \"orderTotal\": 4409.6,\n            \"grandTotal\": 4409.6,\n            \"measureDate\": \"\",\n            \"salesperson1\": \"CARLOS BANUELOS\",\n            \"salesperson2\": \"\",\n            \"store\": 50,\n            \"paid\": 0,\n            \"invoiceDate\": \"\",\n            \"occupied\": false,\n            \"closedDate\": \"\",\n            \"voided\": false\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"9e0b04c8-efdf-4f96-b76e-d715d7cb133e"},{"name":"Get Order Gross Profit","id":"95d5e11d-ba9d-49fb-88ab-256c25af2017","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/order/grossprofit/CG003607","description":"<p>Given an order number, this method retrieves the gross profit, along with additional information.<br /></p>\n<blockquote>\n<p><em>This method requires \"Plus\" level of API product at a minimum</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","grossprofit","CG003607"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"91161b74-01cc-4947-8b71-bc1602ed95f0","name":"Get Gross Profit","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/order/grossprofit/CG003607"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"result\": \"OK\",\r\n    \"detail\": {\r\n        \"InvoiceNumber\": \"CG003607\",\r\n        \"GrossProfitPercent\": -6.84,\r\n        \"GrossProfit\": -0.24,\r\n        \"TotalTransaction\": 3.86,\r\n        \"NetSales\": 3.51,\r\n        \"MaterialGrossCost\": 2.04,\r\n        \"LaborCost\": 0,\r\n        \"FreightCost\": 0.16,\r\n        \"Load\": 1.49,\r\n        \"MiscOverheadCost\": 0.06,\r\n        \"MiscExtraCost\": 0,\r\n        \"TaxCost\": 0.35,\r\n        \"ReferralTotal\": 0\r\n    }\r\n}"}],"_postman_id":"95d5e11d-ba9d-49fb-88ab-256c25af2017"},{"name":"Get Payment Values","id":"cc548cf3-9186-4bfa-920e-b946ac83d18a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.rfms.online/v2/payments","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Request master lists used to submit payments</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","payments"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"923a48e1-ccd9-4523-ba5a-d1111ed6245a","name":"Get Payment Values","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.rfms.online/v2/payments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"333"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 03 Dec 2019 20:07:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"receiptAccounts\": [\n        {\n            \"id\": 5,\n            \"name\": \"AMEX (MAIN BRANCH)\",\n            \"creditCardPrefixes\": [\n                3\n            ]\n        },\n        {\n            \"id\": 4,\n            \"name\": \"DISCOVER (MAIN BRANCH)\",\n            \"creditCardPrefixes\": [\n                6\n            ]\n        },\n        {\n            \"id\": 1,\n            \"name\": \"PRIMARY RECEIPT FILE (MAIN BRANCH)\",\n            \"creditCardPrefixes\": []\n        }\n    ]\n}"}],"_postman_id":"cc548cf3-9186-4bfa-920e-b946ac83d18a"},{"name":"Record Payment","id":"8518ace8-1fd1-4949-a1f8-b7789c06ed1c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"messageId","value":"MESSAGE_ID","description":"<p>Optional Http header that will allow for retrieval of a message not immediately processed by a store</p>\n","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"documentNumber\": \"CG903367\",\n\t\"paymentMethod\": \"creditcard\",\n\t\"paymentAmount\": 10.00,\n\t\"approvalCode\": \"12345\",\n\t\"receiptAccountId\": 2,\n    \"paymentFee\": 2.16,\n    \"paymentReference\": \"ABA123\"\n}"},"url":"https://api.rfms.online/v2/payment","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Attach a record of payment to an existing quote or order.</p>\n<h2 id=\"handling-a-store-waiting-response\">Handling a Store Waiting Response</h2>\n<p>In the event that the Record Payment method is called, but the store is not responding, the request will return a result that looks similar to the following:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"status\": \"waiting\",\n    \"result\": \"Store has not replied. Try again later with provided message id\",\n    \"detail\": \"a11fbbb82ea34977bd3feabb36ca40eb\"\n}\n</code></pre><p>Note that the detail field contains, in this case, a messageId. This id can be used in an Http Header (See HEADERS and Example) to retrieve later the details of that message, once the store is able to process it.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","payment"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"0ecc43b3-9130-4f89-9cf9-43ed4cda5e61","name":"Record Payment","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"documentNumber\": \"CG903367\",\n\t\"paymentMethod\": \"creditcard\",\n\t\"paymentAmount\": 10.00,\n\t\"approvalCode\": \"12345\",\n\t\"receiptAccountId\": 2,\n    \"paymentFee\": 2.16,\n    \"paymentReference\": \"ABA123\"\n}"},"url":"https://api.rfms.online/v2/payment"},"status":"OK","code":200,"_postman_previewlanguage":"html","header":[{"key":"Content-Length","value":"103"},{"key":"Content-Type","value":"text/html"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 06 Aug 2019 21:18:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": {\n        \"InvoiceNumber\": \"CG903367\",\n        \"Balance\": 9637.73\n    }\n}"}],"_postman_id":"8518ace8-1fd1-4949-a1f8-b7789c06ed1c"},{"name":"Get Recently Jobcosted Orders","event":[{"listen":"test","script":{"id":"9421a9de-0642-4d4e-9236-d8ba0b666222","exec":["var jsonData = JSON.parse(responseBody);\r","\r","tests[\"Status code is 200\"] = responseCode.code === 200;\r","tests[\"Request is accepted\"] = jsonData.accepted;\r","postman.setEnvironmentVariable(\"lastMessage\", jsonData.requestId);\r","\r",""],"type":"text/javascript"}}],"id":"9ec8272f-2ade-4650-b807-2b1b565ba555","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.rfms.online/v2/orders/jobcosted","description":"<p>Returns orders with a delivery date in the last 31 days and have been updated in the last 48 hours.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","orders","jobcosted"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"9ec8272f-2ade-4650-b807-2b1b565ba555"},{"name":"Find Purchase Orders","id":"51a00193-76b4-4d10-965f-e0b2d9ed4c88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\": \"CG105159\",\r\n    \"lineNumber\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/purchaseorder/find","description":"<p>Search for purchase orders associated with a certain order and line number.<br /></p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em><br /></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","purchaseorder","find"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"3c4bcd3a-2ce6-47d1-9203-83f88616027d","name":"Find Purchase Orders","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\": \"CG105159\",\r\n    \"lineNumber\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/purchaseorder/find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXG9yZGVyXHB1cmNoYXNlb3JkZXJcZmluZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 23 Sep 2021 19:49:42 GMT"},{"key":"Content-Length","value":"607"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": {\n        \"purchaseOrderNumber\": \"CG1051590001\",\n        \"referenceNumber\": \"123456789\",\n        \"supplierName\": \"MOHAWK INDUSTRIES\",\n        \"styleName\": \"TOWN CENTER II 30 - 12'\",\n        \"colorName\": \"POWDER INDIGO\",\n        \"manufacturerName\": \"ALADDIN\",\n        \"amountOrdered\": 1200,\n        \"amountReceived\": 0,\n        \"amountRemaining\": 1200,\n        \"units\": \"SF\",\n        \"freightCarrier\": \"FEDEX FLOORS\",\n        \"trackingNumber\": \"UA5E6D5E1FGD5E\",\n        \"orderDate\": \"2021-08-19T00:00:00\",\n        \"promiseDate\": \"2021-12-09T00:00:00\",\n        \"requiredDate\": \"2021-12-10T00:00:00\",\n        \"requestedShipDate\": null,\n        \"status\": \"Open\",\n        \"orderedBy\": \"CBANUELOS\",\n        \"takenBy\": \"CARLOS\",\n        \"comments\": \"NICE COMMENT\"\n    },\n    \"detail\": null\n}"}],"_postman_id":"51a00193-76b4-4d10-965f-e0b2d9ed4c88"},{"name":"Calculate Taxes","id":"05cb8c3e-c700-4e09-aaee-536b0a9fad71","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"poNumber\": \"12345\",\r\n    \"adSource\": \"Website\",\r\n    \"jobNumber\": \"ZAGZIG5\",\r\n    \"quoteDate\": \"2020-12-02\",\r\n    \"estimatedDeliveryDate\": \"2020-12-29\",\r\n    \"soldTo\": {\r\n        \"lastName\": \"Rimsky-Korsakov\",\r\n        \"firstName\": \"Nikolai\",\r\n        \"address1\": \"1 Bumblebee Dr\",\r\n        \"address2\": \"STE 5\",\r\n        \"email\": \"nik@classicalcarpets.com\",\r\n        \"city\": \"BESSEMER\",\r\n        \"state\": \"AL\",\r\n        \"postalCode\": \"35020\"\r\n    },\r\n    \"shipTo\":\r\n    {\r\n        \"lastName\": \"Zolotoy\",\r\n        \"firstName\": \"Vitaly\",\r\n        \"address1\": \"14 Wide Rd\",\r\n        \"city\": \"Alabaster\",\r\n        \"state\": \"AL\",\r\n        \"postalCode\": \"35007\"\r\n    },\r\n    \"storeNumber\": 50,\r\n    \"salesperson1\": \"Pyotr\",\r\n    \"taxStatus\": \"Tax\",\r\n    \"lines\": [\r\n        {\r\n            \"productCode\": \"01\",\r\n            \"lineTotal\": 4245.33,\r\n            \"useLineTax\": false\r\n        },\r\n        {\r\n            \"productCode\": \"01\",\r\n            \"lineTotal\": 1123.45,\r\n            \"useLineTax\": true\r\n        },\r\n        {\r\n            \"productCode\": \"81\",\r\n            \"lineTotal\": \"4453.23\",\r\n            \"useLineTax\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/calculatetaxes","description":"<p>Given an order template with individual order lines, this method will return the applicable Sales Tax, Use Tax, and/or Misc Tax for given line total. For tax to be properly calculated, consult the table below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Explanation</th>\n<th>Field Belongs To</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>shipTo</td>\n<td>true</td>\n<td>Fill out all relevant fields in  accordance with city information</td>\n<td>Order Object</td>\n</tr>\n<tr>\n<td>productCode</td>\n<td>See Meaning</td>\n<td><em>Either</em> include this field,  <em>or</em> relevant product information.  i.e productId, quantity, priceLevel</td>\n<td>Line Object</td>\n</tr>\n<tr>\n<td>lineTotal</td>\n<td>true</td>\n<td>Total dollar amount for goods/services for single line</td>\n<td>Line Object</td>\n</tr>\n<tr>\n<td>useLineTax</td>\n<td>false</td>\n<td>Set to true if line should be calculated as a UseTax line, and excluded from sales tax calculations</td>\n<td>Line Object</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","calculatetaxes"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"ab1cb64a-954b-4d78-9168-af57577c1d24","name":"Calculate Taxes","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"poNumber\": \"12345\",\r\n    \"adSource\": \"Website\",\r\n    \"jobNumber\": \"ZAGZIG5\",\r\n    \"quoteDate\": \"2020-12-02\",\r\n    \"estimatedDeliveryDate\": \"2020-12-29\",\r\n    \"soldTo\": {\r\n        \"lastName\": \"Rimsky-Korsakov\",\r\n        \"firstName\": \"Nikolai\",\r\n        \"address1\": \"1 Bumblebee Dr\",\r\n        \"address2\": \"STE 5\",\r\n        \"email\": \"nik@classicalcarpets.com\",\r\n        \"city\": \"BESSEMER\",\r\n        \"state\": \"AL\",\r\n        \"postalCode\": \"35020\"\r\n    },\r\n    \"shipTo\":\r\n    {\r\n        \"lastName\": \"Zolotoy\",\r\n        \"firstName\": \"Vitaly\",\r\n        \"address1\": \"14 Wide Rd\",\r\n        \"city\": \"Alabaster\",\r\n        \"state\": \"AL\",\r\n        \"postalCode\": \"35007\"\r\n    },\r\n    \"storeNumber\": 50,\r\n    \"salesperson1\": \"Pyotr\",\r\n    \"taxStatus\": \"Tax\",\r\n    \"lines\": [\r\n        {\r\n            \"productCode\": \"01\",\r\n            \"lineTotal\": 4245.33\r\n        },\r\n        {\r\n            \"productCode\": \"01\",\r\n            \"lineTotal\": 1123.45,\r\n            \"useLineTax\": true\r\n        },\r\n        {\r\n            \"productCode\": \"81\",\r\n            \"lineTotal\": \"4453.23\",\r\n            \"useLineTax\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/calculatetaxes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"195"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 10 Dec 2020 19:45:33 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": {\n        \"SalesTax\": 982.2,\n        \"MiscTax\": 0,\n        \"UseTax\": 0\n    }\n}"}],"_postman_id":"05cb8c3e-c700-4e09-aaee-536b0a9fad71"},{"name":"List Payments","id":"0c727f43-cc21-42f8-a803-d168ffd8a129","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/order/payments/:number","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Given an order invoice number, this method returns a list of payments made on that order.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","payments",":number"],"host":["api","rfms","online"],"query":[],"variable":[{"id":"a43492b7-9931-4233-8a3a-85ff311404ed","type":"any","value":null,"key":"number"}]}},"response":[{"id":"89760f1b-74b3-46e7-b9db-1f451b87b62b","name":"List Payments","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/order/payments/CG105152"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXG9yZGVyXHBheW1lbnRzXENHMTA1MTUy?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sun, 22 Aug 2021 18:20:11 GMT"},{"key":"Content-Length","value":"1286"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"documentNumber\": \"CG105152\",\n            \"paymentNumber\": 132,\n            \"paymentMethod\": \"creditcard\",\n            \"paymentAmount\": 127.53,\n            \"approvalCode\": null,\n            \"receiptAccountId\": 7,\n            \"paymentReference\": \"Visa - 1443\",\n            \"paymentDate\": \"2021-08-18\",\n            \"orderDate\": \"2021-08-17\",\n            \"beginningBalance\": 127.53,\n            \"remainingBalance\": 0,\n            \"discountAmount\": 0,\n            \"discountAccountNumber\": \"405\",\n            \"financingCharge\": 0,\n            \"customerName\": \"JACK, WILSON\",\n            \"storeNumber\": 32,\n            \"notes\": \"\"\n        },\n        {\n            \"documentNumber\": \"CG105152\",\n            \"paymentNumber\": 133,\n            \"paymentMethod\": \"creditcard\",\n            \"paymentAmount\": 0.01,\n            \"approvalCode\": null,\n            \"receiptAccountId\": 7,\n            \"paymentReference\": \"Mastercard - 8919\",\n            \"paymentDate\": \"2021-08-19\",\n            \"orderDate\": \"2021-08-17\",\n            \"beginningBalance\": 1438.8,\n            \"remainingBalance\": 1438.79,\n            \"discountAmount\": 0,\n            \"discountAccountNumber\": \"405\",\n            \"financingCharge\": 0,\n            \"customerName\": \"JACK, WILSON\",\n            \"storeNumber\": 32,\n            \"notes\": \"\"\n        },\n        {\n            \"documentNumber\": \"CG105152\",\n            \"paymentNumber\": 134,\n            \"paymentMethod\": \"creditcard\",\n            \"paymentAmount\": 0.01,\n            \"approvalCode\": null,\n            \"receiptAccountId\": 7,\n            \"paymentReference\": \"Mastercard - 8919\",\n            \"paymentDate\": \"2021-08-19\",\n            \"orderDate\": \"2021-08-17\",\n            \"beginningBalance\": 1438.79,\n            \"remainingBalance\": 1438.78,\n            \"discountAmount\": 0,\n            \"discountAccountNumber\": \"405\",\n            \"financingCharge\": 0,\n            \"customerName\": \"JACK, WILSON\",\n            \"storeNumber\": 32,\n            \"notes\": \"\"\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"0c727f43-cc21-42f8-a803-d168ffd8a129"},{"name":"Get Attachment","id":"5f008ab9-b932-4af7-8f8e-332d97036d2e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":""},"url":"https://api.rfms.online/v2/attachment/:id","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Retrieve a file attachment.  The file is returned as a Base64 encoded string.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","attachment",":id"],"host":["api","rfms","online"],"query":[{"disabled":true,"key":"","value":null}],"variable":[{"description":{"content":"<p>The id provided in the attachments collection returned by Get Quote or Get Order.</p>\n","type":"text/plain"},"type":"string","value":"","key":"id"}]}},"response":[{"id":"cea6cb2c-7d45-4344-81a0-db45e6c6d36e","name":"Get Attachment","originalRequest":{"method":"GET","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":""},"url":"https://api.rfms.online/v2/attachment/14003"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"result\": \"OK\",\r\n    \"detail\": \"** BASE64 ENCODED DATA **\"\r\n}"}],"_postman_id":"5f008ab9-b932-4af7-8f8e-332d97036d2e"},{"name":"Add Attachment","id":"0979c023-02d3-4d44-9e93-3d1ee3bebf8e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"url":"https://api.rfms.online/v2/attachment","description":"<p>Add an attachment to a document or a product</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p>The following table details the parameters required, if the user wishes to add an attachment to a quote:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Type</th>\n<th>Required</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>documentNumber</td>\n<td>string</td>\n<td>true</td>\n<td>Number of document to which attachment is to be added</td>\n</tr>\n<tr>\n<td>documentType</td>\n<td>string</td>\n<td>true</td>\n<td>Specify if this document is a Quote, Order, Estimate, or Claim</td>\n</tr>\n<tr>\n<td>lineNumber</td>\n<td>number</td>\n<td>false</td>\n<td>If adding attachment to specific quote/order line, specify using this parameter</td>\n</tr>\n<tr>\n<td>fileExtension</td>\n<td>string</td>\n<td>true</td>\n<td>File extension of attachment (jpg,pdf,etc)</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>false</td>\n<td>Brief description of attachment contents</td>\n</tr>\n<tr>\n<td>fileData</td>\n<td>string</td>\n<td>true</td>\n<td>Base64 encoded string representing the file</td>\n</tr>\n<tr>\n<td>paperlessDocType</td>\n<td>int</td>\n<td>false</td>\n<td>Document type id obtained from Get Paperless Document Types endpoint</td>\n</tr>\n<tr>\n<td>subNumber</td>\n<td>int</td>\n<td>false</td>\n<td>The estimate sub number. Defaults to 1. Only applies to adding an attachment to an estimate.</td>\n</tr>\n</tbody>\n</table>\n</div><p>If the user wishes to add an attachment to a product, then the following parameters shall be used:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Type</th>\n<th>Required</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productId</td>\n<td>number</td>\n<td>true</td>\n<td>Id of the product to which the attachment will be added</td>\n</tr>\n<tr>\n<td>fileExtension</td>\n<td>string</td>\n<td>true</td>\n<td>File extension of attachment (jpg,pdf,etc)</td>\n</tr>\n<tr>\n<td>description</td>\n<td>string</td>\n<td>false</td>\n<td>Brief description of attachment contents</td>\n</tr>\n<tr>\n<td>fileData</td>\n<td>string</td>\n<td>true</td>\n<td>Base64 encoded string representing the file</td>\n</tr>\n<tr>\n<td>paperlessDocType</td>\n<td>int</td>\n<td>false</td>\n<td>Document type id obtained from Get Paperless Document Types endpoint</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","attachment"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"50f1e762-c7c3-467b-913d-45158ee5fa5d","name":"Add Attachment To Document","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.rfms.online/v2/attachment"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"documentNumber\": \"ES903371\",\n    \"documentType\": \"Quote\",\n    \"fileExtension\": \"jpg\",\n    \"description\": \"Describe attachment contents here\",\n    \"fileData\": \"Insert Base64 Encoded File here\"\n}"},{"id":"9de3b0aa-2f1f-4fff-a3f5-f83bd58cd467","name":"Add Attachment To Product","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.rfms.online/v2/attachment"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"productId\": 1023581,\r\n    \"fileExtension\": \"jpg\",\r\n    \"description\": \"Describe attachment contents here\",\r\n    \"fileData\": \"Base64 encoded file data here\"\r\n}"}],"_postman_id":"0979c023-02d3-4d44-9e93-3d1ee3bebf8e"},{"name":"Get Paperless Document Types","id":"07bbc8c7-3d50-41fc-942e-e6a256dcec4f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"group\": \"HeaderPictures\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/attachment/paperless/doctype","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p>Gets a list of paperless document types for a specific user, or the default list if no user is provided.</p>\n<p>Group can be one of the following values:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Group</strong></th>\n<th><strong>Explanation</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>RollProductColor</td>\n<td>Roll Product Color</td>\n</tr>\n<tr>\n<td>ItemProductColor</td>\n<td>Product Item Color</td>\n</tr>\n<tr>\n<td>ServicePictures</td>\n<td>Service Record</td>\n</tr>\n<tr>\n<td>HeaderPictures</td>\n<td>Order Header</td>\n</tr>\n<tr>\n<td>LinePictures</td>\n<td>Order Line</td>\n</tr>\n<tr>\n<td>EstHeadPictures</td>\n<td>Quote Header</td>\n</tr>\n<tr>\n<td>EstLinePictures</td>\n<td>Quote Line</td>\n</tr>\n<tr>\n<td>ClaimHeadPictures</td>\n<td>Claim Header</td>\n</tr>\n<tr>\n<td>ClaimLinePictures</td>\n<td>Claim Line</td>\n</tr>\n<tr>\n<td>JeHeadPictures</td>\n<td>BidPro Estimate Header</td>\n</tr>\n<tr>\n<td>JeLinePictures</td>\n<td>BidPro Estimate Line</td>\n</tr>\n<tr>\n<td>RollInventory</td>\n<td>Roll Inventory Record</td>\n</tr>\n<tr>\n<td>ItemInventory</td>\n<td>Item Inventory Record</td>\n</tr>\n<tr>\n<td>RollProduct</td>\n<td>Roll Product Record</td>\n</tr>\n<tr>\n<td>ItemProduct</td>\n<td>Item Product Record</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","attachment","paperless","doctype"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"ad750eae-a235-4144-aa60-0130126dfdb3","name":"Get Paperless Document Types","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"user\": \"admin\",\r\n    \"group\": \"HeaderPictures\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/attachment/paperless/doctype"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"170"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTGluZHNleS5HaXVsaWFub1xzb3VyY2VccmVwb3NcbWVhc3VyZWNsb3VkYXBpXFJmbXNQdWJsaWNBcGlcdjJcYXR0YWNobWVudFxwYXBlcmxlc3NcZG9jdHlwZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 09 Oct 2023 14:58:59 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"id\": 100001,\n            \"name\": \"Invoice\"\n        },\n        {\n            \"id\": 100005,\n            \"name\": \"Receiving Ticket\"\n        },\n        {\n            \"id\": 200004,\n            \"name\": \"Header Pictures Document\"\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"07bbc8c7-3d50-41fc-942e-e6a256dcec4f"},{"name":"List Attachments","id":"76232384-ce2f-4d13-870f-25b2cf96e211","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productId\": 123387,\r\n    \"isService\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/attachments","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Finds attachments based on a variety of user-provided parameters. Said parameter options are defined below:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Attachment Type</th>\n<th>Required Parameters</th>\n<th>Optional Parameters</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Quote Header Order Header Estimate Header</td>\n<td>documentNumber documentType</td>\n<td>subNumber (Estimate only)</td>\n<td>documentType = \"Quote\" documentType = \"Order\" documentType = \"Estimate\"</td>\n</tr>\n<tr>\n<td>Quote Line Order Line Estimate Line</td>\n<td>documentNumber documentType lineNumber</td>\n<td>subNumber (Estimate only)</td>\n<td>Same as above</td>\n</tr>\n<tr>\n<td>Roll Good Item</td>\n<td>productId</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Roll Good Inventory Item Inventory</td>\n<td>productId isInventory</td>\n<td></td>\n<td>isInventory must be set to true</td>\n</tr>\n<tr>\n<td>Roll Good Color Item Color</td>\n<td>productId colorId</td>\n<td></td>\n<td></td>\n</tr>\n<tr>\n<td>Service</td>\n<td>productId isService</td>\n<td></td>\n<td>isService must be set to true</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","attachments"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"d3fada15-26ef-4ac6-8148-e2d2be0f23f5","name":"List Attachments - Service","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productId\": 123387,\r\n    \"isService\": true\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/attachments"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"7345"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGF0dGFjaG1lbnRz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 10 Mar 2022 18:00:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"id\": 18289,\n            \"path\": \"\\\\\\\\path\\\\to\\\\file\\\\Image123.png\",\n            \"fileExtension\": \"png\",\n            \"size\": 9053,\n            \"description\": \"photo.png\",\n            \"fileData\": \"base64 encoded file data\"\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"76232384-ce2f-4d13-870f-25b2cf96e211"},{"name":"Delete Attachment","id":"9e0ca0f7-ad1c-449a-ad83-419c3abe41b9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[],"url":"https://api.rfms.online/v2/attachment/:id","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Given an attachment id, this method will delete the associated attachment.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","attachment",":id"],"host":["api","rfms","online"],"query":[],"variable":[{"id":"4590a4ed-8a9c-44ba-93e0-35c689663d6f","type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"9e0ca0f7-ad1c-449a-ad83-419c3abe41b9"},{"name":"Get Estimate","id":"699bc172-8a75-46f9-a375-7f19d04863b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"url":"https://api.rfms.online/v2/estimate/:number?subNumber","description":"<p>Retrieve a specific estimate</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","estimate",":number"],"host":["api","rfms","online"],"query":[{"description":{"content":"<p>Estimate sub number. Defaults to 1.</p>\n","type":"text/plain"},"key":"subNumber","value":null}],"variable":[{"description":{"content":"<p>Specific estimate from which to retrieve details </p>\n","type":"text/plain"},"type":"string","value":"","key":"number"}]}},"response":[{"id":"d820cb23-d39f-4e4b-9225-74c137495400","name":"Get Estimate","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.rfms.online/v2/estimate/:number?subNumber=1","protocol":"https","host":["api","rfms","online"],"path":["v2","estimate",":number"],"query":[{"key":"subNumber","value":"1","description":"Default value is 1."}],"variable":[{"key":"number","value":"JE100250","description":"Specific estimate from which to retrieve details "}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1546"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 16 Jul 2020 22:57:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": {\n        \"id\": \"4875\",\n        \"number\": \"JE100250\",\n        \"subNumber\": 1,\n        \"originalNumber\": \"\",\n        \"category\": \"\",\n        \"soldTo\": {\n            \"customerId\": 373,\n            \"phone1\": \"\",\n            \"phone2\": \"\",\n            \"email\": \"\",\n            \"customerType\": \"CASH & CARRY\",\n            \"businessName\": null,\n            \"lastName\": \"\",\n            \"firstName\": \"NANCY\",\n            \"address1\": \"17557 GOLD FINCH DRIVE\",\n            \"address2\": \"\",\n            \"city\": \"BUHL\",\n            \"state\": \"AL\",\n            \"postalCode\": \"35446-\",\n            \"county\": \"\"\n        },\n        \"shipTo\": {\n            \"businessName\": null,\n            \"lastName\": \"SMITH\",\n            \"firstName\": \"NANCY\",\n            \"address1\": \"17557 GOLD FINCH DRIVE\",\n            \"address2\": \"\",\n            \"city\": \"BUHL\",\n            \"state\": \"AL\",\n            \"postalCode\": \"35446-\",\n            \"county\": \"\"\n        },\n        \"salesperson1\": \"ANDREW\",\n        \"salesperson2\": \"\",\n        \"salespersonSplitPercent\": 0,\n        \"storeCode\": null,\n        \"storeNumber\": 32,\n        \"jobNumber\": \"\",\n        \"poNumber\": \"\",\n        \"privateNotes\": \"\",\n        \"publicNotes\": \"\",\n        \"workOrderNotes\": \"\",\n        \"estimatedDeliveryDate\": \"2016-05-13\",\n        \"enteredDate\": \"\",\n        \"measureDate\": \"2016-05-13\",\n        \"taxStatus\": \"Tax\",\n        \"taxMethod\": null,\n        \"adSource\": null,\n        \"userOrderTypeId\": 0,\n        \"serviceTypeId\": 0,\n        \"contractTypeId\": 0,\n        \"totals\": {\n            \"material\": 2547.36,\n            \"labor\": 920.36,\n            \"misc\": 0,\n            \"total\": 3467.72,\n            \"salesTax\": 0,\n            \"miscTax\": 0,\n            \"grandTotal\": 3467.72,\n            \"recycleFee\": 0\n        },\n        \"lines\": [\n            {\n                \"id\": 14287,\n                \"lineNumber\": 1,\n                \"productCode\": \"01\",\n                \"rollItemNumber\": null,\n                \"styleName\": \"CALL TO THE POST\",\n                \"colorName\": \"BEFORE DARK\",\n                \"supplierName\": \"RFMS\",\n                \"quantity\": 732,\n                \"saleUnits\": \"SF\",\n                \"freight\": 0.06,\n                \"unitPrice\": 2.79,\n                \"total\": 2042.28,\n                \"isUseTaxLine\": false,\n                \"notes\": \"COMBINED AREAS:\\rCUT GROUP 1 (MASTER BEDROOM,BED 3)  QTY: 358 SF\\nCUT GROUP 2 (BED 2,MASTER BEDROOM,BED 3)  QTY: 374 SF\",\n                \"productId\": 0,\n                \"colorId\": 0,\n                \"delete\": false,\n                \"priceLevel\": null,\n                \"lineStatus\": null,\n                \"inTransit\": false,\n                \"promiseDate\": \"\",\n                \"attachments\": []\n            },\n            {\n                \"id\": 14290,\n                \"lineNumber\": 4,\n                \"productCode\": \"81\",\n                \"rollItemNumber\": null,\n                \"styleName\": \"HEALTHIER LIVING-(BASIC)\",\n                \"colorName\": \"\",\n                \"supplierName\": \"\",\n                \"quantity\": 732,\n                \"saleUnits\": \"SF\",\n                \"freight\": 0,\n                \"unitPrice\": 0.72,\n                \"total\": 527.04,\n                \"isUseTaxLine\": false,\n                \"notes\": \"(SHEET-LEVEL)\",\n                \"productId\": 0,\n                \"colorId\": 0,\n                \"delete\": false,\n                \"priceLevel\": null,\n                \"lineStatus\": null,\n                \"inTransit\": false,\n                \"promiseDate\": \"\",\n                \"attachments\": []\n            },\n            {\n                \"id\": 14291,\n                \"lineNumber\": 5,\n                \"productCode\": \"84\",\n                \"rollItemNumber\": null,\n                \"styleName\": \"TAKEUP GLUED CPT\",\n                \"colorName\": \"\",\n                \"supplierName\": \"\",\n                \"quantity\": 627.74,\n                \"saleUnits\": \"SF\",\n                \"freight\": 0,\n                \"unitPrice\": 0.3,\n                \"total\": 188.32,\n                \"isUseTaxLine\": false,\n                \"notes\": \"(SHEET-LEVEL)\",\n                \"productId\": 0,\n                \"colorId\": 0,\n                \"delete\": false,\n                \"priceLevel\": null,\n                \"lineStatus\": null,\n                \"inTransit\": false,\n                \"promiseDate\": \"\",\n                \"attachments\": []\n            },\n            {\n                \"id\": 14288,\n                \"lineNumber\": 2,\n                \"productCode\": \"04\",\n                \"rollItemNumber\": null,\n                \"styleName\": \"BRONZE-BASIC\",\n                \"colorName\": \"3.5# REBOND-7/16\\\"\",\n                \"supplierName\": \"CARPENTER\",\n                \"quantity\": 732,\n                \"saleUnits\": \"SF\",\n                \"freight\": 0.01,\n                \"unitPrice\": 0.69,\n                \"total\": 505.08,\n                \"isUseTaxLine\": false,\n                \"notes\": \"(SHEET-LEVEL)\",\n                \"productId\": 0,\n                \"colorId\": 0,\n                \"delete\": false,\n                \"priceLevel\": null,\n                \"lineStatus\": null,\n                \"inTransit\": false,\n                \"promiseDate\": \"\",\n                \"attachments\": []\n            },\n            {\n                \"id\": 14289,\n                \"lineNumber\": 3,\n                \"productCode\": \"80\",\n                \"rollItemNumber\": null,\n                \"styleName\": \"MOVE FURNITURE\",\n                \"colorName\": \"\",\n                \"supplierName\": \"\",\n                \"quantity\": 2,\n                \"saleUnits\": \"HR\",\n                \"freight\": 0,\n                \"unitPrice\": 102.5,\n                \"total\": 205,\n                \"isUseTaxLine\": false,\n                \"notes\": \"(SHEET-LEVEL)\",\n                \"productId\": 0,\n                \"colorId\": 0,\n                \"delete\": false,\n                \"priceLevel\": null,\n                \"lineStatus\": null,\n                \"inTransit\": false,\n                \"promiseDate\": \"\",\n                \"attachments\": []\n            }\n        ],\n        \"attachments\": [\n            {\n                \"id\": 7037,\n                \"description\": \"Room Plan  5/13/2016 11:35AM\",\n                \"fileExtension\": \"jpg                             \"\n            },\n            {\n                \"id\": 7038,\n                \"description\": \"Seam Plan  5/13/2016 11:35AM\",\n                \"fileExtension\": \"jpg                             \"\n            },\n            {\n                \"id\": 7039,\n                \"description\": \"Cut Plan (Page 1)  5/13/2016 11:35AM\",\n                \"fileExtension\": \"jpg\"\n            },\n            {\n                \"id\": 7040,\n                \"description\": \"Cut Plan (Page 2)  5/13/2016 11:35AM\",\n                \"fileExtension\": \"jpg\"\n            }\n        ],\n        \"storeSpecific\": null,\n        \"isExportedToOrder\": false,\n        \"quoteDate\": \"2016-05-13\",\n        \"orderNumber\": \"\",\n        \"orderDate\": \"2016-05-13\",\n        \"deliveryDate\": \"\",\n        \"dueDate\": \"\",\n        \"closedDate\": \"\",\n        \"billedDate\": \"\",\n        \"completedDate\": \"\",\n        \"billingGroup\": null,\n        \"payment\": {\n            \"paidDate\": \"\",\n            \"paidAmount\": 0,\n            \"balanceDue\": 0\n        }\n    },\n    \"detail\": null\n}"}],"_postman_id":"699bc172-8a75-46f9-a375-7f19d04863b2"},{"name":"Create Estimate","id":"a24557f4-8497-4196-81e0-6a9cc76d6fc7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"poNumber\": \"00504\",\r\n    \"measureDate\": \"2021-03-01\",\r\n    \"estimatedDeliveryDate\": \"2021-03-29\",\r\n    \"jobNumber\": \"WERS997\",\r\n    \"soldTo\": {\r\n        \"lastName\": \"Orwell\",\r\n        \"firstName\": \"George\",\r\n        \"address1\": \"77 Almaz BLVD\",\r\n        \"address2\": \"STE 101\",\r\n        \"city\": \"NOWHERE\",\r\n        \"state\": \"NE\",\r\n        \"postalCode\": \"56332\",\r\n        \"phone1\": \"403-333-1000\",\r\n        \"email\": \"gorwell1@dystopiancoverings.com\",\r\n        \"customerType\": \"REMODELING\"\r\n    },\r\n    \"shipTo\":\r\n    {\r\n        \"lastName\": \"Orwell\",\r\n        \"firstName\": \"George\",\r\n        \"address1\": \"77 Almaz BLVD\",\r\n        \"address2\": \"STE 102\",\r\n        \"city\": \"NOWHERE\",\r\n        \"state\": \"NE\",\r\n        \"postalCode\": \"56332\"\r\n    },\r\n    \"storeNumber\": 32,\r\n    \"privateNotes\": \"PRIVATE - ORDER DELAYED\",\r\n    \"publicNotes\": \"PUBLIC\",\r\n    \"salesperson1\": \"Igor\",\r\n    \"lines\": [\r\n    \t{\r\n    \t\t\"productId\": 1018473,\r\n    \t\t\"colorId\": 8173202,\r\n    \t\t\"quantity\": 17.00,\r\n    \t\t\"priceLevel\": \"Price3\"\r\n    \t},\r\n        {\r\n            \"productId\": 988660,\r\n            \"colorId\": 7792812,\r\n            \"quantity\": 56.00,\r\n            \"priceLevel\": \"Price1\"\r\n        }\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/estimate/create","description":"<p>Create a BidPro estimate. The same fields for creating a quote may be used to populate estimate information.</p>\n<h4 id=\"sub-number\"><strong>Sub Number</strong></h4>\n<p>An estimate sub number can be specified. If not included, it will default to 1. To create an estimate with a sub number greater than 1, include the <code>documentNumber</code> field in the body of the request, in addition to the <code>subNumber</code> field.</p>\n<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","estimate","create"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"f9334d4e-fd7a-4983-b1b8-91c62fb3aed5","name":"Create BidPro Estimate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"poNumber\": \"00504\",\r\n    \"measureDate\": \"2021-03-01\",\r\n    \"estimatedDeliveryDate\": \"2021-03-29\",\r\n    \"jobNumber\": \"WERS997\",\r\n    \"soldTo\": {\r\n        \"lastName\": \"Orwell\",\r\n        \"firstName\": \"George\",\r\n        \"address1\": \"77 Almaz BLVD\",\r\n        \"address2\": \"STE 101\",\r\n        \"city\": \"NOWHERE\",\r\n        \"state\": \"NE\",\r\n        \"postalCode\": \"56332\",\r\n        \"phone1\": \"403-333-1000\",\r\n        \"email\": \"gorwell1@dystopiancoverings.com\",\r\n        \"customerType\": \"REMODELING\"\r\n    },\r\n    \"shipTo\":\r\n    {\r\n        \"lastName\": \"Orwell\",\r\n        \"firstName\": \"George\",\r\n        \"address1\": \"77 Almaz BLVD\",\r\n        \"address2\": \"STE 102\",\r\n        \"city\": \"NOWHERE\",\r\n        \"state\": \"NE\",\r\n        \"postalCode\": \"56332\"\r\n    },\r\n    \"storeNumber\": 32,\r\n    \"privateNotes\": \"PRIVATE - ORDER DELAYED\",\r\n    \"publicNotes\": \"PUBLIC\",\r\n    \"salesperson1\": \"Igor\",\r\n    \"lines\": [\r\n    \t{\r\n    \t\t\"productId\": 1018473,\r\n    \t\t\"colorId\": 8173202,\r\n    \t\t\"quantity\": 17.00,\r\n    \t\t\"priceLevel\": \"Price3\"\r\n    \t},\r\n        {\r\n            \"productId\": 988660,\r\n            \"colorId\": 7792812,\r\n            \"quantity\": 56.00,\r\n            \"priceLevel\": \"Price1\"\r\n        }\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/estimate/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"181"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 04 Mar 2021 15:58:12 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"JE100281\",\n    \"detail\": {\n        \"docId\": \"4907\"\n    }\n}"},{"id":"5c8623c4-b1bc-4b77-9551-63e29b6a8459","name":"Create Estimate With Sub Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"poNumber\": \"00504\",\r\n    \"measureDate\": \"2021-03-01\",\r\n    \"estimatedDeliveryDate\": \"2021-03-29\",\r\n    \"jobNumber\": \"WERS997\",\r\n    \"documentNumber\": \"JE100281\",\r\n    \"subNumber\": 2,\r\n    \"soldTo\": {\r\n        \"lastName\": \"Orwell\",\r\n        \"firstName\": \"George\",\r\n        \"address1\": \"77 Almaz BLVD\",\r\n        \"address2\": \"STE 101\",\r\n        \"city\": \"NOWHERE\",\r\n        \"state\": \"NE\",\r\n        \"postalCode\": \"56332\",\r\n        \"phone1\": \"403-333-1000\",\r\n        \"email\": \"gorwell1@dystopiancoverings.com\",\r\n        \"customerType\": \"REMODELING\"\r\n    },\r\n    \"shipTo\":\r\n    {\r\n        \"lastName\": \"Orwell\",\r\n        \"firstName\": \"George\",\r\n        \"address1\": \"77 Almaz BLVD\",\r\n        \"address2\": \"STE 102\",\r\n        \"city\": \"NOWHERE\",\r\n        \"state\": \"NE\",\r\n        \"postalCode\": \"56332\"\r\n    },\r\n    \"storeNumber\": 32,\r\n    \"privateNotes\": \"PRIVATE - ORDER DELAYED\",\r\n    \"publicNotes\": \"PUBLIC\",\r\n    \"salesperson1\": \"Igor\",\r\n    \"lines\": [\r\n    \t{\r\n    \t\t\"productId\": 1018473,\r\n    \t\t\"colorId\": 8173202,\r\n    \t\t\"quantity\": 17.00,\r\n    \t\t\"priceLevel\": \"Price3\"\r\n    \t},\r\n        {\r\n            \"productId\": 988660,\r\n            \"colorId\": 7792812,\r\n            \"quantity\": 56.00,\r\n            \"priceLevel\": \"Price1\"\r\n        }\r\n\t]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/estimate/create"},"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"JE100281\",\n    \"detail\": {\n        \"docId\": \"4907\"\n    }\n}"}],"_postman_id":"a24557f4-8497-4196-81e0-6a9cc76d6fc7"},{"name":"Update Estimate","id":"ca4965d8-d3bc-474b-a928-b92a51f3ac4a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\": \"JE100281\",\r\n    \"estimatedDeliveryDate\": \"2021-04-23\",\r\n    \"privateNotes\": \"SHIPPING DELAYS EXPECTED\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/estimate","description":"<p>All elements other than number are optional. Similar to updating quotes, only include the elements you wish to modify. To update an estimate with a particular sub number, include the <code>subNumber</code> field. If no <code>subNumber</code> is included, the default will be 1.</p>\n<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","estimate"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"dddbda2f-ea68-4194-8e4d-09f578b4ba89","name":"Update Estimate","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"number\": \"JE100281\",\r\n    \"estimatedDeliveryDate\": \"2021-04-23\",\r\n    \"privateNotes\": \"SHIPPING DELAYS EXPECTED\"\r\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.rfms.online/v2/estimate","protocol":"https","host":["api","rfms","online"],"path":["v2","estimate"],"query":[{"key":"","value":null,"type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"163"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 04 Mar 2021 16:06:29 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": \"true\"\n}"},{"id":"267ea2b5-eb7d-4595-8656-278237c9ab11","name":"Update Estimate With Sub Number","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"number\": \"JE100281\",\r\n    \"subNumber\": 2,\r\n    \"estimatedDeliveryDate\": \"2025-10-23\",\r\n    \"privateNotes\": \"SHIPPING DELAYS EXPECTED\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/estimate"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":null}],"_postman_id":"ca4965d8-d3bc-474b-a928-b92a51f3ac4a"},{"name":"Find Estimate","id":"aee8af6e-42ed-44c7-9d3f-d02bd5d72115","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"searchText\": \"Jacob Solanto\",\n    \"dateCreatedFrom\": \"2023-06-20\",\n    \"dateCreatedTo\": \"2023-06-28\",\n    \"viewExportedOnly\": true,\n    \"viewOpenOnly\": false\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/estimate/find","description":"<p>Search for Estimates.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Required</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>searchText</td>\n<td>true</td>\n<td>Text searches across customer first name, customer last name, estimate number, project name, model, salesperson1, and salesperson2</td>\n</tr>\n<tr>\n<td>dateCreatedFrom</td>\n<td>false</td>\n<td>Search for an estimate that was created after this date.</td>\n</tr>\n<tr>\n<td>dateCreatedTo</td>\n<td>false</td>\n<td>Search for an estimate that was created before this date</td>\n</tr>\n<tr>\n<td>viewExportedOnly</td>\n<td>false</td>\n<td>Filters estimates by export status.</td>\n</tr>\n<tr>\n<td>viewOpenOnly</td>\n<td>false</td>\n<td>Filters estimates by export status.</td>\n</tr>\n<tr>\n<td>resultPageNumber</td>\n<td>false</td>\n<td>Specify a specific page of estimate results to view. By default, returns first page of results</td>\n</tr>\n</tbody>\n</table>\n</div><blockquote>\n<p><em>Note: Each page contains ten results from the query, starting from most recently created.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","estimate","find"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"aee8af6e-42ed-44c7-9d3f-d02bd5d72115"},{"name":"Create Claim","id":"83a73733-4f18-4cd7-81a1-e788a3f20586","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"poNumber\": \"987654\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2019-07-01\",\n    \"estimatedDeliveryDate\": \"2019-08-01\",\n    \"jobNumber\": \"ABC123\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"lines\": [\n    \t{\n    \t\t\"productId\": 992048,\n    \t\t\"colorId\": 7814430,\n    \t\t\"quantity\": 12.00,\n    \t\t\"priceLevel\": \"Price3\"\n    \t}\n\t]\n}"},"url":"https://api.rfms.online/v2/claim/create","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em>  Requests from other level API accounts will return Unauthorized.</p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","claim","create"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"73597351-e5c8-4dc7-9f20-444f4b2d229f","name":"Create Claim","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"},{"key":"token","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"poNumber\": \"987654\",\n    \"adSource\": \"BILLBOARD\",\n    \"quoteDate\": \"2019-07-01\",\n    \"estimatedDeliveryDate\": \"2019-08-01\",\n    \"jobNumber\": \"ABC123\",\n    \"soldTo\": { \n\t    \"lastName\": \"DOE\",\n\t    \"firstName\": \"JOHN\",\n\t    \"address1\": \"1234 MAIN ST\",\n\t    \"address2\": \"STE 33\",\n\t    \"city\": \"ANYTOWN\",\n\t    \"state\": \"CA\",\n\t    \"postalCode\": \"91332\",\n\t    \"county\": \"LOS ANGELES\"\n    },\n    \"storeNumber\": 50,\n    \"privateNotes\": \"PRIVATE\",\n    \"publicNotes\": \"PUBLIC\",\n    \"workOrderNotes\": \"WORK ORDER NOTES\",\n    \"salesperson1\": \"JOHN\",\n    \"salesperson2\": \"FRANK\",\n    \"lines\": [\n    \t{\n\t\t\t\"productCode\": \"02\",\n\t        \"styleName\": \"CLASSIC SHAG\",\n\t        \"colorName\": \"MELLOW YELLOW\",\n\t        \"supplierName\": \"WILLIAMS\",\n\t        \"saleUnits\": \"SY\",\n\t        \"unitPrice\": 8.99,\n\t        \"quantity\": 90,\n\t        \"notes\": \"hello\",\n\t        \"lineStatus\": \"None\"\n\t\t}    \t\n\t]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/claim/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?XFxNYWNcSG9tZVxEb2N1bWVudHNcQ29kZVxSRk1TXE1lYXN1cmVDbG91ZEFwaVxSZm1zUHVibGljQXBpXHYyXHF1b3RlXGNyZWF0ZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Sat, 16 Nov 2019 03:27:50 GMT"},{"key":"Content-Length","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"CL903428\",\n    \"detail\": null\n}"}],"_postman_id":"83a73733-4f18-4cd7-81a1-e788a3f20586"},{"name":"Add Notes to Claim","id":"9e39242c-a39f-44d1-8bc6-290e7184a133","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"number\": \"CL000015\",\r\n    \"publicNotes\": \"A public note\",\r\n    \"privateNotes\": \"Private note\",\r\n    \"workOrderNotes\": \"Work order notes\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/claim/notes","description":"<p>Append or add new notes to a claim. Refer to <strong>Add Notes To Order</strong> documentation to view all available parameters for updating note fields. </p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","claim","notes"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"0682ee7c-accb-423a-8f5d-8f5d75649efb","name":"Add Notes to Claim","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"number\": \"CL000015\",\r\n    \"publicNotes\": \"A public note\",\r\n    \"privateNotes\": \"Private note\",\r\n    \"workOrderNotes\": \"Work order notes\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/claim/notes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"162"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 15 Apr 2021 20:53:22 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": null\n}"}],"_postman_id":"9e39242c-a39f-44d1-8bc6-290e7184a133"},{"name":"Get Product Codes","id":"f912418d-9301-4934-84c9-e59b141452ef","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/product/get/productcodes","description":"<p>This call returns a list of product codes defined for a store.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","product","get","productcodes"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"53c0e8bc-ee20-4789-899f-0b47d9f1b364","name":"Get Product Codes","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/product/get/productcodes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"737"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Oct 2020 13:00:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"productCodes\": [\n        {\n            \"productCode\": \"01\",\n            \"title\": \"01 - CARPET\"\n        },\n        {\n            \"productCode\": \"02\",\n            \"title\": \"02 - VINYL\"\n        },\n        {\n            \"productCode\": \"03\",\n            \"title\": \"03 - AREA RUGS\"\n        },\n        {\n            \"productCode\": \"04\",\n            \"title\": \"04 - CUSHION\"\n        },\n        {\n            \"productCode\": \"05\",\n            \"title\": \"05 - WALL COVERINGS\"\n        },\n        {\n            \"productCode\": \"06\",\n            \"title\": \"06 - CERAMIC\"\n        },\n        {\n            \"productCode\": \"07\",\n            \"title\": \"07 - HARDWOOD\"\n        },\n        {\n            \"productCode\": \"08\",\n            \"title\": \"08 - SUPPLIES\"\n        },\n        {\n            \"productCode\": \"09\",\n            \"title\": \"09 - SUNDRIES & CLEANERS\"\n        },\n        {\n            \"productCode\": \"10\",\n            \"title\": \"10 - IN STORE USE\"\n        },\n        {\n            \"productCode\": \"11\",\n            \"title\": \"11 - VCT & COVEBASE\"\n        },\n        {\n            \"productCode\": \"12\",\n            \"title\": \"12 - WINDOWS & DRAPES\"\n        },\n        {\n            \"productCode\": \"13\",\n            \"title\": \"13 - LAMINATES\"\n        },\n        {\n            \"productCode\": \"14\",\n            \"title\": \"14 - SAMPLES\"\n        },\n        {\n            \"productCode\": \"15\",\n            \"title\": \"15 - EVERGUARD\"\n        },\n        {\n            \"productCode\": \"16\",\n            \"title\": \"16 - TOOLS\"\n        },\n        {\n            \"productCode\": \"17\",\n            \"title\": \"17 - CARPET TILES\"\n        },\n        {\n            \"productCode\": \"18\",\n            \"title\": \"18 - REMNANTS\"\n        },\n        {\n            \"productCode\": \"80\",\n            \"title\": \"80 - MISCELLANEOUS\"\n        },\n        {\n            \"productCode\": \"81\",\n            \"title\": \"81 - CARPET INSTALLATION\"\n        },\n        {\n            \"productCode\": \"82\",\n            \"title\": \"82 - VINYL INSTALLATION\"\n        },\n        {\n            \"productCode\": \"83\",\n            \"title\": \"83 - LAMINATE LABOR\"\n        },\n        {\n            \"productCode\": \"84\",\n            \"title\": \"84 - CARPET REMOVAL\"\n        },\n        {\n            \"productCode\": \"85\",\n            \"title\": \"85 - VINYL REMOVAL\"\n        },\n        {\n            \"productCode\": \"86\",\n            \"title\": \"86 - CERAMIC LABOR\"\n        },\n        {\n            \"productCode\": \"87\",\n            \"title\": \"87 - WOOD INSTALLATION\"\n        },\n        {\n            \"productCode\": \"88\",\n            \"title\": \"88 - WOOD/SAND & FINISH\"\n        },\n        {\n            \"productCode\": \"89\",\n            \"title\": \"89 - UNDERLAYMENT LABOR\"\n        },\n        {\n            \"productCode\": \"90\",\n            \"title\": \"90 - VCT INSTALLATION\"\n        },\n        {\n            \"productCode\": \"91\",\n            \"title\": \"91 - TRIP CHARGE\"\n        },\n        {\n            \"productCode\": \"92\",\n            \"title\": \"92 - APPLIANCES\"\n        },\n        {\n            \"productCode\": \"93\",\n            \"title\": \"93 - COVE BASE LABOR\"\n        },\n        {\n            \"productCode\": \"94\",\n            \"title\": \"94 - STEPS\"\n        },\n        {\n            \"productCode\": \"95\",\n            \"title\": \"95 - GRANITE WORK\"\n        },\n        {\n            \"productCode\": \"97\",\n            \"title\": \"97 - MODULAR CARPET TILE\"\n        },\n        {\n            \"productCode\": \"98\",\n            \"title\": \"98 - TOOL CARE\"\n        },\n        {\n            \"productCode\": \"99\",\n            \"title\": \"99 - CARPET ONE CLEANING\"\n        }\n    ]\n}"}],"_postman_id":"f912418d-9301-4934-84c9-e59b141452ef"},{"name":"Get Products","id":"9c258350-885e-49fa-b146-c93b8d310453","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"products\" :[\"88419\", \"88168\", \"1021622\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/product/get","description":"<p>Given an array containing one or more product IDs, this request returns detailed information about each respective product. </p>\n<blockquote>\n<p><em>This method requires \"Plus\" level of API product at a minimum</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","product","get"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"696906c9-9003-4536-84b7-10cf59185aaf","name":"Get Products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"products\" :[\"88419\", \"88168\", \"1021622\"]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/product/get"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"3635"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 13 Jul 2020 14:14:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"rollNumber\": \"\",\n            \"supplierName\": \"SHAW INDUSTRIES, INC\",\n            \"privateSupplierName\": \"CARPET ONE\",\n            \"manufacturerName\": \"PHILADELPHIA MAINSTR 40\",\n            \"rollLengthInches\": 2400,\n            \"activeProduct\": true,\n            \"sellByQuantity\": 0,\n            \"notes\": \"\",\n            \"inventoryUnits\": \"\",\n            \"priceListings\": {\n                \"Price1\": 3.79,\n                \"Price2\": 2.12,\n                \"Price3\": 1.74,\n                \"Price4\": 1.59,\n                \"Price5\": 1.55,\n                \"Price8\": 5.68,\n                \"Price9\": 2.31,\n                \"Price10\": 5.78,\n                \"Price11\": 2.41,\n                \"Price12\": 1.04,\n                \"Cut\": 1.04,\n                \"Roll\": 0.92\n            },\n            \"colorOptions\": [\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157177\",\n                    \"colorName\": \"BANK BAG\",\n                    \"colorNumber\": \"106\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157172\",\n                    \"colorName\": \"BANKER S PINSTR\",\n                    \"colorNumber\": \"68401\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157170\",\n                    \"colorName\": \"CASH FLOW\",\n                    \"colorNumber\": \"108\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157178\",\n                    \"colorName\": \"COIN WRAPPER\",\n                    \"colorNumber\": \"109\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157169\",\n                    \"colorName\": \"CURRENCY\",\n                    \"colorNumber\": \"110\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157179\",\n                    \"colorName\": \"DAY TRADER\",\n                    \"colorNumber\": \"111\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157182\",\n                    \"colorName\": \"DIVIDEND\",\n                    \"colorNumber\": \"112\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157166\",\n                    \"colorName\": \"DOLLAR SIGN\",\n                    \"colorNumber\": \"113\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157165\",\n                    \"colorName\": \"FRANKLIN MINT\",\n                    \"colorNumber\": \"114\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157180\",\n                    \"colorName\": \"IN THE RED\",\n                    \"colorNumber\": \"100\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157168\",\n                    \"colorName\": \"INTEREST RATE\",\n                    \"colorNumber\": \"115\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157171\",\n                    \"colorName\": \"LADY LIBERTY\",\n                    \"colorNumber\": \"116\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157176\",\n                    \"colorName\": \"LOOSE CHANGE\",\n                    \"colorNumber\": \"117\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157181\",\n                    \"colorName\": \"MUTUAL FUND\",\n                    \"colorNumber\": \"104\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157173\",\n                    \"colorName\": \"NIGHT DEPOSIT\",\n                    \"colorNumber\": \"105\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157167\",\n                    \"colorName\": \"PRESIDENT S DAY\",\n                    \"colorNumber\": \"68302\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157175\",\n                    \"colorName\": \"SILVER DOLLAR\",\n                    \"colorNumber\": \"102\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1157174\",\n                    \"colorName\": \"STOCK MARKET\",\n                    \"colorNumber\": \"103\",\n                    \"SKU\": \"\"\n                }\n            ],\n            \"attachments\": [\n                {\n                    \"id\": 12345,\n                    \"description\": \"Red.jpg\",\n                    \"fileExtension\": \"jpg\",\n                    \"url\": \"\"\n                }\n            ],\n            \"id\": \"88168\",\n            \"productCode\": \"01\",\n            \"storeNumber\": 32,\n            \"styleName\": \"EARNEST - 12'\",\n            \"styleNumber\": \"5498029\",\n            \"defaultPrice\": 0,\n            \"saleUnits\": \"SF\",\n            \"rollWidthInInches\": 144,\n            \"patternWidthInInches\": 0,\n            \"patternLengthInInches\": 0\n        },\n        {\n            \"rollNumber\": \"\",\n            \"supplierName\": \"SHAW INDUSTRIES, INC\",\n            \"privateSupplierName\": \"CARPET ONE\",\n            \"manufacturerName\": \"PHILADELPHIA MAINSTR 40\",\n            \"rollLengthInches\": 2400,\n            \"activeProduct\": true,\n            \"sellByQuantity\": 0,\n            \"notes\": \"<div><p style=\\\"margin-left:0pt; margin-top:0pt; margin-right:0pt; margin-bottom:0pt; text-indent:0pt;\\\"><span style=\\\"font:10pt 'Courier New'; color:#000000;\\\">Test note on Product Style</span></p></div>\",\n            \"inventoryUnits\": \"\",\n            \"priceListings\": {\n                \"Price1\": 5.59,\n                \"Price2\": 3.12,\n                \"Price3\": 2.58,\n                \"Price4\": 2.36,\n                \"Price5\": 2.3,\n                \"Price8\": 8.38,\n                \"Price9\": 3.4,\n                \"Price10\": 8.48,\n                \"Price11\": 3.5,\n                \"Price12\": 1.57,\n                \"Cut\": 1.57,\n                \"Roll\": 1.43\n            },\n            \"colorOptions\": [\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161697\",\n                    \"colorName\": \"ATLANTIC BLUE\",\n                    \"colorNumber\": \"105\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161698\",\n                    \"colorName\": \"BLACKTOP\",\n                    \"colorNumber\": \"106\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161693\",\n                    \"colorName\": \"BRIARWOOD\",\n                    \"colorNumber\": \"101\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161702\",\n                    \"colorName\": \"CAROLINA BLOSSO\",\n                    \"colorNumber\": \"70801\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161703\",\n                    \"colorName\": \"ETERNAL JEWEL\",\n                    \"colorNumber\": \"111\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161692\",\n                    \"colorName\": \"FRANKLIN GREEN\",\n                    \"colorNumber\": \"100\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161696\",\n                    \"colorName\": \"FROZEN LAKE\",\n                    \"colorNumber\": \"104\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161701\",\n                    \"colorName\": \"PARADISE BEACH\",\n                    \"colorNumber\": \"109\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161704\",\n                    \"colorName\": \"PURPLE DREAM\",\n                    \"colorNumber\": \"112\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161695\",\n                    \"colorName\": \"QUINTON EVERGRE\",\n                    \"colorNumber\": \"70304\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161694\",\n                    \"colorName\": \"TIDEWATER\",\n                    \"colorNumber\": \"102\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161699\",\n                    \"colorName\": \"TUSCANY\",\n                    \"colorNumber\": \"107\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"1161700\",\n                    \"colorName\": \"WESTSIDE\",\n                    \"colorNumber\": \"108\",\n                    \"SKU\": \"\"\n                }\n            ],\n            \"attachments\": [\n                {\n                    \"id\": 12345,\n                    \"description\": \"Red.jpg\",\n                    \"fileExtension\": \"jpg\",\n                    \"url\": \"\"\n                }\n            ],\n            \"id\": \"88419\",\n            \"productCode\": \"01\",\n            \"storeNumber\": 32,\n            \"styleName\": \"COPIOUS - 12'\",\n            \"styleNumber\": \"10100871\",\n            \"defaultPrice\": 0,\n            \"saleUnits\": \"SF\",\n            \"rollWidthInInches\": 144,\n            \"patternWidthInInches\": 0,\n            \"patternLengthInInches\": 0\n        },\n        {\n            \"rollNumber\": \"\",\n            \"supplierName\": \"KRAUS CARPET MILLS LIMITED\",\n            \"privateSupplierName\": \"CARPET ONE\",\n            \"manufacturerName\": \"KRAUS CARPET MILLS LIMITED\",\n            \"rollLengthInches\": 0,\n            \"activeProduct\": true,\n            \"sellByQuantity\": 0,\n            \"inventoryUnits\": \"\",\n            \"priceListings\": {\n                \"Cut\": 0,\n                \"Roll\": 0\n            },\n            \"colorOptions\": [\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227105\",\n                    \"colorName\": \"FAIRY MOSS\",\n                    \"colorNumber\": \"79\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227109\",\n                    \"colorName\": \"FATISIA\",\n                    \"colorNumber\": \"29\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227107\",\n                    \"colorName\": \"FELICITA\",\n                    \"colorNumber\": \"76\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227096\",\n                    \"colorName\": \"FELT\",\n                    \"colorNumber\": \"81\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227101\",\n                    \"colorName\": \"FENNEL\",\n                    \"colorNumber\": \"10\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227110\",\n                    \"colorName\": \"FETTERBUSH\",\n                    \"colorNumber\": \"14\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227102\",\n                    \"colorName\": \"FILBERT\",\n                    \"colorNumber\": \"32\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227108\",\n                    \"colorName\": \"FILLY CURLS\",\n                    \"colorNumber\": \"07\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227112\",\n                    \"colorName\": \"FLEECE\",\n                    \"colorNumber\": \"54\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227099\",\n                    \"colorName\": \"FOAMFLOWER\",\n                    \"colorNumber\": \"80\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227094\",\n                    \"colorName\": \"FOGGY\",\n                    \"colorNumber\": \"90\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227097\",\n                    \"colorName\": \"FOLKLORE\",\n                    \"colorNumber\": \"48\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227100\",\n                    \"colorName\": \"FORGET-ME-NOT\",\n                    \"colorNumber\": \"83\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227111\",\n                    \"colorName\": \"FOSTER\",\n                    \"colorNumber\": \"41\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227103\",\n                    \"colorName\": \"FOUNTAIN GRASS\",\n                    \"colorNumber\": \"50\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227106\",\n                    \"colorName\": \"FOXTAIL\",\n                    \"colorNumber\": \"82\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227104\",\n                    \"colorName\": \"FRAGMENT\",\n                    \"colorNumber\": \"91\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227098\",\n                    \"colorName\": \"FRANKLINIA\",\n                    \"colorNumber\": \"58\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227113\",\n                    \"colorName\": \"FREESIAS\",\n                    \"colorNumber\": \"77\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"activeColor\": true,\n                    \"attactments\": [],\n                    \"id\": \"8227095\",\n                    \"colorName\": \"FRENCH LACE\",\n                    \"colorNumber\": \"78\",\n                    \"SKU\": \"\"\n                }\n            ],\n            \"id\": \"1021622\",\n            \"productCode\": \"01\",\n            \"storeNumber\": 32,\n            \"styleName\": \"FLORET - 12'\",\n            \"styleNumber\": \"2013\",\n            \"defaultPrice\": 0,\n            \"saleUnits\": \"SF\",\n            \"rollWidthInInches\": 144,\n            \"patternWidthInInches\": 0,\n            \"patternLengthInInches\": 0\n        }\n    ],\n    \"detail\": [\n        {\n            \"patternDropFraction\": 0,\n            \"cutGapInInches\": 4,\n            \"cutGapMethod\": 0,\n            \"allowedTseams\": 2,\n            \"cutSquare\": true,\n            \"extraWastePercent\": 18,\n            \"unitCost\": 1.04,\n            \"supplier\": \"SHAW INDUSTRIES, INC\",\n            \"privateSupplier\": \"CARPET ONE\",\n            \"manufacturer\": \"PHILADELPHIA MAINSTR 40\",\n            \"sellQuantity\": 0,\n            \"inventoryUnit\": \"\",\n            \"rollNumber\": \"\",\n            \"rollLengthInInches\": 2400,\n            \"active\": true,\n            \"colors\": [\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157177\",\n                    \"colorName\": \"BANK BAG\",\n                    \"colorNumber\": \"106\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157172\",\n                    \"colorName\": \"BANKER S PINSTR\",\n                    \"colorNumber\": \"68401\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157170\",\n                    \"colorName\": \"CASH FLOW\",\n                    \"colorNumber\": \"108\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157178\",\n                    \"colorName\": \"COIN WRAPPER\",\n                    \"colorNumber\": \"109\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157169\",\n                    \"colorName\": \"CURRENCY\",\n                    \"colorNumber\": \"110\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157179\",\n                    \"colorName\": \"DAY TRADER\",\n                    \"colorNumber\": \"111\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157182\",\n                    \"colorName\": \"DIVIDEND\",\n                    \"colorNumber\": \"112\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157166\",\n                    \"colorName\": \"DOLLAR SIGN\",\n                    \"colorNumber\": \"113\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157165\",\n                    \"colorName\": \"FRANKLIN MINT\",\n                    \"colorNumber\": \"114\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157180\",\n                    \"colorName\": \"IN THE RED\",\n                    \"colorNumber\": \"100\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157168\",\n                    \"colorName\": \"INTEREST RATE\",\n                    \"colorNumber\": \"115\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157171\",\n                    \"colorName\": \"LADY LIBERTY\",\n                    \"colorNumber\": \"116\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157176\",\n                    \"colorName\": \"LOOSE CHANGE\",\n                    \"colorNumber\": \"117\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157181\",\n                    \"colorName\": \"MUTUAL FUND\",\n                    \"colorNumber\": \"104\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157173\",\n                    \"colorName\": \"NIGHT DEPOSIT\",\n                    \"colorNumber\": \"105\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157167\",\n                    \"colorName\": \"PRESIDENT S DAY\",\n                    \"colorNumber\": \"68302\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157175\",\n                    \"colorName\": \"SILVER DOLLAR\",\n                    \"colorNumber\": \"102\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1157174\",\n                    \"colorName\": \"STOCK MARKET\",\n                    \"colorNumber\": \"103\"\n                }\n            ],\n            \"id\": \"88168\",\n            \"productCode\": \"01\",\n            \"storeId\": 32,\n            \"styleNumber\": \"5498029\",\n            \"styleName\": \"EARNEST - 12'\",\n            \"supplierName\": \"SHAW INDUSTRIES, INC\",\n            \"manufacturerName\": \"PHILADELPHIA MAINSTR 40\",\n            \"defaultPrice\": 2.12,\n            \"defaultPriceLevel\": 2,\n            \"saleUnits\": \"SF\",\n            \"rollWidthInInches\": 144,\n            \"patternWidthInInches\": 0,\n            \"patternLengthInInches\": 0,\n            \"prices\": {\n                \"Price1\": 3.79,\n                \"Price2\": 2.12,\n                \"Price3\": 1.74,\n                \"Price4\": 1.59,\n                \"Price5\": 1.55,\n                \"Price8\": 5.68,\n                \"Price9\": 2.31,\n                \"Price10\": 5.78,\n                \"Price11\": 2.41,\n                \"Price12\": 1.04,\n                \"Cut\": 1.04,\n                \"Roll\": 0.92\n            }\n        },\n        {\n            \"patternDropFraction\": 0,\n            \"cutGapInInches\": 4,\n            \"cutGapMethod\": 0,\n            \"allowedTseams\": 2,\n            \"cutSquare\": true,\n            \"extraWastePercent\": 18,\n            \"unitCost\": 1.57,\n            \"supplier\": \"SHAW INDUSTRIES, INC\",\n            \"privateSupplier\": \"CARPET ONE\",\n            \"manufacturer\": \"PHILADELPHIA MAINSTR 40\",\n            \"sellQuantity\": 0,\n            \"inventoryUnit\": \"\",\n            \"rollNumber\": \"\",\n            \"rollLengthInInches\": 2400,\n            \"active\": true,\n            \"colors\": [\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161697\",\n                    \"colorName\": \"ATLANTIC BLUE\",\n                    \"colorNumber\": \"105\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161698\",\n                    \"colorName\": \"BLACKTOP\",\n                    \"colorNumber\": \"106\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161693\",\n                    \"colorName\": \"BRIARWOOD\",\n                    \"colorNumber\": \"101\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161702\",\n                    \"colorName\": \"CAROLINA BLOSSO\",\n                    \"colorNumber\": \"70801\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161703\",\n                    \"colorName\": \"ETERNAL JEWEL\",\n                    \"colorNumber\": \"111\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161692\",\n                    \"colorName\": \"FRANKLIN GREEN\",\n                    \"colorNumber\": \"100\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161696\",\n                    \"colorName\": \"FROZEN LAKE\",\n                    \"colorNumber\": \"104\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161701\",\n                    \"colorName\": \"PARADISE BEACH\",\n                    \"colorNumber\": \"109\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161704\",\n                    \"colorName\": \"PURPLE DREAM\",\n                    \"colorNumber\": \"112\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161695\",\n                    \"colorName\": \"QUINTON EVERGRE\",\n                    \"colorNumber\": \"70304\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161694\",\n                    \"colorName\": \"TIDEWATER\",\n                    \"colorNumber\": \"102\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161699\",\n                    \"colorName\": \"TUSCANY\",\n                    \"colorNumber\": \"107\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"1161700\",\n                    \"colorName\": \"WESTSIDE\",\n                    \"colorNumber\": \"108\"\n                }\n            ],\n            \"id\": \"88419\",\n            \"productCode\": \"01\",\n            \"storeId\": 32,\n            \"styleNumber\": \"10100871\",\n            \"styleName\": \"COPIOUS - 12'\",\n            \"supplierName\": \"SHAW INDUSTRIES, INC\",\n            \"manufacturerName\": \"PHILADELPHIA MAINSTR 40\",\n            \"defaultPrice\": 3.12,\n            \"defaultPriceLevel\": 2,\n            \"saleUnits\": \"SF\",\n            \"rollWidthInInches\": 144,\n            \"patternWidthInInches\": 0,\n            \"patternLengthInInches\": 0,\n            \"prices\": {\n                \"Price1\": 5.59,\n                \"Price2\": 3.12,\n                \"Price3\": 2.58,\n                \"Price4\": 2.36,\n                \"Price5\": 2.3,\n                \"Price8\": 8.38,\n                \"Price9\": 3.4,\n                \"Price10\": 8.48,\n                \"Price11\": 3.5,\n                \"Price12\": 1.57,\n                \"Cut\": 1.57,\n                \"Roll\": 1.43\n            }\n        },\n        {\n            \"patternDropFraction\": 0,\n            \"cutGapInInches\": 4,\n            \"cutGapMethod\": 0,\n            \"allowedTseams\": 2,\n            \"cutSquare\": true,\n            \"extraWastePercent\": 18,\n            \"unitCost\": 0,\n            \"supplier\": \"KRAUS CARPET MILLS LIMITED\",\n            \"privateSupplier\": \"CARPET ONE\",\n            \"manufacturer\": \"KRAUS CARPET MILLS LIMITED\",\n            \"sellQuantity\": 0,\n            \"inventoryUnit\": \"\",\n            \"rollNumber\": \"\",\n            \"rollLengthInInches\": 0,\n            \"active\": true,\n            \"colors\": [\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227105\",\n                    \"colorName\": \"FAIRY MOSS\",\n                    \"colorNumber\": \"79\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227109\",\n                    \"colorName\": \"FATISIA\",\n                    \"colorNumber\": \"29\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227107\",\n                    \"colorName\": \"FELICITA\",\n                    \"colorNumber\": \"76\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227096\",\n                    \"colorName\": \"FELT\",\n                    \"colorNumber\": \"81\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227101\",\n                    \"colorName\": \"FENNEL\",\n                    \"colorNumber\": \"10\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227110\",\n                    \"colorName\": \"FETTERBUSH\",\n                    \"colorNumber\": \"14\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227102\",\n                    \"colorName\": \"FILBERT\",\n                    \"colorNumber\": \"32\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227108\",\n                    \"colorName\": \"FILLY CURLS\",\n                    \"colorNumber\": \"07\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227112\",\n                    \"colorName\": \"FLEECE\",\n                    \"colorNumber\": \"54\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227099\",\n                    \"colorName\": \"FOAMFLOWER\",\n                    \"colorNumber\": \"80\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227094\",\n                    \"colorName\": \"FOGGY\",\n                    \"colorNumber\": \"90\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227097\",\n                    \"colorName\": \"FOLKLORE\",\n                    \"colorNumber\": \"48\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227100\",\n                    \"colorName\": \"FORGET-ME-NOT\",\n                    \"colorNumber\": \"83\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227111\",\n                    \"colorName\": \"FOSTER\",\n                    \"colorNumber\": \"41\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227103\",\n                    \"colorName\": \"FOUNTAIN GRASS\",\n                    \"colorNumber\": \"50\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227106\",\n                    \"colorName\": \"FOXTAIL\",\n                    \"colorNumber\": \"82\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227104\",\n                    \"colorName\": \"FRAGMENT\",\n                    \"colorNumber\": \"91\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227098\",\n                    \"colorName\": \"FRANKLINIA\",\n                    \"colorNumber\": \"58\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227113\",\n                    \"colorName\": \"FREESIAS\",\n                    \"colorNumber\": \"77\"\n                },\n                {\n                    \"relatedProductAvailable\": false,\n                    \"sku\": \"\",\n                    \"active\": true,\n                    \"attachments\": [],\n                    \"id\": \"8227095\",\n                    \"colorName\": \"FRENCH LACE\",\n                    \"colorNumber\": \"78\"\n                }\n            ],\n            \"id\": \"1021622\",\n            \"productCode\": \"01\",\n            \"storeId\": 32,\n            \"styleNumber\": \"2013\",\n            \"styleName\": \"FLORET - 12'\",\n            \"supplierName\": \"KRAUS CARPET MILLS LIMITED\",\n            \"manufacturerName\": \"KRAUS CARPET MILLS LIMITED\",\n            \"defaultPrice\": 0,\n            \"defaultPriceLevel\": 0,\n            \"saleUnits\": \"SF\",\n            \"rollWidthInInches\": 144,\n            \"patternWidthInInches\": 12,\n            \"patternLengthInInches\": 21,\n            \"prices\": {\n                \"Cut\": 0,\n                \"Roll\": 0\n            }\n        }\n    ]\n}"}],"_postman_id":"9c258350-885e-49fa-b146-c93b8d310453"},{"name":"Find Products","event":[{"listen":"test","script":{"id":"d2e935d1-0630-411f-899f-feb60a3acb80","exec":["var jsonData = JSON.parse(responseBody);\r","\r","tests[\"Status code is 200\"] = responseCode.code === 200;\r","tests[\"Request is accepted\"] = jsonData.accepted;\r","postman.setEnvironmentVariable(\"lastMessage\", jsonData.requestId);\r","\r",""],"type":"text/javascript"}}],"id":"f1920beb-08fd-4de1-afe8-c0d041d85b36","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"searchText\": \"adobe\",\n  \"storeNumber\": 32,\n  \"productCode\": \"01\",\n  \"ecProductId\": \"123AB\"\n}"},"url":"https://api.rfms.online/v2/product/find","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Search for products to include in quotes and orders.</p>\n<p>Parameters</p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>searchText</td>\n<td>true</td>\n<td>The supplied text will be found in the style name and color names for the product</td>\n</tr>\n<tr>\n<td>productCode</td>\n<td>false</td>\n<td>Limit search to only products in a specific product code</td>\n</tr>\n<tr>\n<td>storeNumber</td>\n<td>false</td>\n<td>If supplied, results will be filtered to only those in this store</td>\n</tr>\n<tr>\n<td>colorSKU</td>\n<td>false</td>\n<td>Search for a specific color SKU</td>\n</tr>\n<tr>\n<td>pageIndex</td>\n<td>false</td>\n<td>Results are returned 10 at a time. If this value is omitted (or set to 0) the first 10 are returned. To request the next page of 10, send pageIndex = 1, etc.</td>\n</tr>\n<tr>\n<td>ecProductId</td>\n<td>false</td>\n<td>Search for products with certain ECProductID</td>\n</tr>\n<tr>\n<td>ecColorId</td>\n<td>false</td>\n<td>Search for products with specified ECColorID</td>\n</tr>\n<tr>\n<td>ecSizeId</td>\n<td>false</td>\n<td>Search for products with specified ECSizeID</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","product","find"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"cf502c3b-41ba-49b6-ad8e-261a9d0879b4","name":"Find Products","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"searchText\": \"adobe\",\n  \"storeNumber\": 32,\n  \"productCode\": \"01\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/product/find"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"id\": \"1025333\",\n            \"productCode\": \"01\",\n            \"storeNumber\": 32,\n            \"styleName\": \"ABBEY COURT - 12'\",\n            \"styleNumber\": \"HGL85\",\n            \"defaultPrice\": 0,\n            \"saleUnits\": \"SF\",\n            \"rollWidthInInches\": 144,\n            \"patternWidthInInches\": 0,\n            \"patternLengthInInches\": 0,\n            \"colorOptions\": [\n                {\n                    \"id\": \"8293005\",\n                    \"colorName\": \"ACORN\",\n                    \"colorNumber\": \"00703\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"id\": \"8293009\",\n                    \"colorName\": \"ADOBE SHADOW\",\n                    \"colorNumber\": \"00101\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"id\": \"8292988\",\n                    \"colorName\": \"AEGEAN\",\n                    \"colorNumber\": \"00403\",\n                    \"SKU\": \"\"\n                }\n            ]\n        },\n        {\n            \"id\": \"1019427\",\n            \"productCode\": \"01\",\n            \"storeNumber\": 32,\n            \"styleName\": \"AC53B - 12'\",\n            \"styleNumber\": \"AC53B\",\n            \"defaultPrice\": 0,\n            \"saleUnits\": \"SF\",\n            \"rollWidthInInches\": 144,\n            \"patternWidthInInches\": 0,\n            \"patternLengthInInches\": 0,\n            \"colorOptions\": [\n                {\n                    \"id\": \"8191661\",\n                    \"colorName\": \"ADOBE\",\n                    \"colorNumber\": \"04\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"id\": \"8191662\",\n                    \"colorName\": \"AZTEC SAND\",\n                    \"colorNumber\": \"10\",\n                    \"SKU\": \"\"\n                },\n                {\n                    \"id\": \"8191663\",\n                    \"colorName\": \"CASHMERE\",\n                    \"colorNumber\": \"06\",\n                    \"SKU\": \"\"\n                }\n            ]\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"f1920beb-08fd-4de1-afe8-c0d041d85b36"},{"name":"Get Product Bundles","id":"bc91589f-6a2e-4875-bcc7-221f1194ebc9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productId\": 1017786,\r\n    \"colorId\": 8166321\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/product/get/productbundle","description":"<p>Given a product ID and a color ID, this request will retrieve all associated product bundles. The response will also contain, for all products in each assoicated bundle, detailed product information. If color ID is left blank, the default behavior is to return all associated product bundles across all colors.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","product","get","productbundle"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"36f1c45e-7d71-457b-85b6-44de410485a2","name":"Get Product Bundles","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"productId\": 1017786,\r\n    \"colorId\": 8166321\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/product/get/productbundle"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"649"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Oct 2020 13:37:04 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"id\": 346678,\n            \"name\": \"ACAPELLA FLOOR TILE - 13X13 - BRUN - 13x13 - GATEWAY\",\n            \"products\": [\n                {\n                    \"rollNumber\": \"\",\n                    \"supplierName\": \"MOHAWK INDUSTRIES\",\n                    \"privateSupplierName\": \"CARPET ONE\",\n                    \"manufacturerName\": \"MOHAWK INDUSTRIES\",\n                    \"rollLengthInches\": 0,\n                    \"activeProduct\": true,\n                    \"sellByQuantity\": 0,\n                    \"inventoryUnits\": \"\",\n                    \"priceListings\": {\n                        \"Cut\": 0,\n                        \"Roll\": 0\n                    },\n                    \"colorOptions\": [\n                        {\n                            \"relatedProductAvailable\": false,\n                            \"activeColor\": true,\n                            \"attactments\": [],\n                            \"id\": \"8166247\",\n                            \"colorName\": \"BRUN\",\n                            \"colorNumber\": \"AH92\",\n                            \"SKU\": \"\"\n                        }\n                    ],\n                    \"id\": \"1017766\",\n                    \"productCode\": \"06\",\n                    \"storeNumber\": 32,\n                    \"styleName\": \"ACAPELLA BULLNOSE - 3X13\",\n                    \"styleNumber\": \"T793PBN\",\n                    \"defaultPrice\": 0,\n                    \"saleUnits\": \"EA\",\n                    \"rollWidthInInches\": 0,\n                    \"patternWidthInInches\": 0,\n                    \"patternLengthInInches\": 0\n                },\n                {\n                    \"rollNumber\": \"\",\n                    \"supplierName\": \"MOHAWK INDUSTRIES\",\n                    \"privateSupplierName\": \"CARPET ONE\",\n                    \"manufacturerName\": \"MOHAWK INDUSTRIES\",\n                    \"rollLengthInches\": 0,\n                    \"activeProduct\": true,\n                    \"sellByQuantity\": 0,\n                    \"inventoryUnits\": \"\",\n                    \"priceListings\": {\n                        \"Cut\": 0,\n                        \"Roll\": 0\n                    },\n                    \"colorOptions\": [\n                        {\n                            \"relatedProductAvailable\": false,\n                            \"activeColor\": true,\n                            \"attactments\": [],\n                            \"id\": \"8166292\",\n                            \"colorName\": \"BRUN\",\n                            \"colorNumber\": \"AH92\",\n                            \"SKU\": \"\"\n                        }\n                    ],\n                    \"id\": \"1017777\",\n                    \"productCode\": \"06\",\n                    \"storeNumber\": 32,\n                    \"styleName\": \"ACAPELLA SURFACE BULLNOSE - 3X10\",\n                    \"styleNumber\": \"T793PSBN\",\n                    \"defaultPrice\": 0,\n                    \"saleUnits\": \"EA\",\n                    \"rollWidthInInches\": 0,\n                    \"patternWidthInInches\": 0,\n                    \"patternLengthInInches\": 0\n                }\n            ]\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"bc91589f-6a2e-4875-bcc7-221f1194ebc9"},{"name":"Get Product Templates","id":"80ec1174-c6dd-4e40-a33a-6abea35cc968","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/product/templates/:id","description":"<p>Given a product code, this request will return all associated templates, including detailed product information for all products contained in each returned template.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","product","templates",":id"],"host":["api","rfms","online"],"query":[],"variable":[{"type":"string","value":"","key":"id"}]}},"response":[{"id":"ee20249c-42b1-46e2-9133-cc170de56f82","name":"Get Product Templates","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.rfms.online/v2/product/templates/:id","protocol":"https","host":["api","rfms","online"],"path":["v2","product","templates",":id"],"variable":[{"key":"id","value":"06"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1157"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 26 Oct 2020 13:49:57 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"id\": 1,\n            \"name\": \"STANDARD CERAMIC FLOORS\",\n            \"products\": [\n                {\n                    \"rollNumber\": \"\",\n                    \"supplierName\": \"WCO\",\n                    \"privateSupplierName\": \"WCO\",\n                    \"manufacturerName\": \"WCO\",\n                    \"rollLengthInches\": 0,\n                    \"activeProduct\": true,\n                    \"sellByQuantity\": 0,\n                    \"inventoryUnits\": \"\",\n                    \"priceListings\": {\n                        \"Price1\": 4.45,\n                        \"Price2\": 3.95,\n                        \"Price12\": 2.15,\n                        \"Cut\": 2.15,\n                        \"Roll\": 2.15\n                    },\n                    \"colorOptions\": [],\n                    \"id\": \"110141\",\n                    \"productCode\": \"86\",\n                    \"storeNumber\": 32,\n                    \"styleName\": \"FLOOR-TILE STRAIGHT\",\n                    \"styleNumber\": \"FT-ST\",\n                    \"defaultPrice\": 0,\n                    \"saleUnits\": \"SF\",\n                    \"rollWidthInInches\": 0,\n                    \"patternWidthInInches\": 0,\n                    \"patternLengthInInches\": 0\n                },\n                {\n                    \"rollNumber\": \"\",\n                    \"supplierName\": \"SOUTHERN WHOLESALE\",\n                    \"privateSupplierName\": \"\",\n                    \"manufacturerName\": \"GREENEBOARD\",\n                    \"rollLengthInches\": 0,\n                    \"activeProduct\": true,\n                    \"sellByQuantity\": 0.5,\n                    \"inventoryUnits\": \"\",\n                    \"priceListings\": {\n                        \"Price1\": 35.49,\n                        \"Price2\": 22.62,\n                        \"Price3\": 18.79,\n                        \"Price4\": 17.22,\n                        \"Price5\": 16.32,\n                        \"Price7\": 15.16,\n                        \"Price8\": 17.65,\n                        \"Cut\": 11.59,\n                        \"Roll\": 11.59\n                    },\n                    \"colorOptions\": [\n                        {\n                            \"relatedProductAvailable\": false,\n                            \"activeColor\": true,\n                            \"attactments\": [],\n                            \"id\": \"6963161\",\n                            \"colorName\": \"1/2\\\" (3'X5\\\")\",\n                            \"colorNumber\": \"\",\n                            \"SKU\": \"\"\n                        }\n                    ],\n                    \"id\": \"909192\",\n                    \"productCode\": \"06\",\n                    \"storeNumber\": 32,\n                    \"styleName\": \"UNDERLAY-GREENEBOARD\",\n                    \"styleNumber\": \"GB1/2\",\n                    \"defaultPrice\": 0,\n                    \"saleUnits\": \"SH\",\n                    \"rollWidthInInches\": 0,\n                    \"patternWidthInInches\": 0,\n                    \"patternLengthInInches\": 0\n                },\n                {\n                    \"rollNumber\": \"\",\n                    \"supplierName\": \"CT\",\n                    \"privateSupplierName\": \"CT\",\n                    \"manufacturerName\": \"KDB\",\n                    \"rollLengthInches\": 0,\n                    \"activeProduct\": true,\n                    \"sellByQuantity\": 0,\n                    \"inventoryUnits\": \"\",\n                    \"priceListings\": {\n                        \"Cut\": 0.75,\n                        \"Roll\": 0.75\n                    },\n                    \"colorOptions\": [],\n                    \"id\": \"1036964\",\n                    \"productCode\": \"86\",\n                    \"storeNumber\": 32,\n                    \"styleName\": \"CERAMIC FLOOR TEAR OUT\",\n                    \"styleNumber\": \"CT3333\",\n                    \"defaultPrice\": 0,\n                    \"saleUnits\": \"SF\",\n                    \"rollWidthInInches\": 0,\n                    \"patternWidthInInches\": 0,\n                    \"patternLengthInInches\": 0\n                }\n            ]\n        },\n        {\n            \"id\": 2,\n            \"name\": \"FREIGHT AND MISC\",\n            \"products\": [\n                {\n                    \"rollNumber\": \"\",\n                    \"supplierName\": \"WCO\",\n                    \"privateSupplierName\": \"WCO\",\n                    \"manufacturerName\": \"WCO\",\n                    \"rollLengthInches\": 0,\n                    \"activeProduct\": true,\n                    \"sellByQuantity\": 0,\n                    \"inventoryUnits\": \"\",\n                    \"priceListings\": {\n                        \"Price1\": 51.5,\n                        \"Price2\": 46,\n                        \"Price12\": 25,\n                        \"Cut\": 25,\n                        \"Roll\": 25\n                    },\n                    \"colorOptions\": [],\n                    \"id\": \"97436\",\n                    \"productCode\": \"80\",\n                    \"storeNumber\": 32,\n                    \"styleName\": \"TOILET - TAKE UP \",\n                    \"styleNumber\": \"TUT\",\n                    \"defaultPrice\": 0,\n                    \"saleUnits\": \"EA\",\n                    \"rollWidthInInches\": 0,\n                    \"patternWidthInInches\": 0,\n                    \"patternLengthInInches\": 0\n                },\n                {\n                    \"rollNumber\": \"\",\n                    \"supplierName\": \"WCO\",\n                    \"privateSupplierName\": \"\",\n                    \"manufacturerName\": \"WCO\",\n                    \"rollLengthInches\": 0,\n                    \"activeProduct\": true,\n                    \"sellByQuantity\": 0,\n                    \"inventoryUnits\": \"\",\n                    \"priceListings\": {\n                        \"Price1\": 87.5,\n                        \"Price2\": 78,\n                        \"Cut\": 42.5,\n                        \"Roll\": 42.5\n                    },\n                    \"colorOptions\": [],\n                    \"id\": \"123361\",\n                    \"productCode\": \"91\",\n                    \"storeNumber\": 32,\n                    \"styleName\": \"TRIP CHARGE-1ST HOUR\",\n                    \"styleNumber\": \"TC/CV\",\n                    \"defaultPrice\": 0,\n                    \"saleUnits\": \"EA\",\n                    \"rollWidthInInches\": 0,\n                    \"patternWidthInInches\": 0,\n                    \"patternLengthInInches\": 0\n                },\n                {\n                    \"rollNumber\": \"\",\n                    \"supplierName\": \"WCO\",\n                    \"privateSupplierName\": \"\",\n                    \"manufacturerName\": \"WCO\",\n                    \"rollLengthInches\": 0,\n                    \"activeProduct\": true,\n                    \"sellByQuantity\": 0,\n                    \"inventoryUnits\": \"\",\n                    \"priceListings\": {\n                        \"Price1\": 0.11,\n                        \"Price2\": 0.1,\n                        \"Cut\": 0.05,\n                        \"Roll\": 0.05\n                    },\n                    \"colorOptions\": [],\n                    \"id\": \"316865\",\n                    \"productCode\": \"80\",\n                    \"storeNumber\": 32,\n                    \"styleName\": \"HAUL-OFF FEE\",\n                    \"styleNumber\": \"HAULOFF\",\n                    \"defaultPrice\": 0,\n                    \"saleUnits\": \"SF\",\n                    \"rollWidthInInches\": 0,\n                    \"patternWidthInInches\": 0,\n                    \"patternLengthInInches\": 0\n                }\n            ]\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"80ec1174-c6dd-4e40-a33a-6abea35cc968"},{"name":"Get Product ETaggs","id":"440bdb8f-1fbe-4b38-a06b-2e416323bb39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/product/etaggs","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p>This method retrieves all product etag records associated with a company.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","product","etaggs"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"aecb6b64-7d1d-4680-a808-517b5a2a33fa","name":"Get Product ETaggs","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/product/etaggs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json","description":"","type":"text"}],"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"result\": \"OK\",\r\n    \"detail\": [\r\n        {\r\n            \"SeqNum\": 87602,\r\n            \"StoreCode\": 32,\r\n            \"StoreCaptionLong\": \"[\\\" \\\"] CYNCLY'S CARPET STORE\",\r\n            \"StoreCaptionShort\": \"[\\\" \\\"]\",\r\n            \"ProductCode\": \"01\",\r\n            \"PrivateLabelCo\": \"CARPET ONE\",\r\n            \"PrivateStyleNumber\": \"10101978\",\r\n            \"PrivateStyle\": \"PERIMETER PLACE - HSC - 12' - 12'\",\r\n            \"Supplier\": \"SHAW INDUSTRIES, INC\",\r\n            \"Style\": \"ASHFORD 12 - 12'\",\r\n            \"StyleNumber\": \"7R342\",\r\n            \"Collection\": \"\",\r\n            \"SerialNumber\": \"\",\r\n            \"Manufacturer\": \"PHILADELPHIA 02\",\r\n            \"Price1\": 2.79,\r\n            \"Price2\": 1.52,\r\n            \"Price3\": 1.25,\r\n            \"Price4\": 1.14,\r\n            \"Price5\": 1.11,\r\n            \"Price6\": 0.0,\r\n            \"Price7\": 0.0,\r\n            \"Price8\": 4.19,\r\n            \"Price9\": 1.66,\r\n            \"Price10\": 4.28,\r\n            \"Price11\": 1.76,\r\n            \"Price12\": 0.74,\r\n            \"MSRP\": 0.0,\r\n            \"Units\": \"SY\",\r\n            \"Backing\": \"AK-106\",\r\n            \"FiberType\": \"OLEFIN\",\r\n            \"StyleType\": \"BERBER LOOP W/F\",\r\n            \"Species\": \"\",\r\n            \"Warranty\": \"\",\r\n            \"Quality\": \"BRONZE\",\r\n            \"ItemLength\": \"\",\r\n            \"ItemWidth\": \"\",\r\n            \"RollLength\": 150.0,\r\n            \"RollWidth\": 12.0,\r\n            \"ItemThickness\": 0.0,\r\n            \"ThicknessUOM\": \"\",\r\n            \"FreeText_\": \"12'\",\r\n            \"FHANum\": \"\",\r\n            \"SellConversion\": 0.0,\r\n            \"SellUnit\": \"\",\r\n            \"BuyConversion\": 0.0,\r\n            \"BuyUnit\": \"\",\r\n            \"ToxicityNum\": \"\",\r\n            \"PatternWidth\": 0.0,\r\n            \"PatternLength\": 0.0,\r\n            \"TransactionDate\": {\r\n                \"Year\": 2017,\r\n                \"Month\": 10,\r\n                \"Day\": 30\r\n            },\r\n            \"Status\": \"Active\",\r\n            \"DisplayName\": \"HOME SHOWCASE CPT\",\r\n            \"RollMin\": \"75\",\r\n            \"SellQuantity\": 0.0\r\n        },\r\n        {\r\n            \"SeqNum\": 96900,\r\n            \"StoreCode\": 32,\r\n            \"StoreCaptionLong\": \"[\\\" \\\"] CYNCLY'S CARPET STORE\",\r\n            \"StoreCaptionShort\": \"[\\\" \\\"]\",\r\n            \"ProductCode\": \"01\",\r\n            \"PrivateLabelCo\": \"CARPET ONE\",\r\n            \"PrivateStyleNumber\": \"10102393\",\r\n            \"PrivateStyle\": \"GUARDIAN 26 - 12'\",\r\n            \"Supplier\": \"SHAW INDUSTRIES, INC\",\r\n            \"Style\": \"LANGAN II 26 - 12'\",\r\n            \"StyleNumber\": \"7V472\",\r\n            \"Collection\": \"\",\r\n            \"SerialNumber\": \"\",\r\n            \"Manufacturer\": \"PHILADELPHIA MAINSTR 40\",\r\n            \"Price1\": 3.49,\r\n            \"Price2\": 1.92,\r\n            \"Price3\": 1.6,\r\n            \"Price4\": 1.47,\r\n            \"Price5\": 1.43,\r\n            \"Price6\": 0.0,\r\n            \"Price7\": 0.0,\r\n            \"Price8\": 5.24,\r\n            \"Price9\": 2.09,\r\n            \"Price10\": 5.33,\r\n            \"Price11\": 2.19,\r\n            \"Price12\": 0.96,\r\n            \"MSRP\": 0.0,\r\n            \"Units\": \"SY\",\r\n            \"Backing\": \"10X20\",\r\n            \"FiberType\": \"OLEFIN\",\r\n            \"StyleType\": \"LOOP W/OUT FLEC\",\r\n            \"Species\": \"\",\r\n            \"Warranty\": \"\",\r\n            \"Quality\": \"BRONZE\",\r\n            \"ItemLength\": \"\",\r\n            \"ItemWidth\": \"\",\r\n            \"RollLength\": 125.0,\r\n            \"RollWidth\": 12.0,\r\n            \"ItemThickness\": 0.0,\r\n            \"ThicknessUOM\": \"\",\r\n            \"FreeText_\": \"12'\",\r\n            \"FHANum\": \"\",\r\n            \"SellConversion\": 0.0,\r\n            \"SellUnit\": \"\",\r\n            \"BuyConversion\": 0.0,\r\n            \"BuyUnit\": \"\",\r\n            \"ToxicityNum\": \"\",\r\n            \"PatternWidth\": 0.0,\r\n            \"PatternLength\": 0.0,\r\n            \"TransactionDate\": {\r\n                \"Year\": 2017,\r\n                \"Month\": 10,\r\n                \"Day\": 30\r\n            },\r\n            \"Status\": \"Active\",\r\n            \"DisplayName\": \"Workspaces\",\r\n            \"RollMin\": \"75\",\r\n            \"SellQuantity\": 0.0\r\n        }\r\n    ]\r\n}"}],"_postman_id":"440bdb8f-1fbe-4b38-a06b-2e416323bb39"},{"name":"Check Available Inventory","event":[{"listen":"test","script":{"id":"d2e935d1-0630-411f-899f-feb60a3acb80","exec":["var jsonData = JSON.parse(responseBody);\r","\r","tests[\"Status code is 200\"] = responseCode.code === 200;\r","tests[\"Request is accepted\"] = jsonData.accepted;\r","postman.setEnvironmentVariable(\"lastMessage\", jsonData.requestId);\r","\r",""],"type":"text/javascript"}}],"id":"802d78cc-e249-433a-818a-6a172ad62565","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n  \"productCode\": \"01\",\n  \"styleName\": \"FOREIGNER - SOLID - 12'\",\n  \"colorName\": \"FENCE POST\"\n}\n"},"url":"https://api.rfms.online/v2/product/inventorycheck","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>This method will allow you to check the available inventory for a product.  Supply the productCode, styleName, and colorName <em>exactly</em> as they appear on the product record and you will receive one or more instances of the product in inventory.  </p>\n<p>If you would like to reserve or cut inventory, take note of the inventoryLink value returned.  That value is supplied to the /order/inventory methods to actually assign the inventory to an order line.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","product","inventorycheck"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"60952195-9d61-464c-a52e-3d807207e9fb","name":"Check Available Inventory","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"productCode\": \"01\",\n  \"styleName\": \"FOREIGNER - SOLID - 12'\",\n  \"colorName\": \"FENCE POST\"\n}\n","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/product/inventorycheck"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"455"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 21 Nov 2019 03:30:39 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"storeId\": 32,\n            \"productCode\": \"01\",\n            \"styleName\": \"FOREIGNER - SOLID - 12'\",\n            \"colorName\": \"FENCE POST\",\n            \"styleNumber\": \"28593\",\n            \"colorNumber\": \"456367\",\n            \"lotName\": \"22192401\",\n            \"supplierName\": \"BEAULIEU OF AMERICA\",\n            \"manufacturerName\": \"BEAULIEU OF AMERICA\",\n            \"availableQuantity\": 165,\n            \"unitPrice\": 1.46,\n            \"saleUnits\": \"SF\",\n            \"location\": \"\",\n            \"availableLengthInInches\": 165,\n            \"isOnOrder\": false,\n            \"rollWidth\": \"12\",\n            \"inventoryLink\": {\n                \"inventoryId\": 0,\n                \"rollNumber\": \"36165578\"\n            }\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"802d78cc-e249-433a-818a-6a172ad62565"},{"name":"Reserve Inventory","event":[{"listen":"test","script":{"id":"d2e935d1-0630-411f-899f-feb60a3acb80","exec":["var jsonData = JSON.parse(responseBody);\r","\r","tests[\"Status code is 200\"] = responseCode.code === 200;\r","tests[\"Request is accepted\"] = jsonData.accepted;\r","postman.setEnvironmentVariable(\"lastMessage\", jsonData.requestId);\r","\r",""],"type":"text/javascript"}}],"id":"e0b648cf-b12a-4904-85e8-d2411714fa30","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNumber\": \"CG903520\",\n\t\"lineNumber\": 1,\n    \"inventoryLink\": {\n        \"inventoryId\": 39,\n        \"rollNumber\": \"D2001\"\n    }\n}\n"},"url":"https://api.rfms.online/v2/order/inventory/reserve","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em>  Requests from other level API accounts will return Unauthorized.</p>\n</blockquote>\n<p>This method reserves inventory for a line on an existing order.  Supply the order number, line number, and the inventoryLink value.  This value can be found by using the /product/inventorycheck method to find available inventory for the item.</p>\n<h2 id=\"reserving-for-multiple-order-lines\">Reserving for Multiple Order Lines</h2>\n<p>To reserve inventory for multiple lines of an existing order in a single request, <strong>omit</strong> lineNumber and inventoryLink fields from the main body of the request. Instead, these values should be placed inside a list of objects; one object for each order line the user wishes to modify. The following example illustrates this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"orderNumber\": \"CG003646\",\n    \"inventoryList\": [\n        {\n            \"lineNumber\": 1,\n            \"inventoryLink\": {\n                \"inventoryId\": 0,\n                \"rollNumber\": \"35112072\"\n            }\n        },\n        {\n            \"lineNumber\": 2,\n            \"inventoryLink\": {\n                \"inventoryId\": 0,\n                \"rollNumber\": \"244190K\"\n            }\n        },\n        {\n            \"lineNumber\": 3,\n            \"inventoryLink\": {\n                \"inventoryId\": 0,\n                \"rollNumber\": \"49265195\"\n            }\n        }\n    ]\n}\n</code></pre>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","inventory","reserve"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"1402c55e-e6fd-4622-b5d7-33f7fe593797","name":"Reserve Inventory","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"orderNumber\": \"CG903520\",\n    \"lineNumber\": 1,\n    \"inventoryLink\": {\n        \"inventoryId\": 39,\n        \"rollNumber\": \"D2001\"\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/inventory/reserve"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"Line 1: Assigned\",\n    \"detail\": null\n}"}],"_postman_id":"e0b648cf-b12a-4904-85e8-d2411714fa30"},{"name":"Cut Inventory","event":[{"listen":"test","script":{"id":"d2e935d1-0630-411f-899f-feb60a3acb80","exec":["var jsonData = JSON.parse(responseBody);\r","\r","tests[\"Status code is 200\"] = responseCode.code === 200;\r","tests[\"Request is accepted\"] = jsonData.accepted;\r","postman.setEnvironmentVariable(\"lastMessage\", jsonData.requestId);\r","\r",""],"type":"text/javascript"}}],"id":"68d982ea-eb0c-4a07-b2f8-752a5a55065a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"orderNumber\": \"CG903520\",\n\t\"lineNumber\": 1,\n    \"inventoryLink\": {\n        \"inventoryId\": 39,\n        \"rollNumber\": \"D2001\"\n    }\n}\n"},"url":"https://api.rfms.online/v2/order/inventory/cut","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em>  Requests from other level API accounts will return Unauthorized.</p>\n</blockquote>\n<p>This method cuts inventory for a line on an existing order.  Supply the order number, line number, and the inventoryLink value.  This value can be found by using the /product/inventorycheck method to find available inventory for the item.</p>\n<h2 id=\"cutting-for-multiple-order-lines\">Cutting for Multiple Order Lines</h2>\n<p>To cut inventory for multiple lines of an existing order in a single request, follow the instructions as outlined in the Reserve Inventory request, under the subheading entitled: <strong>Reserving for Multiple Order Lines</strong></p>\n<p>The only difference will be the request itself.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","inventory","cut"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"68d982ea-eb0c-4a07-b2f8-752a5a55065a"},{"name":"Stage Lines","id":"71bbf6f2-0108-4499-9cf6-7fda95a0c726","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderNumber\": \"CG402100\",\r\n    \"orderDate\": \"07-09-2024\",\r\n    \"lines\": [5]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/inventory/stage","description":"<p>This method stages either one or multiple lines on an order. <strong>Please note</strong> that this endpoint is for ERRM orders only.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Required</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orderNumber</td>\n<td>true</td>\n<td>String. Order number.</td>\n</tr>\n<tr>\n<td>orderDate</td>\n<td>true</td>\n<td>Formatted date string. Date to mark the lines as staged.</td>\n</tr>\n<tr>\n<td>lines</td>\n<td>true</td>\n<td>List of integers. The number of the line to mark as staged.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","inventory","stage"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"11763943-3ae1-4b37-b4c1-9ce747b43479","name":"Stage Lines","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderNumber\": \"CG402100\",\r\n    \"orderDate\": \"07-08-2024\",\r\n    \"lines\": [3]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/inventory/stage"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"68"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTGluZHNleS5HaXVsaWFub1xzb3VyY2VccmVwb3NcbWVhc3VyZWNsb3VkYXBpXFJmbXNQdWJsaWNBcGlcdjJcb3JkZXJcaW52ZW50b3J5XGRlbGl2ZXI=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 08 Jul 2024 14:28:19 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"Staged Lines Processed\",\n    \"detail\": null\n}"}],"_postman_id":"71bbf6f2-0108-4499-9cf6-7fda95a0c726"},{"name":"Deliver Lines","id":"a73a729c-2222-4e43-8229-ce771888d7ff","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderNumber\": \"CG402092\",\r\n    \"orderDate\": \"06-20-2024\",\r\n    \"lines\": [3]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/inventory/deliver","description":"<p>This method delivers either one or multiple lines on an order.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameters</th>\n<th>Required</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>orderNumber</td>\n<td>true</td>\n<td>String. Order number.</td>\n</tr>\n<tr>\n<td>orderDate</td>\n<td>true</td>\n<td>Formatted date string. Date to mark the lines as delivered.</td>\n</tr>\n<tr>\n<td>lines</td>\n<td>true</td>\n<td>List of integers. The number of the line to mark as delivered.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","inventory","deliver"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"00d058bc-26b4-498c-ab8a-3f373a8ffc88","name":"Deliver Lines","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderNumber\": \"CG402092\",\r\n    \"orderDate\": \"06-20-2024\",\r\n    \"lines\": [3]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:65215/v2/order/inventory/deliver"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"65"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTGluZHNleS5HaXVsaWFub1xzb3VyY2VccmVwb3NcbWVhc3VyZWNsb3VkYXBpXFJmbXNQdWJsaWNBcGlcdjJcb3JkZXJcaW52ZW50b3J5XGRlbGl2ZXI=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 20 Jun 2024 18:40:32 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"Cut Lines Processed\",\n    \"detail\": null\n}"}],"_postman_id":"a73a729c-2222-4e43-8229-ce771888d7ff"},{"name":"Set Inventory Location","id":"ec1b2c87-4dc9-4f39-818a-65da7d45d7ad","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productCode\": \"01\",\r\n    \"location\": \"A-2\",\r\n    \"id\": 123\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/inventory/location","description":"<p>Move inventory to a new bin location.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p><strong>Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Notes</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>productCode</td>\n<td>String value.</td>\n</tr>\n<tr>\n<td>location</td>\n<td>String value. The bin location to which the inventory item will be moved.</td>\n</tr>\n<tr>\n<td>id</td>\n<td>Integer value. The System Reference Number of the inventory item.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","inventory","location"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"4f16aab0-0839-4ee7-86a2-ba27e3bccc6c","name":"Set Inventory Location","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"productCode\": \"01\",\r\n    \"location\": \"A-2\",\r\n    \"id\": 123\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/inventory/location"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": null\n}"}],"_postman_id":"ec1b2c87-4dc9-4f39-818a-65da7d45d7ad"},{"name":"Get Visible Stores To Salesperson","id":"c815f6de-e087-42b8-81a1-567c47451954","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/stores/:id","description":"<p>Retrieves visible and default store(s) for a salesperson by name. </p>\n<blockquote>\n<p>This method requires the \"Plus\" level of the API product at a minimum.</p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","stores",":id"],"host":["api","rfms","online"],"query":[],"variable":[{"type":"any","value":"","key":"id"}]}},"response":[{"id":"a3d0925c-0607-45f6-b5b8-9b0379cef896","name":"Get Visible Stores - Salesperson","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.rfms.online/v2/stores/:id","protocol":"https","host":["api","rfms","online"],"path":["v2","stores",":id"],"variable":[{"key":"id","value":"KURT WILSON"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXHN0b3Jlc1xLVVJUIFdJTFNPTg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 17 Jun 2021 19:01:41 GMT"},{"key":"Content-Length","value":"198"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"storeId\": 32,\n        \"isDefault\": false\n    },\n    {\n        \"storeId\": 50,\n        \"isDefault\": true\n    },\n    {\n        \"storeId\": 52,\n        \"isDefault\": false\n    },\n    {\n        \"storeId\": 53,\n        \"isDefault\": false\n    },\n    {\n        \"storeId\": 54,\n        \"isDefault\": false\n    },\n    {\n        \"storeId\": 75,\n        \"isDefault\": false\n    }\n]"}],"_postman_id":"c815f6de-e087-42b8-81a1-567c47451954"},{"name":"Post Provider Record From Order","id":"2df728b0-d345-4bb0-ab7a-9fa1ef19eea1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documentNumber\": \"CG203699\",\r\n    \"lineNumber\": 1,\r\n    \"installDate\": \"2022-04-07\",\r\n    \"supplierId\": 71\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/provider","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em></p>\n</blockquote>\n<p>Given the following parameters, this method creates a provider record from an order line.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Parameter</strong></th>\n<th><strong>Required</strong></th>\n<th><strong>Description</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>documentNumber</td>\n<td>true</td>\n<td>Order number from which to generate the provider record</td>\n</tr>\n<tr>\n<td>lineNumber</td>\n<td>true</td>\n<td>Line number of the order</td>\n</tr>\n<tr>\n<td>installDate</td>\n<td>true</td>\n<td>Line install date</td>\n</tr>\n<tr>\n<td>supplierId</td>\n<td>See Description</td>\n<td>Id of supplier, provide this value, or the value below</td>\n</tr>\n<tr>\n<td>providerId</td>\n<td>See Description</td>\n<td>Id of provider. Supply this value, or the value above</td>\n</tr>\n<tr>\n<td>rate</td>\n<td>false</td>\n<td>Overrides rate. Defaults to line gross cost or personnel hourly rate</td>\n</tr>\n<tr>\n<td>hoursRegular</td>\n<td>false</td>\n<td>Decimal value</td>\n</tr>\n<tr>\n<td>hoursOvertime</td>\n<td>false</td>\n<td>Decimal value</td>\n</tr>\n<tr>\n<td>hoursDoubleTime</td>\n<td>false</td>\n<td>Decimal value</td>\n</tr>\n</tbody>\n</table>\n</div><p><em>Note: Obtain the supplierId and providerId from the following public API methods: Get Suppliers, Get Personnel</em></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","provider"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"f82a3ab2-3f8f-407f-b786-c0c338808a16","name":"Post Provide Record From Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"documentNumber\": \"CG203699\",\r\n    \"lineNumber\": 1,\r\n    \"installDate\": \"2022-04-07\",\r\n    \"supplierId\": 71\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/order/provider"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXG9yZGVyXHByb3ZpZGVy?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 07 Apr 2022 22:39:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": null\n}"}],"_postman_id":"2df728b0-d345-4bb0-ab7a-9fa1ef19eea1"},{"name":"Get Suppliers","id":"883a469c-532e-4878-87d8-9ec880aa0ef5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/suppliers","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em></p>\n</blockquote>\n<p>Lists all suppliers associated with a store queue.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","suppliers"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"e08fa958-d71d-4765-af66-337235d0713e","name":"Get Suppliers","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/suppliers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"54659"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXHN1cHBsaWVycw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 28 Apr 2022 23:05:52 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": [\n        {\n            \"id\": 1059,\n            \"name\": \"84 LUMBER COMPANY\",\n            \"contactPhone\": \"128-8820\",\n            \"accountNumber\": \"123\",\n            \"email\": \"\"\n        },\n        {\n            \"id\": 2005,\n            \"name\": \"A AND D HOME IMPROVEMENT\",\n            \"contactPhone\": \"\",\n            \"accountNumber\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"id\": 17,\n            \"name\": \"ALAGASCO\",\n            \"contactPhone\": \"759-2501\",\n            \"accountNumber\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"id\": 1953,\n            \"name\": \"C & W CONTRACTING\",\n            \"contactPhone\": \"468-0471\",\n            \"accountNumber\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"id\": 60,\n            \"name\": \"CABINESS\",\n            \"contactPhone\": \"345-6080\",\n            \"accountNumber\": \"\",\n            \"email\": \"\"\n        },\n        {\n            \"id\": 1952,\n            \"name\": \"CAM SOLUTIONS LLC\",\n            \"contactPhone\": \"639-0300\",\n            \"accountNumber\": \"ALA123\",\n            \"email\": \"\"\n        },\n        {\n            \"id\": 1495,\n            \"name\": \"CAMBRIDGE COMMERCIAL\",\n            \"contactPhone\": \"800-451-1250\",\n            \"accountNumber\": \"1234\",\n            \"email\": \"\"\n        },\n        {\n            \"id\": 617,\n            \"name\": \"WZBQ-FM\",\n            \"contactPhone\": \"349-3200\",\n            \"accountNumber\": \"ABS\",\n            \"email\": \"\"\n        }\n    ]\n}"}],"_postman_id":"883a469c-532e-4878-87d8-9ec880aa0ef5"},{"name":"Get Personnel","id":"1a1c4985-5bf8-4636-ab22-bef827f5cce1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/personnel","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em></p>\n</blockquote>\n<p>Lists all personnel associated with a store queue.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","personnel"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"fb92c3b0-9b76-4f58-8769-3a0c33a1f324","name":"Get Personnel","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/personnel"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"198"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXHBlcnNvbm5lbA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 28 Apr 2022 22:46:37 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": [\n        {\n            \"id\": 2,\n            \"firstName\": \"CARLOS\",\n            \"lastName\": \"PROVIDER\"\n        },\n        {\n            \"id\": 3,\n            \"firstName\": \"LINDSEY\",\n            \"lastName\": \"PROVIDER\"\n        },\n        {\n            \"id\": 1,\n            \"firstName\": \"KURT\",\n            \"lastName\": \"WILSON\"\n        }\n    ]\n}"}],"_postman_id":"1a1c4985-5bf8-4636-ab22-bef827f5cce1"},{"name":"Create Remark","id":"f5214378-e051-479b-8165-63580f66cebc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 38166,\r\n    \"isPublicRemark\": true,\r\n    \"entityType\": \"Quote\",\r\n    \"remarkType\": \"INFORMATION\",\r\n    \"remark\": \"Another remark! Mark remarked at the market with marked surprise.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/remark","description":"<blockquote>\n<p>This method requires the \"Plus\" level of the API product. </p>\n</blockquote>\n<p>Create a remark associated with a defined entity (i.e quote, customer).</p>\n<p><strong>Available Paramters:</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Type</th>\n<th>Notes</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>integer</td>\n<td>Sequence number of the entity with which to associate the remark</td>\n</tr>\n<tr>\n<td>isPublicRemark</td>\n<td>bool</td>\n<td>Viewing rights for the remark</td>\n</tr>\n<tr>\n<td>entityType</td>\n<td>string</td>\n<td>Available Options: Customer, Header, Quote</td>\n</tr>\n<tr>\n<td>remarkType</td>\n<td>string</td>\n<td>Select from list returned by <strong>Get Remark Types</strong> endpoint</td>\n</tr>\n<tr>\n<td>remark</td>\n<td>string</td>\n<td>Remark text</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","remark"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"a9a5427e-3a8f-4c03-8cab-bc333a765a3e","name":"Create Remark","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 38166,\r\n    \"isPublicRemark\": true,\r\n    \"entityType\": \"Quote\",\r\n    \"remarkType\": \"INFORMATION\",\r\n    \"remark\": \"Another remark! Mark remarked at the market with marked surprise.\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/remark"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"181"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXHJlbWFyaw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 29 Mar 2023 17:55:30 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": {\n        \"remarkId\": 2822,\n        \"isPublic\": true,\n        \"remarkType\": \"INFORMATION\",\n        \"remark\": \"Another remark! Mark remarked at the market with marked surprise.\"\n    },\n    \"detail\": null\n}"}],"_postman_id":"f5214378-e051-479b-8165-63580f66cebc"},{"name":"Get Remark Types","id":"530840e9-1159-479a-812b-4cb4a4767d13","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/remark/types","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product.</em></p>\n</blockquote>\n<p>Retrieves a list of all available remark types.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","remark","types"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"41738cc8-b589-4585-bb9b-55f6a9ca1d6b","name":"Get Remark Types","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/remark/types"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"266"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXHJlbWFya1x0eXBlcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 29 Mar 2023 20:46:55 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": [\n        {\n            \"id\": 4,\n            \"type\": \"CUSTOMER SERVICE\"\n        },\n        {\n            \"id\": 5,\n            \"type\": \"DIRECT MAIL\"\n        },\n        {\n            \"id\": 1,\n            \"type\": \"INFORMATION\"\n        },\n        {\n            \"id\": 7,\n            \"type\": \"LOST - GENERAL\"\n        },\n        {\n            \"id\": 2,\n            \"type\": \"SALES FOLLOW UP\"\n        }\n    ]\n}"}],"_postman_id":"530840e9-1159-479a-812b-4cb4a4767d13"},{"name":"Unlock Document","id":"2935de13-9e40-4781-a9e1-7f74873af16d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/unlock/:id","description":"<blockquote>\n<p>This method requires the \"Enterprise\" level of the API product at a minimum. </p>\n</blockquote>\n<p>Given the lockId returned from the Get Order call, this method will unlock the document. Note that this lockId will be returned on Get Order calls that request a lock only.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","unlock",":id"],"host":["api","rfms","online"],"query":[],"variable":[{"description":{"content":"<p>Lock ID</p>\n","type":"text/plain"},"type":"any","value":"","key":"id"}]}},"response":[],"_postman_id":"2935de13-9e40-4781-a9e1-7f74873af16d"}],"id":"4f817f73-0e98-4ccc-b6af-2110bd4602fe","description":"<blockquote>\n<p><em>The methods in this section require either the \"Plus\" or \"Enterprise\" level of the API product.</em>  Check the description for each method to determine the required level.  Requests from \"Standard\" API accounts will return Unauthorized.</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"597e3b9a-c2dd-4939-8bad-da9949d51ff6","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7554ec69-cede-41d9-b767-4b28b67c8722","type":"text/javascript","exec":[""]}}],"_postman_id":"4f817f73-0e98-4ccc-b6af-2110bd4602fe","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}}},{"name":"Accounts Payable","item":[{"name":"Record Payables","id":"deba1046-6894-4fe8-89fa-0a5e6477b57f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"supplierName\": \"ACME\",\r\n    \"invoiceNumber\": \"XS101\",\r\n    \"invoiceDate\": \"9/24/19\",\r\n    \"dueDate\": \"10/24/19\",\r\n    \"discountableAmount\": 10,\r\n    \"nonDiscountableAmount\": 90,\r\n    \"discountRate\": 0.1,\r\n    \"linkedDocumentNumber\": \"\",\r\n    \"internalNotes\": \"Internal note\",\r\n    \"remittanceAdviceNotes\": \"Remit note\",\r\n    \"detailLines\": [\r\n      {\r\n        \"storeNumber\": 32,\r\n        \"accountCode\": \"101\",\r\n        \"subAccountCode\": \"\",\r\n        \"amount\": 100,\r\n        \"comment\": \"detail line\"\r\n      }\r\n    ]\r\n  }\r\n]"},"url":"https://api.rfms.online/v2/payables","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Use this method to create one or more payables in RFMS.  Call this method with an array of payables.  The combination of supplierName and invoiceNumber must be unique for each.  </p>\n<p>Payable properties</p>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Field in RFMS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>supplierName</td>\n<td>Supplier (who the bill is from)</td>\n</tr>\n<tr>\n<td>invoiceNumber</td>\n<td>Invoice # (the Supplier's invoice number)</td>\n</tr>\n<tr>\n<td>invoiceDate</td>\n<td>Invoice Date</td>\n</tr>\n<tr>\n<td>dueDate</td>\n<td>Due Date</td>\n</tr>\n<tr>\n<td>discountableAmount</td>\n<td>Discountable</td>\n</tr>\n<tr>\n<td>nonDiscountableAmount</td>\n<td>Non Discountable</td>\n</tr>\n<tr>\n<td>discountRate</td>\n<td>Disc Rate</td>\n</tr>\n<tr>\n<td>linkedDocumentNumber</td>\n<td></td>\n</tr>\n<tr>\n<td>internalNotes</td>\n<td>A/P Internal Notes</td>\n</tr>\n<tr>\n<td>remittanceAdviceNotes</td>\n<td>A/P Remittance Advice Notes</td>\n</tr>\n<tr>\n<td>detailLines</td>\n<td>List of details</td>\n</tr>\n</tbody>\n</table>\n</div><p>Each detail line can have these properties:</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Property</th>\n<th>Field in RFMS</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>storeNumber</td>\n<td>Store (note that you must supply the Store number (32), not the Store display code (\" \")</td>\n</tr>\n<tr>\n<td>accountCode</td>\n<td>Account Code</td>\n</tr>\n<tr>\n<td>subAccountCode</td>\n<td>Sub Code</td>\n</tr>\n<tr>\n<td>amount</td>\n<td>Amount</td>\n</tr>\n<tr>\n<td>comment</td>\n<td>Comment</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","payables"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"9bae0998-7c47-4c32-9cdd-8c454c2c8af3","name":"Record Payables","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"[\r\n  {\r\n    \"supplierName\": \"ACME\",\r\n    \"invoiceNumber\": \"XS101\",\r\n    \"invoiceDate\": \"9/24/19\",\r\n    \"dueDate\": \"10/24/19\",\r\n    \"discountableAmount\": 10,\r\n    \"nonDiscountableAmount\": 90,\r\n    \"discountRate\": 0.1,\r\n    \"linkedDocumentNumber\": \"\",\r\n    \"internalNotes\": \"Internal note\",\r\n    \"remittanceAdviceNotes\": \"Remit note\",\r\n    \"detailLines\": [\r\n      {\r\n        \"storeNumber\": 32,\r\n        \"accountCode\": \"101\",\r\n        \"subAccountCode\": \"\",\r\n        \"amount\": 100,\r\n        \"comment\": \"detail line\"\r\n      }\r\n    ]\r\n  }\r\n]","options":{"raw":{"language":"javascript"}}},"url":"https://api.rfms.online/v2/payables"},"_postman_previewlanguage":"json","header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"status\": \"success\",\r\n    \"result\": \"ACME - XS101 Added\",\r\n    \"detail\": null\r\n}"}],"_postman_id":"deba1046-6894-4fe8-89fa-0a5e6477b57f"}],"id":"78bc1694-c6d5-4762-9e44-221f39741b13","description":"<blockquote>\n<p><em>The methods in this section require the \"Plus\" level of the API product.</em>  Requests from \"Standard\" API accounts will return Unauthorized.</p>\n</blockquote>\n","event":[{"listen":"prerequest","script":{"id":"b3515688-fbfb-4364-bb84-b592c76ee241","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"07f703d6-f70a-4baa-bc2f-7a90ad12be6d","type":"text/javascript","exec":[""]}}],"_postman_id":"78bc1694-c6d5-4762-9e44-221f39741b13","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}}},{"name":"Schedule Pro","item":[{"name":"Get Job","id":"dbb1f982-5184-4e9c-82aa-9e79bba3be69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/job/:id","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Given a Schedule Pro Job Id, this method fetches the corresponding job.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","job",":id"],"host":["api","rfms","online"],"query":[],"variable":[{"id":"95bd1940-df1b-4662-ae63-fd55baa5de0d","type":"any","value":"Job Id","key":"id"}]}},"response":[{"id":"8fe61bdd-85f3-435b-8beb-a618a9400d13","name":"Get Job","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.rfms.online/v2/job/:id","protocol":"https","host":["api","rfms","online"],"path":["v2","job",":id"],"variable":[{"key":"id","value":"17475"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1420"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYlwxNzQ3NQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 28 Apr 2022 19:37:42 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": {\n        \"customerName\": \"SOL GUGGENHEIM\",\n        \"depotName\": \"IN HOUSE                      \",\n        \"secondaryCrew\": \"\",\n        \"timeSlot\": \"\",\n        \"orderInternalNote\": \"\",\n        \"orderCustomNote\": \"\",\n        \"workOrderNote\": \"\",\n        \"jobLock\": null,\n        \"orderLock\": null,\n        \"lines\": [\n            {\n                \"jobId\": 17475,\n                \"crewName\": \"CREW A                        \",\n                \"documentNumber\": \"CG203671\",\n                \"productCode\": \"01\",\n                \"lineStatus\": \"\",\n                \"scheduledDate\": \"2022-04-07\",\n                \"orderLineNote\": \"\",\n                \"woLineNote\": \"\",\n                \"notes\": \"\",\n                \"delete\": false,\n                \"lineId\": 183286,\n                \"lineNumber\": 1,\n                \"material\": \"CARPET                        \",\n                \"styleName\": \"ABOVE & BEYOND - 13'2\\\"                                                          \",\n                \"colorName\": \"SHINE                                                                           \",\n                \"units\": \"SF    \",\n                \"quantity\": 22,\n                \"scheduledStartTime\": \"0008:30:00\",\n                \"scheduledEndTime\": \"0014:00:00\"\n            }\n        ],\n        \"jobId\": 17475,\n        \"jobName\": \"POST MODERN UPDATE\",\n        \"jobNumber\": \"                              \",\n        \"documentNumber\": \"CG203671\",\n        \"storeNumber\": 32,\n        \"address\": \"15 GUGGENHEIM DR                                                 \",\n        \"address2\": \"\",\n        \"city\": \"NOWHERE                       \",\n        \"state\": \"NE   \",\n        \"ZIP\": \"00331     \",\n        \"phone1\": \"            \",\n        \"phone2\": \"            \",\n        \"salesperson\": \"                              \",\n        \"jobStatus\": \"\",\n        \"crewName\": \"CREW A                        \",\n        \"scheduledStart\": \"2022-04-01\",\n        \"scheduledEnd\": \"2022-04-07\",\n        \"notes\": \"\",\n        \"skipSaturday\": false,\n        \"skipSunday\": false,\n        \"laborTotal\": 0\n    }\n}"}],"_postman_id":"dbb1f982-5184-4e9c-82aa-9e79bba3be69"},{"name":"Get All Scheduled Jobs","id":"e20189e6-f551-44c7-9177-3f391805adcd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/order/jobs/:number","description":"<p>Gets all scheduled jobs for an order by invoice number.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","jobs",":number"],"host":["api","rfms","online"],"query":[],"variable":[{"description":{"content":"<p>Invoice number</p>\n","type":"text/plain"},"type":"any","value":"","key":"number"}]}},"response":[{"id":"f4823991-4bd7-4524-8da5-87ded57b6bf6","name":"Get Scheduled Jobs","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/order/jobs/CG105092"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXG9yZGVyXGpvYnNcQ0cxMDUwOTI=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 18 Nov 2021 14:56:06 GMT"},{"key":"Content-Length","value":"9527"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": [\n        {\n            \"jobId\": 17458,\n            \"jobName\": \"BANUELOS, CARLOS\",\n            \"documentNumber\": \"CG105092\",\n            \"documentIsClaim\": false,\n            \"address\": \"123\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"ZIP\": \"\",\n            \"phone1\": \"2059371144\",\n            \"phone2\": \"\",\n            \"salesperson\": null,\n            \"jobStatus\": \"CONTINUED\",\n            \"availableStatuses\": null,\n            \"crewName\": \"CREW A\",\n            \"scheduledStart\": \"20210617\",\n            \"scheduledEnd\": \"20210622\",\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"notes\": \"<div>\\n<div>\\n<p style=\\\"margin:0pt 0pt 0pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Times New Roman';font-size:12pt;color:#000000;;\\\">Add a new work order note here as a replacement</span></p>\\n</div>\\n</div>\",\n            \"workTicketNotes\": \"<div>\\n<div>\\n<p style=\\\"margin:0pt 0pt 0pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Times New Roman';font-size:12pt;color:#000000;;\\\">WORK TICKET NOTE BLAH BLAH BLAH</span></p>\\n</div>\\n</div>\",\n            \"certificateOfCompletion\": null,\n            \"laborTotal\": 0,\n            \"balanceDue\": 0,\n            \"storeNumber\": 0,\n            \"skipSaturday\": false,\n            \"skipSunday\": false,\n            \"jobNumber\": null,\n            \"jobNumberCaption\": null,\n            \"lines\": [\n                {\n                    \"lineId\": 182860,\n                    \"lineNumber\": 1,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"AIMCO LIVING - 12'\",\n                    \"colorName\": \"AMERICANA\",\n                    \"quantity\": 20,\n                    \"units\": \"SF\",\n                    \"length\": 10,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"11:00:00\",\n                    \"scheduledEndTime\": \"17:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182861,\n                    \"lineNumber\": 1,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"AIMCO LIVING - 12'\",\n                    \"colorName\": \"AMERICANA\",\n                    \"quantity\": 20,\n                    \"units\": \"SF\",\n                    \"length\": 10,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"11:00:00\",\n                    \"scheduledEndTime\": \"17:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182862,\n                    \"lineNumber\": 1,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"AIMCO LIVING - 12'\",\n                    \"colorName\": \"AMERICANA\",\n                    \"quantity\": 20,\n                    \"units\": \"SF\",\n                    \"length\": 10,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"11:00:00\",\n                    \"scheduledEndTime\": \"17:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182863,\n                    \"lineNumber\": 1,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"AIMCO LIVING - 12'\",\n                    \"colorName\": \"AMERICANA\",\n                    \"quantity\": 20,\n                    \"units\": \"SF\",\n                    \"length\": 10,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"11:00:00\",\n                    \"scheduledEndTime\": \"17:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182864,\n                    \"lineNumber\": 1,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"AIMCO LIVING - 12'\",\n                    \"colorName\": \"AMERICANA\",\n                    \"quantity\": 20,\n                    \"units\": \"SF\",\n                    \"length\": 10,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"11:00:00\",\n                    \"scheduledEndTime\": \"17:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182865,\n                    \"lineNumber\": 1,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"AIMCO LIVING - 12'\",\n                    \"colorName\": \"AMERICANA\",\n                    \"quantity\": 20,\n                    \"units\": \"SF\",\n                    \"length\": 10,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"11:00:00\",\n                    \"scheduledEndTime\": \"17:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                }\n            ],\n            \"attachedFiles\": null\n        },\n        {\n            \"jobId\": 17459,\n            \"jobName\": \"BANUELOS, CARLOS\",\n            \"documentNumber\": \"CG105092\",\n            \"documentIsClaim\": false,\n            \"address\": \"123\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"ZIP\": \"\",\n            \"phone1\": \"2059371144\",\n            \"phone2\": \"\",\n            \"salesperson\": null,\n            \"jobStatus\": \"CONTINUED\",\n            \"availableStatuses\": null,\n            \"crewName\": \"CREW B\",\n            \"scheduledStart\": \"20210628\",\n            \"scheduledEnd\": \"20210701\",\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"notes\": \"<div>\\n<div>\\n<p style=\\\"margin:0pt 0pt 0pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Times New Roman';font-size:12pt;color:#000000;;\\\">Add a new work order note here as a replacement</span></p>\\n</div>\\n</div>\",\n            \"workTicketNotes\": \"<div>\\n<div>\\n<p style=\\\"margin:0pt 0pt 0pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Times New Roman';font-size:12pt;color:#000000;;\\\">Add a new work ticket note here</span></p>\\n</div>\\n</div>\",\n            \"certificateOfCompletion\": null,\n            \"laborTotal\": 0,\n            \"balanceDue\": 0,\n            \"storeNumber\": 0,\n            \"skipSaturday\": false,\n            \"skipSunday\": false,\n            \"jobNumber\": null,\n            \"jobNumberCaption\": null,\n            \"lines\": [\n                {\n                    \"lineId\": 182866,\n                    \"lineNumber\": 2,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"ALLESANDRO II 30 - 12'\",\n                    \"colorName\": \"BAR HARBOR\",\n                    \"quantity\": 300,\n                    \"units\": \"SF\",\n                    \"length\": 100,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"05:00:00\",\n                    \"scheduledEndTime\": \"14:30:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182867,\n                    \"lineNumber\": 2,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"ALLESANDRO II 30 - 12'\",\n                    \"colorName\": \"BAR HARBOR\",\n                    \"quantity\": 300,\n                    \"units\": \"SF\",\n                    \"length\": 100,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"05:00:00\",\n                    \"scheduledEndTime\": \"14:30:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182868,\n                    \"lineNumber\": 2,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"ALLESANDRO II 30 - 12'\",\n                    \"colorName\": \"BAR HARBOR\",\n                    \"quantity\": 300,\n                    \"units\": \"SF\",\n                    \"length\": 100,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"05:00:00\",\n                    \"scheduledEndTime\": \"14:30:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182869,\n                    \"lineNumber\": 2,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"ALLESANDRO II 30 - 12'\",\n                    \"colorName\": \"BAR HARBOR\",\n                    \"quantity\": 300,\n                    \"units\": \"SF\",\n                    \"length\": 100,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"05:00:00\",\n                    \"scheduledEndTime\": \"14:30:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                }\n            ],\n            \"attachedFiles\": null\n        },\n        {\n            \"jobId\": 17460,\n            \"jobName\": \"BANUELOS, CARLOS\",\n            \"documentNumber\": \"CG105092\",\n            \"documentIsClaim\": false,\n            \"address\": \"123\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"ZIP\": \"\",\n            \"phone1\": \"2059371144\",\n            \"phone2\": \"\",\n            \"salesperson\": null,\n            \"jobStatus\": \"CONTINUED\",\n            \"availableStatuses\": null,\n            \"crewName\": \"CREW C\",\n            \"scheduledStart\": \"20210704\",\n            \"scheduledEnd\": \"20210708\",\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"notes\": \"<div>\\n<div>\\n<p style=\\\"margin:0pt 0pt 0pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Times New Roman';font-size:12pt;color:#000000;;\\\">Add a new work order note here as a replacement</span></p>\\n</div>\\n</div>\",\n            \"workTicketNotes\": \"<div>\\n<div>\\n<p style=\\\"margin:5pt 0pt 5pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Times New Roman';font-size:12pt;color:#000000;font-weight:bold;\\\">Carlos 6/29/2021, 1:33:56 PM</span></p>\\n<p style=\\\"margin:0pt 0pt 0pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Times New Roman';font-size:12pt;color:#000000;;\\\">Work Ticket</span></p>\\n<p style=\\\"margin:0pt 0pt 0pt 0pt;line-height:normal;\\\"><img src=\\\"images\\\\image1.png\\\" width=\\\"740\\\" height=\\\"2\\\" alt=\\\"\\\"></p>\\n<p style=\\\"margin:5pt 0pt 5pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Times New Roman';font-size:12pt;color:#000000;font-weight:bold;\\\">Carlos Banuelos 7/29/2021, 8:16:39 AM</span></p>\\n<p style=\\\"margin:0pt 0pt 0pt 0pt;line-height:normal;\\\"><span style=\\\"font-family:'Times New Roman';font-size:12pt;color:#000000;;\\\">New Work Ticket Note</span></p>\\n</div>\\n</div>\",\n            \"certificateOfCompletion\": null,\n            \"laborTotal\": 0,\n            \"balanceDue\": 0,\n            \"storeNumber\": 0,\n            \"skipSaturday\": false,\n            \"skipSunday\": false,\n            \"jobNumber\": null,\n            \"jobNumberCaption\": null,\n            \"lines\": [\n                {\n                    \"lineId\": 182870,\n                    \"lineNumber\": 3,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"ALLESANDRO II 30 - 12'\",\n                    \"colorName\": \"BUCKSKIN\",\n                    \"quantity\": 2400,\n                    \"units\": \"SF\",\n                    \"length\": 1000,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"07:00:00\",\n                    \"scheduledEndTime\": \"18:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182871,\n                    \"lineNumber\": 3,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"ALLESANDRO II 30 - 12'\",\n                    \"colorName\": \"BUCKSKIN\",\n                    \"quantity\": 2400,\n                    \"units\": \"SF\",\n                    \"length\": 1000,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"07:00:00\",\n                    \"scheduledEndTime\": \"18:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182872,\n                    \"lineNumber\": 3,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"ALLESANDRO II 30 - 12'\",\n                    \"colorName\": \"BUCKSKIN\",\n                    \"quantity\": 2400,\n                    \"units\": \"SF\",\n                    \"length\": 1000,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"07:00:00\",\n                    \"scheduledEndTime\": \"18:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182873,\n                    \"lineNumber\": 3,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"ALLESANDRO II 30 - 12'\",\n                    \"colorName\": \"BUCKSKIN\",\n                    \"quantity\": 2400,\n                    \"units\": \"SF\",\n                    \"length\": 1000,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"07:00:00\",\n                    \"scheduledEndTime\": \"18:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                },\n                {\n                    \"lineId\": 182874,\n                    \"lineNumber\": 3,\n                    \"lineGroup\": 0,\n                    \"material\": \"CARPET\",\n                    \"styleName\": \"ALLESANDRO II 30 - 12'\",\n                    \"colorName\": \"BUCKSKIN\",\n                    \"quantity\": 2400,\n                    \"units\": \"SF\",\n                    \"length\": 1000,\n                    \"width\": 12,\n                    \"laborTotal\": 0,\n                    \"displayColor\": \"FFFF68\",\n                    \"notesWorkOrder\": null,\n                    \"notesWorkTicket\": \"\",\n                    \"rollNumber\": null,\n                    \"scheduledStartTime\": \"07:00:00\",\n                    \"scheduledEndTime\": \"18:00:00\",\n                    \"areas\": null,\n                    \"attachedFiles\": null\n                }\n            ],\n            \"attachedFiles\": null\n        }\n    ]\n}"}],"_postman_id":"e20189e6-f551-44c7-9177-3f391805adcd"},{"name":"Get Scheduled Jobs for Crews","id":"44f5dc0b-a7bd-40fe-9665-b00b966cb22a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/jobs/:crew","description":"<p>Retrieves all scheduled jobs associated with a particular crew, by the name of said crew.</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","jobs",":crew"],"host":["api","rfms","online"],"query":[],"variable":[{"description":{"content":"<p>Crew name</p>\n","type":"text/plain"},"type":"any","value":"","key":"crew"}]}},"response":[{"id":"6b550b1c-afbc-462d-b6fc-7c85ee0b214f","name":"Get Scheduled Jobs for Crews","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.rfms.online/v2/jobs/:crew","protocol":"https","host":["api","rfms","online"],"path":["v2","jobs",":crew"],"variable":[{"key":"crew","value":"CREW A"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYnNcQ1JFVyBB?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 28 Jun 2021 21:52:05 GMT"},{"key":"Content-Length","value":"957"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": [\n        {\n            \"jobId\": 17455,\n            \"jobName\": \"BROWN, CHARLIE\",\n            \"documentNumber\": \"CG105053\",\n            \"address\": \"1 MAIN ST\",\n            \"address2\": \"\",\n            \"city\": \"BIRMINGHAM\",\n            \"state\": \"AL\",\n            \"ZIP\": \"\",\n            \"phone1\": \"201-575-0731\",\n            \"phone2\": \"\",\n            \"salesperson\": null,\n            \"jobStatus\": \"GROUT\",\n            \"availableStatuses\": null,\n            \"crewName\": \"CREW A\",\n            \"secondaryCrewName\": \"\",\n            \"scheduledStart\": \"20210510\",\n            \"scheduledEnd\": \"20210519\",\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"laborTotal\": 0,\n            \"storeNumber\": 0,\n            \"skipSaturday\": false,\n            \"skipSunday\": false\n        },\n        {\n            \"jobId\": 17458,\n            \"jobName\": \"BANUELOS, CARLOS\",\n            \"documentNumber\": \"CG105092\",\n            \"address\": \"123\",\n            \"address2\": \"\",\n            \"city\": \"\",\n            \"state\": \"\",\n            \"ZIP\": \"\",\n            \"phone1\": \"2059371144\",\n            \"phone2\": \"\",\n            \"salesperson\": null,\n            \"jobStatus\": \"CONTINUED\",\n            \"availableStatuses\": null,\n            \"crewName\": \"CREW A\",\n            \"secondaryCrewName\": \"\",\n            \"scheduledStart\": \"20210617\",\n            \"scheduledEnd\": \"20210622\",\n            \"startTime\": \"08:00:00\",\n            \"endTime\": \"17:00:00\",\n            \"laborTotal\": 0,\n            \"storeNumber\": 0,\n            \"skipSaturday\": false,\n            \"skipSunday\": false\n        }\n    ]\n}"}],"_postman_id":"44f5dc0b-a7bd-40fe-9665-b00b966cb22a"},{"name":"Get Jobs For Crew - POST","id":"7d9b8e7c-a918-4670-938f-fd2318a3dc6c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"crew\": \"Bed, Bath, & Beyond\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/jobs/crew","description":"<p>Search for all scheduled jobs associated with a crew name. This method may be used instead of the Get Scheduled Jobs For Crew in all cases, but <em>must</em> be used when the crew name contains special characters, such as the following: &amp; . * ( ) , [ ]</p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","jobs","crew"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"7d9b8e7c-a918-4670-938f-fd2318a3dc6c"},{"name":"Get Active Job Statuses","id":"cc38d688-d195-4f9d-9c86-94cdab738bda","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/statuses","description":"<p>Returns a list of active job statuses.</p>\n<blockquote>\n<p>Note: In order to successfully update a Schedule Pro job status, the status value must be selected from the list returned by this method.</p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","statuses"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"118ddf8c-3082-431e-8bd2-96295de89b74","name":"Job Statuses","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/statuses"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXHN0YXR1c2Vz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 23 Jun 2021 15:56:07 GMT"},{"key":"Content-Length","value":"131"}],"cookie":[],"responseTime":null,"body":"{\n    \"activeStatuses\": [\n        \"CONTINUED\",\n        \"FINISH\",\n        \"ONE DAY COMPLETE\",\n        \"DELIVER TO ACCLIMATE\",\n        \"TAKE UP ONLY\",\n        \"GROUT\",\n        \"MOVE FURNITURE\",\n        \"START\"\n    ]\n}"}],"_postman_id":"cc38d688-d195-4f9d-9c86-94cdab738bda"},{"name":"Change Job Status","id":"179bcf60-5331-41a1-b1e7-f0c373d95c76","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobId\": 1234,\r\n    \"status\": \"START\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/job/status","description":"<p>Updates a job status.</p>\n<blockquote>\n<p><strong>Note: Status must be a selection from the list returned by the Get Active Job Statuses method</strong></p>\n</blockquote>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","job","status"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"179bcf60-5331-41a1-b1e7-f0c373d95c76"},{"name":"Add Notes To Job","id":"7745da0d-70ff-4416-9b97-1ca3ac0b9758","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"id\": 17459,\r\n    \"workOrderNotes\": \"Add a new work order note\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/job/notes","description":"<p>If there are no work order nor work ticket notes already associated with a scheduled job, the specified notes will be added. Otherwise, the existing notes will be replaced by the new content. When adding notes, specify either one or the other.   </p>\n<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product</em></p>\n</blockquote>\n<p><strong>Available Parameters</strong></p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Parameter</th>\n<th>Required</th>\n<th>Type</th>\n<th>Meaning</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>id</td>\n<td>true</td>\n<td>integer</td>\n<td>Job ID</td>\n</tr>\n<tr>\n<td>workOrderNotes</td>\n<td>false</td>\n<td>string</td>\n<td>Text to add to the work order note field</td>\n</tr>\n<tr>\n<td>workTicketNotes</td>\n<td>false</td>\n<td>string</td>\n<td>Text to add to the work ticket note field</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","job","notes"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"7745da0d-70ff-4416-9b97-1ca3ac0b9758"},{"name":"Get Crews","id":"5132cc1b-9f93-418f-943d-a9b8f7b07abb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/crews","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Lists all crews, along with additional information such as availability and naming.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","crews"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"5c2dd770-f4ae-4e0e-8fcd-0c185b1a54bd","name":"Get Crews","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/crews"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"7080"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGNyZXdz?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 10 Jan 2022 16:41:11 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": [\n        {\n            \"id\": 94,\n            \"name\": \"A-FLOORING PROS\",\n            \"description\": \"\",\n            \"depot\": \"IN HOUSE\",\n            \"nickname\": \"A-FLOORING PROS\",\n            \"rfmsName\": \"\",\n            \"telephone1\": \"\",\n            \"telephone1Description\": \"\",\n            \"telephone2\": \"\",\n            \"telephone2Description\": \"\",\n            \"availability\": {\n                \"Sunday\": false,\n                \"Monday\": true,\n                \"Tuesday\": true,\n                \"Wednesday\": true,\n                \"Thursday\": false,\n                \"Friday\": true,\n                \"Saturday\": false\n            }\n        },\n        {\n            \"id\": 8,\n            \"name\": \"COLLAZO, JESUS\",\n            \"description\": \"CERAMIC TILE\",\n            \"depot\": \"IN HOUSE\",\n            \"nickname\": \"COLLAZO/T VALENCIA/J VALENCIA\",\n            \"rfmsName\": \"JESUS COLLAZO-ALVARADO\",\n            \"telephone1\": \"205-562-0258\",\n            \"telephone1Description\": \"\",\n            \"telephone2\": \"\",\n            \"telephone2Description\": \"\",\n            \"availability\": {\n                \"Sunday\": true,\n                \"Monday\": true,\n                \"Tuesday\": true,\n                \"Wednesday\": true,\n                \"Thursday\": false,\n                \"Friday\": true,\n                \"Saturday\": true\n            }\n        },\n        {\n            \"id\": 97,\n            \"name\": \"CREW A\",\n            \"description\": \"CREW A DESCRIPTION\",\n            \"depot\": \"IN HOUSE\",\n            \"nickname\": \"CREW A NICKNAME\",\n            \"rfmsName\": \"DON'S CARPET ONE\",\n            \"telephone1\": \"205-822-4334\",\n            \"telephone1Description\": \"\",\n            \"telephone2\": \"\",\n            \"telephone2Description\": \"\",\n            \"availability\": {\n                \"Sunday\": false,\n                \"Monday\": true,\n                \"Tuesday\": true,\n                \"Wednesday\": true,\n                \"Thursday\": false,\n                \"Friday\": true,\n                \"Saturday\": false\n            }\n        },\n        {\n            \"id\": 98,\n            \"name\": \"CREW B\",\n            \"description\": \"CREW B DESCRIPTION\",\n            \"depot\": \"IN HOUSE\",\n            \"nickname\": \"CREW B NICKNAME\",\n            \"rfmsName\": \"\",\n            \"telephone1\": \"2052222222\",\n            \"telephone1Description\": \"\",\n            \"telephone2\": \"\",\n            \"telephone2Description\": \"\",\n            \"availability\": {\n                \"Sunday\": false,\n                \"Monday\": true,\n                \"Tuesday\": true,\n                \"Wednesday\": true,\n                \"Thursday\": false,\n                \"Friday\": true,\n                \"Saturday\": false\n            }\n        },\n        {\n            \"id\": 99,\n            \"name\": \"CREW C\",\n            \"description\": \"CREW C DESCRIPTION\",\n            \"depot\": \"IN HOUSE\",\n            \"nickname\": \"CREW C NICKNAME\",\n            \"rfmsName\": \"\",\n            \"telephone1\": \"2053333333\",\n            \"telephone1Description\": \"\",\n            \"telephone2\": \"\",\n            \"telephone2Description\": \"\",\n            \"availability\": {\n                \"Sunday\": false,\n                \"Monday\": true,\n                \"Tuesday\": true,\n                \"Wednesday\": true,\n                \"Thursday\": false,\n                \"Friday\": true,\n                \"Saturday\": false\n            }\n        },\n        {\n            \"id\": 78,\n            \"name\": \"EVANS, JEFF\",\n            \"description\": \"GENERAL\",\n            \"depot\": \"IN HOUSE\",\n            \"nickname\": \"EVANS/MOSELY\",\n            \"rfmsName\": \"JEFFERY EVANS\",\n            \"telephone1\": \"205-333-0919\",\n            \"telephone1Description\": \"\",\n            \"telephone2\": \"\",\n            \"telephone2Description\": \"\",\n            \"availability\": {\n                \"Sunday\": false,\n                \"Monday\": true,\n                \"Tuesday\": true,\n                \"Wednesday\": true,\n                \"Thursday\": false,\n                \"Friday\": true,\n                \"Saturday\": true\n            }\n        }\n    ]\n}"}],"_postman_id":"5132cc1b-9f93-418f-943d-a9b8f7b07abb"},{"name":"Find Jobs","id":"fad314cb-df7e-4f19-929e-9584a6bb9bf4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"startDate\": \"01-01-2017\",\r\n    \"endDate\": \"02-15-2022\",\r\n    \"scheduledStartDate\": \"01-01-2017\",\r\n    \"scheduledEndDate\": \"03-10-2022\",\r\n    \"installStartDate\": \"01-01-2022\",\r\n    \"installEndDate\": \"0401-2022\",\r\n    \"crews\": [\"EVANS, TONY\"],\r\n    \"secondaryCrews\": [\"SLEDGE, GLENN\"],\r\n    \"jobStatus\": [\"Continued\"],\r\n    \"recordStatus\": \"Both\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/jobs/find","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Query for Schedule Pro jobs based on the following parameters:</p>\n<ul>\n<li>Record status date range</li>\n<li>Scheduled date range</li>\n<li>Job status</li>\n<li>State of the Schedule Pro job itself in RFMS (Inserted, Updated, or Both)</li>\n<li>Line install date range</li>\n</ul>\n<p>For example, a recordStatus value of \"Inserted\" will only return jobs that were inserted within the specified startDate and endDate range. \"Updated\" will return updated only. Finally, a value of \"Both\" will return all jobs both inserted and updated within the given date range.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","jobs","find"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"a93fa5e9-8bf9-4bdb-b8d7-ef278c0dd545","name":"Find Jobs","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"startDate\": \"01-01-2017\",\r\n    \"endDate\": \"02-15-2022\",\r\n    \"scheduledStartDate\": \"01-01-2017\",\r\n    \"scheduledEndDate\": \"03-10-2022\",\r\n    \"crews\": [\"EVANS, TONY\"],\r\n    \"secondaryCrews\": [\"SLEDGE, GLENN\"],\r\n    \"jobStatus\": [\"Continued\"],\r\n    \"recordStatus\": \"Both\"\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/jobs/find"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"2466"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYnNcZmluZA==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 10 Mar 2022 21:57:21 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"jobId\": 17430,\n            \"jobName\": \"\",\n            \"documentNumber\": \"CG003776\",\n            \"address\": \"                                                                 \",\n            \"address2\": \"\",\n            \"city\": \"                              \",\n            \"state\": \"     \",\n            \"ZIP\": \"          \",\n            \"phone1\": \"            \",\n            \"phone2\": \"205-926-9988\",\n            \"salesperson\": null,\n            \"jobStatus\": \"\",\n            \"availableStatuses\": null,\n            \"crewName\": \"EVANS, TONY                   \",\n            \"secondaryCrewName\": \"SLEDGE, GLENN\",\n            \"scheduledStart\": \"20201109\",\n            \"scheduledEnd\": \"20201109\",\n            \"startTime\": \"MIXED                         \",\n            \"endTime\": null,\n            \"laborTotal\": 0,\n            \"storeNumber\": 0,\n            \"skipSaturday\": false,\n            \"skipSunday\": false\n        },\n        {\n            \"jobId\": 17431,\n            \"jobName\": \"BANUELOS, CARLOS\",\n            \"documentNumber\": \"CG003773\",\n            \"address\": \"123 TEST AVE                                                     \",\n            \"address2\": \"\",\n            \"city\": \"SAN DIEGO                     \",\n            \"state\": \"CA   \",\n            \"ZIP\": \"92026     \",\n            \"phone1\": \"2051234567  \",\n            \"phone2\": \"            \",\n            \"salesperson\": null,\n            \"jobStatus\": \"\",\n            \"availableStatuses\": null,\n            \"crewName\": \"EVANS, TONY                   \",\n            \"secondaryCrewName\": \"SLEDGE, GLENN\",\n            \"scheduledStart\": \"20201117\",\n            \"scheduledEnd\": \"20201126\",\n            \"startTime\": \"MIXED                         \",\n            \"endTime\": null,\n            \"laborTotal\": 0,\n            \"storeNumber\": 0,\n            \"skipSaturday\": false,\n            \"skipSunday\": false\n        }\n    ],\n    \"detail\": [\n        {\n            \"jobId\": 17430,\n            \"jobName\": \"\",\n            \"documentNumber\": \"CG003776\",\n            \"address\": \"                                                                 \",\n            \"address2\": \"\",\n            \"city\": \"                              \",\n            \"state\": \"     \",\n            \"ZIP\": \"          \",\n            \"phone1\": \"            \",\n            \"phone2\": \"205-926-9988\",\n            \"salesperson\": null,\n            \"jobStatus\": \"\",\n            \"availableStatuses\": null,\n            \"crewName\": \"EVANS, TONY                   \",\n            \"secondaryCrewName\": \"SLEDGE, GLENN\",\n            \"scheduledStart\": \"20201109\",\n            \"scheduledEnd\": \"20201109\",\n            \"startTime\": \"MIXED                         \",\n            \"endTime\": null,\n            \"laborTotal\": 0,\n            \"storeNumber\": 0,\n            \"skipSaturday\": false,\n            \"skipSunday\": false\n        },\n        {\n            \"jobId\": 17431,\n            \"jobName\": \"BANUELOS, CARLOS\",\n            \"documentNumber\": \"CG003773\",\n            \"address\": \"123 TEST AVE                                                     \",\n            \"address2\": \"\",\n            \"city\": \"SAN DIEGO                     \",\n            \"state\": \"CA   \",\n            \"ZIP\": \"92026     \",\n            \"phone1\": \"2051234567  \",\n            \"phone2\": \"            \",\n            \"salesperson\": null,\n            \"jobStatus\": \"\",\n            \"availableStatuses\": null,\n            \"crewName\": \"EVANS, TONY                   \",\n            \"secondaryCrewName\": \"SLEDGE, GLENN\",\n            \"scheduledStart\": \"20201117\",\n            \"scheduledEnd\": \"20201126\",\n            \"startTime\": \"MIXED                         \",\n            \"endTime\": null,\n            \"laborTotal\": 0,\n            \"storeNumber\": 0,\n            \"skipSaturday\": false,\n            \"skipSunday\": false\n        }\n    ]\n}"}],"_postman_id":"fad314cb-df7e-4f19-929e-9584a6bb9bf4"},{"name":"Create Job From Order","id":"a36d3523-e803-41b4-86ad-fed33f89deae","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderNumber\": 83818,\r\n    \"orderLines\": [2478]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/job/create","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Given both an order document id, and a list of line ids belonging to that order, this method will generate a new, scheduled job based on the content of the order and lines.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","job","create"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"566d7b9d-dc48-451e-9278-ae6059d4d131","name":"Create Job From Order","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"orderNumber\": 83818,\r\n    \"orderLines\": [2452]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:65215/v2/job/create"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"67"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYlxjcmVhdGU=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 14 Mar 2022 17:08:34 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"CG203515\",\n    \"detail\": {\n        \"docId\": \"17462\"\n    }\n}"}],"_postman_id":"a36d3523-e803-41b4-86ad-fed33f89deae"},{"name":"Create Job","id":"826e3dba-7892-42ec-938c-1a08f7b54f20","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"Post Modern Designs\",\r\n    \"jobNumber\": \"ABC123\",\r\n    \"documentNumber\": \"CG203671\",\r\n    \"storeNumber\": 32,\r\n    \"address\": \"14 Vassar Dr\",\r\n    \"address2\": \"Block 40\",\r\n    \"city\": \"Somewhere\",\r\n    \"state\": \"NE\",\r\n    \"zip\": \"00331\",\r\n    \"phone1\": \"002-343-2214\",\r\n    \"phone2\": \"893-222-2461\",\r\n    \"salesperson\": \"Ray Stata\",\r\n    \"crewName\": \"CREW A\",\r\n    \"secondaryCrew\": \"CREW B\",\r\n    \"unassigned\": false,\r\n    \"depotName\": \"IN HOUSE\",\r\n    \"scheduledStart\": \"2022-04-05\",\r\n    \"scheduledEnd\": \"2022-04-07\",\r\n    \"customerName\": \"Frank Gehry\",\r\n    \"notes\": \"Test notes\",\r\n    \"track1Description\": \"DELIVER GOODS TO ACCLIMATE\",\r\n    \"track2Description\": \"ALTERNATE-INSURANCE CLAIM\",\r\n    \"laborTotal\": \"3421.94\",\r\n    \"lines\": [\r\n        {\r\n            \"documentNumber\": \"CG203671\",\r\n            \"lineNumber\": 1,\r\n            \"crewName\": \"Crew A\",\r\n            \"material\" : \"Carpet\",\r\n            \"productCode\": \"01\",\r\n            \"styleName\": \"ABOVE & BEYOND - 13'2\\\"\",\r\n            \"colorName\": \"SHINE\",\r\n            \"units\": \"SF\",\r\n            \"quantity\": 22.0,\r\n            \"scheduledDate\": \"2022-04-05\",\r\n            \"scheduledStartTime\": \"0008:30:00\",\r\n            \"scheduledEndTime\": \"0014:00:00\" ,\r\n            \"notes\": \"line notes\"\r\n      }\r\n     \r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/job","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em></p>\n</blockquote>\n<p>Creates a Schedule Pro job.</p>\n<h3 id=\"handling-validation-errors\">Handling Validation Errors</h3>\n<p>When system settings dictate, creating or updating a job may result in validation warnings and restrictions. To override these warnings, do the following:</p>\n<ol>\n<li>Take the error list returned in the detail field on the initial call, and for each restriction and/or warning, set the override parameter to true</li>\n<li>Assign the list to the jobChecks parameter on the job object.</li>\n</ol>\n<p>This will override the validation check warnings and allow the job to be created or updated. See the example \"Create Job - Validation Response\"</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","job"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"169250fd-552a-41fd-8049-f58304bdfde6","name":"Create Or Update Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"Post Modern Update\",\r\n    \"documentNumber\": \"CG203671\",\r\n    \"storeNumber\": 32,\r\n    \"address\": \"14 Guggenheim Dr\",\r\n    \"city\": \"Nowhere\",\r\n    \"state\": \"NE\",\r\n    \"zip\": \"00331\",\r\n    \"crewName\": \"CREW A\",\r\n    \"depotName\": \"IN HOUSE\",\r\n    \"scheduledStart\": \"2022-04-01\",\r\n    \"scheduledEnd\": \"2022-04-02\",\r\n    \"customerName\": \"Sol Guggenheim\",\r\n    \"notes\": \"Test more notes\",\r\n    \"lines\": [\r\n        {\r\n            \"crewName\": \"Crew A\",\r\n            \"material\" : \"Carpet\",\r\n            \"productCode\": \"01\",\r\n            \"styleName\": \"ABOVE & BEYOND - 13'2\\\"\",\r\n            \"colorName\": \"SHINE\",\r\n            \"units\": \"SF\",\r\n            \"quantity\": 22.0,\r\n            \"scheduledDate\": \"2022-04-01\",\r\n            \"scheduledStartTime\": \"0008:30:00\",\r\n            \"scheduledEndTime\": \"0014:00:00\" \r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:65215/v2/job"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"67"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 30 Mar 2022 19:06:53 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"CG203671\",\n    \"detail\": {\n        \"docId\": \"17473\"\n    }\n}"},{"id":"627e8eb7-013f-4ae9-a75f-36e7d11948ac","name":"Update Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobId\": 17475,\r\n    \"address\": \"15 Guggenheim Dr\",\r\n    \"scheduledStart\": \"2022-04-01\",\r\n    \"scheduledEnd\": \"2022-04-07\",\r\n    \"lines\": [\r\n        {\r\n            \"lineId\": 183286,\r\n            \"scheduledDate\": \"2022-04-07\",\r\n            \"scheduledStartTime\": \"0008:30:00\",\r\n            \"scheduledEndTime\": \"0014:00:00\"\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/job"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"67"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 13:34:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"CG203671\",\n    \"detail\": {\n        \"docId\": \"17475\"\n    }\n}"},{"id":"aec5c67e-46e4-46cc-b417-e417c37cf3b1","name":"Create Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"Post Modern Designs\",\r\n    \"jobNumber\": \"ABC123\",\r\n    \"documentNumber\": \"CG203671\",\r\n    \"storeNumber\": 32,\r\n    \"address\": \"14 Vassar Dr\",\r\n    \"address2\": \"Block 40\",\r\n    \"city\": \"Somewhere\",\r\n    \"state\": \"NE\",\r\n    \"zip\": \"00331\",\r\n    \"phone1\": \"002-343-2214\",\r\n    \"phone2\": \"893-222-2461\",\r\n    \"salesperson\": \"Ray Stata\",\r\n    \"crewName\": \"CREW A\",\r\n    \"secondaryCrew\": \"CREW B\",\r\n    \"depotName\": \"IN HOUSE\",\r\n    \"scheduledStart\": \"2022-04-05\",\r\n    \"scheduledEnd\": \"2022-04-07\",\r\n    \"customerName\": \"Frank Gehry\",\r\n    \"notes\": \"Test notes\",\r\n    \"laborTotal\": \"3421.94\",\r\n    \"lines\": [\r\n        {\r\n            \"crewName\": \"Crew A\",\r\n            \"material\" : \"Carpet\",\r\n            \"productCode\": \"01\",\r\n            \"styleName\": \"ABOVE & BEYOND - 13'2\\\"\",\r\n            \"colorName\": \"SHINE\",\r\n            \"units\": \"SF\",\r\n            \"quantity\": 22.0,\r\n            \"scheduledDate\": \"2022-04-05\",\r\n            \"scheduledStartTime\": \"0008:30:00\",\r\n            \"scheduledEndTime\": \"0014:00:00\" ,\r\n            \"notes\": \"line notes\"\r\n      }\r\n     \r\n   ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/job"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"67"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 05 Apr 2022 13:58:27 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"CG203671\",\n    \"detail\": {\n        \"docId\": \"17476\"\n    }\n}"},{"id":"35eda0d7-3754-4315-b063-976bcda034b8","name":"Create Job - Validation Response","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobName\": \"POST MODERN DESIGNS\",\r\n    \"jobNumber\": \"ABC123\",\r\n    \"storeNumber\": 32,\r\n    //\"documentNumber\": \"CG160623\",\r\n    \"address\": \"14 Vassar Dr\",\r\n    \"address2\": \"Block 40\",\r\n    \"city\": \"Somewhere\",\r\n    \"state\": \"NE\",\r\n    \"zip\": \"00331\",\r\n    \"phone1\": \"002-343-2214\",\r\n    \"phone2\": \"893-222-2461\",\r\n    \"salesperson\": \"Ray Stata\",\r\n    \"crewName\": \"\",\r\n    \"secondaryCrew\": \"\",\r\n    \"unassigned\": true,\r\n    \"depotName\": \"IN HOUSE\",\r\n    \"jobStatusId\": 19,\r\n    \"timeSlotId\": 5,\r\n    \"scheduledStart\": \"2022-12-15\",\r\n    \"scheduledEnd\": \"2022-12-20\",\r\n    \"customerName\": \"Frank Gehry\",\r\n    \"notes\": \"Test notes\",\r\n    \"laborTotal\": \"3432\",\r\n    \"lines\": [\r\n        {\r\n            //\"documentNumber\": \"CG160623\",\r\n            //\"lineNumber\": 1,\r\n            \"crewName\": \"\",\r\n            \"material\" : \"Carpet\",\r\n            \"productCode\": \"01\",\r\n            \"styleName\": \"ABOVE & BEYOND - 13'2\\\"\",\r\n            \"colorName\": \"SHINE\",\r\n            \"units\": \"SF\",\r\n            \"quantity\": 22.0,\r\n            \"scheduledDate\": \"2022-12-15\",\r\n            \"scheduledStartTime\": \"0008:30:00\",\r\n            \"scheduledEndTime\": \"0018:00:00\" \r\n      }\r\n     \r\n   ],\r\n   \"jobChecks\": [\r\n        {\r\n            \"jobCheckType\": \"Track1NoSelection\",\r\n            \"restrictLevel\": \"Warning\",\r\n            \"message\": \"NO SELECTION HAS BEEN MADE FOR SERVICE REASON\",\r\n            \"override\": true\r\n        },\r\n        {\r\n            \"jobCheckType\": \"Track2NoSelection\",\r\n            \"restrictLevel\": \"Warning\",\r\n            \"message\": \"NO SELECTION HAS BEEN MADE FOR ALTERNATE LIST\",\r\n            \"override\": true\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/job"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"332"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 07 Dec 2022 21:41:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"failed\",\n    \"result\": \"Error saving job\",\n    \"detail\": [\n        {\n            \"JobCheckType\": \"Track1NoSelection\",\n            \"RestrictLevel\": \"Warning\",\n            \"Message\": \"NO SELECTION HAS BEEN MADE FOR SERVICE REASON\",\n            \"Override\": null\n        },\n        {\n            \"JobCheckType\": \"Track2NoSelection\",\n            \"RestrictLevel\": \"Warning\",\n            \"Message\": \"NO SELECTION HAS BEEN MADE FOR ALTERNATE LIST\",\n            \"Override\": null\n        }\n    ]\n}"}],"_postman_id":"826e3dba-7892-42ec-938c-1a08f7b54f20"},{"name":"Update Job","id":"eea667bc-096f-47dc-b462-7f2be4d9bb73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobId\": 17475,\r\n    \"unassigned\": false,\r\n    \"lines\": [\r\n        {\r\n            \"lineId\": 183286,\r\n            \"documentNumber\": \"CG203671\",\r\n            \"lineNumber\": 1\r\n        }\r\n    ]\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/job","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em> </p>\n</blockquote>\n<p>Update a job with a given id.</p>\n<h2 id=\"updating-lines\">Updating lines</h2>\n<p>\"Enterprise\" level API users can also add, delete, and edit lines. Here are some examples:</p>\n<p>To delete a line, include just the line id and delete: true.</p>\n<h3 id=\"handling-validation-errors\">Handling Validation Errors</h3>\n<p>See Create Job documentation for more details.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"jobId\": 1234,\n    \"lines\": [ { \"lineId\": 215541, \"delete\": true } ]\n}\n\n</code></pre><p>To edit a line, include the line id:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"jobId\": 1235,\n    \"lines\": [ { \"lineId\": 215541, \"scheduledStartTime\":\"0008:30\", \"scheduledEndTime\": \"0012:00\", \"quantity\": 100, \"deductCapacity\": true } ]\n}\n\n</code></pre><p>To add a new line, omit line id:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"jobId\": 1235,\n    \"lines\":[ { \"scheduledStartTime\":\"0008:30\", \"scheduledEndTime\": \"0012:00\", \"quantity\": 100, \"material\": \"CARPET\", \"deductCapacity\": true } ]\n}\n\n</code></pre><p>When modifying or adding lines, the following elements are supported:</p>\n<ul>\n<li>material</li>\n<li>quantity</li>\n<li>productCode</li>\n<li>scheduledDate</li>\n<li>styleName</li>\n<li>colorName</li>\n<li>units</li>\n<li>scheduledStartTime</li>\n<li>scheduledEndTime</li>\n<li>documentNumber</li>\n<li>lineNumber (on associated order - if provided)</li>\n<li>crewName</li>\n<li>deductCapacity</li>\n<li>depotName</li>\n</ul>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","job"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"eea667bc-096f-47dc-b462-7f2be4d9bb73"},{"name":"Post Provider Record From Job","id":"21a602d2-2484-4822-9b0c-57b308b9fc38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobId\": 17475,\r\n    \"jobLineId\": 183286\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/job/provider","description":"<blockquote>\n<p><em>This method requires the \"Enterprise\" level of the API product.</em></p>\n</blockquote>\n<p>Given a jobId and a jobLineId, generate a provider record. The job line must already have a document number and a line number associated with it for the call to be successful.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","job","provider"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"9996e802-f149-4cab-8427-8d0d01accac3","name":"Post Provider Record From Job","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"jobId\": 17475,\r\n    \"jobLineId\": 183286\r\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:65215/v2/job/provider"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"48"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYlxwcm92aWRlcg==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 11 Apr 2022 18:05:24 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": null\n}"}],"_postman_id":"21a602d2-2484-4822-9b0c-57b308b9fc38"},{"name":"Get Time Slots","id":"e7b1e31b-f2f7-4ce5-81c5-5a400a9fc314","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/timeslots","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product.</em></p>\n</blockquote>\n<p>Lists all available time slots that a job can have.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","timeslots"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"6c18985d-cd1b-45b8-912d-9af541a1b383","name":"Get Time Slots","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/timeslots"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"1375"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXHRpbWVzbG90cw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 09 Nov 2022 23:03:38 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": [\n        {\n            \"id\": 1,\n            \"slot\": \"MIXED\",\n            \"startTime\": \"0008:00:00\",\n            \"endTime\": \"0017:00:00\"\n        },\n        {\n            \"id\": 2,\n            \"slot\": \"MORNING\",\n            \"startTime\": \"0008:00:00\",\n            \"endTime\": \"0012:00:00\"\n        },\n        {\n            \"id\": 3,\n            \"slot\": \"AFTERNOON\",\n            \"startTime\": \"0013:00:00\",\n            \"endTime\": \"0017:00:00\"\n        },\n        {\n            \"id\": 4,\n            \"slot\": \"CONTINUED\",\n            \"startTime\": \"0008:00:00\",\n            \"endTime\": \"0008:30:00\"\n        },\n        {\n            \"id\": 5,\n            \"slot\": \"FINISH\",\n            \"startTime\": \"0008:00:00\",\n            \"endTime\": \"0017:00:00\"\n        },\n        {\n            \"id\": 6,\n            \"slot\": \"1 DAY\",\n            \"startTime\": \"0008:00:00\",\n            \"endTime\": \"0017:00:00\"\n        }\n    ]\n}"}],"_postman_id":"e7b1e31b-f2f7-4ce5-81c5-5a400a9fc314"},{"name":"Get Job Track Listings","id":"28e57c21-0448-40e9-9312-1722b78be658","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/job/tracklist","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product.</em></p>\n</blockquote>\n<p>Lists all available track listing descriptions for a job. The \"track1Listings\" result contains a set of descriptions that can only be used for setting the matching \"track1Description\" field on a job. Likewise, the \"track2Listings\" result set can only be used for setting \"track2Description\" field.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","job","tracklist"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"80f9846e-3efc-46b6-b7ba-79a7027d7fb1","name":"Get Job Track Listings","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/job/tracklist"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"931"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYlx0cmFja2xpc3Q=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 09 Nov 2022 17:39:40 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": {\n        \"track1Listings\": [\n            {\n                \"id\": 1,\n                \"description\": \"CERAMIC REPAIR\"\n            },\n            {\n                \"id\": 2,\n                \"description\": \"DELIVER GOODS TO ACCLIMATE\"\n            },\n            {\n                \"id\": 3,\n                \"description\": \"GROUT\"\n            },\n            {\n                \"id\": 4,\n                \"description\": \"HARDWOOD REMOVAL\"\n            },\n            {\n                \"id\": 5,\n                \"description\": \"INSTALL MOULDING\"\n            },\n            {\n                \"id\": 6,\n                \"description\": \"MOVE FURNITURE\"\n            },\n            {\n                \"id\": 7,\n                \"description\": \"RUN PUNCH LIST\"\n            },\n            {\n                \"id\": 8,\n                \"description\": \"SLAB REPAIR\"\n            },\n            {\n                \"id\": 9,\n                \"description\": \"TAKE KEY\"\n            },\n            {\n                \"id\": 10,\n                \"description\": \"TRIP CHARGE\"\n            },\n            {\n                \"id\": 11,\n                \"description\": \"WARRANTY - INSTALLER\"\n            },\n            {\n                \"id\": 12,\n                \"description\": \"WARRANTY - STORE\"\n            },\n            {\n                \"id\": 13,\n                \"description\": \"WARRANTY - VENDOR\"\n            },\n            {\n                \"id\": 14,\n                \"description\": \"WOOD REPAIR\"\n            }\n        ],\n        \"track2Listings\": [\n            {\n                \"id\": 1,\n                \"description\": \"ALTERNATE-APARTMENTS\"\n            },\n            {\n                \"id\": 2,\n                \"description\": \"ALTERNATE-COMMERCIAL\"\n            },\n            {\n                \"id\": 3,\n                \"description\": \"ALTERNATE-INSURANCE CLAIM\"\n            },\n            {\n                \"id\": 4,\n                \"description\": \"ALTERNATE-NEW RESIDENTIAL\"\n            },\n            {\n                \"id\": 5,\n                \"description\": \"ALTERNATE-RETAIL\"\n            },\n            {\n                \"id\": 6,\n                \"description\": \"ALTERNATE-WARRANTY\"\n            }\n        ]\n    }\n}"}],"_postman_id":"28e57c21-0448-40e9-9312-1722b78be658"},{"name":"Get Job Status Ids","id":"7983a638-fe8e-4ade-b111-c7aa6620d8a9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/jobstatusids","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product.</em></p>\n</blockquote>\n<p>Lists all available job statuses that a job can have</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","jobstatusids"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"2343742d-93b5-4b9f-8486-96dc3547f720","name":"Get Job Status Ids","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/jobstatusids"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"345"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXGpvYnN0YXR1c2lkcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Thu, 10 Nov 2022 20:51:45 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": [\n        {\n            \"id\": 6,\n            \"description\": \"GROUT\"\n        },\n        {\n            \"id\": 7,\n            \"description\": \"FINISH\"\n        },\n        {\n            \"id\": 9,\n            \"description\": \"START\"\n        },\n        {\n            \"id\": 10,\n            \"description\": \"ONE DAY COMPLETE\"\n        },\n        {\n            \"id\": 11,\n            \"description\": \"DELIVER TO ACCLIMATE\"\n        },\n        {\n            \"id\": 15,\n            \"description\": \"TAKE UP ONLY\"\n        },\n        {\n            \"id\": 18,\n            \"description\": \"MOVE FURNITURE\"\n        },\n        {\n            \"id\": 19,\n            \"description\": \"CONTINUED\"\n        }\n    ]\n}"}],"_postman_id":"7983a638-fe8e-4ade-b111-c7aa6620d8a9"},{"name":"Get Job Types","id":"a2724bf2-ac19-433c-a73a-c6c7c2806383","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/jobtypes","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em> </p>\n</blockquote>\n<p>Gets a list of job types.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","jobtypes"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"c58731ce-2b87-4ab6-9771-976e5184e709","name":"Get Job Types","originalRequest":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/jobtypes"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"196"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTGluZHNleS5HaXVsaWFub1xzb3VyY2VccmVwb3NcbWVhc3VyZWNsb3VkYXBpXFJmbXNQdWJsaWNBcGlcdjJcam9iVHlwZXM=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Tue, 11 Mar 2025 15:29:36 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"jobTypes\": [\n        \"CARPET\",\n        \"WOOD\",\n        \"VINYL\",\n        \"VCT\",\n        \"LAMINATES\",\n        \"CERAMIC\",\n        \"TAKE UP CARPET\",\n        \"TAKE UP WOOD\",\n        \"DELIVERY\",\n        \"SAND/FINISH\",\n        \"MEASURE\"\n    ]\n}"}],"_postman_id":"a2724bf2-ac19-433c-a73a-c6c7c2806383"}],"id":"10e63a8b-505e-4d33-b332-4de2c6cbcbf6","_postman_id":"10e63a8b-505e-4d33-b332-4de2c6cbcbf6","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}}},{"name":"Order History","item":[{"name":"Get Order History","id":"82837eef-64a3-451c-9097-be13da4b898f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/order/history/:number","description":"<p>Provided an order number, this request will return the quote or estimate used to create given order.</p>\n<blockquote>\n<p>Requires API product level of Plus or higher</p>\n</blockquote>\n<p>If the detail field returns as null, then the specified order has no quote or estimate origins.</p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","order","history",":number"],"host":["api","rfms","online"],"query":[],"variable":[{"description":{"content":"<p>Order number for which to retrieve origin quote or estimate</p>\n","type":"text/plain"},"type":"string","value":"","key":"number"}]}},"response":[{"id":"582300d2-1d32-45be-83ae-ac24289d2fdf","name":"Get Order History","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://api.rfms.online/v2/order/history/:number","protocol":"https","host":["api","rfms","online"],"path":["v2","order","history",":number"],"variable":[{"key":"number","value":"CG003632"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"170"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Encoding","value":"gzip"},{"key":"Expires","value":"-1"},{"key":"Vary","value":"Accept-Encoding"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 06 Jul 2020 23:16:44 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": \"JE100250.1\"\n}"}],"_postman_id":"82837eef-64a3-451c-9097-be13da4b898f"}],"id":"8e39569e-5685-4386-bac7-ee97acfb08f4","_postman_id":"8e39569e-5685-4386-bac7-ee97acfb08f4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}}},{"name":"Reports","item":[{"name":"Generate Report","id":"f7837f1c-23b4-4d23-a937-37ce88c94860","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"documentNumber\": \"ES103271\",\r\n    \"options\": {\r\n        \"showLogo\": true,\r\n        \"storeAddress\": true,\r\n        \"storeName\": true,\r\n        \"showRoomPlan\": true,\r\n        \"showSeams\": true,\r\n        \"showGrandTotal\": true,\r\n        \"showColorChip\": true,\r\n        \"showQuantity\": true,\r\n        \"showUnitPrice\": true, \r\n        \"showLineTotal\": true, \r\n        \"showApprove\": true,\r\n        \"showDeliveryDate\": true,\r\n        \"showPhotos\": true,\r\n        \"showLineNotes\": true, \r\n        \"showLineGroups\": true, \r\n        \"showPayment\": true, \r\n        \"showSignature\": true,\r\n        \"showAuthorization\": true, \r\n        \"allowAuthorization\": true,\r\n        \"allowPayment\": false,\r\n        \"termsToShow\": [\"Terms and Conditions\", \"Bullet Point Terms\"],\r\n        \"defaultShareMessage\": \"Here are some options\" \r\n    }\r\n}"},"url":"https://api.rfms.online/v2/quote/report/generate","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product.</em></p>\n</blockquote>\n<p>Given a quote number and a series of options, this method will return a MyFlooringLink URL to the newly generated report. The options below are all the available ones to choose from when determining which fields will be displayed on the report. All listed options are optional and, if not included, will simply default to a false value.</p>\n<p>To customize which terms and conditions are listed on the report, use the Get Terms endpoint to view a list of terms titles. Then, include the termsToShow parameter, followed by an array of chosen terms titles.</p>\n<blockquote>\n<p><strong>Note:</strong> To generate a report for an order, simply use an order number and call the endpoint like so: v2/order/report/generate</p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","quote","report","generate"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"3ff532ef-9594-45be-9f74-e8b1d0030641","name":"Generate Report","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"documentNumber\": \"ES103271\",\r\n    \"options\": {\r\n        \"showLogo\": true,\r\n        \"storeAddress\": true,\r\n        \"storeName\": true,\r\n        \"showGrandTotal\": true,\r\n        \"showDeliveryDate\": true,\r\n        \"showApprove\": true\r\n    }\r\n}"},"url":"https://api.rfms.online/v2/quote/report/generate"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXHF1b3RlXHJlcG9ydFxnZW5lcmF0ZQ==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 07 Jul 2021 19:15:12 GMT"},{"key":"Content-Length","value":"112"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"https://myflooringlink.com/#/view/25cf5abb7eb047958d2756c1e28f5934\",\n    \"detail\": null\n}"}],"_postman_id":"f7837f1c-23b4-4d23-a937-37ce88c94860"},{"name":"Get Terms","id":"09ac6480-3b62-4f07-8938-d8870f5ef927","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/report/terms","description":"<blockquote>\n<p><em>This method requires the \"Plus\" level of the API product at a minimum.</em></p>\n</blockquote>\n<p>Gets a list of all terms and conditions maintained by a company. All terms and conditions means the default terms, as well as terms for a specific store. Only stores that have terms and conditions saved will appear in the returned result. Other stores ought to use the terms belonging to the default option.</p>\n<p>To get terms and conditions belonging to a secondary company, use the following request:</p>\n<p><code>GET /v2/report/terms/{companyId}</code></p>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","report","terms"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"6e196e87-fa77-4f2a-ae23-380b774d33f4","name":"Get Terms","originalRequest":{"method":"GET","header":[],"url":"http://localhost:65215/v2/report/terms"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"659"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTEdpdWxpYW5vXHJlcG9zXG1lYXN1cmVjbG91ZGFwaVxSZm1zUHVibGljQXBpXHYyXHJlcG9ydFx0ZXJtcw==?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Wed, 10 Aug 2022 20:33:10 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": [\n        {\n            \"storeId\": \"default\",\n            \"terms\": [\n                \"Terms and Conditions\",\n                \"Terms\",\n                \"TERMS\",\n                \"New Terms\",\n                \"Even Newer Terms\",\n                \"Bullet Point Terms\",\n                \"Mutiple Choice T&C\"\n            ]\n        },\n        {\n            \"storeId\": \" \",\n            \"terms\": [\n                \"Terms and Conditions\"\n            ]\n        },\n        {\n            \"storeId\": \"2\",\n            \"terms\": [\n                \"Terms and Conditions\"\n            ]\n        },\n        {\n            \"storeId\": \"4\",\n            \"terms\": [\n                \"TERMS\",\n                \"Even Newer Terms\"\n            ]\n        },\n        {\n            \"storeId\": \"5\",\n            \"terms\": [\n                \"default store\"\n            ]\n        },\n        {\n            \"storeId\": \"6\",\n            \"terms\": [\n                \"Terms and Conditions\"\n            ]\n        },\n        {\n            \"storeId\": \"9\",\n            \"terms\": [\n                \"Terms and Conditions\",\n                \"Terms #2\"\n            ]\n        },\n        {\n            \"storeId\": \"A\",\n            \"terms\": [\n                \"Terms and Conditions\",\n                \"Bullet Point Terms\"\n            ]\n        },\n        {\n            \"storeId\": \"B\",\n            \"terms\": [\n                \"Terms and Conditions\"\n            ]\n        },\n        {\n            \"storeId\": \"K\",\n            \"terms\": [\n                \"Terms and Conditions\"\n            ]\n        }\n    ],\n    \"detail\": null\n}"}],"_postman_id":"09ac6480-3b62-4f07-8938-d8870f5ef927"}],"id":"5449aff9-97d0-41d6-9244-db616186136e","_postman_id":"5449aff9-97d0-41d6-9244-db616186136e","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}}},{"name":"Store Settings","item":[{"name":"Sync Settings","id":"40505038-d885-4f23-a6b3-0fafe315657f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.rfms.online/v2/cacherefresh","description":"<p>Sync all store setttings.</p>\n<blockquote>\n<p><em><strong>Note:</strong></em> <strong>This method is very taxing on the server and should be used sparingly and with intent.</strong></p>\n</blockquote>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","cacherefresh"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[],"_postman_id":"40505038-d885-4f23-a6b3-0fafe315657f"}],"id":"2c8e9fd8-00dd-4f6d-a5f1-a5e7e1bfe5bd","_postman_id":"2c8e9fd8-00dd-4f6d-a5f1-a5e7e1bfe5bd","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}}},{"name":"API Data Pass Through","item":[{"name":"API Pass Through","id":"3859a99c-033c-4832-bb84-a8819114b53f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"methodName\": \"Method.Name\",\r\n    \"requestPayload\": {\r\n        \"username\": \"Username\",\r\n        \"legacy\": false\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/passthrough","description":"<p>This method allows for making raw data queries directly to RFMS.</p>\n<p>The format of the query is as follows:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n   \"methodName\": \"RfmsMethod\",\n   \"requestPayload\": {\n      //data query here\n   }\n}\n\n</code></pre>\n","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}},"urlObject":{"protocol":"https","path":["v2","passthrough"],"host":["api","rfms","online"],"query":[],"variable":[]}},"response":[{"id":"76f8541f-c57f-468d-903c-bc16bfd3c4f8","name":"Raw Query","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"methodName\": \"Inventory.ReceiveFromInvoice\",\r\n    \"requestPayload\": {\r\n    \"username\": \"JSolanto\",\r\n    \"legacy\": false,\r\n    \"inventoryCosting\": {\r\n        \"Supplier\": \"84 LUMBER COMPANY\",\r\n        \"InvoiceNumber\": \"\",\r\n        \"DueDate\": {\r\n            \"Year\": 2024,\r\n            \"Month\": 6,\r\n            \"Day\": 24\r\n        },\r\n        \"DiscountRate\": 0.0,\r\n        \"Freight\": 0.33,\r\n        \"FreightIsDiscountable\": false,\r\n        \"ExtraCost1\": 0.0,\r\n        \"ExtraCost1IsDiscountable\": false,\r\n        \"ExtraCost2\": 0.0,\r\n        \"ExtraCost2IsDiscountable\": false,\r\n        \"InventoryDataRows\": [\r\n            {\r\n                \"Seqnum\": 0,\r\n                \"Store\": 32,\r\n                \"ProductCode\": \"01\",\r\n                \"RollItemNumber\": \"\",\r\n                \"ItemSequenceNumber\": 0,\r\n                \"Supplier\": \"84 LUMBER COMPANY\",\r\n                \"PrivateSupplier\": \"84 LUMBER COMPANY\",\r\n                \"StyleItem\": \"FOO1\",\r\n                \"ColorDescription\": \"BAR1\",\r\n                \"Width\": \"12\",\r\n                \"Length\": \"100\",\r\n                \"InitialAmount\": 100,\r\n                \"InitialQuantity\": 1200,\r\n                \"Used\": 0,\r\n                \"Reserved\": 0,\r\n                \"Available\": 100,\r\n                \"AvailableQuantity\": 1200,\r\n                \"DateReceived\": {\r\n                    \"Year\": 2024,\r\n                    \"Month\": 6,\r\n                    \"Day\": 26\r\n                },\r\n                \"InvoiceNumber\": \"\",\r\n                \"GrossCost\": 4,\r\n                \"NetCost\": 4,\r\n                \"Freight\": 0,\r\n                \"Load\": 0.22,\r\n                \"Units\": \"SF\",\r\n                \"DyeLot\": \"DYE\",\r\n                \"LadingNumber\": \"\",\r\n                \"SerialNumber\": \"SERIAL\",\r\n                \"PONumber\": \"\",\r\n                \"Sidemark\": \"SIDEMARK\",\r\n                \"StyleNumber\": \"PFOOSTYLE\",\r\n                \"ColorNumber\": \"PCOLORNUM\",\r\n                \"PriceListSeqNum\": 0,\r\n                \"ColorSeqNum\": 0,\r\n                \"UnitPrice\": 3.20,\r\n                \"TotalValue\": 4800,\r\n                \"UseTotalValue\": false,\r\n                \"Sku\": \" \",\r\n                \"ManufacturerSKU\": \" \",\r\n                \"Manufacturer\": \"DALTILE\",\r\n                \"Location\": \"LOCATON\",\r\n                \"InventoryType\": \"Roll\",\r\n                \"InitialTotalValue\": 4800,\r\n                \"CanConsolidate\": false,\r\n                \"Collection\": \"COLLECTION\",\r\n                \"PrivateCollection\": \"\",\r\n                \"Builder\": \"\",\r\n                \"SubDivision\": \"\",\r\n                \"Block\": \"\",\r\n                \"Lot\": \"\",\r\n                \"POSeqNum\": 0,\r\n                \"ItemWidth\": \"\",\r\n                \"ItemLength\": \"\",\r\n                \"SoftReserve\": 0,\r\n                \"Receiving_Backing\": 444,\r\n                \"Receiving_Quality\": 6,\r\n                \"Receiving_RollCut\": \"Roll\",\r\n                \"Receiving_FiberType\": 117,\r\n                \"Receiving_StyleType\": 0,\r\n                \"Receiving_ColorType\": 5,\r\n                \"Receiving_Weight\": 2,\r\n                \"Receiving_Pile\": 2,\r\n                \"Receiving_ToxicityNumber\": \"PODPIN\",\r\n                \"Receiving_Comments\": \"COMMENT\",\r\n                \"Receiving_UserReal1\": 3.33,\r\n                \"Receiving_ASNItemSeqNum\": 0,\r\n                \"Receiving_RunLot\": \"RUN\",\r\n                \"Receiving_PrintTags\": false,\r\n                \"Receiving_SatisfyPo\": false,\r\n                \"Receiving_Load\": 1.98\r\n            }\r\n        ],\r\n        \"Payable\": null,\r\n        \"ApplyProductFreightFactor\": false\r\n    }\r\n    }\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.rfms.online/v2/passthrough"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Cache-Control","value":"no-cache"},{"key":"Pragma","value":"no-cache"},{"key":"Content-Length","value":"671"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Expires","value":"-1"},{"key":"Server","value":"Microsoft-IIS/10.0"},{"key":"X-AspNet-Version","value":"4.0.30319"},{"key":"X-SourceFiles","value":"=?UTF-8?B?QzpcVXNlcnNcTGluZHNleS5HaXVsaWFub1xzb3VyY2VccmVwb3NcbWVhc3VyZWNsb3VkYXBpXFJmbXNQdWJsaWNBcGlcdjJccGFzc3Rocm91Z2g=?="},{"key":"X-Powered-By","value":"ASP.NET"},{"key":"Date","value":"Mon, 09 Sep 2024 14:49:50 GMT"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": \"success\",\n    \"result\": \"OK\",\n    \"detail\": {\n        \"DidCosting\": true,\n        \"IsError\": true,\n        \"ReceivingResults\": {\n            \"Method\": \"UpdateOrderLines\",\n            \"Code\": 0,\n            \"Message\": \"Receiving complete\",\n            \"IsError\": false,\n            \"ReceivedRollsItems\": [\n                {\n                    \"RollLadingNumber\": \"31\",\n                    \"PONumber\": \"\",\n                    \"IsRoll\": true,\n                    \"SeqNumSystemRefNum\": 123\n                }\n            ]\n        },\n        \"CostingResults\": {\n            \"IsNull\": false,\n            \"IsError\": true,\n            \"IsValidationError\": true,\n            \"IsModelError\": true,\n            \"IsException\": false,\n            \"Messages\": \"No Invoice Number Provided\\r\\nInvoice Date can not be null\\r\\nPayable can not be nullThere are errors with the costing data\",\n            \"ValidationMessages\": \"No Invoice Number Provided\\r\\nInvoice Date can not be null\\r\\nPayable can not be null\",\n            \"ExceptionMessage\": \"\"\n        }\n    }\n}"}],"_postman_id":"3859a99c-033c-4832-bb84-a8819114b53f"}],"id":"c7718b85-98a8-4740-b2fa-569279617267","_postman_id":"c7718b85-98a8-4740-b2fa-569279617267","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]},"isInherited":true,"source":{"_postman_id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","id":"e78eadda-8135-40e5-8fa3-e24bfc70c0f8","name":"RFMS API 2","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}],"advancedConfig":[{"key":"showPassword","value":"<show-password>"}]}},"event":[{"listen":"prerequest","script":{"id":"61397d94-0cac-4dfb-9ce6-dfab24e987dd","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"22e105af-74c5-4f97-ad4c-f70fe0d5607c","type":"text/javascript","exec":[""]}}]}