{"info":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","description":"<html><head></head><body><p>Access CCA RFMS data within your own application using a standard REST API.</p>\n<p>Please note that divisions will be filtered based on the authorization client used to call this API.</p>\n<p>Swagger page: <a href=\"https://ase-rfmsdata-prod.azurewebsites.net/swagger/index.html\">https://ase-rfmsdata-prod.azurewebsites.net/swagger/index.html</a></p>\n<h1 id=\"standard-responses\">Standard Responses</h1>\n<p><b>Paginated Response</b></p>\n<p>All endpoints ending in '/filter' support pagination.</p>\n<p>Page size for pagination can be controlled via the 'limit' parameter. The default value for 'limit' is 50 with a max of 10000.</p>\n<p>Endpoints supporting pagination always return a structure like this:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"data\": [\n        {},\n        {}\n    ],\n    \"meta\": {\n        \"next\": {\n            \"offset\": 50    //Offset value of next page. Can be controlled via 'offset' parameter\n        },\n        \"prev\": null,    //Offset value of previous page. Can be controlled via 'offset' parameter\n        \"currentCount\": 50,    //# of records on page. Page size can be increased via 'limit' parameter\n        \"totalCount\": 400    //Total # of records matching filter criteria\n    },\n        \"links\": {\n        \"next\": \"https://exampleapi.com/Location?offset=50\",    //URL for next page of filtered API call.\n        \"self\": \"https://exampleapi.com/Location\",    //URL for current page of filtered API call.\n        \"prev\": null    //URL for previous page of filtered API call.\n    }\n}\n\n</code></pre><p><b>Unpaginated Response</b></p>\n<p>Endpoints not supporting pagination (Ex: /Order/OrderLookup) return an object directly that may contain nested objects. Please see the object definition by endpoint for further info.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n    \"exampleField\": \"exampleValue\",\n    \"nestedObjects\": [\n        {},\n        {}\n    ]\n}\n\n</code></pre><h1 id=\"using-filter-endpoints\">Using Filter Endpoints</h1>\n<h2 id=\"filter-get\"><b>Filter Get</b></h2>\n<p>Get requests on /filter endpoints support an optional operator for any supplied parameters. Parameters can also use the standard '=' operator.</p>\n<h2 id=\"operator-mapping\">Operator Mapping</h2>\n<hr>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Operator Name</strong></th>\n<th><strong>Call Syntax</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>Equal</td>\n<td>=eq:[FieldValue]</td>\n</tr>\n<tr>\n<td>NotEqual</td>\n<td>=ne:[FieldValue]</td>\n</tr>\n<tr>\n<td>GreaterThan</td>\n<td>=gt:[FieldValue]</td>\n</tr>\n<tr>\n<td>GreaterThanOrEqual</td>\n<td>=ge:[FieldValue]</td>\n</tr>\n<tr>\n<td>LessThan</td>\n<td>=lt:[FieldValue]</td>\n</tr>\n<tr>\n<td>LessThanOrEqual</td>\n<td>=le:[FieldValue]</td>\n</tr>\n<tr>\n<td>Like</td>\n<td>=like:[FieldValue]</td>\n</tr>\n<tr>\n<td>IsNull</td>\n<td>=isnull:[FieldValue]</td>\n</tr>\n</tbody>\n</table>\n</div><p>Ex: /api/Endpoint/filter?limit=10&amp;where[CcaDivision]=DivisionName&amp;where[LastModifiedDateTime]=gt:01/01/2025 00:00&amp;order=-InvNum</p>\n<h2 id=\"filter-post\"><b>Filter Post</b></h2>\n<h3 id=\"functionality-only-available-for-prosource-divisions\">*Functionality only available for ProSource divisions!</h3>\n<p>Post requests on /filter endpoints offer the same functionality as Get filter requests, but have a different syntax.</p>\n<p>Example body:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>{\n  \"fields\": [\n    \"Field1\" //An array of field names. If provided, only the specified fields names will be populated in the response.\n  ],\n  \"filters\": [\n    {\n      \"name\": \"Field1\",\n      \"operator\": \"Equal\",\n      \"value\": \"Value1\"  //Can provide a single value or an array of values.\n    }\n  ],\n  \"order\": [\n    {\n      \"name\": \"Field1\", //If provided, will sort by the specified field.\n      \"sortDescending\": true\n    }\n  ],\n  \"offset\": 0, //Pagination controls\n  \"limit\": 0\n}\n\n</code></pre><h2 id=\"operator-values\">Operator values</h2>\n<ul>\n<li><p>Equal</p>\n</li>\n<li><p>NotEqual</p>\n</li>\n<li><p>GreaterThan</p>\n</li>\n<li><p>GreaterThanOrEqual</p>\n</li>\n<li><p>LessThan</p>\n</li>\n<li><p>LessThanOrEqual</p>\n</li>\n<li><p>Between</p>\n</li>\n<li><p>Like</p>\n</li>\n<li><p>IsNull</p>\n</li>\n</ul>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Standard Responses","slug":"standard-responses"},{"content":"Using Filter Endpoints","slug":"using-filter-endpoints"}],"owner":"46753385","collectionId":"af662455-1c12-4f11-aed2-6fa00cd01993","publishedId":"2sB3dQwAEV","public":true,"customColor":{"top-bar":"4989AF","right-sidebar":"003457","highlight":"FF6C37"},"publishDate":"2025-12-09T21:28:16.000Z"},"item":[{"name":"Bid","item":[{"name":"filter","item":[{"name":"/Bid/filter","id":"8b8beae8-64fa-4664-9aaf-ed02e9bcaf50","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Bid/filter","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Bid","filter"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[]}},"response":[{"id":"bdf32765-d05d-4672-8ade-13d5158e464e","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Bid/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[EstNum]=string&where[SalesPersonCcaPersonID]=string&where[srcCcaCustomerID]=string&where[EstSubNum]=string&where[MemberNumber]=string&where[LocationNumber]=string&where[CcaDivision]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Bid","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[EstNum]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[SalesPersonCcaPersonID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[srcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[EstSubNum]","value":"string","description":"A filter value containing EstNum and SubNum delimited by \":\". Format Example eq:EstNum:SubNum"},{"key":"where[MemberNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LocationNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CcaDivision]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"seqNum\": 5331,\n      \"estNum\": \"string\",\n      \"subNum\": 5320,\n      \"estDate\": \"string\",\n      \"estStartDate\": \"string\",\n      \"estCompDate\": \"string\",\n      \"custSeqNum\": 3085,\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"custCity\": \"string\",\n      \"custState\": \"string\",\n      \"custPostalCode\": \"string\",\n      \"custCounty\": \"string\",\n      \"custShipSeqNum\": 2485,\n      \"projName\": \"string\",\n      \"projAddress1\": \"string\",\n      \"projAddress2\": \"string\",\n      \"projCity\": \"string\",\n      \"projState\": \"string\",\n      \"projPostalCode\": \"string\",\n      \"projCounty\": \"string\",\n      \"overageName\": \"string\",\n      \"overageAddress1\": \"string\",\n      \"overageAddress2\": \"string\",\n      \"overageCity\": \"string\",\n      \"overageState\": \"string\",\n      \"overagePostalCode\": \"string\",\n      \"overageCounty\": \"string\",\n      \"model\": \"string\",\n      \"telephone\": \"string\",\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"jobNumber\": \"string\",\n      \"jobSuper\": \"string\",\n      \"superPhone\": \"string\",\n      \"material\": 3685.0212479356405,\n      \"instService\": 5637.727368825285,\n      \"salesTax\": 7537.499218045105,\n      \"miscCharge\": 6496.833883519502,\n      \"miscTax\": 2701.4057551403935,\n      \"estTotal\": 588.6820555002847,\n      \"template\": \"string\",\n      \"dateExported\": \"string\",\n      \"jobType\": 8449,\n      \"storeCode\": 9330,\n      \"storeName\": \"string\",\n      \"lmsPersonID\": \"string\",\n      \"ccaDateLastUpdated\": \"1983-06-11T11:24:52.441Z\",\n      \"srcModifiedDateTime\": \"2005-08-25T10:13:07.124Z\",\n      \"isDeleted\": false,\n      \"deletedDate\": \"1965-02-26T20:20:58.163Z\",\n      \"memberID\": 7109,\n      \"locationID\": 914,\n      \"salesPersonCcaPersonID\": 7093,\n      \"srcCcaCustomerID\": 7232,\n      \"apiUpdatedDateTime\": \"1999-10-14T11:14:05.399Z\",\n      \"estSubNum\": \"string\",\n      \"custType\": \"string\",\n      \"memberNumber\": \"string\",\n      \"locationNumber\": \"string\",\n      \"ccaDivision\": \"string\",\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"heaSeqNum\": 9551,\n      \"persistentCustomerID\": 3749,\n      \"masterLocationID\": 7645,\n      \"destinationCG\": \"string\",\n      \"bidLines\": [\n        {\n          \"seqNum\": 1709,\n          \"estNum\": \"string\",\n          \"subNum\": 2846,\n          \"lineNum\": 9413,\n          \"estStartDate\": \"string\",\n          \"estCompDate\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"itemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"serialNo\": \"string\",\n          \"supplier\": \"string\",\n          \"supplierSeqNum\": 3737,\n          \"manufacturer\": \"string\",\n          \"manfSeqNum\": 7519,\n          \"colorSequenceNumber\": 5391,\n          \"aQty\": 8662.434862838007,\n          \"aWidth\": 4144.081953531249,\n          \"aPrice\": 2105.0721282089535,\n          \"aFrt\": 5771.667248955745,\n          \"aLoad\": 4095.05337733618,\n          \"aOverHead\": 1741.96516076343,\n          \"aOverHeadPrct\": 3268.134643334213,\n          \"aUseTax\": 1401.1933896677099,\n          \"agstIncl\": 4235.802185486681,\n          \"aNet\": 5979.827446420376,\n          \"aTotal\": 949.8621296794063,\n          \"oQty\": 9556.801109890586,\n          \"oWidth\": 7703.616485115345,\n          \"oPrice\": 4580.0166035579105,\n          \"oFrt\": 9671.230746712303,\n          \"oLoad\": 4502.610020108899,\n          \"oOverHead\": 7023.094470993467,\n          \"oOverHeadPrct\": 4784.495279014364,\n          \"oUseTax\": 8234.35751953663,\n          \"ogstIncl\": 5643.067404420534,\n          \"oNet\": 2506.8229466998782,\n          \"oTotal\": 5245.968739484383,\n          \"units\": \"string\",\n          \"useTaxLine\": \"string\",\n          \"actualOnly\": \"string\",\n          \"overheadFixed\": \"string\",\n          \"isContractProduct\": \"string\",\n          \"priceOverridden\": \"string\",\n          \"storeCode\": 9780,\n          \"ccaDateLastUpdated\": \"1984-05-11T03:35:26.887Z\",\n          \"srcModifiedDateTime\": \"1998-09-27T05:06:13.438Z\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"2025-10-11T05:31:33.234Z\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"1945-11-29T17:11:50.382Z\",\n          \"heaSeqNum\": 3153\n        },\n        {\n          \"seqNum\": 5336,\n          \"estNum\": \"string\",\n          \"subNum\": 3236,\n          \"lineNum\": 9213,\n          \"estStartDate\": \"string\",\n          \"estCompDate\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"itemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"serialNo\": \"string\",\n          \"supplier\": \"string\",\n          \"supplierSeqNum\": 3518,\n          \"manufacturer\": \"string\",\n          \"manfSeqNum\": 2890,\n          \"colorSequenceNumber\": 1140,\n          \"aQty\": 1433.9905510505214,\n          \"aWidth\": 7865.903935753564,\n          \"aPrice\": 7759.907949628988,\n          \"aFrt\": 404.3279938563349,\n          \"aLoad\": 73.85383198877938,\n          \"aOverHead\": 1591.0205002306088,\n          \"aOverHeadPrct\": 3916.230625385548,\n          \"aUseTax\": 9962.460350467667,\n          \"agstIncl\": 3333.351152938173,\n          \"aNet\": 3771.5919375357967,\n          \"aTotal\": 7821.877799393946,\n          \"oQty\": 8888.178321333342,\n          \"oWidth\": 8768.488913398844,\n          \"oPrice\": 1942.7436475359539,\n          \"oFrt\": 8222.400713318397,\n          \"oLoad\": 1099.2433452309047,\n          \"oOverHead\": 5683.328667079264,\n          \"oOverHeadPrct\": 8678.321516365831,\n          \"oUseTax\": 2238.7388068577607,\n          \"ogstIncl\": 5045.3752588217785,\n          \"oNet\": 7753.417355123888,\n          \"oTotal\": 2809.2549467439844,\n          \"units\": \"string\",\n          \"useTaxLine\": \"string\",\n          \"actualOnly\": \"string\",\n          \"overheadFixed\": \"string\",\n          \"isContractProduct\": \"string\",\n          \"priceOverridden\": \"string\",\n          \"storeCode\": 2229,\n          \"ccaDateLastUpdated\": \"2023-08-19T01:23:27.615Z\",\n          \"srcModifiedDateTime\": \"2007-12-26T15:31:13.176Z\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"2020-11-26T21:35:27.128Z\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"2002-05-09T02:58:45.118Z\",\n          \"heaSeqNum\": 2809\n        }\n      ]\n    },\n    {\n      \"seqNum\": 4900,\n      \"estNum\": \"string\",\n      \"subNum\": 369,\n      \"estDate\": \"string\",\n      \"estStartDate\": \"string\",\n      \"estCompDate\": \"string\",\n      \"custSeqNum\": 5258,\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"custCity\": \"string\",\n      \"custState\": \"string\",\n      \"custPostalCode\": \"string\",\n      \"custCounty\": \"string\",\n      \"custShipSeqNum\": 4718,\n      \"projName\": \"string\",\n      \"projAddress1\": \"string\",\n      \"projAddress2\": \"string\",\n      \"projCity\": \"string\",\n      \"projState\": \"string\",\n      \"projPostalCode\": \"string\",\n      \"projCounty\": \"string\",\n      \"overageName\": \"string\",\n      \"overageAddress1\": \"string\",\n      \"overageAddress2\": \"string\",\n      \"overageCity\": \"string\",\n      \"overageState\": \"string\",\n      \"overagePostalCode\": \"string\",\n      \"overageCounty\": \"string\",\n      \"model\": \"string\",\n      \"telephone\": \"string\",\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"jobNumber\": \"string\",\n      \"jobSuper\": \"string\",\n      \"superPhone\": \"string\",\n      \"material\": 901.708990375818,\n      \"instService\": 3924.936898774778,\n      \"salesTax\": 5885.747202769465,\n      \"miscCharge\": 935.2029994984013,\n      \"miscTax\": 6684.661615609167,\n      \"estTotal\": 9411.41108048933,\n      \"template\": \"string\",\n      \"dateExported\": \"string\",\n      \"jobType\": 6786,\n      \"storeCode\": 2388,\n      \"storeName\": \"string\",\n      \"lmsPersonID\": \"string\",\n      \"ccaDateLastUpdated\": \"2015-01-12T03:56:52.927Z\",\n      \"srcModifiedDateTime\": \"2001-05-19T00:28:28.669Z\",\n      \"isDeleted\": true,\n      \"deletedDate\": \"1949-02-01T05:42:11.524Z\",\n      \"memberID\": 630,\n      \"locationID\": 9091,\n      \"salesPersonCcaPersonID\": 9804,\n      \"srcCcaCustomerID\": 321,\n      \"apiUpdatedDateTime\": \"2023-09-16T01:16:17.093Z\",\n      \"estSubNum\": \"string\",\n      \"custType\": \"string\",\n      \"memberNumber\": \"string\",\n      \"locationNumber\": \"string\",\n      \"ccaDivision\": \"string\",\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"heaSeqNum\": 6320,\n      \"persistentCustomerID\": 6124,\n      \"masterLocationID\": 2247,\n      \"destinationCG\": \"string\",\n      \"bidLines\": [\n        {\n          \"seqNum\": 8098,\n          \"estNum\": \"string\",\n          \"subNum\": 8437,\n          \"lineNum\": 8037,\n          \"estStartDate\": \"string\",\n          \"estCompDate\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"itemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"serialNo\": \"string\",\n          \"supplier\": \"string\",\n          \"supplierSeqNum\": 5814,\n          \"manufacturer\": \"string\",\n          \"manfSeqNum\": 9359,\n          \"colorSequenceNumber\": 1732,\n          \"aQty\": 6317.782757648871,\n          \"aWidth\": 3718.060569399728,\n          \"aPrice\": 4063.489691346858,\n          \"aFrt\": 3565.7627697154703,\n          \"aLoad\": 3808.9846722397615,\n          \"aOverHead\": 1949.2756625995078,\n          \"aOverHeadPrct\": 203.37232743666388,\n          \"aUseTax\": 2235.500708682878,\n          \"agstIncl\": 3571.7574012532614,\n          \"aNet\": 6648.879326719392,\n          \"aTotal\": 9811.430885020145,\n          \"oQty\": 7607.18963393694,\n          \"oWidth\": 8691.995117251676,\n          \"oPrice\": 6817.695870635416,\n          \"oFrt\": 5838.608997978478,\n          \"oLoad\": 9729.870081708883,\n          \"oOverHead\": 4861.57147142478,\n          \"oOverHeadPrct\": 287.3462659307968,\n          \"oUseTax\": 2913.8382606569203,\n          \"ogstIncl\": 3076.210130564532,\n          \"oNet\": 124.1743611016899,\n          \"oTotal\": 516.0423752025279,\n          \"units\": \"string\",\n          \"useTaxLine\": \"string\",\n          \"actualOnly\": \"string\",\n          \"overheadFixed\": \"string\",\n          \"isContractProduct\": \"string\",\n          \"priceOverridden\": \"string\",\n          \"storeCode\": 4999,\n          \"ccaDateLastUpdated\": \"1974-11-19T00:58:23.662Z\",\n          \"srcModifiedDateTime\": \"1945-11-18T11:53:52.745Z\",\n          \"isDeleted\": false,\n          \"deletedDate\": \"2011-07-03T22:11:58.922Z\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"2010-01-02T03:32:41.642Z\",\n          \"heaSeqNum\": 3292\n        },\n        {\n          \"seqNum\": 4445,\n          \"estNum\": \"string\",\n          \"subNum\": 71,\n          \"lineNum\": 4642,\n          \"estStartDate\": \"string\",\n          \"estCompDate\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"itemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"serialNo\": \"string\",\n          \"supplier\": \"string\",\n          \"supplierSeqNum\": 3037,\n          \"manufacturer\": \"string\",\n          \"manfSeqNum\": 775,\n          \"colorSequenceNumber\": 3792,\n          \"aQty\": 1387.775280375183,\n          \"aWidth\": 267.28077460669965,\n          \"aPrice\": 6685.384129866381,\n          \"aFrt\": 4492.4045684917855,\n          \"aLoad\": 4474.74362544612,\n          \"aOverHead\": 7454.084679358015,\n          \"aOverHeadPrct\": 8535.308609570664,\n          \"aUseTax\": 3907.083069302659,\n          \"agstIncl\": 6677.564769677593,\n          \"aNet\": 1449.8894744889058,\n          \"aTotal\": 7733.844613279961,\n          \"oQty\": 564.4185096824783,\n          \"oWidth\": 705.0078695247364,\n          \"oPrice\": 8259.757009869996,\n          \"oFrt\": 7745.375206367211,\n          \"oLoad\": 5197.289034054437,\n          \"oOverHead\": 3946.563348521166,\n          \"oOverHeadPrct\": 9946.944743692999,\n          \"oUseTax\": 405.5768165850626,\n          \"ogstIncl\": 8694.117841018699,\n          \"oNet\": 8870.487120697544,\n          \"oTotal\": 7635.22876027692,\n          \"units\": \"string\",\n          \"useTaxLine\": \"string\",\n          \"actualOnly\": \"string\",\n          \"overheadFixed\": \"string\",\n          \"isContractProduct\": \"string\",\n          \"priceOverridden\": \"string\",\n          \"storeCode\": 5656,\n          \"ccaDateLastUpdated\": \"1962-07-18T16:47:27.857Z\",\n          \"srcModifiedDateTime\": \"2018-06-27T14:33:11.424Z\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1983-11-19T01:10:28.661Z\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"1979-10-15T14:52:37.483Z\",\n          \"heaSeqNum\": 6633\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"next\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 8111\n      }\n    },\n    \"prev\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 916\n      }\n    },\n    \"currentCount\": 3960,\n    \"totalCount\": 896,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"links\": {\n    \"next\": \"string\",\n    \"self\": \"string\",\n    \"prev\": \"string\"\n  }\n}"},{"id":"15b08479-cb0d-4200-a100-d0df78383974","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Bid/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[EstNum]=string&where[SalesPersonCcaPersonID]=string&where[srcCcaCustomerID]=string&where[EstSubNum]=string&where[MemberNumber]=string&where[LocationNumber]=string&where[CcaDivision]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Bid","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[EstNum]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[SalesPersonCcaPersonID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[srcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[EstSubNum]","value":"string","description":"A filter value containing EstNum and SubNum delimited by \":\". Format Example eq:EstNum:SubNum"},{"key":"where[MemberNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LocationNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CcaDivision]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"8b8beae8-64fa-4664-9aaf-ed02e9bcaf50"}],"id":"5fc607a1-603c-4d91-a621-4ce0088afb84","description":"<p>Retrieves bids matching the specified filter values.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<hr />\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>DataType</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>offset</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to skip from total result set. Used for determining next and previous page.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to be returned in request body. Controls page size. Default is 50. Max is 10000.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>false</td>\n<td>String</td>\n<td>A comma separated list of fields to include. If this parameter is supplied, only the supplied fields will have populated values. All other fields will be NULL or default.</td>\n<td>Field1, Field2, Field3</td>\n</tr>\n<tr>\n<td>where[LastModifiedDateTime]</td>\n<td>true</td>\n<td>DateTime</td>\n<td>DateTime filter in UTC returning data modified since the value provided.</td>\n<td>gt:01/01/2024 15:40</td>\n</tr>\n<tr>\n<td>where[EstNum]</td>\n<td>false</td>\n<td>String</td>\n<td>The EstNum of the bid.</td>\n<td>JE123456</td>\n</tr>\n<tr>\n<td>where[SalesPersonCcaPersonID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The CCAPersonID of the salesperson associated with the bid.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>where[srcCcaCustomerID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The srcCcaCustomerID of the bid.</td>\n<td>1234567</td>\n</tr>\n<tr>\n<td>where[EstSubNum]</td>\n<td>false</td>\n<td>String</td>\n<td>A concatenation of EstNum and SubNum with the format of EstNum:SubNum.</td>\n<td>JE123401:1</td>\n</tr>\n<tr>\n<td>where[MemberNumber]</td>\n<td>false</td>\n<td>String</td>\n<td>The member number of the bid.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[LocationNumber]</td>\n<td>false</td>\n<td>String</td>\n<td>The location number of the bid.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[CcaDivision]</td>\n<td>false</td>\n<td>String</td>\n<td>The division of the bid.</td>\n<td>PROSRC</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"5fc607a1-603c-4d91-a621-4ce0088afb84","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}}],"id":"bf8e5e11-0b7b-4d73-9797-83b52b03c49d","description":"<p>Access bid information for any divisions associated with the requesting client.</p>\n","_postman_id":"bf8e5e11-0b7b-4d73-9797-83b52b03c49d","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"Customer","item":[{"name":"filter","item":[{"name":"/Customer/filter","id":"7bac4915-23d0-4c37-8869-683ce0ed2bfe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Customer/filter","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Customer","filter"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[]}},"response":[{"id":"49e6fc2f-2b2b-4c12-9988-ce251ea165ed","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Customer/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[SrcCcaCustomerID]=string&where[SalesPersonCcaPersonID]=string&where[MemberNumber]=string&where[CcaDivision]=string&where[LocationNumber]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Customer","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[SrcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[SalesPersonCcaPersonID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[MemberNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CcaDivision]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LocationNumber]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"srcCcaCustomerID\": 828,\n      \"seqNum\": 7439,\n      \"locationCustomerSeqNum\": \"string\",\n      \"ccaDateLastUpdated\": \"1961-12-25T05:42:55.105Z\",\n      \"apiUpdatedDateTime\": \"1948-08-20T06:24:29.569Z\",\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"city\": \"string\",\n      \"state\": \"string\",\n      \"postalCode\": \"string\",\n      \"country\": \"string\",\n      \"shipName\": \"string\",\n      \"shipAddress1\": \"string\",\n      \"shipAddress2\": \"string\",\n      \"shipCity\": \"string\",\n      \"shipState\": \"string\",\n      \"shipPostalCode\": \"string\",\n      \"shipCountry\": \"string\",\n      \"shipVia\": \"string\",\n      \"phone1\": \"string\",\n      \"phone2\": \"string\",\n      \"phone3\": \"string\",\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"contact1\": \"string\",\n      \"contact2\": \"string\",\n      \"creditLimit\": 1987.2423729300092,\n      \"customerTypeDesc\": \"string\",\n      \"status\": 2141,\n      \"customerType\": \"string\",\n      \"classification\": \"string\",\n      \"eMail\": \"string\",\n      \"phone4\": \"string\",\n      \"extension\": \"string\",\n      \"phone5\": \"string\",\n      \"referringMemberSeqNum\": 2960,\n      \"referringCustomerID\": 7268,\n      \"psMemberNumber\": 154,\n      \"renewalDate\": \"string\",\n      \"source\": \"string\",\n      \"allowMail\": 9540,\n      \"dateEntered\": \"string\",\n      \"dateEdited\": \"string\",\n      \"memberSinceDate\": \"string\",\n      \"lastOrderDate\": \"string\",\n      \"lastDeliveredDate\": \"string\",\n      \"storeCode\": 2018,\n      \"salSold\": \"string\",\n      \"busSold\": \"string\",\n      \"salShip\": \"string\",\n      \"busShip\": \"string\",\n      \"srcModifiedDateTime\": \"1974-09-04T08:35:53.762Z\",\n      \"lmsPersonID\": \"string\",\n      \"cmProspect\": \"string\",\n      \"isDeleted\": true,\n      \"deletedDate\": \"1984-06-14T15:08:10.097Z\",\n      \"salesPersonCcaPersonID\": 4011,\n      \"memberID\": 1223,\n      \"locationID\": 8445,\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"memberNumber\": \"string\",\n      \"ccaDivision\": \"string\",\n      \"locationNumber\": \"string\",\n      \"persistentCustomerID\": 348,\n      \"masterLocationID\": 8999,\n      \"referralPersistentCustomerID\": 5484\n    },\n    {\n      \"srcCcaCustomerID\": 7620,\n      \"seqNum\": 1129,\n      \"locationCustomerSeqNum\": \"string\",\n      \"ccaDateLastUpdated\": \"1982-01-01T10:18:50.286Z\",\n      \"apiUpdatedDateTime\": \"2000-04-06T16:10:07.313Z\",\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"city\": \"string\",\n      \"state\": \"string\",\n      \"postalCode\": \"string\",\n      \"country\": \"string\",\n      \"shipName\": \"string\",\n      \"shipAddress1\": \"string\",\n      \"shipAddress2\": \"string\",\n      \"shipCity\": \"string\",\n      \"shipState\": \"string\",\n      \"shipPostalCode\": \"string\",\n      \"shipCountry\": \"string\",\n      \"shipVia\": \"string\",\n      \"phone1\": \"string\",\n      \"phone2\": \"string\",\n      \"phone3\": \"string\",\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"contact1\": \"string\",\n      \"contact2\": \"string\",\n      \"creditLimit\": 5994.772591465642,\n      \"customerTypeDesc\": \"string\",\n      \"status\": 2685,\n      \"customerType\": \"string\",\n      \"classification\": \"string\",\n      \"eMail\": \"string\",\n      \"phone4\": \"string\",\n      \"extension\": \"string\",\n      \"phone5\": \"string\",\n      \"referringMemberSeqNum\": 79,\n      \"referringCustomerID\": 415,\n      \"psMemberNumber\": 5241,\n      \"renewalDate\": \"string\",\n      \"source\": \"string\",\n      \"allowMail\": 3479,\n      \"dateEntered\": \"string\",\n      \"dateEdited\": \"string\",\n      \"memberSinceDate\": \"string\",\n      \"lastOrderDate\": \"string\",\n      \"lastDeliveredDate\": \"string\",\n      \"storeCode\": 2573,\n      \"salSold\": \"string\",\n      \"busSold\": \"string\",\n      \"salShip\": \"string\",\n      \"busShip\": \"string\",\n      \"srcModifiedDateTime\": \"1987-05-01T12:47:36.079Z\",\n      \"lmsPersonID\": \"string\",\n      \"cmProspect\": \"string\",\n      \"isDeleted\": false,\n      \"deletedDate\": \"1994-01-17T12:54:52.034Z\",\n      \"salesPersonCcaPersonID\": 861,\n      \"memberID\": 7673,\n      \"locationID\": 6052,\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"memberNumber\": \"string\",\n      \"ccaDivision\": \"string\",\n      \"locationNumber\": \"string\",\n      \"persistentCustomerID\": 1805,\n      \"masterLocationID\": 3400,\n      \"referralPersistentCustomerID\": 6355\n    }\n  ],\n  \"meta\": {\n    \"next\": {\n      \"hasValue\": true,\n      \"value\": {\n        \"offset\": 8283\n      }\n    },\n    \"prev\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 3793\n      }\n    },\n    \"currentCount\": 1883,\n    \"totalCount\": 5848,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"links\": {\n    \"next\": \"string\",\n    \"self\": \"string\",\n    \"prev\": \"string\"\n  }\n}"},{"id":"5f3087b6-4cbf-4b70-ab42-93275ffe4d9e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Customer/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[SrcCcaCustomerID]=string&where[SalesPersonCcaPersonID]=string&where[MemberNumber]=string&where[CcaDivision]=string&where[LocationNumber]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Customer","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[SrcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[SalesPersonCcaPersonID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[MemberNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CcaDivision]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LocationNumber]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"7bac4915-23d0-4c37-8869-683ce0ed2bfe"}],"id":"65d06393-0439-49f4-b416-9479e1f5eee5","description":"<p>Retrieves customers matching the specified filter values.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<hr />\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>DataType</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>offset</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to skip from total result set. Used for determining next and previous page.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to be returned in request body. Controls page size. Default is 50. Max is 10000.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>false</td>\n<td>String</td>\n<td>A comma separated list of fields to include. If this parameter is supplied, only the supplied fields will have populated values. All other fields will be NULL or default.</td>\n<td>Field1, Field2, Field3</td>\n</tr>\n<tr>\n<td>where[LastModifiedDateTime]</td>\n<td>true</td>\n<td>DateTime</td>\n<td>DateTime filter in UTC returning data modified since the value provided.</td>\n<td>gt:01/01/2024 15:40</td>\n</tr>\n<tr>\n<td>where[SalesPersonCcaPersonID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The CCAPersonID of the salesperson associated with the customer.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>where[srcCcaCustomerID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The srcCcaCustomerID of the customer.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>where[MemberNumber]</td>\n<td>false</td>\n<td>String</td>\n<td>The member number of the customer.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[LocationNumber]</td>\n<td>false</td>\n<td>String</td>\n<td>The location number of the customer.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[CcaDivision]</td>\n<td>false</td>\n<td>String</td>\n<td>The division of the customer.</td>\n<td>PROSRC</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"65d06393-0439-49f4-b416-9479e1f5eee5","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"webhooklogs","item":[{"name":"{id}","item":[{"name":"Customer Update Webhook Log","id":"7c9c8aaa-4888-4a4d-beeb-69236a84134e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Customer/webhooklogs/:id","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Customer","webhooklogs",":id"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[{"id":"7a5e9716-8a69-44c8-8fed-03ddfb67252d","type":"any","value":"1234","key":"id"}]}},"response":[{"id":"2d0ce121-7ad3-4c48-a362-51b4c791ebc4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Customer/webhooklogs/:id","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Customer","webhooklogs",":id"],"variable":[{"key":"id"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"true"},{"id":"7234c893-81bc-4727-8b51-60cdcc6403b4","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Customer/webhooklogs/:id","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Customer","webhooklogs",":id"],"variable":[{"key":"id"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"7c9c8aaa-4888-4a4d-beeb-69236a84134e"}],"id":"cc162564-6f54-4bda-8e8a-f03be2cd91fb","description":"<p>Update a webhook log by ID, setting the end date to the current datetime.</p>\n","_postman_id":"cc162564-6f54-4bda-8e8a-f03be2cd91fb","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"Customer List Webhook Logs","id":"e7a3ee91-0a7d-43a6-9c92-57dd6de33c3e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Customer/webhooklogs","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Customer","webhooklogs"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[]}},"response":[{"id":"aea46492-210f-4e73-90e5-622d53d10623","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Customer/webhooklogs"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"customerCrosswalks\": [\n      {\n        \"persistentCustomerID\": 3941,\n        \"postSaleCustomerSeqNum\": 1726,\n        \"preSaleCustomerSeqNum\": 6904\n      },\n      {\n        \"persistentCustomerID\": 6238,\n        \"postSaleCustomerSeqNum\": 3002,\n        \"preSaleCustomerSeqNum\": 101\n      }\n    ],\n    \"postSaleLocationNumber\": \"string\",\n    \"postSaleMemberNumber\": \"string\",\n    \"preSaleLocationNumber\": \"string\",\n    \"preSaleMemberNumber\": \"string\",\n    \"webhookLogID\": 9547\n  },\n  {\n    \"customerCrosswalks\": [\n      {\n        \"persistentCustomerID\": 5910,\n        \"postSaleCustomerSeqNum\": 2939,\n        \"preSaleCustomerSeqNum\": 4534\n      },\n      {\n        \"persistentCustomerID\": 711,\n        \"postSaleCustomerSeqNum\": 3894,\n        \"preSaleCustomerSeqNum\": 4291\n      }\n    ],\n    \"postSaleLocationNumber\": \"string\",\n    \"postSaleMemberNumber\": \"string\",\n    \"preSaleLocationNumber\": \"string\",\n    \"preSaleMemberNumber\": \"string\",\n    \"webhookLogID\": 846\n  }\n]"},{"id":"b4757b9a-ca6b-4ec5-bcdf-4f865b6d369e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Customer/webhooklogs"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"e7a3ee91-0a7d-43a6-9c92-57dd6de33c3e"}],"id":"5882ded7-62af-4661-8c8d-eaca2048a2f1","description":"<p>Get or update webhook logs associated with the requesting client.</p>\n<h3 id=\"functionality-only-available-for-prosource-divisions\">*Functionality only available for ProSource divisions!</h3>\n","_postman_id":"5882ded7-62af-4661-8c8d-eaca2048a2f1","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}}],"id":"73f82392-8d03-45e0-9731-b252ce57a220","description":"<p>Access customer information for any divisions associated with the requesting client.</p>\n","_postman_id":"73f82392-8d03-45e0-9731-b252ce57a220","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"CustomerContacts","item":[{"name":"filter","item":[{"name":"/CustomerContacts/filter","id":"da14a3ae-0a97-4ac8-b92e-83c3894fb6ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/CustomerContacts/filter","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","CustomerContacts","filter"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[]}},"response":[{"id":"9ba7dc97-8cc0-4da3-aecb-eaff05940872","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/CustomerContacts/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[srcCcaCustomerID]=string&where[MemberNumber]=string&where[CcaDivision]=string&where[LocationNumber]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","CustomerContacts","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[srcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[MemberNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CcaDivision]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LocationNumber]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"srcCCACustomerContactID\": 9991,\n      \"custSeqNum\": 8344,\n      \"additionalShipTo\": 6643,\n      \"address1\": \"string\",\n      \"address2\": \"string\",\n      \"addressType\": \"string\",\n      \"cellPhone\": \"string\",\n      \"childrenNames\": \"string\",\n      \"city\": \"string\",\n      \"comments\": \"string\",\n      \"companyName\": \"string\",\n      \"contactID\": 9579,\n      \"contactMethod\": \"string\",\n      \"createdBy\": \"string\",\n      \"dateCreated\": \"string\",\n      \"dateEdited\": \"string\",\n      \"editedBy\": \"string\",\n      \"email\": \"string\",\n      \"firstName\": \"string\",\n      \"homePhone\": \"string\",\n      \"insertedBy\": \"string\",\n      \"jobTitle\": \"string\",\n      \"lastChangedBy\": \"string\",\n      \"ccaDateLastUpdated\": \"2000-05-19T07:06:25.250Z\",\n      \"lastName\": \"string\",\n      \"nickname\": \"string\",\n      \"otherAddress1\": \"string\",\n      \"otherAddress2\": \"string\",\n      \"otherAddressType\": \"string\",\n      \"otherCity\": \"string\",\n      \"otherDescription\": \"string\",\n      \"otherPhone\": \"string\",\n      \"otherState\": \"string\",\n      \"otherZip\": \"string\",\n      \"spouseName\": \"string\",\n      \"state\": \"string\",\n      \"status\": 2250,\n      \"viewingRights\": 1919,\n      \"webSite\": \"string\",\n      \"workExt\": \"string\",\n      \"workPhone\": \"string\",\n      \"zip\": \"string\",\n      \"isDeleted\": true,\n      \"deletedDate\": \"1948-01-18T23:48:50.082Z\",\n      \"srcModifiedDateTime\": \"2023-08-07T09:27:52.389Z\",\n      \"srcCcaCustomerID\": 8687,\n      \"apiUpdatedDateTime\": \"1971-06-17T21:55:15.149Z\",\n      \"persistentCustomerID\": 4957,\n      \"memberID\": 7997,\n      \"locationID\": 1294,\n      \"memberNumber\": \"string\",\n      \"ccaDivision\": \"string\",\n      \"locationNumber\": \"string\"\n    },\n    {\n      \"srcCCACustomerContactID\": 9797,\n      \"custSeqNum\": 7304,\n      \"additionalShipTo\": 7532,\n      \"address1\": \"string\",\n      \"address2\": \"string\",\n      \"addressType\": \"string\",\n      \"cellPhone\": \"string\",\n      \"childrenNames\": \"string\",\n      \"city\": \"string\",\n      \"comments\": \"string\",\n      \"companyName\": \"string\",\n      \"contactID\": 2237,\n      \"contactMethod\": \"string\",\n      \"createdBy\": \"string\",\n      \"dateCreated\": \"string\",\n      \"dateEdited\": \"string\",\n      \"editedBy\": \"string\",\n      \"email\": \"string\",\n      \"firstName\": \"string\",\n      \"homePhone\": \"string\",\n      \"insertedBy\": \"string\",\n      \"jobTitle\": \"string\",\n      \"lastChangedBy\": \"string\",\n      \"ccaDateLastUpdated\": \"1954-09-09T08:08:06.089Z\",\n      \"lastName\": \"string\",\n      \"nickname\": \"string\",\n      \"otherAddress1\": \"string\",\n      \"otherAddress2\": \"string\",\n      \"otherAddressType\": \"string\",\n      \"otherCity\": \"string\",\n      \"otherDescription\": \"string\",\n      \"otherPhone\": \"string\",\n      \"otherState\": \"string\",\n      \"otherZip\": \"string\",\n      \"spouseName\": \"string\",\n      \"state\": \"string\",\n      \"status\": 9994,\n      \"viewingRights\": 7423,\n      \"webSite\": \"string\",\n      \"workExt\": \"string\",\n      \"workPhone\": \"string\",\n      \"zip\": \"string\",\n      \"isDeleted\": false,\n      \"deletedDate\": \"2004-07-07T08:53:53.150Z\",\n      \"srcModifiedDateTime\": \"1968-01-02T09:20:10.513Z\",\n      \"srcCcaCustomerID\": 5413,\n      \"apiUpdatedDateTime\": \"2025-03-30T19:57:06.988Z\",\n      \"persistentCustomerID\": 5397,\n      \"memberID\": 2648,\n      \"locationID\": 1390,\n      \"memberNumber\": \"string\",\n      \"ccaDivision\": \"string\",\n      \"locationNumber\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"next\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 4150\n      }\n    },\n    \"prev\": {\n      \"hasValue\": true,\n      \"value\": {\n        \"offset\": 82\n      }\n    },\n    \"currentCount\": 2638,\n    \"totalCount\": 4737,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"links\": {\n    \"next\": \"string\",\n    \"self\": \"string\",\n    \"prev\": \"string\"\n  }\n}"},{"id":"1f4649e2-8ac2-4b99-8476-06aeae9e033a","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/CustomerContacts/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[srcCcaCustomerID]=string&where[MemberNumber]=string&where[CcaDivision]=string&where[LocationNumber]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","CustomerContacts","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[srcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[MemberNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CcaDivision]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LocationNumber]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"da14a3ae-0a97-4ac8-b92e-83c3894fb6ec"}],"id":"d2182ce5-90e1-4f9d-8446-05521b3bf132","description":"<p>Retrieves customer contacts matching the specified filter values.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<hr />\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>DataType</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>offset</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to skip from total result set. Used for determining next and previous page.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to be returned in request body. Controls page size. Default is 50. Max is 10000.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>false</td>\n<td>String</td>\n<td>A comma separated list of fields to include. If this parameter is supplied, only the supplied fields will have populated values. All other fields will be NULL or default.</td>\n<td>Field1, Field2, Field3</td>\n</tr>\n<tr>\n<td>where[LastModifiedDateTime]</td>\n<td>true</td>\n<td>DateTime</td>\n<td>DateTime filter in UTC returning data modified since the value provided.</td>\n<td>gt:01/01/2024 15:40</td>\n</tr>\n<tr>\n<td>where[srcCcaCustomerID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The srcCcaCustomerID of the customer contact.</td>\n<td>2761112</td>\n</tr>\n<tr>\n<td>where[MemberNumber]</td>\n<td>false</td>\n<td>String</td>\n<td>The member number of the customer contact.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[LocationNumber]</td>\n<td>false</td>\n<td>String</td>\n<td>The location number of the customer contact.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[CcaDivision]</td>\n<td>false</td>\n<td>String</td>\n<td>The division of the customer contact.</td>\n<td>PROSRC</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"d2182ce5-90e1-4f9d-8446-05521b3bf132","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}}],"id":"7cfd1ecf-b5ce-4c2f-a38f-9859d14ec7e6","description":"<p>Access customer contact information for any divisions associated with the requesting client.</p>\n","_postman_id":"7cfd1ecf-b5ce-4c2f-a38f-9859d14ec7e6","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"Opportunity","item":[{"name":"filter","item":[{"name":"/Opportunity/filter","id":"03df0c5c-9724-4d22-bee0-94be8d4a2260","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Opportunity/filter","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Opportunity","filter"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[]}},"response":[{"id":"fe49d8f0-61a7-4862-94cc-d6bbbd33d582","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Opportunity/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[OpportunityId]=string&where[Customer]=string&where[Member]=string&where[Location]=string&where[Store]=string&where[Salesperson]=string&where[TotalValue]=string&where[Stage]=string&where[AnyCheckouts]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Opportunity","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[OpportunityId]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Customer]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Member]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Location]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Store]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Salesperson]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[TotalValue]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Stage]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[AnyCheckouts]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"opportunityId\": \"string\",\n      \"lmsId\": \"string\",\n      \"title\": \"string\",\n      \"customer\": \"string\",\n      \"member\": \"string\",\n      \"location\": \"string\",\n      \"store\": 4241,\n      \"salesperson\": \"string\",\n      \"totalValue\": 9149.517517072336,\n      \"stage\": \"string\",\n      \"quoteApproval\": \"string\",\n      \"anyCheckouts\": true,\n      \"persistentCustomerID\": 2408,\n      \"masterLocationID\": 2016,\n      \"apiUpdatedDateTime\": \"1987-10-22T08:03:14.498Z\",\n      \"dateCreated\": \"1983-11-22T03:27:47.767Z\",\n      \"lastModified\": \"1990-01-14T09:10:34.637Z\",\n      \"quotes\": [\n        {\n          \"quoteID\": \"string\"\n        },\n        {\n          \"quoteID\": \"string\"\n        }\n      ],\n      \"orders\": [\n        {\n          \"orderID\": \"string\"\n        },\n        {\n          \"orderID\": \"string\"\n        }\n      ]\n    },\n    {\n      \"opportunityId\": \"string\",\n      \"lmsId\": \"string\",\n      \"title\": \"string\",\n      \"customer\": \"string\",\n      \"member\": \"string\",\n      \"location\": \"string\",\n      \"store\": 6703,\n      \"salesperson\": \"string\",\n      \"totalValue\": 8613.010669880396,\n      \"stage\": \"string\",\n      \"quoteApproval\": \"string\",\n      \"anyCheckouts\": false,\n      \"persistentCustomerID\": 5744,\n      \"masterLocationID\": 6787,\n      \"apiUpdatedDateTime\": \"1958-01-04T06:55:29.688Z\",\n      \"dateCreated\": \"2023-06-12T11:36:27.374Z\",\n      \"lastModified\": \"2012-11-21T02:32:33.039Z\",\n      \"quotes\": [\n        {\n          \"quoteID\": \"string\"\n        },\n        {\n          \"quoteID\": \"string\"\n        }\n      ],\n      \"orders\": [\n        {\n          \"orderID\": \"string\"\n        },\n        {\n          \"orderID\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"next\": {\n      \"hasValue\": true,\n      \"value\": {\n        \"offset\": 6479\n      }\n    },\n    \"prev\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 2895\n      }\n    },\n    \"currentCount\": 3134,\n    \"totalCount\": 6266,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"links\": {\n    \"next\": \"string\",\n    \"self\": \"string\",\n    \"prev\": \"string\"\n  }\n}"},{"id":"758fb707-5e85-4d20-b694-d164c39bc048","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Opportunity/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[OpportunityId]=string&where[Customer]=string&where[Member]=string&where[Location]=string&where[Store]=string&where[Salesperson]=string&where[TotalValue]=string&where[Stage]=string&where[AnyCheckouts]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Opportunity","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[OpportunityId]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Customer]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Member]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Location]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Store]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Salesperson]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[TotalValue]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[Stage]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[AnyCheckouts]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"03df0c5c-9724-4d22-bee0-94be8d4a2260"}],"id":"5ba4a036-6102-464c-9a8d-4a0a1a4d4ecf","description":"<p>Retrieves opportunities matching the specified filter values.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<hr />\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>DataType</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>offset</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to skip from total result set. Used for determining next and previous page.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to be returned in request body. Controls page size. Default is 50. Max is 10000.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>false</td>\n<td>String</td>\n<td>A comma separated list of fields to include. If this parameter is supplied, only the supplied fields will have populated values. All other fields will be NULL or default.</td>\n<td>Field1, Field2, Field3</td>\n</tr>\n<tr>\n<td>where[LastModifiedDateTime]</td>\n<td>true</td>\n<td>DateTime</td>\n<td>DateTime filter in UTC returning data modified since the value provided.</td>\n<td>gt:01/01/2024 15:40</td>\n</tr>\n<tr>\n<td>where[Member]</td>\n<td>false</td>\n<td>String</td>\n<td>The member number of the opportunity.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[Location]</td>\n<td>false</td>\n<td>String</td>\n<td>The location number of the opportunity.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[Customer]</td>\n<td>false</td>\n<td>Int</td>\n<td>The srcCcaCustomerID of the opportunity.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>where[OpportunityId]</td>\n<td>false</td>\n<td>String</td>\n<td>The OpportunityId of the opportunity.</td>\n<td>01ZZG8NGNZ</td>\n</tr>\n<tr>\n<td>where[Store]</td>\n<td>false</td>\n<td>Int</td>\n<td>The store of the opportunity.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>where[Salesperson]</td>\n<td>false</td>\n<td>String</td>\n<td>The email of the salesperson tied to the opportunity.</td>\n<td><a href=\"https://mailto:jdoe@somestore.com\">jdoe@somestore.com</a></td>\n</tr>\n<tr>\n<td>where[TotalValue]</td>\n<td>false</td>\n<td>Decimal</td>\n<td>The total value of the opportunity.</td>\n<td>0.00</td>\n</tr>\n<tr>\n<td>where[Stage]</td>\n<td>false</td>\n<td>String</td>\n<td>The stage of the opportunity.</td>\n<td>Won</td>\n</tr>\n<tr>\n<td>where[AnyCheckouts]</td>\n<td>false</td>\n<td>Bit</td>\n<td>A bit field indicating whether any checkouts have taken place on the opportunity.</td>\n<td>0</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"5ba4a036-6102-464c-9a8d-4a0a1a4d4ecf","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}}],"id":"2ae1b89a-fcf2-4522-8bb1-fb92505a70f7","_postman_id":"2ae1b89a-fcf2-4522-8bb1-fb92505a70f7","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"Order","item":[{"name":"filter","item":[{"name":"/Order/filter","id":"3a7527a5-749f-4fe0-b2d8-aa04269cf6d9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Order/filter","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Order","filter"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[]}},"response":[{"id":"10ddddab-2715-4037-97ea-39909ccf859b","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Order/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[InvNum]=string&where[InvDate]=string&where[CustName]=string&where[LongPONum]=string&where[CcaDivision]=string&where[SalesPersonCcaPersonID]=string&where[srcCcaCustomerID]=string&where[MemberNumber]=string&where[LocationNumber]=string&where[PersistentCustomerID]=string&order=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Order","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[InvNum]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[InvDate]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CustName]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LongPONum]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CcaDivision]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[SalesPersonCcaPersonID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[srcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[MemberNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LocationNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[PersistentCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"order","value":"string","description":"A field to sort the response query by. Prefix with a dash to sort descending."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"seqNum\": 6349,\n      \"ccaDateLastUpdated\": \"2000-03-09T12:26:49.337Z\",\n      \"writtenDelivered\": \"string\",\n      \"invNum\": \"string\",\n      \"invDate\": \"string\",\n      \"deliveredDate\": \"string\",\n      \"promDate\": \"string\",\n      \"dueDate\": \"string\",\n      \"datePaid\": \"string\",\n      \"dateEntered\": \"string\",\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"custCity\": \"string\",\n      \"custState\": \"string\",\n      \"custPostalCode\": \"string\",\n      \"custCounty\": \"string\",\n      \"custPONum\": \"string\",\n      \"telephone1\": \"string\",\n      \"jobName\": \"string\",\n      \"jobAddress1\": \"string\",\n      \"jobAddress2\": \"string\",\n      \"jobCity\": \"string\",\n      \"jobState\": \"string\",\n      \"jobPostalCode\": \"string\",\n      \"jobCounty\": \"string\",\n      \"telephone2\": \"string\",\n      \"jobNumber\": \"string\",\n      \"jobType\": 108,\n      \"matOnly\": 6478.852398856643,\n      \"labor\": 3393.667595570371,\n      \"miscCharge\": 9749.473422830264,\n      \"ccTax\": 3968.3731936203712,\n      \"miscTax\": 4816.54664395787,\n      \"invTotal\": 7339.403548388501,\n      \"grandInvTotal\": 5525.194861803073,\n      \"discRate\": 2298.770388501601,\n      \"discAmt\": 1631.5529454317623,\n      \"totalFCCharge\": 1329.2305373692636,\n      \"fcCurrent\": 9851.478060579797,\n      \"totalPay\": 4240.654230937775,\n      \"balance\": 9761.788436284049,\n      \"controlNum\": \"string\",\n      \"origInvType\": \"string\",\n      \"prevHead\": 2704,\n      \"nextHead\": 781,\n      \"inclCM\": 5125,\n      \"inclAddOn\": 8753,\n      \"terms\": \"string\",\n      \"taxStatus\": \"string\",\n      \"partialBill\": 8195,\n      \"origPartialBillDate\": \"string\",\n      \"partialBillDate\": \"string\",\n      \"partialBillSeqNum\": 1140,\n      \"perRetainage\": 9242.232209744048,\n      \"retainageTerms\": 5453,\n      \"retainageBilled\": 7014,\n      \"invPrtDate\": \"string\",\n      \"timesInvPrinted\": 8615,\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"hold\": 4546,\n      \"measureDate\": \"string\",\n      \"longPONum\": \"string\",\n      \"timeID\": 4716,\n      \"occupied\": 7943,\n      \"signatureLast\": \"string\",\n      \"map\": \"string\",\n      \"zone\": \"string\",\n      \"salesRepLocked\": 9904,\n      \"phase\": \"string\",\n      \"tract\": \"string\",\n      \"block\": \"string\",\n      \"lot\": \"string\",\n      \"email\": \"string\",\n      \"adSource\": 661,\n      \"taxStatusLocked\": 2854,\n      \"orderType\": 4702,\n      \"serviceType\": 4127,\n      \"contractType\": 7121,\n      \"storeCode\": 704,\n      \"storeName\": \"string\",\n      \"errm\": 6968,\n      \"closed\": \"string\",\n      \"ageFrom\": \"string\",\n      \"completed\": \"string\",\n      \"dispMatOnly\": \"string\",\n      \"dispLabor\": 8654.595459408598,\n      \"dispMiscCharge\": 1094.4969071849807,\n      \"overHeadMarginPercent\": 2450.515832106348,\n      \"overHeadMarginBase\": \"string\",\n      \"orderTypeDesc\": \"string\",\n      \"jobTypeFullName\": \"string\",\n      \"adSourceDesc\": \"string\",\n      \"serviceTypeDesc\": \"string\",\n      \"referringMemberSeqNum\": 7614,\n      \"referralAmt\": 3981.547787196513,\n      \"srcModifiedDateTime\": \"1980-02-19T23:48:54.008Z\",\n      \"lmsPersonID\": \"string\",\n      \"origQuoteNum\": \"string\",\n      \"caRecycleFee\": 4494.569292740755,\n      \"sqYdCarpet\": 4382.2015279659545,\n      \"isDeleted\": true,\n      \"deletedDate\": \"2012-02-26T09:10:54.784Z\",\n      \"custSeqNum\": 4738,\n      \"calculatedInvDate\": \"1965-05-29T06:09:35.815Z\",\n      \"customNote\": \"string\",\n      \"contractTypeDesc\": \"string\",\n      \"apiUpdatedDateTime\": \"1966-11-21T13:43:14.805Z\",\n      \"memberID\": 4321,\n      \"ccaDivision\": \"string\",\n      \"locationID\": 6866,\n      \"salesPersonCcaPersonID\": 1553,\n      \"srcCcaCustomerID\": 2454,\n      \"referralCustomerID\": 9708,\n      \"memberNumber\": \"string\",\n      \"locationNumber\": \"string\",\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"custType\": \"string\",\n      \"referralCustName\": \"string\",\n      \"referralCustType\": \"string\",\n      \"lastUpdatedByCcaPersonID\": 3646,\n      \"lastUpdatedByPersonFirstName\": \"string\",\n      \"lastUpdatedByPersonLastName\": \"string\",\n      \"lastUpdatedByPersonEmail\": \"string\",\n      \"persistentCustomerID\": 6987,\n      \"referralPersistentCustomerID\": 5062,\n      \"masterLocationID\": 4427,\n      \"estNum\": \"string\",\n      \"subNum\": 5614,\n      \"internalNote\": \"string\",\n      \"orderLines\": [\n        {\n          \"seqNum\": 1514,\n          \"ccaDateLastUpdated\": \"1981-03-04T05:15:33.530Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 8307,\n          \"qty\": 9732.993336320085,\n          \"netCost\": 4738.824968256133,\n          \"grsCost\": 7676.145660861422,\n          \"freight\": 8377.03080684591,\n          \"price\": 7590.917088789742,\n          \"lineTot\": 896.211093665038,\n          \"width\": 445.41896981144635,\n          \"profPerc\": 6714.8509920111765,\n          \"commissionPerc\": 7320.26508065732,\n          \"pbSeqNum\": 6144,\n          \"itemSeqNum\": 476,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 3209,\n          \"change\": 8026.233186301113,\n          \"installDate\": \"string\",\n          \"load\": 7577.436511753653,\n          \"poCost\": 9130.949419654355,\n          \"gst\": 8450.874585272099,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 1758,\n          \"overhead\": 3531.59317433088,\n          \"storeCode\": 1144,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1954-10-31T04:36:31.008Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 9033,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"2007-03-06T00:47:50.248Z\",\n          \"inventoryStoreCode\": 7236,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"1959-02-14T11:35:59.568Z\",\n          \"internalNote\": \"string\"\n        },\n        {\n          \"seqNum\": 9309,\n          \"ccaDateLastUpdated\": \"2024-04-14T22:25:35.205Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 8678,\n          \"qty\": 1333.1773565064764,\n          \"netCost\": 867.1424654772642,\n          \"grsCost\": 3980.445219658957,\n          \"freight\": 4751.62384327275,\n          \"price\": 1218.9282875818997,\n          \"lineTot\": 3117.888113499181,\n          \"width\": 529.9985099571059,\n          \"profPerc\": 6813.4239742716045,\n          \"commissionPerc\": 968.5643564555546,\n          \"pbSeqNum\": 7234,\n          \"itemSeqNum\": 4909,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 5659,\n          \"change\": 8243.752015346196,\n          \"installDate\": \"string\",\n          \"load\": 1530.794567377536,\n          \"poCost\": 3193.4885889842703,\n          \"gst\": 1443.5140041505545,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 3314,\n          \"overhead\": 7963.1895498180065,\n          \"storeCode\": 7148,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1958-06-01T00:01:55.879Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 5087,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"2024-05-14T21:40:32.795Z\",\n          \"inventoryStoreCode\": 2136,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"1967-06-25T10:20:35.543Z\",\n          \"internalNote\": \"string\"\n        }\n      ]\n    },\n    {\n      \"seqNum\": 7798,\n      \"ccaDateLastUpdated\": \"1979-07-24T17:28:35.695Z\",\n      \"writtenDelivered\": \"string\",\n      \"invNum\": \"string\",\n      \"invDate\": \"string\",\n      \"deliveredDate\": \"string\",\n      \"promDate\": \"string\",\n      \"dueDate\": \"string\",\n      \"datePaid\": \"string\",\n      \"dateEntered\": \"string\",\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"custCity\": \"string\",\n      \"custState\": \"string\",\n      \"custPostalCode\": \"string\",\n      \"custCounty\": \"string\",\n      \"custPONum\": \"string\",\n      \"telephone1\": \"string\",\n      \"jobName\": \"string\",\n      \"jobAddress1\": \"string\",\n      \"jobAddress2\": \"string\",\n      \"jobCity\": \"string\",\n      \"jobState\": \"string\",\n      \"jobPostalCode\": \"string\",\n      \"jobCounty\": \"string\",\n      \"telephone2\": \"string\",\n      \"jobNumber\": \"string\",\n      \"jobType\": 4125,\n      \"matOnly\": 1375.8755901947884,\n      \"labor\": 2519.406061638796,\n      \"miscCharge\": 3178.3370844475203,\n      \"ccTax\": 7866.782361814657,\n      \"miscTax\": 2086.219416317039,\n      \"invTotal\": 9358.968997707387,\n      \"grandInvTotal\": 8552.114462299262,\n      \"discRate\": 1710.4016422818936,\n      \"discAmt\": 3262.7915005623054,\n      \"totalFCCharge\": 2720.1695893823176,\n      \"fcCurrent\": 8915.352176754326,\n      \"totalPay\": 372.8219947904598,\n      \"balance\": 9634.480258644086,\n      \"controlNum\": \"string\",\n      \"origInvType\": \"string\",\n      \"prevHead\": 1135,\n      \"nextHead\": 7664,\n      \"inclCM\": 4937,\n      \"inclAddOn\": 767,\n      \"terms\": \"string\",\n      \"taxStatus\": \"string\",\n      \"partialBill\": 3331,\n      \"origPartialBillDate\": \"string\",\n      \"partialBillDate\": \"string\",\n      \"partialBillSeqNum\": 2673,\n      \"perRetainage\": 6079.347948274414,\n      \"retainageTerms\": 3698,\n      \"retainageBilled\": 9865,\n      \"invPrtDate\": \"string\",\n      \"timesInvPrinted\": 7493,\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"hold\": 1500,\n      \"measureDate\": \"string\",\n      \"longPONum\": \"string\",\n      \"timeID\": 1799,\n      \"occupied\": 1726,\n      \"signatureLast\": \"string\",\n      \"map\": \"string\",\n      \"zone\": \"string\",\n      \"salesRepLocked\": 3312,\n      \"phase\": \"string\",\n      \"tract\": \"string\",\n      \"block\": \"string\",\n      \"lot\": \"string\",\n      \"email\": \"string\",\n      \"adSource\": 2520,\n      \"taxStatusLocked\": 1316,\n      \"orderType\": 4769,\n      \"serviceType\": 2153,\n      \"contractType\": 5892,\n      \"storeCode\": 3116,\n      \"storeName\": \"string\",\n      \"errm\": 3549,\n      \"closed\": \"string\",\n      \"ageFrom\": \"string\",\n      \"completed\": \"string\",\n      \"dispMatOnly\": \"string\",\n      \"dispLabor\": 8616.214388939854,\n      \"dispMiscCharge\": 5366.9144811255,\n      \"overHeadMarginPercent\": 3909.404055232988,\n      \"overHeadMarginBase\": \"string\",\n      \"orderTypeDesc\": \"string\",\n      \"jobTypeFullName\": \"string\",\n      \"adSourceDesc\": \"string\",\n      \"serviceTypeDesc\": \"string\",\n      \"referringMemberSeqNum\": 2374,\n      \"referralAmt\": 264.32076248364746,\n      \"srcModifiedDateTime\": \"1959-03-04T11:23:26.449Z\",\n      \"lmsPersonID\": \"string\",\n      \"origQuoteNum\": \"string\",\n      \"caRecycleFee\": 8790.94909231836,\n      \"sqYdCarpet\": 1326.3116329372938,\n      \"isDeleted\": false,\n      \"deletedDate\": \"1960-10-31T05:26:25.590Z\",\n      \"custSeqNum\": 6600,\n      \"calculatedInvDate\": \"1966-07-15T04:37:17.804Z\",\n      \"customNote\": \"string\",\n      \"contractTypeDesc\": \"string\",\n      \"apiUpdatedDateTime\": \"1947-04-02T04:32:04.446Z\",\n      \"memberID\": 118,\n      \"ccaDivision\": \"string\",\n      \"locationID\": 2727,\n      \"salesPersonCcaPersonID\": 2201,\n      \"srcCcaCustomerID\": 6082,\n      \"referralCustomerID\": 9497,\n      \"memberNumber\": \"string\",\n      \"locationNumber\": \"string\",\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"custType\": \"string\",\n      \"referralCustName\": \"string\",\n      \"referralCustType\": \"string\",\n      \"lastUpdatedByCcaPersonID\": 1358,\n      \"lastUpdatedByPersonFirstName\": \"string\",\n      \"lastUpdatedByPersonLastName\": \"string\",\n      \"lastUpdatedByPersonEmail\": \"string\",\n      \"persistentCustomerID\": 7894,\n      \"referralPersistentCustomerID\": 5272,\n      \"masterLocationID\": 8434,\n      \"estNum\": \"string\",\n      \"subNum\": 7636,\n      \"internalNote\": \"string\",\n      \"orderLines\": [\n        {\n          \"seqNum\": 3049,\n          \"ccaDateLastUpdated\": \"2006-07-09T00:45:42.984Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 4419,\n          \"qty\": 3597.952522862449,\n          \"netCost\": 163.59457143074962,\n          \"grsCost\": 2939.250591875897,\n          \"freight\": 7247.167219682913,\n          \"price\": 8447.371432685695,\n          \"lineTot\": 4658.743225667441,\n          \"width\": 2437.7727862913744,\n          \"profPerc\": 8471.534099177434,\n          \"commissionPerc\": 9289.357278715897,\n          \"pbSeqNum\": 8821,\n          \"itemSeqNum\": 703,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 7172,\n          \"change\": 5696.310890927137,\n          \"installDate\": \"string\",\n          \"load\": 7753.943084090962,\n          \"poCost\": 1470.769423231728,\n          \"gst\": 3026.0680357286374,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 4767,\n          \"overhead\": 3510.0283506023543,\n          \"storeCode\": 8954,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1973-01-13T02:56:23.410Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 3788,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1990-02-02T15:14:55.467Z\",\n          \"inventoryStoreCode\": 9113,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"1989-10-07T11:17:42.776Z\",\n          \"internalNote\": \"string\"\n        },\n        {\n          \"seqNum\": 9525,\n          \"ccaDateLastUpdated\": \"1999-05-12T19:58:09.163Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 558,\n          \"qty\": 1664.1504606591618,\n          \"netCost\": 3838.277355761992,\n          \"grsCost\": 4775.5237261080865,\n          \"freight\": 6449.393824363709,\n          \"price\": 7397.072297651895,\n          \"lineTot\": 367.17257787556304,\n          \"width\": 1644.3565053645682,\n          \"profPerc\": 3792.254373813713,\n          \"commissionPerc\": 2460.2922828785177,\n          \"pbSeqNum\": 7827,\n          \"itemSeqNum\": 5482,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 5370,\n          \"change\": 893.1626655250002,\n          \"installDate\": \"string\",\n          \"load\": 3940.7482021711717,\n          \"poCost\": 3153.8192284174493,\n          \"gst\": 867.2270543603533,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 2060,\n          \"overhead\": 6770.073163345854,\n          \"storeCode\": 7925,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1993-12-30T03:45:24.622Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 1075,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": false,\n          \"deletedDate\": \"1965-07-13T09:17:33.960Z\",\n          \"inventoryStoreCode\": 7388,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"1996-08-14T15:45:01.507Z\",\n          \"internalNote\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"next\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 5807\n      }\n    },\n    \"prev\": {\n      \"hasValue\": true,\n      \"value\": {\n        \"offset\": 2087\n      }\n    },\n    \"currentCount\": 1617,\n    \"totalCount\": 2091,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"links\": {\n    \"next\": \"string\",\n    \"self\": \"string\",\n    \"prev\": \"string\"\n  }\n}"},{"id":"00890737-9df6-4961-9495-707aabc2ce23","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Order/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[InvNum]=string&where[InvDate]=string&where[CustName]=string&where[LongPONum]=string&where[CcaDivision]=string&where[SalesPersonCcaPersonID]=string&where[srcCcaCustomerID]=string&where[MemberNumber]=string&where[LocationNumber]=string&where[PersistentCustomerID]=string&order=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Order","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[InvNum]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[InvDate]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CustName]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LongPONum]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CcaDivision]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[SalesPersonCcaPersonID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[srcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[MemberNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LocationNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[PersistentCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"order","value":"string","description":"A field to sort the response query by. Prefix with a dash to sort descending."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"3a7527a5-749f-4fe0-b2d8-aa04269cf6d9"},{"name":"/Order/filter","id":"f9532dff-705c-414a-8524-0cf77c8aeeca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"fields\": [\n    \"string\",\n    \"string\"\n  ],\n  \"filters\": [\n    {\n      \"name\": \"string\",\n      \"operator\": \"GreaterThan\",\n      \"value\": {}\n    },\n    {\n      \"name\": \"string\",\n      \"operator\": \"Like\",\n      \"value\": {}\n    }\n  ],\n  \"order\": [\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    },\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    }\n  ],\n  \"offset\": 0,\n  \"limit\": 50\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Order/filter","description":"<p>Retrieves a list of ProSource orders matching the specified filters supplied in the request body.</p>\n<h3 id=\"functionality-only-available-for-prosource-divisions\">*Functionality only available for ProSource divisions!</h3>\n<h2 id=\"field-values\">Field values</h2>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FieldName</strong></th>\n<th><strong>DataType</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LastModifiedDateTime</td>\n<td>DateTime</td>\n<td>DateTime filter returning data modified since the value provided.</td>\n<td>gt:01/01/2024 15:40</td>\n</tr>\n<tr>\n<td>SalesPersonCcaPersonID</td>\n<td>Int</td>\n<td>The CCAPersonID of the salesperson associated with the order.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>srcCcaCustomerID</td>\n<td>Int</td>\n<td>The srcCcaCustomerID of the order.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>MemberNumber</td>\n<td>String</td>\n<td>The member number of the order.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>LocationNumber</td>\n<td>String</td>\n<td>The location number of the order.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>CcaDivision</td>\n<td>String</td>\n<td>The division of the order.</td>\n<td>PROSRC</td>\n</tr>\n<tr>\n<td>InvNum</td>\n<td>String</td>\n<td>The invoice number of the order.</td>\n<td>CV012345</td>\n</tr>\n<tr>\n<td>InvDate</td>\n<td>String</td>\n<td>The invoice date of the order.</td>\n<td>20170103</td>\n</tr>\n<tr>\n<td>CustName</td>\n<td>String</td>\n<td>The name of the customer who placed the order.</td>\n<td>Doe, Jane</td>\n</tr>\n<tr>\n<td>LongPONum</td>\n<td>String</td>\n<td>The long po num of the order.</td>\n<td>BASE TRIM</td>\n</tr>\n<tr>\n<td>PersistentCustomerID</td>\n<td>Int</td>\n<td>The persistent customer id of the customer who placed the order.</td>\n<td>12345</td>\n</tr>\n<tr>\n<td>OrderStatusName</td>\n<td>String</td>\n<td>The status of the order.</td>\n<td>Complete</td>\n</tr>\n<tr>\n<td>OrderStatusID</td>\n<td>Int</td>\n<td>The ID of the order status.</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Order","filter"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[]}},"response":[{"id":"a2f4dc97-3c26-437a-820b-2843eb534b95","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"body":{"mode":"raw","raw":"{\n  \"fields\": [\n    \"string\",\n    \"string\"\n  ],\n  \"filters\": [\n    {\n      \"name\": \"string\",\n      \"operator\": \"GreaterThan\",\n      \"value\": {}\n    },\n    {\n      \"name\": \"string\",\n      \"operator\": \"Like\",\n      \"value\": {}\n    }\n  ],\n  \"order\": [\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    },\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    }\n  ],\n  \"offset\": 6356,\n  \"limit\": 411\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Order/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"division\": \"string\",\n      \"currentOrderStatusID\": 8653,\n      \"currentOrderStatusJournalID\": 238,\n      \"isOnlinePaymentPending\": false,\n      \"orderStatusID\": 9785,\n      \"orderStatusName\": \"string\",\n      \"downPaymentPercentage\": 1016.7567378656228,\n      \"statusEffectiveDateTime\": \"1980-09-12T08:26:36.003Z\",\n      \"statusAlertExpirationDateTime\": \"1968-12-26T03:26:36.884Z\",\n      \"isPaymentOptionAvailable\": false,\n      \"minimumPaymentAmount\": 8502.167797016902,\n      \"accountManagerFirstName\": \"string\",\n      \"accountManagerLastName\": \"string\",\n      \"accountManagerEmail\": \"string\",\n      \"accountManagerTitle\": \"string\",\n      \"webLink\": \"string\",\n      \"numberOfApproval\": 6112,\n      \"psOrderLines\": [\n        {\n          \"srcCcaOrderLineID\": 3232,\n          \"lineDisplayStatus\": \"string\",\n          \"lineStatusEffectiveDateTime\": \"1986-07-22T11:43:48.305Z\",\n          \"lineStatusAlertExpirationDateTime\": \"1947-06-09T17:57:54.456Z\",\n          \"estimatedArrivalDate\": \"2017-02-21T05:46:59.623Z\",\n          \"seqNum\": 969,\n          \"ccaDateLastUpdated\": \"2009-06-28T21:32:44.814Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 6667,\n          \"qty\": 56.14463819523241,\n          \"netCost\": 3064.470253440501,\n          \"grsCost\": 6746.96340993751,\n          \"freight\": 1047.6888969323306,\n          \"price\": 5809.839093016529,\n          \"lineTot\": 3399.748508476126,\n          \"width\": 6940.88707556793,\n          \"profPerc\": 4828.08875002368,\n          \"commissionPerc\": 9458.414492979422,\n          \"pbSeqNum\": 374,\n          \"itemSeqNum\": 484,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 9066,\n          \"change\": 5045.653083214527,\n          \"installDate\": \"string\",\n          \"load\": 8445.530768657638,\n          \"poCost\": 5433.236031000563,\n          \"gst\": 5649.75416567574,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 1420,\n          \"overhead\": 8538.52527779059,\n          \"storeCode\": 1000,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1986-01-27T16:42:03.936Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 6689,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": false,\n          \"deletedDate\": \"2004-04-25T12:22:43.383Z\",\n          \"inventoryStoreCode\": 6607,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"1963-07-15T16:29:58.235Z\",\n          \"internalNote\": \"string\"\n        },\n        {\n          \"srcCcaOrderLineID\": 9915,\n          \"lineDisplayStatus\": \"string\",\n          \"lineStatusEffectiveDateTime\": \"2016-07-19T02:33:53.384Z\",\n          \"lineStatusAlertExpirationDateTime\": \"2002-04-13T17:59:28.579Z\",\n          \"estimatedArrivalDate\": \"1984-01-20T14:54:39.743Z\",\n          \"seqNum\": 6726,\n          \"ccaDateLastUpdated\": \"1962-06-08T15:23:50.150Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 3451,\n          \"qty\": 7668.149008445775,\n          \"netCost\": 9739.709428165132,\n          \"grsCost\": 9280.01152507331,\n          \"freight\": 4020.5331865098624,\n          \"price\": 796.1653075000053,\n          \"lineTot\": 1115.309888965168,\n          \"width\": 268.7411342387858,\n          \"profPerc\": 4292.616494006032,\n          \"commissionPerc\": 858.9296991576246,\n          \"pbSeqNum\": 5215,\n          \"itemSeqNum\": 2664,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 574,\n          \"change\": 5293.739707369138,\n          \"installDate\": \"string\",\n          \"load\": 3851.686620853496,\n          \"poCost\": 5333.460195495097,\n          \"gst\": 4738.415067598987,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 9566,\n          \"overhead\": 8382.26573767921,\n          \"storeCode\": 5174,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"2010-07-25T15:52:16.599Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 1943,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"2004-12-20T14:07:34.617Z\",\n          \"inventoryStoreCode\": 6371,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"1948-08-07T17:36:09.967Z\",\n          \"internalNote\": \"string\"\n        }\n      ],\n      \"seqNum\": 1309,\n      \"ccaDateLastUpdated\": \"1951-01-26T18:51:34.159Z\",\n      \"writtenDelivered\": \"string\",\n      \"invNum\": \"string\",\n      \"invDate\": \"string\",\n      \"deliveredDate\": \"string\",\n      \"promDate\": \"string\",\n      \"dueDate\": \"string\",\n      \"datePaid\": \"string\",\n      \"dateEntered\": \"string\",\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"custCity\": \"string\",\n      \"custState\": \"string\",\n      \"custPostalCode\": \"string\",\n      \"custCounty\": \"string\",\n      \"custPONum\": \"string\",\n      \"telephone1\": \"string\",\n      \"jobName\": \"string\",\n      \"jobAddress1\": \"string\",\n      \"jobAddress2\": \"string\",\n      \"jobCity\": \"string\",\n      \"jobState\": \"string\",\n      \"jobPostalCode\": \"string\",\n      \"jobCounty\": \"string\",\n      \"telephone2\": \"string\",\n      \"jobNumber\": \"string\",\n      \"jobType\": 3416,\n      \"matOnly\": 5837.608093976408,\n      \"labor\": 4785.6557964393005,\n      \"miscCharge\": 2276.1095261029095,\n      \"ccTax\": 5667.426294371409,\n      \"miscTax\": 3849.592004858149,\n      \"invTotal\": 8596.43536661532,\n      \"grandInvTotal\": 935.7348796022192,\n      \"discRate\": 3564.8596129590883,\n      \"discAmt\": 1157.4330100632778,\n      \"totalFCCharge\": 4139.8497360902,\n      \"fcCurrent\": 3690.9570367498245,\n      \"totalPay\": 8128.001049382529,\n      \"balance\": 7903.799999617669,\n      \"controlNum\": \"string\",\n      \"origInvType\": \"string\",\n      \"prevHead\": 2220,\n      \"nextHead\": 2527,\n      \"inclCM\": 2447,\n      \"inclAddOn\": 4360,\n      \"terms\": \"string\",\n      \"taxStatus\": \"string\",\n      \"partialBill\": 278,\n      \"origPartialBillDate\": \"string\",\n      \"partialBillDate\": \"string\",\n      \"partialBillSeqNum\": 5862,\n      \"perRetainage\": 1617.4083012456442,\n      \"retainageTerms\": 9698,\n      \"retainageBilled\": 4776,\n      \"invPrtDate\": \"string\",\n      \"timesInvPrinted\": 8392,\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"hold\": 8757,\n      \"measureDate\": \"string\",\n      \"longPONum\": \"string\",\n      \"timeID\": 6367,\n      \"occupied\": 4427,\n      \"signatureLast\": \"string\",\n      \"map\": \"string\",\n      \"zone\": \"string\",\n      \"salesRepLocked\": 9781,\n      \"phase\": \"string\",\n      \"tract\": \"string\",\n      \"block\": \"string\",\n      \"lot\": \"string\",\n      \"email\": \"string\",\n      \"adSource\": 6355,\n      \"taxStatusLocked\": 2938,\n      \"orderType\": 9278,\n      \"serviceType\": 4061,\n      \"contractType\": 8961,\n      \"storeCode\": 854,\n      \"storeName\": \"string\",\n      \"errm\": 9640,\n      \"closed\": \"string\",\n      \"ageFrom\": \"string\",\n      \"completed\": \"string\",\n      \"dispMatOnly\": \"string\",\n      \"dispLabor\": 2118.8084151237076,\n      \"dispMiscCharge\": 28.851081261442868,\n      \"overHeadMarginPercent\": 2625.09960708637,\n      \"overHeadMarginBase\": \"string\",\n      \"orderTypeDesc\": \"string\",\n      \"jobTypeFullName\": \"string\",\n      \"adSourceDesc\": \"string\",\n      \"serviceTypeDesc\": \"string\",\n      \"referringMemberSeqNum\": 3746,\n      \"referralAmt\": 9032.06790511674,\n      \"srcModifiedDateTime\": \"1991-10-27T11:05:01.471Z\",\n      \"lmsPersonID\": \"string\",\n      \"origQuoteNum\": \"string\",\n      \"caRecycleFee\": 4022.6204661312213,\n      \"sqYdCarpet\": 4223.555233487242,\n      \"isDeleted\": true,\n      \"deletedDate\": \"1983-08-14T20:40:15.748Z\",\n      \"custSeqNum\": 3556,\n      \"calculatedInvDate\": \"1996-07-19T18:08:10.572Z\",\n      \"customNote\": \"string\",\n      \"contractTypeDesc\": \"string\",\n      \"apiUpdatedDateTime\": \"1992-06-02T06:22:38.400Z\",\n      \"memberID\": 2937,\n      \"ccaDivision\": \"string\",\n      \"locationID\": 4468,\n      \"salesPersonCcaPersonID\": 4970,\n      \"srcCcaCustomerID\": 5055,\n      \"referralCustomerID\": 2900,\n      \"memberNumber\": \"string\",\n      \"locationNumber\": \"string\",\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"custType\": \"string\",\n      \"referralCustName\": \"string\",\n      \"referralCustType\": \"string\",\n      \"lastUpdatedByCcaPersonID\": 9586,\n      \"lastUpdatedByPersonFirstName\": \"string\",\n      \"lastUpdatedByPersonLastName\": \"string\",\n      \"lastUpdatedByPersonEmail\": \"string\",\n      \"persistentCustomerID\": 8624,\n      \"referralPersistentCustomerID\": 4045,\n      \"masterLocationID\": 7377,\n      \"estNum\": \"string\",\n      \"subNum\": 7854,\n      \"internalNote\": \"string\",\n      \"orderLines\": [\n        {\n          \"seqNum\": 3249,\n          \"ccaDateLastUpdated\": \"1973-06-23T00:46:47.671Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 9501,\n          \"qty\": 8795.449189225408,\n          \"netCost\": 2810.8109718698083,\n          \"grsCost\": 9165.821041618463,\n          \"freight\": 5869.011192487301,\n          \"price\": 9810.037795345543,\n          \"lineTot\": 2960.4334810336177,\n          \"width\": 877.040078467608,\n          \"profPerc\": 9715.993499477456,\n          \"commissionPerc\": 7615.428200243137,\n          \"pbSeqNum\": 4871,\n          \"itemSeqNum\": 3280,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 4743,\n          \"change\": 690.1263168285898,\n          \"installDate\": \"string\",\n          \"load\": 8762.288579441905,\n          \"poCost\": 4837.885172668865,\n          \"gst\": 9824.601865422517,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 1217,\n          \"overhead\": 3980.883244353732,\n          \"storeCode\": 5583,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1993-07-18T08:31:23.593Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 6082,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": false,\n          \"deletedDate\": \"1966-01-11T02:18:42.433Z\",\n          \"inventoryStoreCode\": 7939,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"2003-12-05T20:08:04.830Z\",\n          \"internalNote\": \"string\"\n        },\n        {\n          \"seqNum\": 6328,\n          \"ccaDateLastUpdated\": \"2009-09-11T01:37:47.531Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 3457,\n          \"qty\": 8146.278610540787,\n          \"netCost\": 9615.893112564238,\n          \"grsCost\": 322.8350803208446,\n          \"freight\": 997.474966665246,\n          \"price\": 7387.437576254286,\n          \"lineTot\": 6309.135418306218,\n          \"width\": 4939.300296500528,\n          \"profPerc\": 4280.003515888322,\n          \"commissionPerc\": 7392.511005080906,\n          \"pbSeqNum\": 8849,\n          \"itemSeqNum\": 7383,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 3619,\n          \"change\": 9548.023859560137,\n          \"installDate\": \"string\",\n          \"load\": 8251.297462843466,\n          \"poCost\": 5076.237669811981,\n          \"gst\": 4097.058736407893,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 7151,\n          \"overhead\": 8060.696403899466,\n          \"storeCode\": 5480,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1964-03-20T12:41:08.570Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 2723,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": false,\n          \"deletedDate\": \"2009-07-03T14:42:12.130Z\",\n          \"inventoryStoreCode\": 9492,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"1962-06-26T16:31:58.899Z\",\n          \"internalNote\": \"string\"\n        }\n      ]\n    },\n    {\n      \"division\": \"string\",\n      \"currentOrderStatusID\": 8264,\n      \"currentOrderStatusJournalID\": 5118,\n      \"isOnlinePaymentPending\": true,\n      \"orderStatusID\": 4148,\n      \"orderStatusName\": \"string\",\n      \"downPaymentPercentage\": 9887.111923581642,\n      \"statusEffectiveDateTime\": \"1983-05-31T18:19:48.966Z\",\n      \"statusAlertExpirationDateTime\": \"1992-02-25T00:35:32.454Z\",\n      \"isPaymentOptionAvailable\": false,\n      \"minimumPaymentAmount\": 9581.531111214683,\n      \"accountManagerFirstName\": \"string\",\n      \"accountManagerLastName\": \"string\",\n      \"accountManagerEmail\": \"string\",\n      \"accountManagerTitle\": \"string\",\n      \"webLink\": \"string\",\n      \"numberOfApproval\": 2825,\n      \"psOrderLines\": [\n        {\n          \"srcCcaOrderLineID\": 3172,\n          \"lineDisplayStatus\": \"string\",\n          \"lineStatusEffectiveDateTime\": \"2000-05-28T10:37:01.670Z\",\n          \"lineStatusAlertExpirationDateTime\": \"1957-11-02T12:40:45.318Z\",\n          \"estimatedArrivalDate\": \"1947-07-04T02:24:18.829Z\",\n          \"seqNum\": 8742,\n          \"ccaDateLastUpdated\": \"1970-04-20T19:45:14.644Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 4601,\n          \"qty\": 5521.744711727572,\n          \"netCost\": 126.83850570970101,\n          \"grsCost\": 7559.673236524609,\n          \"freight\": 7023.077346272042,\n          \"price\": 6130.8949834288405,\n          \"lineTot\": 3797.671511180134,\n          \"width\": 4882.538105655556,\n          \"profPerc\": 131.68080846288842,\n          \"commissionPerc\": 7049.298745812734,\n          \"pbSeqNum\": 2334,\n          \"itemSeqNum\": 9942,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 7678,\n          \"change\": 3051.742443908041,\n          \"installDate\": \"string\",\n          \"load\": 4799.390744874514,\n          \"poCost\": 4155.410214390503,\n          \"gst\": 5279.4508784710815,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 3775,\n          \"overhead\": 4437.749661236321,\n          \"storeCode\": 8133,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1982-06-24T10:10:52.714Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 3311,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1970-02-24T06:16:13.684Z\",\n          \"inventoryStoreCode\": 4606,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"1962-08-30T21:03:00.579Z\",\n          \"internalNote\": \"string\"\n        },\n        {\n          \"srcCcaOrderLineID\": 1566,\n          \"lineDisplayStatus\": \"string\",\n          \"lineStatusEffectiveDateTime\": \"1995-12-07T06:10:01.237Z\",\n          \"lineStatusAlertExpirationDateTime\": \"1983-04-18T16:13:18.790Z\",\n          \"estimatedArrivalDate\": \"2000-12-28T04:08:27.409Z\",\n          \"seqNum\": 2836,\n          \"ccaDateLastUpdated\": \"1989-02-14T23:25:27.178Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 6432,\n          \"qty\": 2626.781625529073,\n          \"netCost\": 6993.64824893278,\n          \"grsCost\": 96.4478962594395,\n          \"freight\": 9738.147455498101,\n          \"price\": 9688.783385908595,\n          \"lineTot\": 7519.07027891052,\n          \"width\": 1670.4138906375877,\n          \"profPerc\": 9487.026462684624,\n          \"commissionPerc\": 6422.352243376948,\n          \"pbSeqNum\": 7772,\n          \"itemSeqNum\": 8697,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 9806,\n          \"change\": 6011.774115422526,\n          \"installDate\": \"string\",\n          \"load\": 2408.066788026857,\n          \"poCost\": 4267.736530444957,\n          \"gst\": 8265.72284958972,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 52,\n          \"overhead\": 8807.040180622529,\n          \"storeCode\": 8873,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1948-01-06T23:08:03.268Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 3963,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1946-07-10T22:59:53.331Z\",\n          \"inventoryStoreCode\": 3924,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"2000-02-03T22:57:58.827Z\",\n          \"internalNote\": \"string\"\n        }\n      ],\n      \"seqNum\": 725,\n      \"ccaDateLastUpdated\": \"1977-02-16T20:57:29.459Z\",\n      \"writtenDelivered\": \"string\",\n      \"invNum\": \"string\",\n      \"invDate\": \"string\",\n      \"deliveredDate\": \"string\",\n      \"promDate\": \"string\",\n      \"dueDate\": \"string\",\n      \"datePaid\": \"string\",\n      \"dateEntered\": \"string\",\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"custCity\": \"string\",\n      \"custState\": \"string\",\n      \"custPostalCode\": \"string\",\n      \"custCounty\": \"string\",\n      \"custPONum\": \"string\",\n      \"telephone1\": \"string\",\n      \"jobName\": \"string\",\n      \"jobAddress1\": \"string\",\n      \"jobAddress2\": \"string\",\n      \"jobCity\": \"string\",\n      \"jobState\": \"string\",\n      \"jobPostalCode\": \"string\",\n      \"jobCounty\": \"string\",\n      \"telephone2\": \"string\",\n      \"jobNumber\": \"string\",\n      \"jobType\": 2779,\n      \"matOnly\": 5033.544595820065,\n      \"labor\": 3444.199106727135,\n      \"miscCharge\": 6406.7975675490825,\n      \"ccTax\": 12.80320813193958,\n      \"miscTax\": 7360.558003932853,\n      \"invTotal\": 1142.5214045989906,\n      \"grandInvTotal\": 8232.041559736575,\n      \"discRate\": 968.7117300062242,\n      \"discAmt\": 9304.841209844632,\n      \"totalFCCharge\": 1041.3797719251993,\n      \"fcCurrent\": 8862.756710399039,\n      \"totalPay\": 5376.799678711374,\n      \"balance\": 1283.2622344832555,\n      \"controlNum\": \"string\",\n      \"origInvType\": \"string\",\n      \"prevHead\": 9494,\n      \"nextHead\": 7956,\n      \"inclCM\": 6253,\n      \"inclAddOn\": 2438,\n      \"terms\": \"string\",\n      \"taxStatus\": \"string\",\n      \"partialBill\": 2074,\n      \"origPartialBillDate\": \"string\",\n      \"partialBillDate\": \"string\",\n      \"partialBillSeqNum\": 3388,\n      \"perRetainage\": 9327.488500315538,\n      \"retainageTerms\": 7163,\n      \"retainageBilled\": 8566,\n      \"invPrtDate\": \"string\",\n      \"timesInvPrinted\": 4965,\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"hold\": 2722,\n      \"measureDate\": \"string\",\n      \"longPONum\": \"string\",\n      \"timeID\": 2072,\n      \"occupied\": 5136,\n      \"signatureLast\": \"string\",\n      \"map\": \"string\",\n      \"zone\": \"string\",\n      \"salesRepLocked\": 1818,\n      \"phase\": \"string\",\n      \"tract\": \"string\",\n      \"block\": \"string\",\n      \"lot\": \"string\",\n      \"email\": \"string\",\n      \"adSource\": 1412,\n      \"taxStatusLocked\": 6420,\n      \"orderType\": 5864,\n      \"serviceType\": 8485,\n      \"contractType\": 3964,\n      \"storeCode\": 9609,\n      \"storeName\": \"string\",\n      \"errm\": 5436,\n      \"closed\": \"string\",\n      \"ageFrom\": \"string\",\n      \"completed\": \"string\",\n      \"dispMatOnly\": \"string\",\n      \"dispLabor\": 7608.395111892383,\n      \"dispMiscCharge\": 2727.2599259647136,\n      \"overHeadMarginPercent\": 2101.077068458208,\n      \"overHeadMarginBase\": \"string\",\n      \"orderTypeDesc\": \"string\",\n      \"jobTypeFullName\": \"string\",\n      \"adSourceDesc\": \"string\",\n      \"serviceTypeDesc\": \"string\",\n      \"referringMemberSeqNum\": 2905,\n      \"referralAmt\": 5228.3404916384925,\n      \"srcModifiedDateTime\": \"1976-08-13T08:52:31.776Z\",\n      \"lmsPersonID\": \"string\",\n      \"origQuoteNum\": \"string\",\n      \"caRecycleFee\": 908.871783936167,\n      \"sqYdCarpet\": 5556.706236390627,\n      \"isDeleted\": false,\n      \"deletedDate\": \"1990-10-25T09:00:42.655Z\",\n      \"custSeqNum\": 8302,\n      \"calculatedInvDate\": \"2009-11-29T04:21:52.377Z\",\n      \"customNote\": \"string\",\n      \"contractTypeDesc\": \"string\",\n      \"apiUpdatedDateTime\": \"1997-10-28T05:32:31.297Z\",\n      \"memberID\": 2240,\n      \"ccaDivision\": \"string\",\n      \"locationID\": 7719,\n      \"salesPersonCcaPersonID\": 6769,\n      \"srcCcaCustomerID\": 9366,\n      \"referralCustomerID\": 315,\n      \"memberNumber\": \"string\",\n      \"locationNumber\": \"string\",\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"custType\": \"string\",\n      \"referralCustName\": \"string\",\n      \"referralCustType\": \"string\",\n      \"lastUpdatedByCcaPersonID\": 3054,\n      \"lastUpdatedByPersonFirstName\": \"string\",\n      \"lastUpdatedByPersonLastName\": \"string\",\n      \"lastUpdatedByPersonEmail\": \"string\",\n      \"persistentCustomerID\": 8159,\n      \"referralPersistentCustomerID\": 8231,\n      \"masterLocationID\": 8917,\n      \"estNum\": \"string\",\n      \"subNum\": 271,\n      \"internalNote\": \"string\",\n      \"orderLines\": [\n        {\n          \"seqNum\": 5932,\n          \"ccaDateLastUpdated\": \"1999-12-20T13:10:55.956Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 5720,\n          \"qty\": 9629.63727851023,\n          \"netCost\": 4939.419969734889,\n          \"grsCost\": 6542.160018640914,\n          \"freight\": 5751.891448815379,\n          \"price\": 7472.897367637015,\n          \"lineTot\": 7197.315148231572,\n          \"width\": 3622.321508288353,\n          \"profPerc\": 937.7484505340905,\n          \"commissionPerc\": 2466.668705081374,\n          \"pbSeqNum\": 6956,\n          \"itemSeqNum\": 4405,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 7052,\n          \"change\": 7908.331008228195,\n          \"installDate\": \"string\",\n          \"load\": 1137.693375617863,\n          \"poCost\": 7913.993888560664,\n          \"gst\": 9414.341307525172,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 6565,\n          \"overhead\": 1953.3754984035222,\n          \"storeCode\": 4671,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1973-10-02T05:25:26.072Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 5037,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1973-08-25T17:33:49.221Z\",\n          \"inventoryStoreCode\": 7597,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"1971-08-12T08:10:12.117Z\",\n          \"internalNote\": \"string\"\n        },\n        {\n          \"seqNum\": 3866,\n          \"ccaDateLastUpdated\": \"1990-09-29T18:06:51.279Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"invNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 752,\n          \"qty\": 2732.4908786006754,\n          \"netCost\": 7931.752387142766,\n          \"grsCost\": 6480.695627164348,\n          \"freight\": 1984.1194012936314,\n          \"price\": 6659.982130303232,\n          \"lineTot\": 2420.652902945899,\n          \"width\": 8650.31487930336,\n          \"profPerc\": 2304.8869211915735,\n          \"commissionPerc\": 8391.229651037123,\n          \"pbSeqNum\": 9700,\n          \"itemSeqNum\": 9809,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 532,\n          \"change\": 8113.487398850299,\n          \"installDate\": \"string\",\n          \"load\": 2863.3958921435433,\n          \"poCost\": 3452.9062168714454,\n          \"gst\": 7929.3056641141675,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 8142,\n          \"overhead\": 9472.269814319545,\n          \"storeCode\": 152,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1946-04-07T12:20:41.271Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"headerSeqNum\": 5125,\n          \"itemWidth\": \"string\",\n          \"itemLength\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1985-02-02T06:32:44.695Z\",\n          \"inventoryStoreCode\": 5750,\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"lineGroupDesc\": \"string\",\n          \"apiUpdatedDateTime\": \"1970-05-07T12:00:53.424Z\",\n          \"internalNote\": \"string\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"next\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 1096\n      }\n    },\n    \"prev\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 2449\n      }\n    },\n    \"currentCount\": 3506,\n    \"totalCount\": 2442,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"links\": {\n    \"next\": \"string\",\n    \"self\": \"string\",\n    \"prev\": \"string\"\n  }\n}"},{"id":"570253d7-aa54-4773-a318-99a19dff6ec1","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"body":{"mode":"raw","raw":"{\n  \"fields\": [\n    \"string\",\n    \"string\"\n  ],\n  \"filters\": [\n    {\n      \"name\": \"string\",\n      \"operator\": \"GreaterThan\",\n      \"value\": {}\n    },\n    {\n      \"name\": \"string\",\n      \"operator\": \"Like\",\n      \"value\": {}\n    }\n  ],\n  \"order\": [\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    },\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    }\n  ],\n  \"offset\": 6356,\n  \"limit\": 411\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Order/filter"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"f9532dff-705c-414a-8524-0cf77c8aeeca"}],"id":"11305140-6020-4ac8-9913-016e7a126978","description":"<p>Retrieves orders matching the specified filter values.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<hr />\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>DataType</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>offset</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to skip from total result set. Used for determining next and previous page.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to be returned in request body. Controls page size. Default is 50. Max is 10000.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>false</td>\n<td>String</td>\n<td>A comma separated list of fields to include. If this parameter is supplied, only the supplied fields will have populated values. All other fields will be NULL or default.</td>\n<td>Field1, Field2, Field3</td>\n</tr>\n<tr>\n<td>where[LastModifiedDateTime]</td>\n<td>true</td>\n<td>DateTime</td>\n<td>DateTime filter in UTC returning data modified since the value provided.</td>\n<td>gt:01/01/2024 15:40</td>\n</tr>\n<tr>\n<td>where[SalesPersonCcaPersonID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The CCAPersonID of the salesperson associated with the order.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>where[srcCcaCustomerID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The srcCcaCustomerID of the order.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>where[MemberNumber]</td>\n<td>false</td>\n<td>String</td>\n<td>The member number of the order.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[LocationNumber]</td>\n<td>false</td>\n<td>String</td>\n<td>The location number of the order.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[CcaDivision]</td>\n<td>false</td>\n<td>String</td>\n<td>The division of the order.</td>\n<td>PROSRC</td>\n</tr>\n<tr>\n<td>where[InvNum]</td>\n<td>false</td>\n<td>String</td>\n<td>The invoice number of the order.</td>\n<td>CV012345</td>\n</tr>\n<tr>\n<td>where[InvDate]</td>\n<td>false</td>\n<td>String</td>\n<td>The invoice date of the order.</td>\n<td>20170103</td>\n</tr>\n<tr>\n<td>where[CustName]</td>\n<td>false</td>\n<td>String</td>\n<td>The name of the customer who placed the order.</td>\n<td>Doe, Jane</td>\n</tr>\n<tr>\n<td>where[LongPONum]</td>\n<td>false</td>\n<td>String</td>\n<td>The long po num of the order.</td>\n<td>BASE TRIM</td>\n</tr>\n<tr>\n<td>where[PersistentCustomerID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The persistent customer id of the customer who placed the order.</td>\n<td>12345</td>\n</tr>\n<tr>\n<td>order</td>\n<td>false</td>\n<td>String</td>\n<td>A field to sort the response query by. Prefix with a dash to sort descending.</td>\n<td>Ascending example: FieldName. Descending example: -FieldName</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"11305140-6020-4ac8-9913-016e7a126978","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"OrderLookup","item":[{"name":"Order Get Order Lookup","id":"5936cdea-056d-443e-b38c-67e4744ee498","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Order/OrderLookup?persistentCustomerID=1234","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Order","OrderLookup"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[{"key":"persistentCustomerID","value":"1234"}],"variable":[]}},"response":[{"id":"7a2b68a2-cd34-4088-9f57-f60585282412","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Order/OrderLookup?persistentCustomerID=2236","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Order","OrderLookup"],"query":[{"key":"persistentCustomerID","value":"2236"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"orderStatus\": [\n    \"string\",\n    \"string\"\n  ],\n  \"orderLocation\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"4313aaf4-694c-4f92-92d4-21750cf2e435","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Order/OrderLookup?persistentCustomerID=2236","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Order","OrderLookup"],"query":[{"key":"persistentCustomerID","value":"2236"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"},{"id":"eeae1616-2094-4a4a-9745-d5d235090516","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Order/OrderLookup?persistentCustomerID=2236","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Order","OrderLookup"],"query":[{"key":"persistentCustomerID","value":"2236"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"5936cdea-056d-443e-b38c-67e4744ee498"}],"id":"97022b30-0a37-4bd9-9fab-6ed947f89613","description":"<p>Retrieves the locations and statuses of all orders for a particular PersistentCustomerID.</p>\n<h3 id=\"functionality-only-available-for-prosource-divisions\">*Functionality only available for ProSource divisions!</h3>\n","_postman_id":"97022b30-0a37-4bd9-9fab-6ed947f89613","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}}],"id":"cebd42b6-0c1f-4677-be94-7f0ce468874c","description":"<p>Access order information for any divisions associated with the requesting client.</p>\n","_postman_id":"cebd42b6-0c1f-4677-be94-7f0ce468874c","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"ProSourceCustomer","item":[{"name":"compare","item":[{"name":"Pro Source Customer Compare","id":"d184445b-c2d3-44ec-852b-5689cb3139c6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/ProSourceCustomer/compare?srcCcaCustomerID=1234&CrmID=string&Email=string","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","ProSourceCustomer","compare"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[{"key":"srcCcaCustomerID","value":"1234"},{"key":"CrmID","value":"string"},{"key":"Email","value":"string"}],"variable":[]}},"response":[{"id":"b0091d63-c827-4f8c-987c-4f750fe970fb","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/ProSourceCustomer/compare?srcCcaCustomerID=7586&CrmID=string&Email=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","ProSourceCustomer","compare"],"query":[{"key":"srcCcaCustomerID","value":"7586"},{"key":"CrmID","value":"string"},{"key":"Email","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""},{"id":"730e7abc-0ae2-48fa-8239-9b5b6662a1f8","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/ProSourceCustomer/compare?srcCcaCustomerID=7586&CrmID=string&Email=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","ProSourceCustomer","compare"],"query":[{"key":"srcCcaCustomerID","value":"7586"},{"key":"CrmID","value":"string"},{"key":"Email","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"d184445b-c2d3-44ec-852b-5689cb3139c6"}],"id":"e0847d5e-8377-4b2e-9408-1a8ed58e9aa4","_postman_id":"e0847d5e-8377-4b2e-9408-1a8ed58e9aa4","description":"","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"Pro Source Customer Filter","id":"f8545279-89f0-474a-99de-f773adb4ea96","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/ProSourceCustomer?srcCcaCustomerID=1234&CrmID=string&Email=string","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","ProSourceCustomer"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[{"key":"srcCcaCustomerID","value":"1234"},{"key":"CrmID","value":"string"},{"key":"Email","value":"string"}],"variable":[]}},"response":[{"id":"1b960e6d-b4e1-4845-ab74-4d589a56ff81","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/ProSourceCustomer?srcCcaCustomerID=7586&CrmID=string&Email=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","ProSourceCustomer"],"query":[{"key":"srcCcaCustomerID","value":"7586"},{"key":"CrmID","value":"string"},{"key":"Email","value":"string"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"[\n  {\n    \"srcCcaCustomerID\": 780,\n    \"seqNum\": 2513,\n    \"digitalPersonID\": \"string\",\n    \"crmID\": \"string\",\n    \"referringCustomerID\": 3441,\n    \"salesPersonID\": 8274,\n    \"ccaDivision\": \"string\",\n    \"member\": \"string\",\n    \"memberID\": 8683,\n    \"location\": \"string\",\n    \"locationID\": 5466,\n    \"custName\": \"string\",\n    \"custFirstName\": \"string\",\n    \"custLastName\": \"string\",\n    \"customerType\": \"Homeowner\",\n    \"customerTypeDesc\": \"string\",\n    \"status\": true,\n    \"classification\": \"string\",\n    \"custAddress1\": \"string\",\n    \"custAddress2\": \"string\",\n    \"custCity\": \"string\",\n    \"custState\": \"string\",\n    \"custPostalCode\": \"string\",\n    \"custCountry\": \"string\",\n    \"shipAddress1\": \"string\",\n    \"shipAddress2\": \"string\",\n    \"shipCity\": \"string\",\n    \"shipState\": \"string\",\n    \"shipPostalCode\": \"string\",\n    \"shipCountry\": \"string\",\n    \"phone1\": \"string\",\n    \"phone2\": \"string\",\n    \"phone3\": \"string\",\n    \"phone4\": \"string\",\n    \"phone5\": \"string\",\n    \"email\": \"string\",\n    \"allowMail\": false,\n    \"businessName\": \"string\",\n    \"businessType\": \"string\",\n    \"dateEntered\": \"string\",\n    \"dateEdited\": \"string\",\n    \"isEcommEnabled\": true,\n    \"isViewPricingOnly\": false,\n    \"isMatchedCrm\": false\n  },\n  {\n    \"srcCcaCustomerID\": 6519,\n    \"seqNum\": 5653,\n    \"digitalPersonID\": \"string\",\n    \"crmID\": \"string\",\n    \"referringCustomerID\": 2442,\n    \"salesPersonID\": 8882,\n    \"ccaDivision\": \"string\",\n    \"member\": \"string\",\n    \"memberID\": 4629,\n    \"location\": \"string\",\n    \"locationID\": 1385,\n    \"custName\": \"string\",\n    \"custFirstName\": \"string\",\n    \"custLastName\": \"string\",\n    \"customerType\": \"Unassigned\",\n    \"customerTypeDesc\": \"string\",\n    \"status\": true,\n    \"classification\": \"string\",\n    \"custAddress1\": \"string\",\n    \"custAddress2\": \"string\",\n    \"custCity\": \"string\",\n    \"custState\": \"string\",\n    \"custPostalCode\": \"string\",\n    \"custCountry\": \"string\",\n    \"shipAddress1\": \"string\",\n    \"shipAddress2\": \"string\",\n    \"shipCity\": \"string\",\n    \"shipState\": \"string\",\n    \"shipPostalCode\": \"string\",\n    \"shipCountry\": \"string\",\n    \"phone1\": \"string\",\n    \"phone2\": \"string\",\n    \"phone3\": \"string\",\n    \"phone4\": \"string\",\n    \"phone5\": \"string\",\n    \"email\": \"string\",\n    \"allowMail\": true,\n    \"businessName\": \"string\",\n    \"businessType\": \"string\",\n    \"dateEntered\": \"string\",\n    \"dateEdited\": \"string\",\n    \"isEcommEnabled\": true,\n    \"isViewPricingOnly\": false,\n    \"isMatchedCrm\": false\n  }\n]"},{"id":"dfabbdad-c5e9-4cd8-a5f0-72c2e1a7854e","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/ProSourceCustomer?srcCcaCustomerID=7586&CrmID=string&Email=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","ProSourceCustomer"],"query":[{"key":"srcCcaCustomerID","value":"7586"},{"key":"CrmID","value":"string"},{"key":"Email","value":"string"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"text","header":[],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"f8545279-89f0-474a-99de-f773adb4ea96"}],"id":"cc1eb080-edbc-4154-9ff1-e3b60c8db3a8","description":"<h3 id=\"functionality-only-available-for-prosource-divisions\">*Functionality only available for ProSource divisions!</h3>\n","_postman_id":"cc1eb080-edbc-4154-9ff1-e3b60c8db3a8","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"Quote","item":[{"name":"filter","item":[{"name":"/Quote/filter","id":"e9ee5e7a-7669-4243-bc03-b31a00994301","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Quote/filter","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Quote","filter"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[]}},"response":[{"id":"fab3882b-0e88-4f4c-9fe4-fb57641c0e64","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Quote/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[QuoteNum]=string&where[InvDate]=string&where[CustName]=string&where[LongPONum]=string&where[SalesPersonCcaPersonID]=string&where[srcCcaCustomerID]=string&where[MemberNumber]=string&where[LocationNumber]=string&where[CcaDivision]=string&where[PersistentCustomerID]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Quote","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[QuoteNum]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[InvDate]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CustName]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LongPONum]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[SalesPersonCcaPersonID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[srcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[MemberNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LocationNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CcaDivision]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[PersistentCustomerID]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"seqNum\": 8988,\n      \"quoteNum\": \"string\",\n      \"invType\": \"string\",\n      \"invDate\": \"string\",\n      \"deliveredDate\": \"string\",\n      \"promDate\": \"string\",\n      \"dueDate\": \"string\",\n      \"datePaid\": \"string\",\n      \"dateEntered\": \"string\",\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"custCity\": \"string\",\n      \"custState\": \"string\",\n      \"custPostalCode\": \"string\",\n      \"custCounty\": \"string\",\n      \"custPONum\": \"string\",\n      \"phone1\": \"string\",\n      \"jobName\": \"string\",\n      \"jobAddress1\": \"string\",\n      \"jobAddress2\": \"string\",\n      \"jobCity\": \"string\",\n      \"jobState\": \"string\",\n      \"jobPostalCode\": \"string\",\n      \"jobCounty\": \"string\",\n      \"phone2\": \"string\",\n      \"jobNumber\": \"string\",\n      \"jobType\": 1770,\n      \"matOnly\": 693.1269525327699,\n      \"labor\": 1790.9888847603495,\n      \"miscCharge\": 6598.645409636712,\n      \"ccTax\": 1113.7640305320872,\n      \"miscTax\": 4275.492891213624,\n      \"invTotal\": 7675.542953976326,\n      \"grandInvTotal\": 2280.22575453239,\n      \"discRate\": 9804.440593271971,\n      \"discAmt\": 92.37835620515833,\n      \"totalFCCharge\": 763.9484105526128,\n      \"fcCurrent\": 1091.2836831959428,\n      \"totalPay\": 6934.16762212568,\n      \"balance\": 6026.6138061609345,\n      \"controlNum\": \"string\",\n      \"origInvType\": \"string\",\n      \"prevHead\": 3927,\n      \"nextHead\": 5264,\n      \"inclCM\": 3853,\n      \"inclAddOn\": 4195,\n      \"terms\": \"string\",\n      \"taxStatus\": \"string\",\n      \"partialBill\": 557,\n      \"origPartialBillDate\": \"string\",\n      \"partialBillDate\": \"string\",\n      \"partialBillSeqNum\": 8642,\n      \"perRetainage\": 7727.237517890475,\n      \"retainageTerms\": 9883,\n      \"retainageBilled\": 5998,\n      \"invPrtDate\": \"string\",\n      \"timesInvPrinted\": 6009,\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"hold\": 5944,\n      \"measureDate\": \"string\",\n      \"longPONum\": \"string\",\n      \"timeID\": 3067,\n      \"occupied\": 3447,\n      \"signatureLast\": \"string\",\n      \"map\": \"string\",\n      \"zone\": \"string\",\n      \"salesRepLocked\": 949,\n      \"phase\": \"string\",\n      \"tract\": \"string\",\n      \"block\": \"string\",\n      \"lot\": \"string\",\n      \"email\": \"string\",\n      \"adSource\": 9457,\n      \"taxStatusLocked\": 4141,\n      \"orderType\": 5596,\n      \"serviceType\": 2789,\n      \"contractType\": 6765,\n      \"errm\": 416,\n      \"closed\": \"string\",\n      \"ageFrom\": \"string\",\n      \"completed\": \"string\",\n      \"dispMatOnly\": \"string\",\n      \"dispLabor\": 4025.1390351664318,\n      \"dispMiscCharge\": 1327.2234366217028,\n      \"overHeadMarginPercent\": 5711.77981914905,\n      \"overHeadMarginBase\": \"string\",\n      \"ccaDateLastUpdated\": \"2025-07-17T14:22:32.374Z\",\n      \"orderTypeDesc\": \"string\",\n      \"jobTypeFullName\": \"string\",\n      \"adSourceDesc\": \"string\",\n      \"serviceTypeDesc\": \"string\",\n      \"referringMemberSeqNum\": 3762,\n      \"referralAmt\": 7787.412921341079,\n      \"subQuote\": \"string\",\n      \"origQuoteNum\": \"string\",\n      \"lmsPersonID\": \"string\",\n      \"srcModifiedDateTime\": \"2012-06-28T20:06:18.688Z\",\n      \"isDeleted\": false,\n      \"deletedDate\": \"1955-01-16T18:46:51.452Z\",\n      \"custSeqNum\": 883,\n      \"calculatedInvDate\": \"2023-09-09T05:34:28.213Z\",\n      \"customNote\": \"string\",\n      \"contractTypeDesc\": \"string\",\n      \"memberID\": 471,\n      \"locationID\": 9492,\n      \"salesPersonCcaPersonID\": 5134,\n      \"srcCcaCustomerID\": 141,\n      \"referralCustomerID\": 3920,\n      \"storeCode\": 6755,\n      \"storeName\": \"string\",\n      \"apiUpdatedDateTime\": \"2006-05-07T06:08:46.201Z\",\n      \"custType\": \"string\",\n      \"referralCustName\": \"string\",\n      \"referralCustType\": \"string\",\n      \"memberNumber\": \"string\",\n      \"locationNumber\": \"string\",\n      \"ccaDivision\": \"string\",\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"exported\": 5428,\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedByCcaPersonID\": 8097,\n      \"lastUpdatedByPersonFirstName\": \"string\",\n      \"lastUpdatedByPersonLastName\": \"string\",\n      \"lastUpdatedByPersonEmail\": \"string\",\n      \"persistentCustomerID\": 6348,\n      \"referralPersistentCustomerID\": 1983,\n      \"masterLocationID\": 8218,\n      \"quoteLines\": [\n        {\n          \"seqNum\": 4743,\n          \"ccaDateLastUpdated\": \"1989-06-12T00:05:46.403Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 8817,\n          \"qty\": 6050.171757190245,\n          \"netCost\": 1844.3573785896583,\n          \"grsCost\": 785.1922617610096,\n          \"freight\": 2103.1342817138366,\n          \"price\": 5246.985702417226,\n          \"lineTot\": 2837.3632172565676,\n          \"width\": 857.4127752726812,\n          \"profPerc\": 2704.1353717234574,\n          \"commissionPerc\": 4936.862568359615,\n          \"pbSeqNum\": 8462,\n          \"itemSeqNum\": 9720,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 1571,\n          \"change\": 1376.1337337044854,\n          \"installDate\": \"string\",\n          \"load\": 2635.338786250967,\n          \"poCost\": 9038.42035730114,\n          \"gst\": 3620.88505791583,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 9184,\n          \"overhead\": 6788.19357514705,\n          \"storeCode\": 9524,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1961-08-24T12:23:51.943Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1958-11-10T09:06:31.189Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"1999-08-26T07:08:50.222Z\"\n        },\n        {\n          \"seqNum\": 1803,\n          \"ccaDateLastUpdated\": \"1981-01-29T14:43:34.589Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 24,\n          \"qty\": 3278.858037257326,\n          \"netCost\": 2775.113835017515,\n          \"grsCost\": 5869.729120793996,\n          \"freight\": 6357.4230730090985,\n          \"price\": 9277.42872365503,\n          \"lineTot\": 7391.237306118923,\n          \"width\": 601.9444100030457,\n          \"profPerc\": 7397.882280264965,\n          \"commissionPerc\": 5426.430268309324,\n          \"pbSeqNum\": 39,\n          \"itemSeqNum\": 4571,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 2435,\n          \"change\": 4275.56926507324,\n          \"installDate\": \"string\",\n          \"load\": 3652.5190021193744,\n          \"poCost\": 4823.343886177947,\n          \"gst\": 7783.175012151491,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 8371,\n          \"overhead\": 7726.819196627117,\n          \"storeCode\": 2392,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1965-10-17T20:15:43.206Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"2005-09-28T11:56:11.440Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"1983-10-29T10:25:38.525Z\"\n        }\n      ]\n    },\n    {\n      \"seqNum\": 4905,\n      \"quoteNum\": \"string\",\n      \"invType\": \"string\",\n      \"invDate\": \"string\",\n      \"deliveredDate\": \"string\",\n      \"promDate\": \"string\",\n      \"dueDate\": \"string\",\n      \"datePaid\": \"string\",\n      \"dateEntered\": \"string\",\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"custCity\": \"string\",\n      \"custState\": \"string\",\n      \"custPostalCode\": \"string\",\n      \"custCounty\": \"string\",\n      \"custPONum\": \"string\",\n      \"phone1\": \"string\",\n      \"jobName\": \"string\",\n      \"jobAddress1\": \"string\",\n      \"jobAddress2\": \"string\",\n      \"jobCity\": \"string\",\n      \"jobState\": \"string\",\n      \"jobPostalCode\": \"string\",\n      \"jobCounty\": \"string\",\n      \"phone2\": \"string\",\n      \"jobNumber\": \"string\",\n      \"jobType\": 9184,\n      \"matOnly\": 1766.2518551065752,\n      \"labor\": 2670.5310218670797,\n      \"miscCharge\": 2471.106227605715,\n      \"ccTax\": 8109.444407294537,\n      \"miscTax\": 2646.565086491821,\n      \"invTotal\": 8680.42855054852,\n      \"grandInvTotal\": 7327.167169754576,\n      \"discRate\": 8895.372278245564,\n      \"discAmt\": 7241.502488614225,\n      \"totalFCCharge\": 2343.992680600977,\n      \"fcCurrent\": 4745.313861146303,\n      \"totalPay\": 1222.6938447692849,\n      \"balance\": 4580.473724189001,\n      \"controlNum\": \"string\",\n      \"origInvType\": \"string\",\n      \"prevHead\": 6455,\n      \"nextHead\": 7820,\n      \"inclCM\": 3446,\n      \"inclAddOn\": 4174,\n      \"terms\": \"string\",\n      \"taxStatus\": \"string\",\n      \"partialBill\": 4601,\n      \"origPartialBillDate\": \"string\",\n      \"partialBillDate\": \"string\",\n      \"partialBillSeqNum\": 1571,\n      \"perRetainage\": 646.4973525388929,\n      \"retainageTerms\": 1737,\n      \"retainageBilled\": 3865,\n      \"invPrtDate\": \"string\",\n      \"timesInvPrinted\": 4744,\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"hold\": 3423,\n      \"measureDate\": \"string\",\n      \"longPONum\": \"string\",\n      \"timeID\": 9510,\n      \"occupied\": 6997,\n      \"signatureLast\": \"string\",\n      \"map\": \"string\",\n      \"zone\": \"string\",\n      \"salesRepLocked\": 8652,\n      \"phase\": \"string\",\n      \"tract\": \"string\",\n      \"block\": \"string\",\n      \"lot\": \"string\",\n      \"email\": \"string\",\n      \"adSource\": 1024,\n      \"taxStatusLocked\": 7760,\n      \"orderType\": 3259,\n      \"serviceType\": 6430,\n      \"contractType\": 4336,\n      \"errm\": 1856,\n      \"closed\": \"string\",\n      \"ageFrom\": \"string\",\n      \"completed\": \"string\",\n      \"dispMatOnly\": \"string\",\n      \"dispLabor\": 3745.6867131485374,\n      \"dispMiscCharge\": 8720.913847782569,\n      \"overHeadMarginPercent\": 1033.245529486191,\n      \"overHeadMarginBase\": \"string\",\n      \"ccaDateLastUpdated\": \"1953-06-30T03:03:38.802Z\",\n      \"orderTypeDesc\": \"string\",\n      \"jobTypeFullName\": \"string\",\n      \"adSourceDesc\": \"string\",\n      \"serviceTypeDesc\": \"string\",\n      \"referringMemberSeqNum\": 2316,\n      \"referralAmt\": 8714.73397961307,\n      \"subQuote\": \"string\",\n      \"origQuoteNum\": \"string\",\n      \"lmsPersonID\": \"string\",\n      \"srcModifiedDateTime\": \"1963-12-14T04:09:59.721Z\",\n      \"isDeleted\": false,\n      \"deletedDate\": \"1979-12-13T04:16:02.334Z\",\n      \"custSeqNum\": 9337,\n      \"calculatedInvDate\": \"1998-03-17T03:16:50.363Z\",\n      \"customNote\": \"string\",\n      \"contractTypeDesc\": \"string\",\n      \"memberID\": 2536,\n      \"locationID\": 9650,\n      \"salesPersonCcaPersonID\": 2039,\n      \"srcCcaCustomerID\": 8619,\n      \"referralCustomerID\": 2527,\n      \"storeCode\": 4559,\n      \"storeName\": \"string\",\n      \"apiUpdatedDateTime\": \"1962-04-21T22:04:10.998Z\",\n      \"custType\": \"string\",\n      \"referralCustName\": \"string\",\n      \"referralCustType\": \"string\",\n      \"memberNumber\": \"string\",\n      \"locationNumber\": \"string\",\n      \"ccaDivision\": \"string\",\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"exported\": 3152,\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedByCcaPersonID\": 5078,\n      \"lastUpdatedByPersonFirstName\": \"string\",\n      \"lastUpdatedByPersonLastName\": \"string\",\n      \"lastUpdatedByPersonEmail\": \"string\",\n      \"persistentCustomerID\": 9390,\n      \"referralPersistentCustomerID\": 973,\n      \"masterLocationID\": 3410,\n      \"quoteLines\": [\n        {\n          \"seqNum\": 2651,\n          \"ccaDateLastUpdated\": \"2021-10-19T14:01:01.258Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 807,\n          \"qty\": 3337.541008625169,\n          \"netCost\": 2528.518551618393,\n          \"grsCost\": 672.6905761458224,\n          \"freight\": 3173.105959968907,\n          \"price\": 2660.1928638031236,\n          \"lineTot\": 282.18983266832254,\n          \"width\": 6431.643721818119,\n          \"profPerc\": 7077.152412690466,\n          \"commissionPerc\": 6041.825285892206,\n          \"pbSeqNum\": 6723,\n          \"itemSeqNum\": 9982,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 9758,\n          \"change\": 8895.849009379379,\n          \"installDate\": \"string\",\n          \"load\": 5750.42468775145,\n          \"poCost\": 2080.5761087902843,\n          \"gst\": 6925.294223573946,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 8613,\n          \"overhead\": 6932.255111337109,\n          \"storeCode\": 196,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1973-11-27T01:35:49.002Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1956-09-25T10:40:36.833Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"2018-02-19T08:13:06.642Z\"\n        },\n        {\n          \"seqNum\": 3683,\n          \"ccaDateLastUpdated\": \"1979-01-01T10:09:21.790Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 8793,\n          \"qty\": 5069.67689180641,\n          \"netCost\": 363.09847986289776,\n          \"grsCost\": 511.43160165193933,\n          \"freight\": 3878.9660952393733,\n          \"price\": 6119.9098332147005,\n          \"lineTot\": 2936.862094934054,\n          \"width\": 4549.2931299592265,\n          \"profPerc\": 1364.4560644623828,\n          \"commissionPerc\": 9119.483827218899,\n          \"pbSeqNum\": 6912,\n          \"itemSeqNum\": 5178,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 7874,\n          \"change\": 8852.19534472634,\n          \"installDate\": \"string\",\n          \"load\": 875.0707753352871,\n          \"poCost\": 441.6940503940059,\n          \"gst\": 6386.10798208614,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 2879,\n          \"overhead\": 4834.651830647745,\n          \"storeCode\": 6744,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1976-05-12T01:23:19.639Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"2024-04-17T03:24:47.056Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"1947-06-12T14:11:48.365Z\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"next\": {\n      \"hasValue\": true,\n      \"value\": {\n        \"offset\": 9878\n      }\n    },\n    \"prev\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 3988\n      }\n    },\n    \"currentCount\": 8582,\n    \"totalCount\": 4373,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"links\": {\n    \"next\": \"string\",\n    \"self\": \"string\",\n    \"prev\": \"string\"\n  }\n}"},{"id":"1851b6d5-0490-403e-87e7-f763c88233ee","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Quote/filter?fields=string&offset=2236&limit=4904&where[LastModifiedDateTime]=string&where[Client]=string&where[QuoteNum]=string&where[InvDate]=string&where[CustName]=string&where[LongPONum]=string&where[SalesPersonCcaPersonID]=string&where[srcCcaCustomerID]=string&where[MemberNumber]=string&where[LocationNumber]=string&where[CcaDivision]=string&where[PersistentCustomerID]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Quote","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastModifiedDateTime]","value":"string","description":"DateTime filter returning data modified since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[QuoteNum]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[InvDate]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CustName]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LongPONum]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[SalesPersonCcaPersonID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[srcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[MemberNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[LocationNumber]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[CcaDivision]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[PersistentCustomerID]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"e9ee5e7a-7669-4243-bc03-b31a00994301"},{"name":"/Quote/filter","id":"8ecd4d7d-a6ed-4173-8f40-36544692d108","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"}],"body":{"mode":"raw","raw":"{\n  \"fields\": [\n    \"string\",\n    \"string\"\n  ],\n  \"filters\": [\n    {\n      \"name\": \"string\",\n      \"operator\": \"GreaterThan\",\n      \"value\": {}\n    },\n    {\n      \"name\": \"string\",\n      \"operator\": \"Like\",\n      \"value\": {}\n    }\n  ],\n  \"order\": [\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    },\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    }\n  ],\n  \"offset\": 6356,\n  \"limit\": 411\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Quote/filter","description":"<p>Retrieves a list of ProSource quotes matching the specified filters supplied in the request body.</p>\n<h3 id=\"functionality-only-available-for-prosource-divisions\">*Functionality only available for ProSource divisions!</h3>\n<h2 id=\"field-values\">Field values</h2>\n<hr />\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>FieldName</strong></th>\n<th><strong>DataType</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>LastModifiedDateTime</td>\n<td>DateTime</td>\n<td>DateTime filter returning data modified since the value provided.</td>\n<td>gt:01/01/2024 15:40</td>\n</tr>\n<tr>\n<td>SalesPersonCcaPersonID</td>\n<td>Int</td>\n<td>The CCAPersonID of the salesperson associated with the quote.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>srcCcaCustomerID</td>\n<td>Int</td>\n<td>The srcCcaCustomerID of the quote.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>MemberNumber</td>\n<td>String</td>\n<td>The member number of the quote.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>LocationNumber</td>\n<td>String</td>\n<td>The location number of the quote.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>CcaDivision</td>\n<td>String</td>\n<td>The division of the quote.</td>\n<td>PROSRC</td>\n</tr>\n<tr>\n<td>QuoteNum</td>\n<td>String</td>\n<td>The quote number of the quote.</td>\n<td>ES919191</td>\n</tr>\n<tr>\n<td>InvDate</td>\n<td>String</td>\n<td>The invoice date of the quote.</td>\n<td>20170103</td>\n</tr>\n<tr>\n<td>CustName</td>\n<td>String</td>\n<td>The name of the customer who placed the quote.</td>\n<td>Doe, Jane</td>\n</tr>\n<tr>\n<td>LongPONum</td>\n<td>String</td>\n<td>The long po num of the quote.</td>\n<td>BASE TRIM</td>\n</tr>\n<tr>\n<td>PersistentCustomerID</td>\n<td>Int</td>\n<td>The persistent customer id of the customer who placed the quote.</td>\n<td>12345</td>\n</tr>\n<tr>\n<td>OrderStatusName</td>\n<td>String</td>\n<td>The status of the quote.</td>\n<td>Complete</td>\n</tr>\n<tr>\n<td>OrderStatusID</td>\n<td>Int</td>\n<td>The ID of the order quote.</td>\n<td>1</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Quote","filter"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[]}},"response":[{"id":"02a8beea-a5e5-4087-b1d5-f367e6f1188f","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"body":{"mode":"raw","raw":"{\n  \"fields\": [\n    \"string\",\n    \"string\"\n  ],\n  \"filters\": [\n    {\n      \"name\": \"string\",\n      \"operator\": \"GreaterThan\",\n      \"value\": {}\n    },\n    {\n      \"name\": \"string\",\n      \"operator\": \"Like\",\n      \"value\": {}\n    }\n  ],\n  \"order\": [\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    },\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    }\n  ],\n  \"offset\": 6356,\n  \"limit\": 411\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Quote/filter"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"srcCcaOrderHeaderID\": 9644,\n      \"orderStatusID\": 8669,\n      \"orderStatusName\": \"string\",\n      \"statusEffectiveDateTime\": \"1992-01-10T10:21:33.110Z\",\n      \"statusAlertExpirationDate\": \"2023-06-17T17:13:50.404Z\",\n      \"accountManagerFirstName\": \"string\",\n      \"accountManagerLastName\": \"string\",\n      \"accountManagerEmail\": \"string\",\n      \"accountManagerTitle\": \"string\",\n      \"webLink\": \"string\",\n      \"numberOfApproval\": 521,\n      \"displayLineQtyPrice\": false,\n      \"relatedQuotes\": \"string\",\n      \"psQuoteLines\": [\n        {\n          \"lineDisplayStatus\": \"string\",\n          \"lineStatusEffectiveDateTime\": \"2022-09-11T12:57:44.999Z\",\n          \"lineStatusAlertExpirationDateTime\": \"1948-03-08T18:04:05.917Z\",\n          \"quoteLineCustomNote\": \"string\",\n          \"displayLineQtyPrice\": true,\n          \"seqNum\": 2561,\n          \"ccaDateLastUpdated\": \"1980-01-25T12:05:33.993Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 6491,\n          \"qty\": 5449.182302718376,\n          \"netCost\": 3329.0672755284236,\n          \"grsCost\": 794.6074153513027,\n          \"freight\": 519.8057427430092,\n          \"price\": 7597.44591280563,\n          \"lineTot\": 2991.7763769351204,\n          \"width\": 3210.292388192979,\n          \"profPerc\": 6321.902716112424,\n          \"commissionPerc\": 93.7774927666224,\n          \"pbSeqNum\": 8944,\n          \"itemSeqNum\": 314,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 247,\n          \"change\": 5860.240734510482,\n          \"installDate\": \"string\",\n          \"load\": 1293.547867394318,\n          \"poCost\": 210.43992368657172,\n          \"gst\": 1641.0770958562493,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 9175,\n          \"overhead\": 2372.3287445805095,\n          \"storeCode\": 6879,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1975-07-25T02:29:32.558Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": false,\n          \"deletedDate\": \"2024-03-12T14:34:32.677Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"2011-06-19T08:55:02.587Z\"\n        },\n        {\n          \"lineDisplayStatus\": \"string\",\n          \"lineStatusEffectiveDateTime\": \"1947-04-26T02:46:29.462Z\",\n          \"lineStatusAlertExpirationDateTime\": \"1961-12-03T06:25:32.853Z\",\n          \"quoteLineCustomNote\": \"string\",\n          \"displayLineQtyPrice\": false,\n          \"seqNum\": 9364,\n          \"ccaDateLastUpdated\": \"2002-07-17T00:49:05.931Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 7254,\n          \"qty\": 8703.871007677186,\n          \"netCost\": 2226.4530448948717,\n          \"grsCost\": 6429.693565876233,\n          \"freight\": 459.1437502978124,\n          \"price\": 8945.933031825964,\n          \"lineTot\": 472.1724883052869,\n          \"width\": 3430.9006070497408,\n          \"profPerc\": 3684.502182949407,\n          \"commissionPerc\": 5898.409299867524,\n          \"pbSeqNum\": 124,\n          \"itemSeqNum\": 883,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 3685,\n          \"change\": 499.0253172066983,\n          \"installDate\": \"string\",\n          \"load\": 5820.430938700522,\n          \"poCost\": 2024.9591134283662,\n          \"gst\": 100.34111363190101,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 6408,\n          \"overhead\": 6287.384731819508,\n          \"storeCode\": 3990,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1965-11-18T23:22:34.937Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1995-12-24T11:51:30.417Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"1986-06-12T18:00:15.638Z\"\n        }\n      ],\n      \"seqNum\": 5926,\n      \"quoteNum\": \"string\",\n      \"invType\": \"string\",\n      \"invDate\": \"string\",\n      \"deliveredDate\": \"string\",\n      \"promDate\": \"string\",\n      \"dueDate\": \"string\",\n      \"datePaid\": \"string\",\n      \"dateEntered\": \"string\",\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"custCity\": \"string\",\n      \"custState\": \"string\",\n      \"custPostalCode\": \"string\",\n      \"custCounty\": \"string\",\n      \"custPONum\": \"string\",\n      \"phone1\": \"string\",\n      \"jobName\": \"string\",\n      \"jobAddress1\": \"string\",\n      \"jobAddress2\": \"string\",\n      \"jobCity\": \"string\",\n      \"jobState\": \"string\",\n      \"jobPostalCode\": \"string\",\n      \"jobCounty\": \"string\",\n      \"phone2\": \"string\",\n      \"jobNumber\": \"string\",\n      \"jobType\": 8792,\n      \"matOnly\": 5053.256926646838,\n      \"labor\": 216.00936354096322,\n      \"miscCharge\": 9948.85130159743,\n      \"ccTax\": 5312.468923909968,\n      \"miscTax\": 4228.03292500578,\n      \"invTotal\": 1166.2713250802126,\n      \"grandInvTotal\": 6381.754923974163,\n      \"discRate\": 8500.557957362864,\n      \"discAmt\": 5597.838759706837,\n      \"totalFCCharge\": 7626.25066346468,\n      \"fcCurrent\": 821.7679684892332,\n      \"totalPay\": 3656.2817993840226,\n      \"balance\": 903.6564464097419,\n      \"controlNum\": \"string\",\n      \"origInvType\": \"string\",\n      \"prevHead\": 3651,\n      \"nextHead\": 5143,\n      \"inclCM\": 248,\n      \"inclAddOn\": 5662,\n      \"terms\": \"string\",\n      \"taxStatus\": \"string\",\n      \"partialBill\": 689,\n      \"origPartialBillDate\": \"string\",\n      \"partialBillDate\": \"string\",\n      \"partialBillSeqNum\": 2023,\n      \"perRetainage\": 5811.974287009125,\n      \"retainageTerms\": 1545,\n      \"retainageBilled\": 3469,\n      \"invPrtDate\": \"string\",\n      \"timesInvPrinted\": 2446,\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"hold\": 9341,\n      \"measureDate\": \"string\",\n      \"longPONum\": \"string\",\n      \"timeID\": 368,\n      \"occupied\": 2639,\n      \"signatureLast\": \"string\",\n      \"map\": \"string\",\n      \"zone\": \"string\",\n      \"salesRepLocked\": 1033,\n      \"phase\": \"string\",\n      \"tract\": \"string\",\n      \"block\": \"string\",\n      \"lot\": \"string\",\n      \"email\": \"string\",\n      \"adSource\": 2994,\n      \"taxStatusLocked\": 4428,\n      \"orderType\": 8249,\n      \"serviceType\": 8083,\n      \"contractType\": 6959,\n      \"errm\": 9616,\n      \"closed\": \"string\",\n      \"ageFrom\": \"string\",\n      \"completed\": \"string\",\n      \"dispMatOnly\": \"string\",\n      \"dispLabor\": 1529.7158915843002,\n      \"dispMiscCharge\": 4831.158670065978,\n      \"overHeadMarginPercent\": 4342.6265737501635,\n      \"overHeadMarginBase\": \"string\",\n      \"ccaDateLastUpdated\": \"2014-04-06T21:11:38.663Z\",\n      \"orderTypeDesc\": \"string\",\n      \"jobTypeFullName\": \"string\",\n      \"adSourceDesc\": \"string\",\n      \"serviceTypeDesc\": \"string\",\n      \"referringMemberSeqNum\": 8469,\n      \"referralAmt\": 2771.0397796388997,\n      \"subQuote\": \"string\",\n      \"origQuoteNum\": \"string\",\n      \"lmsPersonID\": \"string\",\n      \"srcModifiedDateTime\": \"2022-02-08T14:28:10.718Z\",\n      \"isDeleted\": false,\n      \"deletedDate\": \"1974-12-07T21:42:30.448Z\",\n      \"custSeqNum\": 1510,\n      \"calculatedInvDate\": \"2008-07-16T19:15:20.448Z\",\n      \"customNote\": \"string\",\n      \"contractTypeDesc\": \"string\",\n      \"memberID\": 7431,\n      \"locationID\": 5457,\n      \"salesPersonCcaPersonID\": 3157,\n      \"srcCcaCustomerID\": 8596,\n      \"referralCustomerID\": 1874,\n      \"storeCode\": 6028,\n      \"storeName\": \"string\",\n      \"apiUpdatedDateTime\": \"1946-03-14T18:38:29.601Z\",\n      \"custType\": \"string\",\n      \"referralCustName\": \"string\",\n      \"referralCustType\": \"string\",\n      \"memberNumber\": \"string\",\n      \"locationNumber\": \"string\",\n      \"ccaDivision\": \"string\",\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"exported\": 8344,\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedByCcaPersonID\": 8752,\n      \"lastUpdatedByPersonFirstName\": \"string\",\n      \"lastUpdatedByPersonLastName\": \"string\",\n      \"lastUpdatedByPersonEmail\": \"string\",\n      \"persistentCustomerID\": 5039,\n      \"referralPersistentCustomerID\": 9451,\n      \"masterLocationID\": 114,\n      \"quoteLines\": [\n        {\n          \"seqNum\": 58,\n          \"ccaDateLastUpdated\": \"2004-03-01T19:24:36.924Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 1025,\n          \"qty\": 5182.213075533233,\n          \"netCost\": 7003.428271092491,\n          \"grsCost\": 1736.2746049492816,\n          \"freight\": 3840.1314878760327,\n          \"price\": 373.06455510032646,\n          \"lineTot\": 3243.3079955576404,\n          \"width\": 2629.132256251676,\n          \"profPerc\": 1130.2196173284829,\n          \"commissionPerc\": 8145.156585028956,\n          \"pbSeqNum\": 7935,\n          \"itemSeqNum\": 5483,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 1554,\n          \"change\": 1039.5679192933405,\n          \"installDate\": \"string\",\n          \"load\": 6638.606272596512,\n          \"poCost\": 2310.4850494753814,\n          \"gst\": 2762.0645118284724,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 1460,\n          \"overhead\": 5011.643101020027,\n          \"storeCode\": 7537,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"2008-10-03T07:16:06.232Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": false,\n          \"deletedDate\": \"1981-11-28T17:45:18.773Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"2015-07-18T00:50:12.366Z\"\n        },\n        {\n          \"seqNum\": 4194,\n          \"ccaDateLastUpdated\": \"1976-08-31T07:12:20.964Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 2921,\n          \"qty\": 2381.07413102864,\n          \"netCost\": 2493.77101741582,\n          \"grsCost\": 53.97405454270698,\n          \"freight\": 9756.83563685722,\n          \"price\": 7759.156946069239,\n          \"lineTot\": 6390.135667385286,\n          \"width\": 3547.1411594327274,\n          \"profPerc\": 2454.352184890913,\n          \"commissionPerc\": 8038.717424846078,\n          \"pbSeqNum\": 3855,\n          \"itemSeqNum\": 4357,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 4393,\n          \"change\": 3783.4390860425015,\n          \"installDate\": \"string\",\n          \"load\": 5456.8839861661545,\n          \"poCost\": 7612.608558721643,\n          \"gst\": 5319.969706247609,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 6673,\n          \"overhead\": 9782.615597878728,\n          \"storeCode\": 5931,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1985-07-26T07:20:14.066Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": false,\n          \"deletedDate\": \"2024-07-10T22:52:59.097Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"2025-10-31T16:51:28.357Z\"\n        }\n      ]\n    },\n    {\n      \"srcCcaOrderHeaderID\": 8910,\n      \"orderStatusID\": 1211,\n      \"orderStatusName\": \"string\",\n      \"statusEffectiveDateTime\": \"1948-10-04T10:29:10.802Z\",\n      \"statusAlertExpirationDate\": \"1990-03-29T11:13:42.108Z\",\n      \"accountManagerFirstName\": \"string\",\n      \"accountManagerLastName\": \"string\",\n      \"accountManagerEmail\": \"string\",\n      \"accountManagerTitle\": \"string\",\n      \"webLink\": \"string\",\n      \"numberOfApproval\": 830,\n      \"displayLineQtyPrice\": true,\n      \"relatedQuotes\": \"string\",\n      \"psQuoteLines\": [\n        {\n          \"lineDisplayStatus\": \"string\",\n          \"lineStatusEffectiveDateTime\": \"1963-01-17T20:46:38.560Z\",\n          \"lineStatusAlertExpirationDateTime\": \"2023-09-10T06:34:29.946Z\",\n          \"quoteLineCustomNote\": \"string\",\n          \"displayLineQtyPrice\": true,\n          \"seqNum\": 7144,\n          \"ccaDateLastUpdated\": \"1986-05-14T05:21:34.055Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 9881,\n          \"qty\": 5564.110718539099,\n          \"netCost\": 7272.557739130121,\n          \"grsCost\": 989.7830122347794,\n          \"freight\": 9884.162662037614,\n          \"price\": 7225.217666939816,\n          \"lineTot\": 5888.601060379735,\n          \"width\": 6346.726482585212,\n          \"profPerc\": 1493.1124688331222,\n          \"commissionPerc\": 3355.221586746355,\n          \"pbSeqNum\": 8102,\n          \"itemSeqNum\": 1000,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 1291,\n          \"change\": 9103.765382617035,\n          \"installDate\": \"string\",\n          \"load\": 7029.007659310531,\n          \"poCost\": 7245.720617717366,\n          \"gst\": 7636.184091640624,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 6080,\n          \"overhead\": 183.9794239078052,\n          \"storeCode\": 8806,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1961-09-17T09:53:28.013Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": false,\n          \"deletedDate\": \"2015-01-05T04:25:37.178Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"1982-05-26T17:30:06.504Z\"\n        },\n        {\n          \"lineDisplayStatus\": \"string\",\n          \"lineStatusEffectiveDateTime\": \"1963-06-29T11:27:10.689Z\",\n          \"lineStatusAlertExpirationDateTime\": \"1991-12-20T17:17:32.232Z\",\n          \"quoteLineCustomNote\": \"string\",\n          \"displayLineQtyPrice\": true,\n          \"seqNum\": 2814,\n          \"ccaDateLastUpdated\": \"1950-02-22T11:35:03.285Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 6317,\n          \"qty\": 8679.339221412132,\n          \"netCost\": 7813.028332676464,\n          \"grsCost\": 157.17798937544546,\n          \"freight\": 489.4238071818058,\n          \"price\": 9372.136998537257,\n          \"lineTot\": 8385.113816194367,\n          \"width\": 9151.847344178825,\n          \"profPerc\": 2485.6915685654844,\n          \"commissionPerc\": 1362.5554690798913,\n          \"pbSeqNum\": 8701,\n          \"itemSeqNum\": 7684,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 2014,\n          \"change\": 3277.9870493433914,\n          \"installDate\": \"string\",\n          \"load\": 9653.037755695992,\n          \"poCost\": 124.07815053321558,\n          \"gst\": 564.7310655512094,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 8330,\n          \"overhead\": 6663.157501243255,\n          \"storeCode\": 9150,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"2008-12-29T05:29:41.296Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1963-08-16T08:39:26.644Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"2009-05-24T11:05:56.749Z\"\n        }\n      ],\n      \"seqNum\": 179,\n      \"quoteNum\": \"string\",\n      \"invType\": \"string\",\n      \"invDate\": \"string\",\n      \"deliveredDate\": \"string\",\n      \"promDate\": \"string\",\n      \"dueDate\": \"string\",\n      \"datePaid\": \"string\",\n      \"dateEntered\": \"string\",\n      \"custName\": \"string\",\n      \"custAddress1\": \"string\",\n      \"custAddress2\": \"string\",\n      \"custCity\": \"string\",\n      \"custState\": \"string\",\n      \"custPostalCode\": \"string\",\n      \"custCounty\": \"string\",\n      \"custPONum\": \"string\",\n      \"phone1\": \"string\",\n      \"jobName\": \"string\",\n      \"jobAddress1\": \"string\",\n      \"jobAddress2\": \"string\",\n      \"jobCity\": \"string\",\n      \"jobState\": \"string\",\n      \"jobPostalCode\": \"string\",\n      \"jobCounty\": \"string\",\n      \"phone2\": \"string\",\n      \"jobNumber\": \"string\",\n      \"jobType\": 5564,\n      \"matOnly\": 1470.5217847140896,\n      \"labor\": 1919.090300617261,\n      \"miscCharge\": 8376.39621541566,\n      \"ccTax\": 2550.6857384503955,\n      \"miscTax\": 7453.435445525556,\n      \"invTotal\": 6558.040159038347,\n      \"grandInvTotal\": 5603.203855545211,\n      \"discRate\": 4621.2166429261715,\n      \"discAmt\": 3903.1359666225108,\n      \"totalFCCharge\": 4326.3623166201005,\n      \"fcCurrent\": 8641.102385096154,\n      \"totalPay\": 7202.896558290686,\n      \"balance\": 6565.677393943303,\n      \"controlNum\": \"string\",\n      \"origInvType\": \"string\",\n      \"prevHead\": 5576,\n      \"nextHead\": 7025,\n      \"inclCM\": 6412,\n      \"inclAddOn\": 8959,\n      \"terms\": \"string\",\n      \"taxStatus\": \"string\",\n      \"partialBill\": 1993,\n      \"origPartialBillDate\": \"string\",\n      \"partialBillDate\": \"string\",\n      \"partialBillSeqNum\": 1198,\n      \"perRetainage\": 5446.980331136735,\n      \"retainageTerms\": 8680,\n      \"retainageBilled\": 4014,\n      \"invPrtDate\": \"string\",\n      \"timesInvPrinted\": 8092,\n      \"salesPerson1\": \"string\",\n      \"salesPerson2\": \"string\",\n      \"hold\": 2619,\n      \"measureDate\": \"string\",\n      \"longPONum\": \"string\",\n      \"timeID\": 313,\n      \"occupied\": 2107,\n      \"signatureLast\": \"string\",\n      \"map\": \"string\",\n      \"zone\": \"string\",\n      \"salesRepLocked\": 8339,\n      \"phase\": \"string\",\n      \"tract\": \"string\",\n      \"block\": \"string\",\n      \"lot\": \"string\",\n      \"email\": \"string\",\n      \"adSource\": 7333,\n      \"taxStatusLocked\": 4005,\n      \"orderType\": 5661,\n      \"serviceType\": 5375,\n      \"contractType\": 7948,\n      \"errm\": 2066,\n      \"closed\": \"string\",\n      \"ageFrom\": \"string\",\n      \"completed\": \"string\",\n      \"dispMatOnly\": \"string\",\n      \"dispLabor\": 7939.791467025939,\n      \"dispMiscCharge\": 4465.589189107739,\n      \"overHeadMarginPercent\": 3138.3378865656255,\n      \"overHeadMarginBase\": \"string\",\n      \"ccaDateLastUpdated\": \"1978-06-26T13:58:34.791Z\",\n      \"orderTypeDesc\": \"string\",\n      \"jobTypeFullName\": \"string\",\n      \"adSourceDesc\": \"string\",\n      \"serviceTypeDesc\": \"string\",\n      \"referringMemberSeqNum\": 1604,\n      \"referralAmt\": 9891.991319008963,\n      \"subQuote\": \"string\",\n      \"origQuoteNum\": \"string\",\n      \"lmsPersonID\": \"string\",\n      \"srcModifiedDateTime\": \"2017-10-20T15:20:23.054Z\",\n      \"isDeleted\": true,\n      \"deletedDate\": \"1977-02-14T14:17:29.139Z\",\n      \"custSeqNum\": 3261,\n      \"calculatedInvDate\": \"2017-05-17T01:16:40.044Z\",\n      \"customNote\": \"string\",\n      \"contractTypeDesc\": \"string\",\n      \"memberID\": 1008,\n      \"locationID\": 6861,\n      \"salesPersonCcaPersonID\": 4036,\n      \"srcCcaCustomerID\": 4905,\n      \"referralCustomerID\": 7847,\n      \"storeCode\": 2390,\n      \"storeName\": \"string\",\n      \"apiUpdatedDateTime\": \"1981-10-17T13:03:37.416Z\",\n      \"custType\": \"string\",\n      \"referralCustName\": \"string\",\n      \"referralCustType\": \"string\",\n      \"memberNumber\": \"string\",\n      \"locationNumber\": \"string\",\n      \"ccaDivision\": \"string\",\n      \"salesPersonFirstName\": \"string\",\n      \"salesPersonLastName\": \"string\",\n      \"salesPersonEmail\": \"string\",\n      \"exported\": 6556,\n      \"lastUpdatedBy\": \"string\",\n      \"lastUpdatedByCcaPersonID\": 7004,\n      \"lastUpdatedByPersonFirstName\": \"string\",\n      \"lastUpdatedByPersonLastName\": \"string\",\n      \"lastUpdatedByPersonEmail\": \"string\",\n      \"persistentCustomerID\": 3565,\n      \"referralPersistentCustomerID\": 2044,\n      \"masterLocationID\": 963,\n      \"quoteLines\": [\n        {\n          \"seqNum\": 8032,\n          \"ccaDateLastUpdated\": \"2011-10-06T10:33:53.306Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 4251,\n          \"qty\": 8541.8997980052,\n          \"netCost\": 5243.1504104879405,\n          \"grsCost\": 6776.515438808104,\n          \"freight\": 2729.5111966201957,\n          \"price\": 6123.516585224029,\n          \"lineTot\": 3473.2831733078997,\n          \"width\": 992.530892847594,\n          \"profPerc\": 5730.730328876517,\n          \"commissionPerc\": 1870.6499681568212,\n          \"pbSeqNum\": 4398,\n          \"itemSeqNum\": 5213,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 5902,\n          \"change\": 5115.73852270329,\n          \"installDate\": \"string\",\n          \"load\": 1087.2350632430705,\n          \"poCost\": 7353.485050491415,\n          \"gst\": 153.98295358119097,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 4557,\n          \"overhead\": 8449.468863471979,\n          \"storeCode\": 3930,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"1996-02-17T17:47:41.087Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": true,\n          \"deletedDate\": \"1984-10-02T21:35:02.123Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"2018-04-01T12:15:25.317Z\"\n        },\n        {\n          \"seqNum\": 828,\n          \"ccaDateLastUpdated\": \"2020-03-11T23:13:46.004Z\",\n          \"status\": \"string\",\n          \"prCode\": \"string\",\n          \"productCodeDesc\": \"string\",\n          \"units\": \"string\",\n          \"invType\": \"string\",\n          \"quoteNum\": \"string\",\n          \"rollItemNum\": \"string\",\n          \"style\": \"string\",\n          \"color\": \"string\",\n          \"lineNum\": 5953,\n          \"qty\": 6158.485817655584,\n          \"netCost\": 9150.95931590744,\n          \"grsCost\": 3028.1219511221093,\n          \"freight\": 5172.629058427023,\n          \"price\": 8006.025847002571,\n          \"lineTot\": 1091.7100480077502,\n          \"width\": 169.90130374866075,\n          \"profPerc\": 3782.040088076197,\n          \"commissionPerc\": 8822.910207217092,\n          \"pbSeqNum\": 6548,\n          \"itemSeqNum\": 2037,\n          \"jobCostDate\": \"string\",\n          \"cutDate\": \"string\",\n          \"supplier\": \"string\",\n          \"serialNo\": \"string\",\n          \"useTaxLine\": 2191,\n          \"change\": 2040.0222827347459,\n          \"installDate\": \"string\",\n          \"load\": 5452.92417585749,\n          \"poCost\": 8725.602254151845,\n          \"gst\": 6900.000807759649,\n          \"delTktDate\": \"string\",\n          \"lineGroup\": 1049,\n          \"overhead\": 6753.217278895214,\n          \"storeCode\": 5062,\n          \"ecProductID\": \"string\",\n          \"ecSizeID\": \"string\",\n          \"ecColorID\": \"string\",\n          \"srcModifiedDateTime\": \"2015-05-05T04:54:19.888Z\",\n          \"manufacturer\": \"string\",\n          \"lineType\": \"string\",\n          \"catalogSupplier\": \"string\",\n          \"catalogManufacturer\": \"string\",\n          \"catalogEcProductID\": \"string\",\n          \"catalogEcSizeID\": \"string\",\n          \"catalogEcColorID\": \"string\",\n          \"inventorySupplier\": \"string\",\n          \"inventoryManufacturer\": \"string\",\n          \"inventoryEcProductID\": \"string\",\n          \"inventoryEcSizeID\": \"string\",\n          \"inventoryEcColorID\": \"string\",\n          \"isDeleted\": false,\n          \"deletedDate\": \"2017-09-26T16:19:21.421Z\",\n          \"customNote\": \"string\",\n          \"privLabelCo\": \"string\",\n          \"apiUpdatedDateTime\": \"2016-01-26T10:48:03.488Z\"\n        }\n      ]\n    }\n  ],\n  \"meta\": {\n    \"next\": {\n      \"hasValue\": true,\n      \"value\": {\n        \"offset\": 8343\n      }\n    },\n    \"prev\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 146\n      }\n    },\n    \"currentCount\": 2502,\n    \"totalCount\": 7091,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"links\": {\n    \"next\": \"string\",\n    \"self\": \"string\",\n    \"prev\": \"string\"\n  }\n}"},{"id":"50649363-d027-4d80-9e20-a339ee5b50a8","name":"Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"body":{"mode":"raw","raw":"{\n  \"fields\": [\n    \"string\",\n    \"string\"\n  ],\n  \"filters\": [\n    {\n      \"name\": \"string\",\n      \"operator\": \"GreaterThan\",\n      \"value\": {}\n    },\n    {\n      \"name\": \"string\",\n      \"operator\": \"Like\",\n      \"value\": {}\n    }\n  ],\n  \"order\": [\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    },\n    {\n      \"name\": \"string\",\n      \"sortDescending\": false\n    }\n  ],\n  \"offset\": 6356,\n  \"limit\": 411\n}","options":{"raw":{"headerFamily":"json","language":"json"}}},"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Quote/filter"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"8ecd4d7d-a6ed-4173-8f40-36544692d108"}],"id":"febc70c8-0915-40d0-bc2c-b57584b43502","description":"<p>Retrieves quotes matching the specified filter values.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<hr />\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>DataType</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>offset</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to skip from total result set. Used for determining next and previous page.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to be returned in request body. Controls page size. Default is 50. Max is 10000.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>false</td>\n<td>String</td>\n<td>A comma separated list of fields to include. If this parameter is supplied, only the supplied fields will have populated values. All other fields will be NULL or default.</td>\n<td>Field1, Field2, Field3</td>\n</tr>\n<tr>\n<td>where[LastModifiedDateTime]</td>\n<td>true</td>\n<td>DateTime</td>\n<td>DateTime filter in UTC returning data modified since the value provided.</td>\n<td>gt:01/01/2024 15:40</td>\n</tr>\n<tr>\n<td>where[MemberNumber]</td>\n<td>false</td>\n<td>String</td>\n<td>The member number of the quote.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[LocationNumber]</td>\n<td>false</td>\n<td>String</td>\n<td>The location number of the quote.</td>\n<td>9191919</td>\n</tr>\n<tr>\n<td>where[QuoteNum]</td>\n<td>false</td>\n<td>String</td>\n<td>The quote number of the quote.</td>\n<td>ES101010</td>\n</tr>\n<tr>\n<td>where[InvDate]</td>\n<td>false</td>\n<td>String</td>\n<td>The invoice date of the quote.</td>\n<td>20170401</td>\n</tr>\n<tr>\n<td>where[CustName]</td>\n<td>false</td>\n<td>String</td>\n<td>The name of the customer on the quote.</td>\n<td>DOE, JANE</td>\n</tr>\n<tr>\n<td>where[LongPONum]</td>\n<td>false</td>\n<td>String</td>\n<td>The long po num of the quote.</td>\n<td>HARDWOOD</td>\n</tr>\n<tr>\n<td>where[SalesPersonCCAPersonID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The CCAPersonID of the salesperson of the quote.</td>\n<td>12345</td>\n</tr>\n<tr>\n<td>where[srcCcaCustomerID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The srcCcaCustomerId of the customer of the quote.</td>\n<td>123456</td>\n</tr>\n<tr>\n<td>where[CCADivision]</td>\n<td>false</td>\n<td>String</td>\n<td>The division the quote was placed under.</td>\n<td>PROSRC</td>\n</tr>\n<tr>\n<td>where[PersistentCustomerID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The persistent customer id of the customer who placed the quote.</td>\n<td>1234567</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"febc70c8-0915-40d0-bc2c-b57584b43502","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"QuoteLookup","item":[{"name":"Quote Get Quote Lookup","id":"853a0703-468f-4ef5-b867-1d9f8cf8fdc6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/Quote/QuoteLookup?persistentCustomerID=1234","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","Quote","QuoteLookup"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[{"key":"persistentCustomerID","value":"1234"}],"variable":[]}},"response":[{"id":"448be6ab-e791-4b40-9868-d564b6dffd25","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Quote/QuoteLookup?persistentCustomerID=2236","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Quote","QuoteLookup"],"query":[{"key":"persistentCustomerID","value":"2236"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"quoteStatus\": [\n    \"string\",\n    \"string\"\n  ],\n  \"quoteLocation\": [\n    \"string\",\n    \"string\"\n  ]\n}"},{"id":"91b1a5eb-bce3-46eb-b9e8-057a651959ba","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Quote/QuoteLookup?persistentCustomerID=2236","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Quote","QuoteLookup"],"query":[{"key":"persistentCustomerID","value":"2236"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"},{"id":"e6ed326e-2c9e-4891-b96e-6adbdfd59469","name":"Not Found","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/Quote/QuoteLookup?persistentCustomerID=2236","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","Quote","QuoteLookup"],"query":[{"key":"persistentCustomerID","value":"2236"}]}},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"853a0703-468f-4ef5-b867-1d9f8cf8fdc6"}],"id":"2f809dba-9330-44fb-8b3e-03b181db17a3","description":"<h3 id=\"functionality-only-available-for-prosource-divisions\">*Functionality only available for ProSource divisions!</h3>\n","_postman_id":"2f809dba-9330-44fb-8b3e-03b181db17a3","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}}],"id":"5e3e3a65-517c-4333-a45a-9a7e19e3d429","description":"<p>Access customer information for any divisions associated with the requesting client.</p>\n","_postman_id":"5e3e3a65-517c-4333-a45a-9a7e19e3d429","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}},{"name":"SalesTrend","item":[{"name":"filter","item":[{"name":"/SalesTrend/filter","id":"79594e82-ac56-4c93-b4ce-8b002934c424","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Accept","value":"text/plain"}],"url":"https://ase-rfmsdata-prod.azurewebsites.net/api/SalesTrend/filter","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}},"urlObject":{"path":["api","SalesTrend","filter"],"host":["https://ase-rfmsdata-prod.azurewebsites.net"],"query":[],"variable":[]}},"response":[{"id":"3d9dcaa0-88ab-4861-80d1-43607a16ac54","name":"Success","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/SalesTrend/filter?fields=string&offset=2236&limit=4904&where[LastLoadedDateTime]=string&where[Client]=string&where[srcCcaCustomerID]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","SalesTrend","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastLoadedDateTime]","value":"string","description":"DateTime filter returning data loaded since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[srcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"data\": [\n    {\n      \"seqNum\": 8082,\n      \"locationNumber\": \"string\",\n      \"mtLastOrderDate\": \"1953-06-25T15:49:38.662Z\",\n      \"description\": \"string\",\n      \"mtSalesTrend\": \"string\",\n      \"memberTier\": \"string\",\n      \"invoiceSalesPast12\": 5484.769098093918,\n      \"ordersPast12Mths\": 8117,\n      \"avgTicket\": 1370.7573976087085,\n      \"daysSinceLastOrder\": 7401,\n      \"daysBetweenOrders\": 8067.026906472254,\n      \"grossMarginPast12Mths\": 5510.454088717806,\n      \"locationID\": 1495,\n      \"srcCcaCustomerID\": 4288,\n      \"loadDateTime\": \"1965-06-09T09:50:47.972Z\",\n      \"persistentCustomerID\": 8280,\n      \"masterLocationID\": 7121,\n      \"memberID\": 9909,\n      \"memberNumber\": \"string\",\n      \"ccaDivision\": \"string\"\n    },\n    {\n      \"seqNum\": 3918,\n      \"locationNumber\": \"string\",\n      \"mtLastOrderDate\": \"1969-09-05T19:07:24.040Z\",\n      \"description\": \"string\",\n      \"mtSalesTrend\": \"string\",\n      \"memberTier\": \"string\",\n      \"invoiceSalesPast12\": 7191.698100631509,\n      \"ordersPast12Mths\": 4206,\n      \"avgTicket\": 6130.0906506452675,\n      \"daysSinceLastOrder\": 1836,\n      \"daysBetweenOrders\": 9003.87155999771,\n      \"grossMarginPast12Mths\": 5227.772561601234,\n      \"locationID\": 1802,\n      \"srcCcaCustomerID\": 8501,\n      \"loadDateTime\": \"1965-01-18T14:56:08.501Z\",\n      \"persistentCustomerID\": 3497,\n      \"masterLocationID\": 4576,\n      \"memberID\": 7715,\n      \"memberNumber\": \"string\",\n      \"ccaDivision\": \"string\"\n    }\n  ],\n  \"meta\": {\n    \"next\": {\n      \"hasValue\": true,\n      \"value\": {\n        \"offset\": 3304\n      }\n    },\n    \"prev\": {\n      \"hasValue\": false,\n      \"value\": {\n        \"offset\": 9580\n      }\n    },\n    \"currentCount\": 9822,\n    \"totalCount\": 885,\n    \"fields\": [\n      \"string\",\n      \"string\"\n    ]\n  },\n  \"links\": {\n    \"next\": \"string\",\n    \"self\": \"string\",\n    \"prev\": \"string\"\n  }\n}"},{"id":"8296b387-daa2-44ca-b87a-3b2e39dad371","name":"Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Accept","value":"text/plain"},{"key":"Authorization","value":"Basic <credentials>","description":"Added as a part of security scheme: basic"}],"url":{"raw":"https://ase-rfmsdata-prod.azurewebsites.net/api/SalesTrend/filter?fields=string&offset=2236&limit=4904&where[LastLoadedDateTime]=string&where[Client]=string&where[srcCcaCustomerID]=string","host":["https://ase-rfmsdata-prod.azurewebsites.net"],"path":["api","SalesTrend","filter"],"query":[{"key":"fields","value":"string","description":"A comma separated list of fields to include."},{"key":"offset","value":"2236","description":"The zero based index of the first record to return."},{"key":"limit","value":"4904","description":"The total number of rows to return in a single request."},{"key":"where[LastLoadedDateTime]","value":"string","description":"DateTime filter returning data loaded since the value provided. Format Example gt:mm/dd/yyyy hh:mm"},{"key":"where[Client]","value":"string","description":"A filter value with an optional operator prefix."},{"key":"where[srcCcaCustomerID]","value":"string","description":"A filter value with an optional operator prefix."}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n  \"extensions\": {\n    \"key_0\": {},\n    \"key_1\": {},\n    \"key_2\": {}\n  }\n}"}],"_postman_id":"79594e82-ac56-4c93-b4ce-8b002934c424"}],"id":"51c36bd1-dcc6-4460-9bb2-57603345ff4b","description":"<p>Retrieves salestrend info matching the specified filter values.</p>\n<h2 id=\"parameters\">Parameters</h2>\n<hr />\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>DataType</strong></th>\n<th><strong>Meaning</strong></th>\n<th><strong>Example</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>offset</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to skip from total result set. Used for determining next and previous page.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>false</td>\n<td>Int</td>\n<td>Number of records to be returned in request body. Controls page size. Default is 50. Max is 10000.</td>\n<td>50</td>\n</tr>\n<tr>\n<td>fields</td>\n<td>false</td>\n<td>String</td>\n<td>A comma separated list of fields to include. If this parameter is supplied, only the supplied fields will have populated values. All other fields will be NULL or default.</td>\n<td>Field1, Field2, Field3</td>\n</tr>\n<tr>\n<td>where[LastLoadedDateTime]</td>\n<td>true</td>\n<td>DateTime</td>\n<td>DateTime filter in UTC returning data modified since the value provided.</td>\n<td>gt:01/01/2024 15:40</td>\n</tr>\n<tr>\n<td>where[srcCcaCustomerID]</td>\n<td>false</td>\n<td>Int</td>\n<td>The srcCcaCustomerID of the sales trend record.</td>\n<td>123456</td>\n</tr>\n</tbody>\n</table>\n</div>","_postman_id":"51c36bd1-dcc6-4460-9bb2-57603345ff4b","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}}],"id":"0eda86f6-f0cf-44e4-9139-41e55b4bc5e4","description":"<p>Access salestrend information for any divisions associated with the requesting client.</p>\n","_postman_id":"0eda86f6-f0cf-44e4-9139-41e55b4bc5e4","auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]},"isInherited":true,"source":{"_postman_id":"af662455-1c12-4f11-aed2-6fa00cd01993","id":"af662455-1c12-4f11-aed2-6fa00cd01993","name":"RFMS Data Service API","type":"collection"}}}],"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"<username>"},{"key":"password","value":"<password>"}]}},"event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"a19a038c-58e4-4c2c-abf1-ed2e7702ea89"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"requests":{},"exec":[""],"id":"2eae613f-9cde-4f46-9035-a4d1bb0af98a"}}],"variable":[{"key":"baseUrl","value":"https://ase-rfmsdata-prod.azurewebsites.net"}]}